-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (91 loc) · 3.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="Shingo Designs' Fairy Tale Collection of wedding gowns are are both romantic and sophisticated, perfect for today's bride."/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Shingo Designs</title>
<link rel="stylesheet" href="style.css"/>
<link rel="icon" type="image/png" href="favicon.png"/>
</head>
<body>
<header class="app-bar promote-layer">
<div class="app-bar-container side">
<button class="menu">
<svg>
<rect x="2" y="6" width="20" height="3"/>
<rect x="2" y="11" width="20" height="3"/>
<rect x="2" y="16" width="20" height="3"/>
</svg>
</button>
<a href="#"><img src="images/logo.png"/></a>
</div>
</header>
<nav class="navdrawer-container promote-layer">
<ul class="navdrawer-content side">
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<main class="side" style="display:none">
<div class="front-container">
<div class="front-content">
<div class="front-gallery">
<a href="#gelsomino">
<div class="front-display front-img3 side7">
<div>
<h1>Gelsomino</h1>
<h2>Jasmine Inspired Gown</h2>
</div>
<img src="images/gelsomino/gelsomino-front.jpg"/>
</div>
</a>
<a href="#belle">
<div class="front-display front-img2 side6">
<div>
<h1>Belle</h1>
<h2>Belle Inspired Gown</h2>
</div>
<img src="images/belle/belle-front.jpg"/>
</div>
</a>
<a href="#sirenetta">
<div class="front-display front-img1 side5">
<div>
<h1>Sirenetta</h1>
<h2>Ariel Inspired Gown</h2>
</div>
<img src="images/sirenetta/sirenetta-front.jpg"/>
</div>
</a>
<div class="front-display front-img0 side4"><img src="images/cover.png"/></div>
</div>
</div>
</div>
<div class="front-thumb-container">
<div class="front-thumb front-img0">
<div><img src="images/cover.png"/></div>
</div>
<img class="front-thumb front-img1" src="images/sirenetta/sirenetta-front.jpg"/>
<img class="front-thumb front-img2" src="images/belle/belle-front.jpg"/>
<img class="front-thumb front-img3" src="images/gelsomino/gelsomino-front.jpg"/>
</div>
<article>
<p>For a princess who dare to dream, a collection of wedding gowns inspired by the Disney Princess with their grace and beauty. A fairy tale dream fueled by fantasy, romance and adventure from under the sea to a whole new world.</p>
</article>
</main>
<section>
<ul>
<li>
<img src="//s2.googleusercontent.com/s2/favicons?domain=www.facebook.com"/>
<a href="//www.facebook.com/starlightcreation">LIKE US</a>
</li>
</ul>
</section>
<footer>© Shingo Designs</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>