-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
55 lines (55 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY PORTFOLIO-PAGE</title>
</head>
<body>
<header>
<h1>Akash shukla</h1>
<hr>
<p>I love coding:-) </p>
<img src="myindiagatephoto.jpg" alt="my image" height="125px" width="200px">
<hr>
</header>
<!--portfolio section-->
<section>
<h2>Education</h2>
<ul>
<li><b>class X</b> (CBSE) : Promote due to COVID-19</li>
<li><b>class XII</b> (CBSE) : 68.77%</li>
</ul>
</section>
<hr>
<section>
<h2>Skills</h2>
<ul>
<li>HTML,CSS,JAVASCRIPT,Bootstrap</li>
<li>ReactJS</li>
<li>NodeJS, mySQL, Bootstrap</li>
<li></li>
</ul>
</section>
<hr>
<section>
<h2>Hobbies</h2>
<ul>
<li>Reading Book</li>
<li>Debating</li>
</ul>
</section>
<hr>
<footer>
<h2>Contact</h2>
<ul>
<li><b>Email</b> - akashshukla2376@gmail.com</li>
<li><b>Contact</b> - 9521xxxx56</li>
<li>
<a href="#LinKedIn.com">LinKedIn</a>
</li>
</ul>
<h3>Made with ♥ by me</h3>
</footer>
</body>
</html>