-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>rock Resume</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<section id="main">
<nav>
<a href="https://replit.com/@Asmijena/Project#index.html" class="logo">
<img src="https://github.com/Asmi-1/asmi_jena.github.io/blob/main/ajlogo.jpg" alt="The Logo of Project Rock">
</a>
<span class="menu-space"></span>
<ul class="menu">
<li><a href="https://replit.com/@Asmijena/Project#index.html">Home</a></li>
<li><a href="https://replit.com/@Asmijena/Project#index.html">Skills</a></li>
<li><a href="https://replit.com/@Asmijena/Project#index.html">Recent</a></li>
<li><a href="https://replit.com/@Asmijena/Project#index.html">Clients</a></li>
<li><a href="https://replit.com/@Asmijena/Project#index.html">Contacts</a></li>
</ul>
<a href="https://replit.com/@Asmijena/Project#index.html" class="hey">Say Hi!</a>
</nav>
</section>
<div class="content">
<div class="image">
<img src="https://github.com/Asmi-1/asmi_jena.github.io/blob/main/SandeepMaheshwari.jpg" alt="Rock">
</div>
<div class="main-text">
<h1>Hello, I am the Sandeep</h1>
<p>Hey in this I am gonna show you to make a responsive personal website only using HTML and CSS.</p>
<a href="https://replit.com/@Asmijena/Project#index.html" class="resume-btn">See my Resume</a>
</div>
</div>
</body>
</html>