-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Preetham PM</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="glass-container">
<nav class="navbar">
<div class="logo"><a href="#">Preetham PM</a></div>
<ul class="nav-links">
<li class="nav-link"><a href="#">Home</a></li>
<li class="nav-link"><a href="#">Project</a></li>
<li class="nav-link"><a href="#">Contact</a></li>
</ul>
</nav>
<div class="content">
<div class="main">
<h2>Hey! 👋<br>I'm Preetham Periyal Manjula</h2>
<p>ADD MORE TEXT HERE</p>
<button>RESUME</button>
</div>
<div class="image-wrapper">
<img src="image.png" alt="I might replace this for a better one.">
<div class="attrebute"></div>
<a href="https://www.freepik.com/free-psd/marketing-concept-with-woman-rocketship_33417710.htm#page=2&query=3d%20illustration&position=32&from_view=search&track=ais">Image</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>