-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (219 loc) · 8.12 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Frontend Mentor | Crowdfunding product page</title>
<link rel="stylesheet" href="crowd style.css">
<link href="https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<header>
<h1 class="phkfund"> PHKFUND
<!-- <img src="./images/logo.svg" alt=""> -->
</h1>
<div class="nav-wrapper">
<span class="close-menu"><img src="./images/icon-close-menu.svg" alt=""></span>
<ul>
<li><a href="">About</a></li>
<li><a href="">Discover</a></li>
<li>#<a href="">Get Started</a></li>
</ul>
</div>
<div class="menu-icon">
<img class="btn" src="./images/icon-hamburger.svg" alt="">
</div>
</header>
<section class="section_1">
<img class="logo-master" src="images/logo-mastercraft.svg" alt="">
<h1> Mastercraft Bamboo Monitor Riser</h1>
<p class="description">A beautiful & handcrafted monitor stand to reduce neck and eye strain.</p>
<div class="back-container">
<p class="project">Back this project</p>
<div class="bookmark-container">
<img src="images/icon-bookmark.svg" alt="">
<p>Bookmark</p>
</div>
</div>
</section>
<section class="section_2">
<div class="detail_wrapper">
<div class="left">
<h1>$89,914</h1>
<p>of $100,000 backed</p>
</div>
<div class="middle left">
<h1>5,007</h1>
<p>total backers</p>
</div>
<div class="right left">
<h1>56</h1>
<p>days left</p>
</div>
</div>
<div class="progress-bar">
<div></div>
</div>
</section>
<section class="about-section">
<h2> About this project</h2>
<p>The Mastercraft Bamboo Monitor Riser is a sturdy and stylish platform that elevates your screen
to a more comfortable viewing height. Placing your monitor at eye level has the potential to improve
your posture and make you more comfortable while at work, helping you stay focused on the task at hand.
</p>
<p> Featuring artisan craftsmanship, the simplicity of design creates extra desk space below your computer
to allow notepads, pens, and USB sticks to be stored under the stand.
</p>
<div class="reward-wrapper">
<div class="bamboo-wrapper">
<h3>Bamboo Stand</h3>
<p>Pledge $25 or more</p>
</div>
<div>
<p class="about-description">You get an ergonomic stand made of natural bamboo. You've helped us launch our
promotional campaign, and
you’ll be added to a special Backer member list.</p>
</div>
<div class="reward-left">
<div class="amount-left">
<h1>101</h1>
<span>left</span>
</div>
<p>Select Reward</p>
</div>
</div>
<div class="reward-wrapper">
<div class="bamboo-wrapper">
<h3>Black Edition Stand</h3>
<p>Pledge $75 or more</p>
</div>
<div>
<p class="about-description">You get a Black Special Edition computer stand and a personal thank you. You’ll be
added to our Backer
member list. Shipping is included.</p>
</div>
<div class="reward-left">
<div class="amount-left">
<h1>64</h1>
<span>left</span>
</div>
<p>Select Reward</p>
</div>
</div>
<div class="reward-wrapper edit">
<div class="bamboo-wrapper edit">
<h3>Mahogany Special Edition</h3>
<p>Pledge $200 or more</p>
</div>
<p class="about-description ">You get two Special Edition Mahogany stands, a Backer T-Shirt, and a personal thank
you. You’ll be added
to our Backer member list. Shipping is included.</p>
<div class="reward-left disabled">
<div class="amount-left edit">
<h1>0</h1>
<span>left</span>
</div>
<p>Out of Stock</p>
</div>
</section>
<section class="modal">
<div class="modal-wrapper">
<span class="closeProject"><img src="./images/icon-close-modal.svg" alt=""></span>
<div class="heading">
<h2>Back this project</h2>
<p>Want to support us in bringing Mastercraft Bamboo Monitor Riser out in the world?</p>
</div>
<div class="pledge">
<input type="radio">
<div class="p-right">
<h3>Pledge with no reward</h3>
<p>Choose to support us without a reward if you simply believe in our project. As a backer,
you will be signed up to receive product updates via email.</p>
</div>
</div>
<div class="pledge">
<input type="radio">
<div class="p-right">
<div class="p-right-wrapper">
<h3>Bamboo Stand <span class="fix-pledge">Pledge $25 or more</span></h3>
<h3>101 <span class="fix-left">left</span></h3>
</div>
<p>You get an ergonomic stand made of natural bamboo. You've helped us launch our promotional campaign, and
you’ll be added to a special Backer member list.</p>
<div id="close-me">
<div class="select-payment">
<p>Enter your pledge</p>
<div class="select-amount">
<input type="text" placeholder="$25">
<button>Continue</button>
</div>
</div>
</div>
</div>
</div>
<div class="pledge">
<input type="radio">
<div class="p-right">
<div class="p-right-wrapper">
<h3> Black Edition Stand <span class="fix-pledge">Pledge $75 or more</span></h3>
<h3>64 <span class="fix-left">left</span></h3>
</div>
<p>You get a Black Special Edition computer stand and a personal thank you. You’ll be added to our Backer
member list. Shipping is included.</p>
<div id="close-me">
<div class="select-payment">
<p>Enter your pledge</p>
<div class="select-amount">
<input type="text" placeholder="$75">
<button>Continue</button>
</div>
</div>
</div>
</div>
</div>
<div class="pledge edit">
<input type="radio">
<div class="p-right edit">
<div class="p-right-wrapper edit">
<h3> Mahogany Special Edition <span class="fix-pledge">Pledge $200 or more</span></h3>
<h3>0 <span class="fix-left">left</span></h3>
</div>
<p>Pledge $200 or more
You get two Special Edition Mahogany stands, a Backer T-Shirt, and a personal thank you. You’ll be added
to our Backer member list. Shipping is included.</p>
<div id="close-me">
<div class="select-payment">
<p>Enter your pledge</p>
<div class="select-amount">
<input type="text" placeholder="$75">
<button>Continue</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Success modal start -->
<!-- Thanks for your support!
Your pledge brings us one step closer to sharing Mastercraft Bamboo Monitor Riser worldwide. You will get
an email once our campaign is completed.
Got it! -->
<!-- Success modal end -->
<script src='apps.js'></script>
</body>
</html>