-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (64 loc) · 2.23 KB
/
index.html
File metadata and controls
72 lines (64 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mady's portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<table class="header-grid">
<tr>
<td id="name" rowspan="3" class="header-title">
<h1>Madhav<br>Sharma</h1>
<p>.code</p>
</td>
</tr>
<tr>
<td class="header-label">Linkedin</td>
<td class="header-value">
<a href="https://linkedin.com/in/mady20" target="_blank">mady20<a />
</td>
</tr>
<tr>
<td class="header-label">Github</td>
<td class="header-value">
<a href="https://github.com/mady20" target="_blank">mady20</a>
</td>
</tr>
</table>
<div class="contents">
<h2>Contents</h2>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
</ul>
</div>
<section id="about">
<h2>About Me</h2>
<p>Computer science student with hands-on experience building websites using HTML, CSS, and
JavaScript.
Currently enhancing skills in React and TypeScript, with additional exposure to Node.js,
data structures,
and socket programming in C. Proficient in Linux and comfortable navigating its environment.
Active on
GitHub and eager to keep learning, adapt quickly, and contribute to practical web solutions
</p>
</section>
<section id="projects">
<h2>Projects</h2>
<article>
<h3>Project Title 1</h3>
<p>coming soon</>
</article>
</article>
</section>
<section id="skills">
<h2>Skills</h2>
<h3>HTML, CSS, JAVASCRIPT, C, SOCKETS, JAVA</h3>
</section>
</div>
</body>
</html>