-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.27 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Rock</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<section id="main">
<nav>
<a href="#" class="logo">
<img src="attachment_91788313.png" alt="logo">
</a>
<span class="spacing"></span>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Recent</a></li>
<li><a href="#">Clients</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<a href="#" class="hey"><strong>Say Hi !</strong> </a>
</nav>
</section>
<div class="content">
<div class="image">
<img src="290-2901429_rock-dwayne-johnson.jpg" alt="image">
</div>
<div class="main-text">
<h1>Hello, I am Rock</h1>
<p>Hey welcome to my portfolio. This site is build fully on html and css.</p>
<a href="#" class="a-btn">see more</a>
</div>
</div>
</body>
</html>