-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
300 lines (284 loc) · 8.61 KB
/
index.html
File metadata and controls
300 lines (284 loc) · 8.61 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
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<!-- font awesome -->
<link rel="stylesheet" href="css/all.css">
<title>priya's portfolio</title>
<style>
</style>
</head>
<body>
<!-- icons -->
<!--https://www.iconfinder.com/icons/2427887/dessert_donut_doughnut_fat_sweets_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/korawan_m-->
<!--
https://www.iconfinder.com/icons/2427860/baguette_bread_bread_loaf_food_toast_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/korawan_m
-->
<!--
https://www.iconfinder.com/icons/2427875/cup_cupcake_dessertice_cream_yogurt_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/korawan_m
-->
<!--
https://www.iconfinder.com/icons/2671457/candy_sweets_treat_trick_icon
Creative Commons (Attribution 3.0 Unported);
https://www.iconfinder.com/bluelabelicons
-->
<!--end of icons icons -->
<header id="header">
<nav class="navbar navbar-expand-lg px-4">
<a href="#" class="navbar-brand">
<img src="img/pc.png" alt="p">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#myNavbar">
<span class="toggler-icon">
<i class="fas fa-bars fa-2x"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="navbar-nav text-capitalize mx-auto">
<li class="nav-item active">
<a href="#header" class="nav-link">
home
</a>
</li>
<li class="nav-item active">
<a href="#aboutus" class="nav-link">
about me
</a>
</li>
<li class="nav-item active">
<a href="#Education" class="nav-link">
Education
</a>
</li>
<li class="nav-item active">
<a href="#academics" class="nav-link">
skills
</a>
</li>
<li class="nav-item active">
<a href="#p" class="nav-link">
projects
</a>
</li>
<li class="nav-item active">
<a href="#p" class="nav-link">
achivements
</a>
</li>
</ul>
<div class="nav-info-items d-none d-lg-flex">
<!--single info-->
<div id="con-info"class="nav-info align-items d-flex justify-content-between mx-lg-3">
<span class="phn_info-icon mx-lg-3">
<i class="fas fa-envelope-square"></i>
</span>
<a href="#" class="mb-0">email me</a>
</div>
<!--signle info-->
<div id="con-info" class="nav-info align-items-center cart-info d-flex justify-content-between mx-lg-3">
<span class="directory_info-icon mr-ml-3">
<i class="fas fa-phone fa-2x"></i>
</span>
<a href="#" class="mb-0 text-capitalize">
contact no.
</a>
</div>
</div>
</div>
</nav>
<!--end of nav-->
<!--banner-->
<div class="container-fluid">
<div class="bg-image"></div>
<div class="row max-height justify-content-center align-items-center">
<div class="col-10 mx-auto banner text-center">
<h1 class="text-capitalize">
<strong class="banner-title">
hii ! i am priya
</strong>
<p class="no">A web designer</p>
</h1>
<a href ="#special-items" class="btn header-link primary-color"><i class="fas fa-arrow-down fa-2x"></i>
</a>
</div>
</div>
</div>
<!--end of banner-->
</header>
<!--end of header section-->
<!--2nd section-->
<section class="about us py-5" id="aboutus">
<div class="container bg-light">
<div class="row">
<div class="col-10 mx-auto col-md-6 my-5">
<h1 class="text-capitalize">about <strong>me</strong></h1>
<p class="my-4 text-muted w-75">
i am priya a first year undergraduate btech student of indira gandhi technical university.
</p>
<a href="about.html" class="btn btn-outline-secondary text-uppercase">read more</a>
</div>
<div class="col-10 mx-auto col-md-6 my-5 align-self-center">
<div class="about-img_container">
<img src="img/about-bg.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<section class="about us py-5" id="Education">
<div class="container bg-light ">
<div class="row">
<div class="col-10 mx-auto col-md-6 my-5">
<h1 class="text-capitalize">edu<strong>cation</strong></h1>
<hr>
<table border = "2" class="ce">
<thread>
<tr>
<th>grade</th>
<th>institute</th>
<th>
percentage
</th>
</tr>
</thread>
<tr>
<td>8th grade</td>
<td>k.v sec-8 spg</td>
<td>
90%
</td>
</tr>
<tr>
<td>10th</td>
<td>kv sec-12</td>
<td>
92%
</td>
</tr>
</tr>
<tr>
<td>12th</td>
<td>kv sec-12</td>
<td>
75%
</td>
</tr>
</table>
</div>
<div class="col-10 mx-auto col-md-6 my-5 align-self-center">
<div class="about-img_container">
<img src="img/cap.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<section class="px-5 py-3 my-3 bg-light"id="p">
<div class="row">
<div class="feature-box col-lg-4 col-md-12 px-5 ">
<h3>projects</h3><i class="fas fa-globe fa-3x"></i>
<div class="mar">
<marquee direction="up" height=100%>
<a href="#"> arduino by c programming</a>
<hr>
<a href="#"> restraunt website</a>
<hr>
</marquee>
</div>
</div>
<div class="feature-box col-lg-4 col-md-12 px-5">
<img src="img/p.jpg" alt="pic">
</div>
<div class="feature-box col-lg-4 col-md-12 px-5">
<h3>awards and achivements</h3> <i class="fas fa-award fa-3x"></i>
<div class="mar">
<marquee direction="up" height=100%>
<a href="#">ist achivement</a>
<hr text-success>
<a href="#">2nd axhivement</a>
<hr text-success>
</marquee>
</div>
</div>
</div>
</section>
<!--carousel-->
<section id="carousel" class="py-5">
<h1 class="t"> skills </h1>
<div class="container" id="academics">
<div class="row">
<div class="col-md-8 mx-auto text-center">
<div id="example" class="carousel slide" data-ride='carousel'>
<!--indicators-->
<ul class="carousel-indicators">
<li data-target="#example"data-slide-to="0" class="active"></li>
<li data-target="#example"data-slide-to="1"></li>
<li data-target="#example"data-slide-to="2"></li>
<li data-target="#example"data-slide-to="3"></li>
</ul>
<!--images-->
<div class="carousel-inner">
<div class="carousel-item active"><img src="img/h.jpg" alt="p1" class="d-block w-100">
<div class="carousel-caption d-none d-md-block">
<p class="cap">html</p>
</div>
</div>
<div class="carousel-item"><img src="img/c.png" alt="p2" class="d-block w-100">
<div class="carousel-caption d-none d-md-block">
<p class="cap">c programming</p>
</div>
</div>
<div class="carousel-item"><img src="img/node.png" alt="p3" class="d-block w-100">
<div class="carousel-caption d-none d-md-block">
<p class="cap">nodejs</p>
</div>
</div>
<div class="carousel-item"><img src="img/f.png"alt="p4" class="d-block w-100">
<div class="carousel-caption d-none d-md-block">
<p class="cap">flask</p>
</div>
</div>
<!--end of images-->
<!--controls-->
<a href="#example" class="carousel-control-prev" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a href="#example" class="carousel-control-next" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- jquery -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- script js -->
<script src="js/app.js"></script>
</body>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col text-center">
<a href="#" class=" btn-1text-white m-3"><i class="fab fa-twitter fa-2x"></i></a>
<a href="#" class="btn-1 text-white m-3"><i class="fab fa-instagram fa-2x"></i></a>
<a href="#" class="btn-1 text-white m-3"><i class="fab fa-facebook-square fa-2x"></i></a>
</div>
</div>
</div>
</footer>
</html>