-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (45 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
50 lines (45 loc) · 1.87 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twaran - Web DEveloper, Coder, Blockchain Enthusiast </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="sidebar">
<!-- Twaran -->
<nav>
<ul>
<li><a href="Index.html">Home</li></a>
<li><a href="/intro.html">My Intro</li></a>
<li><a href="/services.html">Services</li></a>
<li><a href="/blog.html">Blog</li></a>
<li><a href="/contact.html">Contact Me</li></a>
</ul>
</nav>
</div>
<div class="main">
<div class="hamburger">
<img src="/Images/download.png" alt="close" class="cross" width="23px">
<img src="/Images/download (2).png" alt="menu" class="ham" width="23px" height="15px">
</div>
<div class="infoContainer">
<div class="devInfo">
<div class="hello">Hi! I am </div>
<div class="name">Twaran Gupta </div>
<div class="about">Web Developer, Coder & Blockchain Enthusiast </div>
<div class="buttons">
<a href="/CV Twaran Gupta 13214803120 IT MAIT 9718117060.pdf" target="_blank"><button class="btn">Download CV</button></a>
<a href="/contact.html"><button class="btn">Contact Me</button></a>
</div>
</div>
<div class="devPic"><img src="/Images/Layer 1.png" alt="Twaran Gupta"></div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>