-
Notifications
You must be signed in to change notification settings - Fork 0
/
bff.html
167 lines (139 loc) · 5.22 KB
/
bff.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>KCC NMA ART258 Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="main_nav">
<div class="nav_buttons img">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<div class="nav_buttons">
<a href="bff.html"><button type="button" name="button">bff mugs</button></a>
</div>
<div class="nav_buttons">
<a href="about.html"><button type="button" name="button">about</button></a>
</div>
<!-- <div class="nav_buttons">
<button type="button" name="button">contact</button>
</div> -->
</div>
</nav>
<nav class="toggle">
<div class="toggle_button">
<a href="#"><span class="top"></span></a>
<a href="#"><span class="short"></span></a>
<a href="#"><span class="bottom"></span></a>
</div>
<ul>
<a href="index.html"><img src="images/logo.png" alt=""></a>
<li><a href="bff.html">bff mugs</a></li>
<li><a href="about.html">about</a></li>
<!-- <li><a href="#">contact</a></li> -->
</ul>
</nav>
<!-- <div class="section bff">
<div class="bff_img">
<img src="images/bff-hero.png" alt="">
</div>
<div class="bff_header">
<div class="bff_header_logo">
<img src="images/logo.png" alt="">
</div>
<h2>Ready to buy our signature BFF mugs? Here's how!</h2>
</div>
<div class="bff_girls">
<img src="https://static1.squarespace.com/static/56b8264837013bd18518e6a9/t/57ef14a22e69cf154bb724e0/1478245314510/?format=2500w" alt="">
</div>
</div> -->
<div class="section bff">
<div class="bff_header">
<img src="images/logo.png" alt="">
<h2>Ready to buy our signature BFF mugs? Here's how!</h2>
</div>
<div class="bff_steps">
<div class="bff_steps_one">
<div class="bff_container">
<h3 class="number">01.</h3>
<h3>Pick your girls!</h3>
</div>
</div>
<div class="bff_steps_one text">
<div class="bff_container">
<p>Browse through our girls and pick the one that best resembles you and your friend! Remember the letter of your girls!
(If you need help, we recommend looking through your friends social media accounts to find the perfect fit!)
*Pick any girl that you would like, we'll make sure that the girls are communicating correctly!</p>
</div>
</div>
</div>
<div class="parallax-window-bff-girls" data-parallax="scroll" data-image-src="images/girls.jpg"></div>
<div class="bff_steps">
<div class="bff_steps_two">
<div class="bff_container">
<h3 class="number">02.</h3>
<h3>Give them names...</h3>
</div>
</div>
<div class="bff_steps_two text">
<div class="bff_container">
<p>Full name or just a nickname? Up to you!
On the back of the mugs, there's a quote that reads "No distance too far between best friends".
(IF you need to alter this, please leave the request in the message box at check out.)
</p>
</div>
</div>
</div>
<div class="parallax-window-bff-names" data-parallax="scroll" data-image-src="images/names.jpg"></div>
<div class="bff_steps">
<div class="bff_steps_three">
<div class="bff_container">
<h3 class="number">03.</h3>
<h3>Write it all down!</h3>
</div>
</div>
<div class="bff_steps_three text">
<div class="bff_container">
<p>Example of what you should be sending us at check-out:
"Eunice" - Girl L
"Grace" - Girl E
</p>
</div>
</div>
</div>
<div class="bff_steps last">
<div class="bff_steps_two">
<div class="bff_container">
<h3 class="number">04.</h3>
<h3>Order your mug!</h3>
</div>
</div>
<div class="bff_steps_two text">
<div class="bff_container">
<p>In the next step click on the that matches how many mugs you want and check out! During checkout, leave a message with the info you just wrote down so we can customize it just for you
</p>
</div>
</div>
<div class="main_button">
<button type="button" name="button">Get your mug here</button>
</div>
</div>
<div class="parallax-window-bff" data-parallax="scroll" data-image-src="images/bff-hero.png"><p class="copyright">
© Sincerely Eunice
</p></div>
</div>
<!-- <footer>
<div class="parallax-window" data-parallax="scroll" data-image-src="">
<p class="copyright">
© Sincerely Eunice
</p>
</div>
</footer> -->
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="parallax.min.js"></script>
<script src="script.js"></script>
</body>