-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_new.html
40 lines (36 loc) · 1.11 KB
/
project_new.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>me resume</title>
<link rel="stylesheet" href="bcstyle.css" type="text/css"/>
</head>
<body>
<section id="main">
<nav>
<a href="# " class="logo">
<img src="imgAR.jpg" alt="logo">
</a>
<span class="space"></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="IMG101.jpg" alt="IMG101">
</div>
<div class="main_text">
<h1>Hello, I am <br> Amisha</h1>
<p> hey, in this video i will show you gyse how to make a wevsite using html and css</p>
<a href="#" class="resume_my"> see my resume</a>
</div>
</div>
</body>
</html>