-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
37 lines (30 loc) · 1.32 KB
/
home.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>
<head>
<title>Corey L. Henderson</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Corey L. Henderson, the eye behind AshBran Photography is also known has Hendo across all social network platforms. Follow him on IG and FB. Watch his projects come to life on Behance. Here is where you meet Hendo.">
<link href="layout-styles.css" rel="stylesheet" type="text/css">
<link rel="icon" href="images/favicon.png" type="image/png">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="top-bar">
<ul class="menu">
<img src="images/ab_name_logo.png">
<li><a href="https://www.behance.net/cl_hendo" target="_blank">Behance</a></li>
<li><a href="https://www.instagram.com/cl_hendo" target="_blank">Instagram</a></li>
<li><a href="https://www.facebook.com/Ashbranphotography" target="_blank">Facebook</a></li>
</ul>
</div>
<div class="main">
<img src="images/Hendo-FB-Cover-Photo.jpg">
</div>
<div class="footer">
</div>
<div class="copyright">
<em>Copyright © 2020 Corey L. Henderson. All rights reserved.</em>
</div>
</body>
</html>