-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstory.html
More file actions
52 lines (48 loc) · 2.5 KB
/
story.html
File metadata and controls
52 lines (48 loc) · 2.5 KB
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
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html en-US>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="Sharp 9 Media"/>
<meta name="keywords" content="fashion, jay hunt designs, lakeland fashion, florida fashion, orlando fashion, tampa fashion, miami fashion, sevyn streeter fashion, fashion designer, jasmine hunter"/>
<title>Jay Hunt Designs - Our Story</title>
<link rel="stylesheet" href="styles/stylesheet.css"/>
<link rel="stylesheet" href="css/font-awesome.css"/>
</head>
<body>
<header>
<div id="headerCol-left">
<img src="images/jay-hunt-logo1.jpg" id="header-logo" alt="jay-hunt-logo"/>
</div>
<div id="headerCol-right">
<a class="burger-nav"></a>
<ul>
<li><a href="contact.html" id="contact">contact</a></li>
<li><a href="media.html" id="media">media</a></li>
<li><a href="collections.html" id="collections">collections</a></li>
<li><a href="story.html" id="story">story</a></li>
<li><a href="index.html" id="home">home</a></li>
</ul>
<div class="social-media">
<!--<a href="#"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>-->
<a href="https://www.facebook.com/JayHuntDesigns" target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/jayhuntdesigns" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
</header>
<div class="header-banner" id="story-page">
</div>
<div class="textbox" id="about-text">
<h3>STORY</h3>
<p>Jay Hunt Designs is a women's fashion line that is Fresh, Chic and Modern. We aim to make every woman feel sexy in her own skin.</p>
<br/>
<p>Established in 2013, Jay Hunt has been showcased across Florida, in the city of Atlanta, through out Texas and in New York Fashion Week. The brand has adorned celebrities... most notably, Sevyn Streeter. She wore Jay Hunt Design throughout her entire 2017 Winter Promo Tour.</p>
<br>
<p>Clothing Custom made is sure to accentuate every curve of your body.</p>
</div>
<!-- SCRIPTS -->
<script src="scripts/jquery-3.1.1.min.js"></script>
<script src="scripts/menu.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>