-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThe Rock portfolio.html
38 lines (36 loc) · 1.32 KB
/
The Rock portfolio.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>
<head>
<meta charset="utf-8">
<title>The Rock Resume</title>
<link href="The Rock portfolio.css" rel="stylesheet" type="text/css">
</head>
<body>
<section id= "main">
<nav>
<a href="file:///D:/BARIKA%20WORKS/STUDIES/B.Sc%20CS/Workshops/BASIC%20WEB%20DEV%20BOOTCAMP%20-%2021%20to%2028%20APR,%202021/portfolio.html" class="logo">
<img src=logo.jpg alt="Logo Of Project Rock">
</a>
<span class="menu-space"></span>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Recents</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="Rock.png" 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 how to build a website using only HTML and CSS.</p>
<a href="#" class="resume-btn">See my resume.</a>
</div>
</div>
</body>
</html>