-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 911 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 911 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>ShapeAI</title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<section id="main-bar">
<nav>
<a href="https://intranet.rguktn.ac.in" class="logo"><img src="logo.png"></a>
<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="greet"><strong>Say Hi!</strong></a>
</nav>
</section>
<div class="main-content">
<div class="image">
<img src="image.png">
</div>
<div class="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 an CSS</p>
<a href="*" class="resume-btn">See My Resume</a>
</div>
</div>
</body>
</html>