-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
256 lines (232 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Solutions of Frontend Mentor Challenges by Geekblower</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!--Favicon-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--Local CSS Files-->
<link rel="stylesheet" href="assets/css/style.css">
<!--CSS CDNs-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous">
<style>
body {
background-color: #e4e4e4;
}
</style>
</head>
<body>
<!--Header Section-->
<header id="header">
<!--Navbar-->
<nav class="navbar navbar-expand-lg" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#" id="logo">GeekBlower</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-right">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page"
href="https://geekblower.github.io/" target="_blank">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/geekblower/" target="_blank"
title="Github"><i class="bx bxl-github"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://linkedin.com/in/geekblower/"
target="_blank" title="Linkedin"><i class="bx bxl-linkedin"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://instagram.com/geekblower/"
target="_blank" title="Instagram"><i class="bx bxl-instagram"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://twitter.com/geekblower/" target="_blank"
title="Twitter"><i class="bx bxl-twitter"></i></a></li>
<li class="nav-item"><a class="nav-link" href="https://facebook.com/geekblower/" target="_blank"
title="Facebook"><i class="bx bxl-facebook-circle"></i></a></li>
</ul>
</div>
<!--List for small screen-->
<div class="collapse navbar-collapsed" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page"
href="https://geekblower.github.io/" target="_blank">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/geekblower/"
target="_blank">Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://linkedin.com/in/geekblower/"
target="_blank">Linkedin</a></li>
<li class="nav-item"><a class="nav-link" href="https://instagram.com/geekblower/"
target="_blank">Instagram</a></li>
<li class="nav-item"><a class="nav-link" href="https://twitter.com/geekblower/"
target="_blank">Twitter</a></li>
<li class="nav-item"><a class="nav-link" href="https://facebook.com/geekblower/"
target="_blank">Facebook</a></li>
</ul>
</div>
</div>
</nav>
<!--End of navbar-->
</header>
<!--End of Header Section-->
<!--Main Section-->
<main id="main">
<!--Cards-->
<div class="container">
<div class="row">
<div class="card display-card col-md-3">
<img src="./solutions/newbie/01. Stats-Preview-Card/design/desktop-design.jpg" alt="">
<h2>Stats Preview Card</h2>
<a href="https://www.frontendmentor.io/challenges/stats-preview-card-component-8JqbgoU62"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/01.%20Stats-Preview-Card"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/01. Stats-Preview-Card/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/02. Order-Summary/design/desktop-design.jpg" alt="">
<h2>Order Summary</h2>
<a href="https://www.frontendmentor.io/challenges/order-summary-component-QlPmajDUj"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/02.%20Order-Summary"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/02. Order-Summary/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/03. 3-Column Preview Card/design/desktop-design.jpg" alt="">
<h2>3-Column Card</h2>
<a href="https://www.frontendmentor.io/challenges/3column-preview-card-component-pH92eAR2-"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/03.%203-Column%20Preview%20Card"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/03. 3-Column Preview Card/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/04. Profile Card/design/desktop-design.jpg" alt="">
<h2>Profile card</h2>
<a href="https://www.frontendmentor.io/challenges/profile-card-component-cfArpWshJ"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/04.%20Profile%20Card"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/04. Profile Card/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/05. FAQ Accordion/design/desktop-design.jpg" alt="">
<h2>FAQ Accordion</h2>
<a href="https://www.frontendmentor.io/challenges/faq-accordion-card-XlyjD0Oam" target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/05.%20FAQ%20Accordion"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/05. FAQ Accordion/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/06. Social Proof Section/design/desktop-design.jpg" alt="">
<h2>Social Proof Section</h2>
<a href="https://www.frontendmentor.io/challenges/social-proof-section-6e0qTv_bA"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/06.%20Social%20Proof%20Section"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/06. Social Proof Section/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/07. Article Preview/design/desktop-design.jpg" alt="">
<h2>Article Preview</h2>
<a href="https://www.frontendmentor.io/challenges/article-preview-component-dYBN_pYFT"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/07.%20Article%20Preview"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/07. Article Preview/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/08. Four Card Feature Section/design/desktop-design.jpg" alt="">
<h2>Four Card Section</h2>
<a href="https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/08.%20Four%20Card%20Feature%20Section"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/08. Four Card Feature Section/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/09. Base Apparel/design/desktop-design.jpg" alt="">
<h2>Base Apparel</h2>
<a href="https://www.frontendmentor.io/challenges/base-apparel-coming-soon-page-5d46b47f8db8a7063f9331a0"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/09.%20Base%20Apparel"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/09. Base Apparel/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/10. Intro Component With Signup Form/design/desktop-design.jpg" alt="">
<h2>Signup Form</h2>
<a href="https://www.frontendmentor.io/challenges/intro-component-with-signup-form-5cf91bd49edda32581d28fd1"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/10.%20Intro%20Component%20With%20Signup%20Form"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/10. Intro Component With Signup Form/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/11. Single Price Grid Component/design/desktop-design.jpg" alt="">
<h2>Single Price Grid</h2>
<a href="https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/11.%20Single%20Price%20Grid%20Component"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/11. Single Price Grid Component/index.html">View Live Demo</a>
</div>
<div class="card display-card col-md-3">
<img src="./solutions/newbie/12. Huddle Landing Page With Single Introductory Section/design/desktop-design.jpg"
alt="">
<h2>Landing Page</h2>
<a href="https://www.frontendmentor.io/challenges/huddle-landing-page-with-a-single-introductory-section-B_2Wvxgi0"
target="_blank">View
Challenge</a>
<a href="https://github.com/geekblower/frontend-mentor-solutions/tree/main/solutions/newbie/12.%20Huddle%20Landing%20Page%20With%20Single%20Introductory%20Section"
target="_blank">View
Solution</a>
<a href="./solutions/newbie/12. Huddle Landing Page With Single Introductory Section/index.html">View
Live Demo</a>
</div>
</div>
</div>
</main>
<!--End of Main Section-->
<!--Footer Section-->
<footer id="footer">
<div id="credit">
<h4>Solutions for <a href="https://frontendmentor.io/">Frontend Mentor</a> Challenges - Designed and
Developed by <a href="https://geekblower.github.io/">Geekblower</a></h4>
</div>
</footer>
<!--End of Footer Section-->
<!--Local JS Files-->
<script src="assets/js/script.js"></script>
<!--JS CDNs-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/ionicons/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/ionicons/dist/ionicons/ionicons.js"></script>
</body>
</html>