-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (165 loc) · 7.37 KB
/
index.html
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devil's blog</title>
<link rel="stylesheet" href="css-file/styles.css">
<link rel="icon" href="images/icon-d.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="images/icon-d.png"
alt="D" width="26" height="26" class="d-inline-block align-text-bottom" >  Harsh</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<li class="item">
<a class="nav-link active" aria-current="page" href="#">  Home</a>
</li>
<li class="item">
<a class="nav-link" href="#">  Blogs</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> 
Activities
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="cp.html"> Coding</a></li>
<li><a class="dropdown-item" href="cubing.html"> Cubing</a></li>
<li><a class="dropdown-item" href="development.html"> Development</a></li>
<li><a class="dropdown-item" href="photography-1.html"> Photography</a></li>
<li><hr class="dropdown-divider"></li>
<li class="dropdown-item">Still learning...</li>
</ul>
</li>
</ul>
<ul class="navbar-nav me-end mb-lg ">
<a href="contact.html"> Contact </a>
</ul>
</div>
</div>
</nav>
<div class="jumbotron jumbotron-fluid text-left">
<h1 >
<span style="color: #555555; font-size: 195%;">
HARSH
</span>
<span style="color: #093145; font-size: 195%;">
GUPTA
</span>
</h1>
<p style="color: #777777; font-size:130%; margin : 0px;"> Welcome to <span style="margin : 0px; color: #333333;">
<img src="images/icon-d-white-bg.png" style="margin: 0px;" width="40" height="40" alt="D">evil's
</span> Nest
</p>
</div>
<div class = "page" >
<div class = " container" >
<div class = "row" >
<div class="col-md-9 align-self-start ms-auto Content">
<h2>
HI! I'm Harsh Gupta
</h2>
<p>
I'm second year student at NIT Jamshedpur pursuing my B.Tech degree in Electrical Engineering.
</p>
<p>
I am competitive programmer and recently started to explore the world of Web Development. My hobbies include Photography, SpeedCubing. I'm looking forward to contribute regarding various topics which I'm passionate about. Anyone yearning to learn these skills may feel free to reach out to me.
</p>
<p>
I keep on exploring new stuffs constantly so if i encounter new things I'm gonna share it here.
</p>
</div>
<div class="col-md-3 align-self-start ms-auto Links" >
<h6 class="border-bottom" style="padding-bottom: 15px;">
Latest Articles
</h6>
<a class="articles" href="">Photographer's Column</a>
<br>
<a class="articles" href="">Photographer's Column</a>
<br>
<a class="articles" href="">Photographer's Column</a>
<br>
<a class="articles" href="">Photographer's Column</a>
<br>
</div>
</div>
</div>
<div class = "container skills">
<h3 style="display: flex; justify-content: center; border-bottom: dashed 2px #303437; margin-bottom: 40px; padding-bottom: 10px; ">Skills</h3>
<div class="row" style="margin: 20px;">
<div class=" prof-text col-sm-6">
Programmer
</div>
<div class=" prof col-sm-6">
<img class="prof-img" src="images/images.png" alt="">
</div>
</div>
<div class="row" style="margin: 20px;">
<div class=" prof-text col-sm-6">
Developer
</div>
<div class=" prof col-sm-6">
<img class="prof-img" src="images/man-dev.png" alt="">
</div>
</div>
<h3 style="display: flex; justify-content: center; border-bottom: dashed 2px #303437; margin-bottom: 40px; padding-bottom: 10px; ">Fun</h3>
<div class="row" style="margin: 20px;" >
<div class=" prof col-sm-6">
<img class="prof-img" src="images/camera-with-flash_1f4f8.png" alt="">
</div>
<div class=" prof-text col-sm-6">
Photographer
</div>
</div>
<div class="row" style="margin: 20px;" >
<div class="prof col-sm-6">
<img class="prof-img" src="images/puzzle-piece_1f9e9.png" alt="">
</div>
<div class=" prof-text col-sm-6">
Puzzles and Cubes
</div>
</div>
</div>
<footer class="footer ">
<p style="padding-top : 3%;" >Social Links to Connect : </p>
<div class = " container" >
<div class = "row">
<div class="col-sm-4">
<img class ="footer_img " src="images/linkedin_icon.png" alt="">
<a href="" >LinkedIn</a>
</div>
<div class="col-sm-4">
<img class ="footer_img" src="images/twitter_icon.png" alt="">
<a href="">Twitter</a>
</div>
<div class="col-sm-4">
<img class ="footer_img" src="images/instagram_icon.png" alt="">
<a href="">Instagram</a>
</div>
</div>
</div>
<div class="text-center p-2" >
© 2022 Copyright : Harsh Gupta
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<style>
a{
text-decoration: none;
padding : 1%;
color: #E6E6FA;
}
a:hover{
color : #80cbc4;
}
</style>
</body>
</html>