-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (46 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="navbar">
<ul id="tags">
<li><a href="#welcome-section">Info</li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div id="welcome-section">
<h1>Welcome to my Website</h1><br>
<h2>My Name is Aarav Nigam</h2><br>
<h3>I am a Web Developer</h3>
</div>
<div id="projects">
<div class="project-tile">
<h2>Happy-Birthday Project</h2>
<h3>Link <a href="https://aarav-nigam.github.io/Happy_Birthday_by_penguin/">Here</a></h3>
<iframe id="penguin" src="https://aarav-nigam.github.io/Happy_Birthday_by_penguin/"></iframe>
</div>
<div class="project-tile">
<h2>Ferris Wheel Project</h2>
<h3>Link <a href="https://aarav-nigam.github.io/Project_Ferris_wheel/">Here</a></h3>
<iframe id="ferris_wheel" src="https://aarav-nigam.github.io/Project_Ferris_wheel/"></iframe>
</div>
<h2>Registration Project</h2>
<h3>Link <a href="https://aarav-nigam.github.io/Project_Registration_form/">Here</a></h3>
<div class=" project-tile">
<iframe id="registration-form" src="https://aarav-nigam.github.io/Project_Registration_form/"></iframe>
</div>
<div>
<h2>Skyline Project</h2>
<h3>Link <a href="https://6308a5727b8d767d928c66ec--guileless-truffle-9732db.netlify.app">Here</a></h3>
<iframe id="skyline" src="https://6308a5727b8d767d928c66ec--guileless-truffle-9732db.netlify.app/"></iframe>
</div>
</div>
<div class="contacts">
<p >Linkedin ID :<a id="profile-link" target="_blank" href="https://www.linkedin.com/in/aarav-nigam-09982b222/">Avatar-Aarav</a></p>
</div>
</body>
</html>