-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (239 loc) · 11.4 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>Priyanshu Dangi</title>
<link rel="icon" href="image1/logo.png">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<script type="text/javascript" src="js/image.js"></script>
</head>
<body>
<header>
<nav id="header-nav" class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<a id="logo-link" href="index.html" class="pull-left">
<div id="logo-text" alt="logo image"><strong><em>pd</em></strong></div>
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapsable-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!--end of div navbar-header-->
<div id="collapsable-nav" class="collapse navbar-collapse">
<ul id="nav-list" class="nav navbar-nav navbar-right">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#profile">Profile</a>
</li>
<li class="dropdown">
<a href="#experiences" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Experiences <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#academics">academics</a></li>
<li><a href="#achivements">achivements</a></li>
</ul>
</li>
<li>
<a href="#mywork">My Work</a>
</li>
<li>
<a href="#contacts">Contacts</a>
</li>
</ul>
</div>
</div><!--end of div container-->
</nav>
</header>
<div id = "home">
<div class="jumbotron">
<img src="images/jumbotron/priyanshu-4000-1906.jpg" class="img-responsive">
</div><!--end of jumbotron-->
<div id="profile" >
<div class="container">
<h1 id="profile-title" class="text-center">PROFILE</h1>
<div id="description" class="text-center">I'm currently a computer undergrad at NIT-Trichy.</div><hr>
<section class="row">
<div class="col-md-4 text-center">
<h2>About Me</h2>
<p id="Priyanshu"> I'm Priyanshu Dangi . Currently a first year student pursuing Bachelor of Technology, Computer Science and Engineering, NIT Trichy. I'm a state level table tennis player , budding photographer and love to make web pages.</p>
</div>
<div class=" col-md-4 text-center">
<img src="images/profile3.jpeg" alt="Priyanshu Dangi" width="250" height="250" class="img-circle">
</div>
<div class=" col-md-4 text-center">
<h2>Details</h2>
<strong>Name</strong>
<p>Priyanshu Dangi</p>
<strong>Age</strong>
<p>17 yrs</p>
<strong>Location</strong>
<p>Trichy , Tamil Nadu , India</p>
</div>
</section>
</div>
</div><!--end of profile-->
</div><!--end of home-->
<div id="experience">
<div id="academics">
<div class="container">
<h1 id="experiences-title" class="text-center">EXPERIENCES</h1>
<hr>
<h2 class="text-center">Education</h2>
<section class="row">
<div class="col-md-3 col-sm-12 col-xs-12 ">
<h3>National Institute of Technology,Trichy</h3>
<p>June 2019 - present</p>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h3>Bachelor of Technology , Computer Science and Engineering</h3>
<p>Till now my first semester is completed and I got 9.0 CGPA out of 10 and learned a lot of things during the first sem and is too excited to learn so many new things in upcoming sem.
</p>
</div>
<div class="clearfix visible-lg-block visible-md-block"></div>
<div class="col-md-3 col-sm-12 col-xs-12">
<h3>Senior Secondary Examination</h3>
<p>2018-19</p>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h3>Pushp Bal Vidhya Mandir , Sehore(M.P)</h3>
<p>12<sup>th</sup> class - 92.6%</p>
</div>
<div class="clearfix visible-lg-block visible-md-block"></div>
<div class="col-md-3 col-sm-12 col-xs-12">
<h3>High Secondary Examination</h3>
<p>2016-17</p>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h3>Kendriya Vidyalaya , Sehore(M.P)</h3>
<p>10<sup>th</sup> class - 9.8 C.G.P.A</p>
</div>
<div class="clearfix visible-lg-block visible-md-block"></div>
<hr>
</section>
</div>
</div><!--end of academics-->
<div id="achivements">
<div class="container">
<h2 class="text-center">Achivements</h2>
<p class="text-center">Actually not achieved something big till now , but will surely in future .<br> Some of the small achivements are as follows:-</p>
<div class="col-md-3 col-sm-12 col-xs-12">
<h3> StartUp Weekend 2019</h3>
<p>August 2019</p>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h3>Winning Team</h3>
<p>Bagged first place at the event organised by E-Cell,NIT Trichy and techstars in the campus.</p>
</div>
<div class="clearfix visible-lg-block visible-md-block"></div>
<div class="col-md-3 col-sm-12 col-xs-12">
<h3>Senior Secondary Examination</h3>
<p>2018-19</p>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h3>Second rank in district</h3>
<p>In 12th board examination , I got second highest marks in the whole district.</p>
</div>
<div class="clearfix visible-lg-block visible-md-block"></div>
</div>
</div><!--end of achivements-->
</div><!--end of experiences-->
<div id="mywork" >
<div class="container">
<h1 class="text-center">MY WORK</h1>
<p class="text-center">
So, this is what i do apart from coding . Yeah i click :D.<br>
You can see some of those here.<br>
And I have a photography page too. Do check my page:)<br>
<a href="https://www.instagram.com/pixel_que/" target="_blank">Pixel_que</a>
</p>
<hr>
</div>
<div class="row qwerty">
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (1).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (2).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (3).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (4).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (5).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (6).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (7).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (8).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (9).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (10).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (11).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (12).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (13).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (14).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (15).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (16).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (17).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (18).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize img-19 text-center">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (19).jpg">
</div>
<div class="col-md-2 col-sm-3 col-xs-6 art-img img-hover-zoom img-hover-zoom--colorize img-20 text-center">
<img class = "myworkimage img-responsive" src="images/mywork/best/image (20).jpg">
</div>
</div>
</div>
<footer id = "contacts"class="panel-footer">
<div class="container">
<h2 class="text-center">Contacts</h2>
<p class="text-center">Let's get in touch.</p>
<div class="text-center">
<a target="_blank" href="https://www.facebook.com/priyanshu.pd.3"><img src="images/fb-art.png" height="60px" width="60px" style="margin:5px;"></a>
<a target="_blank" href="https://www.instagram.com/priyanshu._.11/"><img src="images/insta.png" height="60px" width="60px" style="margin:5px;"></a>
<a target="_blank" href="https://www.quora.com/profile/Priyanshu-Dangi-2"><img src="images/quora.png" height="60px" width="60px" style="margin:5px;"></a>
<a target="_blank" href="https://github.com/PriyanshuDangi"><img src="images/github.png" height="60px" width="60px" style="margin:5px;"></a>
<a target="_blank" href="https://www.linkedin.com/in/priyanshu-dangi-36424318b/"><img src="images/linkedin.png" height="60px" width="60px" style="margin:5px;"></a>
</div>
<p class="text-center copyright">© Priyanshu Dangi 2020. All Rights Reserved.</p>
</div>
</footer>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>