-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.1 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
<!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 herf="#" class="logo">
<img src="rock_1024x.jpg" alt="The Logo of project Rock">
</a>
<span class="menu-space"></span>
<ul class="menu">
<li><a herf="#">Home</a></li>
<li><a herf="#">Skills</a></li>
<li><a herf="#">Recent</a></li>
<li><a herf="#">Clients</a></li>
<li><a herf="#">Contacts</a></li>
</ul>
<a herf="#" class="hey"><strong>Say Hi!</strong></a>
</nav>
</section>
<section class="Content">
<div class="image">
<img scr=" c286d2b3-7020-487c-804d-18b8c1db6477.jpg" alt="Rock">
</div>
<div class="main-text">
<h1> Hello,I am the <br>Rock</h1>
<p> Hey in this video i will be showing you guys to build a website using only HTML and CSS</p>
<a href="#" class="resume-btn">See My Resume</a>
</div>
</section >
</body>
</html>