-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
358 lines (335 loc) · 16.7 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- online cdns -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- for custom style -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- for icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css">
</head>
<body>
<button onclick="topFunction()" id="btnGoTop" title="Go to top" class="icon-chevron-up"><i
class="bi bi-arrow-up-circle-fill display-6"></i></button>
<!-- container -->
<div class="container">
<br>
<!-- header -->
<header>
<!-- nav bar -->
<nav>
<ul class="nav nav-pills justify-content-center" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#works">Works</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experiense">Experiense</a>
</li>
</ul>
</nav>
</header>
<!-- header end -->
<!-- home -->
<section id="home">
<br>
<div class="row ">
<!-- profile pic -->
<div class="col-md-6 mx-auto" style="max-width: 300px;">
<h3 class="text-center text-monospace">Your Name</h3>
<h2 class="text-center h6">Your Proffession</h2>
<img src="./images/avatar1.jpg" alt="profile pic" class="img-fluid rounded-circle ">
</div>
<!-- profile discription -->
<div class="col-md-6 mx-auto my-auto text-white" style="background-color: rgba(13, 32, 31, 0.63);">
<h3 class="text-center text-monospace ">Who am i...</h3>
<!-- small discription about your self -->
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam tempore sed magni amet
aperiam hic praesentium sit minus dolores qui unde animi assumenda veritatis, rerum totam,
consequuntur obcaecati commodi nihil.</p>
<p>
laborum incididunt et minim. Laboris elit ex mollit cillum sunt
aliqua in. Sit nisi ea occaecat proident ipsum do dolore adipisicing consectetur.
Eiusmod id tempor mollit laboris deserunt officia sunt non exercitation fugiat ad dolore
pariatur. Laboris fugiat ut occaecat nisi ullamco. Eiusmod eiusmod nisi anim et aliquip
aliquip aliqua amet.
</p>
</div>
</div>
</section>
<!-- home end -->
<!-- skills -->
<section id="skills">
<br><br>
<br><br>
<h2>Iam Good In.....</h2>
<h4 class="blockquote">that describes who am i</h4>
<div class="row mt-5 text-center ">
<div class="col-lg-3 col-md-6 skill-img img-thumbnail mb-2">
<img src="./images/python-skill.jpg" alt="Skill name" class="img-fluid">
<h4>Skill Heading</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam incidunt accusantium harum
cupiditate voluptates velit beatae, dignissimos tempore iste impedit vero numquam repellendus
sed atque eos voluptate, id sunt repellat!</p>
</div>
<div class="col-lg-3 col-md-6 skill-img img-thumbnail mb-2">
<img src="./images/js-skill.jpg" alt="Skill name" class="img-fluid">
<h4>Skill Heading</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam incidunt accusantium harum
cupiditate voluptates velit beatae, dignissimos tempore iste impedit vero numquam repellendus
sed atque eos voluptate, id sunt repellat!</p>
</div>
<div class="col-lg-3 col-md-6 skill-img img-thumbnail mb-2">
<img src="./images/djang0-skill2.png" alt="Skill name" class="img-fluid">
<h4>Skill Heading</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam incidunt accusantium harum
cupiditate voluptates velit beatae, dignissimos tempore iste impedit vero numquam repellendus
sed atque eos voluptate, id sunt repellat!</p>
</div>
<div class="col-lg-3 col-md-6 skill-img img-thumbnail mb-2">
<img src="./images/cpp-skill.jpg" alt="Skill name" class="img-fluid">
<h4>Skill Heading</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam incidunt accusantium harum
cupiditate voluptates velit beatae, dignissimos tempore iste impedit vero numquam repellendus
sed atque eos voluptate, id sunt repellat!</p>
</div>
</div>
</section>
<!-- skills end -->
<br><br>
<!-- education -->
<section id="education">
<h2>Education</h2>
<div class="row">
<div class="col-md-3 p-3 bg-white shadow">
<h4>Qualification Name</h4>
<h6>Institute Name</h6>
<strong>20XX to 20XX</strong>
</div>
<div class="col-md-3 p-3 bg-white shadow">
<h4>Qualification Name</h4>
<h6>Institute Name</h6>
<strong>20XX to 20XX</strong>
</div>
<div class="col-md-3 p-3 bg-white shadow">
<h4>Qualification Name</h4>
<h6>Institute Name</h6>
<strong>20XX to 20XX</strong>
</div>
<div class="col-md-3 p-3 bg-white shadow">
<h4>Qualification Name</h4>
<h6>Institute Name</h6>
<strong>20XX to 20XX</strong>
</div>
</div>
</section>
<!-- education end -->
<br><br>
<!-- works -->
<section id="works">
<h3 class="text-center">My Works</h3>
<div class="row ">
<div class="col-lg-3 col-md-6 overflow-hidden p-3 mb-3 work-card">
<div style="max-height: 150px;overflow:hidden;">
<a href="#ex">
<img class=" img-fluid img-shade" src="./images/work.jpg" alt="work image"
onclick="expandImg(this);">
</a>
</div>
<div class="work-foot text-center p-3">
<h5 class="fw-bolder ">Work title</h5>
<p class="small ">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Temporibus, non.
Aspernatur iste ipsam fugit labore dolore nulla, incidunt ullam dicta ea. Ad deserunt
omnis commodi qui, culpa odit sapiente velit.</p>
<a href="#" class="link-primary text-decoration-none">work url</a>
</div>
</div>
<div class="col-lg-3 col-md-6 overflow-hidden p-3 mb-3 work-card">
<div style="max-height: 150px;overflow: hidden;">
<a href="#ex">
<img class=" img-fluid img-shade" src="./images/work.jpg" alt="work image"
onclick="expandImg(this);">
</a>
</div>
<div class="work-foot text-center p-3">
<h5 class="fw-bolder ">Work title</h5>
<p class="small ">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Temporibus, non.
Aspernatur iste ipsam fugit labore dolore nulla, incidunt ullam dicta ea. Ad deserunt
omnis commodi qui, culpa odit sapiente velit.</p>
<a href="#" class="link-primary text-decoration-none">work url</a>
</div>
</div>
<div class="col-lg-3 col-md-6 overflow-hidden p-3 mb-3 work-card">
<div style="max-height: 150px;overflow: hidden;">
<a href="#ex">
<img class=" img-fluid img-shade" src="./images/work.jpg" alt="work image"
onclick="expandImg(this);">
</a>
</div>
<div class="work-foot text-center p-3">
<h5 class="fw-bolder ">Work title</h5>
<p class="small ">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Temporibus, non.
Aspernatur iste ipsam fugit labore dolore nulla, incidunt ullam dicta ea. Ad deserunt
omnis commodi qui, culpa odit sapiente velit.</p>
<a href="#" class="link-primary text-decoration-none">work url</a>
</div>
</div>
<div class="col-lg-3 col-md-6 overflow-hidden p-3 mb-3 work-card">
<div style="max-height: 150px;overflow: hidden;">
<a href="#ex">
<img class=" img-fluid img-shade" src="./images/work.jpg" alt="work image"
onclick="expandImg(this);">
</a>
</div>
<div class="work-foot text-center p-3">
<h5 class="fw-bolder ">Work title</h5>
<p class="small ">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Temporibus, non.
Aspernatur iste ipsam fugit labore dolore nulla, incidunt ullam dicta ea. Ad deserunt
omnis commodi qui, culpa odit sapiente velit.</p>
<a href="#" class="link-primary text-decoration-none">work url</a>
</div>
</div>
</div>
<!-- expanded image section-->
<div class="expand" id="ex">
<br>
<span onclick="this.parentElement.style.display='none'" class="closebtn ">×</span>
<img id="expandedImg" style="width:90%">
<div id="imgtext"></div>
</div>
</section>
<!-- works end -->
<!-- experiense -->
<section id="experiense">
<h2>Experiense</h2>
<div class="row">
<div class="col-md-4 p-3 bg-white shadow">
<div>
<h4>Experiense Name</h4>
<h6>Company Name</h6>
</div>
<strong>2017 to 2021</strong>
<p>small discription Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed reprehenderit
molestias quas! Perferendis totam soluta pariatur ipsa recusandae accusantium nostrum
reprehenderit laudantium dolorum? Eos</p>
</div>
<div class="col-md-4 p-3 bg-white shadow">
<div>
<h4>Experiense Name</h4>
<h6>Company Name</h6>
</div>
<strong>2017 to 2021</strong>
<p>small discription Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed reprehenderit
molestias quas! Perferendis totam soluta pariatur ipsa recusandae accusantium nostrum
reprehenderit laudantium dolorum? Eos</p>
</div>
<div class="col-md-4 p-3 bg-white shadow">
<div>
<h4>Experiense Name</h4>
<h6>Company Name</h6>
</div>
<strong>2017 to 2021</strong>
<p>small discription Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed reprehenderit
molestias quas! Perferendis totam soluta pariatur ipsa recusandae accusantium nostrum
reprehenderit laudantium dolorum? Eos</p>
</div>
</div>
</section>
<br><br>
<br><br>
<!-- experiense end -->
<br><br>
</div>
<!-- container end -->
<!-- Footer -->
<footer>
<footer class="bg-light text-center text-lg-start">
<div class="container p-4">
<div class="row">
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="text-uppercase"></h5 <p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Iste atque ea quis
molestias. Fugiat pariatur maxime quis culpa corporis vitae repudiandae aliquam
voluptatem veniam, est atque cumque eum delectus sint!
</p>
</div>
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-dark">Facebook</a>
</li>
<li>
<a href="#!" class="text-dark">Twitter</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase mb-0">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!" class="text-dark">LinkedIn</a>
</li>
<li>
<a href="#!" class="text-dark">Github</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2021 Copyright:
<a class="text-dark" href="">Akshay-solo coder</a>
</div>
<!-- Copyright end-->
</footer>
</footer>
<!-- Footer end-->
<!-- custom scripts -->
<script>
//Get the button
var mybutton = document.getElementById("btnGoTop");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
// function for image expand view
function expandImg(imgs) {
var expandImg = document.getElementById("expandedImg");
var imgText = document.getElementById("imgtext");
expandImg.src = imgs.src;
imgText.innerHTML = imgs.alt;
expandImg.parentElement.style.display = "block";
}
</script>
</body>
</html>