-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Web-Portfolio</title>
<link href="stylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="font-awesome.min.css">
</head>
<body>
<header><h4> Welcome to my Web Portfolio</h4>
<p><a href="#about">About</a></p>
<p><a href="#contact">Contact</a></p>
</header>
<div class="project">
<div class="welcome-section">
<div>
<h1>RISHABH CHAUHAN</h1>
<img src="1625027849168.jpg">
</div>
<h2 id="about">About Me</h2>
<div class="education">
<h3>Education</h3>
<p>B.Tech (Mathematics and Computing)</p>
<p>DELHI TECHNOLOGICAL UNIVERSITY</p>
</div>
<div class="hobby">
<h3>Hobbies</h3>
<p>In my spare time I like to listen music <a href="https://open.spotify.com/user/e7g03q38fvxndq0lzhnfenfs2"><span class="fa fa-spotify"></span></a>.</p>
</div>
<div class="tech">
<h3>Tech I am familiar with</h3>
<p><a href="#"><span class="fa fa-html5"> HTML</span></a></p>
<p><a href="#"><span class="fa fa-css3"> CSS</span></a></p>
</div>
<div class="project-title">
<h3>Projects I am working on / have worked on</h3>
<p>Web Portfolio
<a href="#">(Project Link)</a></p>
</div>
</div>
<div class="project-title"></div>
</div>
<footer><div class="profile-link">
<h2 id="contact">Contact:</h2>
<p><a href="https://www.linkedin.com/in/rishabh-chauhan-634340192/"><span class="fa fa-linkedin-square"></span>Linkdin</a></p>
<p><a href="https://github.com/rishabh2002chauhan"><span class="fa fa-github"></span>Github</a></p>
</div>
</footer>
</body>
</html>