-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 1.41 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTFOLIO PAGE</title>
</head>
<body>
<header>
<h1> Hi, I am Akshay<br>(Software Engineer)🥇</h1>
<h2>Personal PortFolio</h2>
<p>templete</p>
<img src="akshay.jpeg.jpg" alt="akshay" height="200" width="150">
</header>
<section>
<h2>Education</h2>
<ul>
<li><b>10th class(BSEB)</b>: 64.4%</li>
<li><b>12th class(BSEB)</b>: 80.2%</li>
<li><b>B.tech(cse)</b>: Pursing</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>HTML,CSS,JavaScript</li>
<li>SQL</li>
<LI>DSA</LI>
<LI>JAVA</LI>
</ul>
</section>
<section>
<h2>My Hobbies</h2>
<ul>
<li>reading book</li>
<li>traveling</li>
</ul>
</section>
<footer>
<H2>Contact me</H2>
<ul>
<li><b>Email</b>: akshay.ram.cs.2022@mitmeerut.ac.in</li>
<li><a href="https://in.linkedin.com/in/akshay-kumar-ram-608158260">Linkedin</a></li>
<li><a href="https://github.com/settings/profile">github</a></li>
<li><a href="https://leetcode.com/u/akshaykumarram1/">leetcode</a></li>
</ul>
</footer>
<h4>made me ♥ by me </h4>
</body>
</html>