-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (140 loc) · 6.8 KB
/
index.html
File metadata and controls
163 lines (140 loc) · 6.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<style type="text/css">
.supername{
text-align: center;
font-family: sans-serif;
font-size: 36;
color: white;
}
.image{
display: block;
margin-left: auto;
margin-right: auto;
width: auto;
/* border: 20px; */
border-radius: 50%;
margin-top: 100px;
}
.greetings{
text-align: center;
font-family: monospace;
color: white;
}
body{
background: rgb(0,0,0);
}
h1{
text-align: center !important;
}
@media (max-width: 700px){
.custom{
font-size: 18px !important;
}
h1{
font-size: 30px;
}
}
html{
scroll-behavior: smooth;
}
</style>
<title>Hello, world!</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link " href="#">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#" id="back-to-skills">Skills</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./forum.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true" >All rights reserved.</a>
</li>
</ul>
</div>
</nav>
<img class="image" src="img\profile.png" height=300px width=auto/>
<h1 class="supername">Hello, world!</h1>
<hr>
<h2 class="greetings">Mohd Usaid</h2>
<hr>
<div class="container" style="padding: 25px 50px 15px;">
<div class="container" style="background:rgb(78, 78, 78); font-family: monospace; border: 20px; border-radius: 50px; color: rgb(255,255,255); ">
<div class="container custom" style="text-align: center;padding: 25px ; font-size:24px;">Hey there,I'm Usaid.I am a <b>Designer, Creative Filmmaker and a Web Developer</b>.I am currently pursuing B.Tech in Computer Science and Engineering from Galgotias University ,Greater Noida.I love to write code and I am also a computer hardware enthusiast.I also love to play games whenever I’m free.I am open to offers regarding freelance jobs and internships.I also happen to love dark mode.
</div>
<div class="container" style="text-align: center;padding: 25px ;" id="skill_list">
<h1 style="font-family: sans-serif; padding-bottom: 25px;">Skills</h1>
<h1 style="font-family: sans-serif;">Frontend</h1>
<hr>
<div style="font-size: 50px; padding-bottom: 50px;">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-react-original colored"></i>
<i class="devicon-javascript-plain colored"></i>
</div>
<div style="font-size: 50px; padding-bottom: 50px;">
<h1 style="font-family: sans-serif;">Backend</h1>
<hr>
<i class="devicon-nodejs-plain-wordmark" style="font-size: 100px;"></i>
<i class="devicon-express-original-wordmark" style="font-size: 100px;"></i>
</div>
<div style="font-size: 50px; padding-bottom: 50px;">
<h1 style="font-family: sans-serif;">Adobe Creative Suite</h1>
<hr>
<i class="devicon-illustrator-line colored"></i>
<i class="devicon-photoshop-plain colored"></i>
</div>
<div style="font-size: 50px; padding-bottom: 50px;">
<h1 style="font-family: sans-serif;">Cloud</h1>
<hr>
<i class="devicon-amazonwebservices-original colored"></i>
</div>
<div style="font-size: 50px; padding: bottom 50px;">
<h1>Languages</h1>
<hr>
<i class="devicon-java-plain colored"></i>
<i class="devicon-python-plain colored"></i>
</div>
</div>
</div>
</div>
<h1 style="color: white; padding: 50px,25px,50px; text-align: center; margin-top: 20px;">Contact Me</h1>
<div class="container" style="text-align: center;">
<a href="https://www.facebook.com/mohd.usaid.9648" class="fa fa-facebook" style="padding: 20px;font-size: 50px;width: 30px;text-decoration: none;"></a>
<a href="https://twitter.com/mohd_usaid_10" class="fa fa-twitter" style="margin-left: 50px;font-size: 50px;width: 30px;text-decoration: none;"></a>
<a href="https://www.linkedin.com/in/mohd-usaid-446927183/" class="fa fa-linkedin" style="margin-left: 50px;font-size: 50px;width: 30px;text-decoration: none;"></a>
<a href="https://www.instagram.com/mohd_usaid_10/" class="fa fa-instagram" style="margin-left: 50px;font-size: 50px;width: 30px; color: rgb(188,42,141); text-decoration: none;"></a>
<a href="https://github.com/mohdorusaid" class="fa fa-github" style="margin-left: 50px;font-size: 50px;width: 30px; color: white; text-decoration: none;"></a>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
<script>
var btt=document.getElementById("back-to-skills");
btt.addEventListener("click",function (event){
event.preventDefault();
document.getElementById("skill_list").scrollIntoView();
});
</script>
</html>