-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.2 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>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="img/fav.png" sizes="32x32" />
<title>Code with Edison</title>
<!----CSS link----->
<link rel="stylesheet" href="css/portifolio.css" />
</head>
<body>
<div class="hero">
<nav>
<img src="img/blacpic.jpg" class="logo" />
<ul>
<li><a href="#">Home</a></li>
<li><a href="pages/about.html">About Me</a></li>
<li><a href="pages/service.html">Service</a></li>
<!-- <li><a href="join.html">join us..</a></li> -->
<li><a href="pages/contact.html">Contact</a></li>
</ul>
<a href="pages/resume.html" class="btn">Resume</a>
</nav>
<div class="content">
<span class="title">code with Edison </span>
<h1>Hello, I’m <span>Edison</span></h1>
<p>
I’m working on a professional, visually sophisticated and
technologically proficient, responsive and multi-functional Web
Components.
</p>
<a href="pages/resume.html" class="btn" onclick="print()">Download CV</a>
</div>
</div>
</body>
</html>