-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<title>Priyanshu Verma</title>
<meta charset="utf-8"/>
<meta name = "viewport" content="width = device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "darkStyle.css">
<link rel="icon" href="ghstdg.png" type="image/icon type">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div id = "header">
<h1>Priyanshu Verma</h1>
<button class = "darkModeBttn"><img src = "light.png" height="48px"></button>
</div>
<div id = "content">
<div class = "modal">
<div class = "modalContent">
<div class = "abtNav"><div class = "abtDP"></div><h3>Priyanshu Verma</h3></div>
<div class = "abtContent"><p>Hi, I am Priyanshu. I am aspiring web and game developer and designer.
I like challenges and love exploring and experimenting stuffs. I love learning new things. I am the person with never giving-up attitude.</p></div>
</div>
</div>
<div class = "modal"><div class = "modalContent"></div></div>
<div class = "modal"><div class = "modalContent"><p class = "hireMe">😩 OOPS! I have No Experience. Here is an idea, you can hire me.</p></div></div>
<div class = "modal"><div class = "modalContent"></div></div> <!--TO BE UPDATED-->
<div class = "modal"><div class = "modalContent"></div></div>
<div class = "modal"><div class = "modalContent"><p class = "hireMe">🔧 Updating Soon... 🔨 </p></div></div>
<div class = "modal"><div class = "modalContent"></div></div>
<div class = "modal"><div class = "modalContent"></div></div><!--CONNECTION FIXING-->
</div>
<div id = "footer">
<a class = "link">priyanshu7verma@gmail.com</a>
<p class = "link">(Sorry for Inconvenience, Please use PC for Better Experience)</p>
<a class = "link" href="resume.pdf">download_resume</a>
</div>
<script src="app.js"></script>
<script src ="modalApp.js"></script>
</body>
</html>