forked from Dazzle-Digital/billKandaceProjectFour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (166 loc) · 6.23 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Project Four</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Raleway:400,500" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flickity/1.1.2/flickity.min.css">
<link rel="stylesheet" href="public/styles/style.css">
</head>
<body>
<header>
<div class="wrapper">
<div class="heading">
<h1>Giftify</h1>
<p>Curated gifts from Etsy</p>
<p class="clickHere">Click the arrow to get started</p>
</div>
<div class="arrow arrowHeader">
<a href="#genderSection">
<i class="fas fa-angle-down"></i>
</a>
</div>
</div>
</header>
<main>
<form class="genderCatergoryForm">
<div id="genderSection">
<h2 class="genderTitle">Who are you shopping for?</h2>
<fieldset class="gender">
<div class="labelWrapper wrapper">
<div class="radioButtonContainer">
<div class="radioButtonsGender">
<input type="radio" id="male" name="gender" value="men">
<label for="male">Male
<i class="fas fa-mars" aria-hidden></i>
</label>
</div>
</div>
<div class="radioButtonContainer">
<div class="radioButtonsGender">
<input type="radio" id="female" name="gender" value="women">
<label for="female">Female
<i class="fas fa-venus" aria-hidden></i>
</label>
</div>
</div>
<div class="radioButtonContainer">
<div class="radioButtonsGender">
<input type="radio" id="both" name="gender" value="both">
<label for="both">Both
<i class="fas fa-transgender" aria-hidden></i>
</label>
</div>
</div>
</div>
</fieldset>
<div class="arrow arrowGender">
<a href="#categorySection">
<i class="fas fa-angle-down"></i>
</a>
</div>
</div>
<!-- GENDER FIELDSET END -->
<!-- CATERGORY FIELDSET STARTS -->
<div id="categorySection">
<h2 class="genderTitle">What are you shopping for?</h2>
<fieldset class="category">
<!-- category carousel starts here -->
<div class="main-carousel wrapper">
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="clothing" name="category" value="clothing">
<label class="label" for="clothing">
<i class="fas fa-tshirt" aria-hidden></i>
Clothing
</label>
</div>
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="housewares" name="category" value="housewares">
<label for="housewares">
<i class="fas fa-home" aria-hidden></i>
Housewares
</label>
</div>
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="toys" name="category" value="toys">
<label for="toys">
<i class="fas fa-football-ball" aria-hidden></i>
Toys
</label>
</div>
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="jewellery" name="category" value="jewellery">
<label for="jewellery">
<i class="far fa-gem" aria-hidden></i>
Jewellery
</label>
</div>
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="book" name="category" value="book journal">
<label for="book">
<i class="fas fa-book" aria-hidden></i>
Books
</label>
</div>
<div class="carousel-cell radioButtonsCategory">
<input type="radio" id="art" name="category" value="art">
<label for="art">
<i class="fas fa-palette" aria-hidden></i>
Artwork
</label>
</div>
</div>
<!-- category carousel ends here -->
</fieldset>
<!-- CATERGORY FIELDSET ENDS -->
<div class="arrow arrowCategory">
<a href="#giftify">
<i class="fas fa-angle-down"></i>
</a>
</div>
</div>
<div class="submit-container">
<a href="#gifts"></a>
<input type="submit" id="giftify" value="Giftify">
</div>
</form>
<section class="gifts" id="gifts">
<div class="wrapper">
<div class="giftContainer">
</div>
</div>
</section>
</main>
<footer>
<div class="copyright">
<a href="mailto:example@email.com">
<h4>© Dazzle Digital | Kandace O'Brien & Bill Chuang</h4>
</a>
</div>
<div class="footerSocial">
<a href="#" target="_blank" alt='twitter'>
<i class="fab fa-twitter"></i>
</a>
<a href="#" target="_blank" alt='facebook'>
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" target="_blank" alt='instagram'>
<i class="fab fa-instagram"></i>
</a>
</div>
</footer>
<!-- jquery script -->
<script src='https://code.jquery.com/jquery-3.2.1.min.js' integrity='sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4='
crossorigin='anonymous'></script>
<!-- flickity script -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/flickity/1.1.2/flickity.pkgd.min.js"></script>
<!-- smooth scroll -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/2.1.2/jquery.smooth-scroll.min.js"></script>
<!-- link to js script -->
<script src="public/scripts/main.js"></script>
</body>
</html>