-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.13 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
38
39
40
41
42
43
44
<DOCTYPE html>
<html lang="en">
<head>
<!-- Character Set -->
<meta charset="utf-8">
<!-- Creator of the Website -->
<meta name="author" content="Monte Arreguin">
<!-- Description of Website -->
<meta name="description" content="Replication made by Monte Arreguin for Codify Academy">
<!-- Title -->
<title>OrangePSD</title>
<!-- NORMALIZE -->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Favorite Icon -->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<!-- Navigation -->
<nav>
<div class="left">orangejuice</div>
<div class="right">
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>CASE STUDIES</li>
<li>BLOG</li>
<li>CONTACT</li>
</ul>
</div>
</nav>
</div>
<!-- Header -->
<section>
<div class="searchBox">SEARCH</div>
<img src="img/oranges.jpg" alt="Bourbon"><h1><strong class="orangejuice">orangejuice</strong> uses only the very freshest design fruits & veggies for your <span>web</span> and <span>app</span> designs.</h1>
</section>
<!-- Footer -->
</body>
</html>