-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding_page.html
38 lines (33 loc) · 1.12 KB
/
landing_page.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Landing Page</title>
</head>
<body>
<link rel="stylesheet" href="css/landing_page.css">
<header>
<h2 id="earlHeader">Dev<span>Earl</span></h2>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Service</a>
<a href="#">Portfolio</a>
<a href="#">Blog</a>
<a href="#">Resume</a>
<a href="#">Contact</a>
</nav>
</header>
<section>
<div>
<div id="spacing"></div>
<h2><span>Hello!</span></h2>
<h1>I am Earl<span>Pappi</span></h1>
<p>I am an entry level UI/UX designer with exensive experience for over 3 months. My expertise is to create user centred designs that profers a solution to user's problem.</p>
<a href="#" id="button">View Work</a>
<a href="#" id="button">Hire Me</a>
</div>
</section>
</body>
</html>