-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
307 lines (281 loc) · 9.64 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="fac-22 pre-app" />
<meta name="keywords" content="fac html" />
<meta name="author" content="0bubbles0" />
<title>Barbara's Projects fac22 Pre-App</title>
<link rel="stylesheet" href="index.css" />
<script src="index.js" defer></script>
</head>
<body class="page--full stack-l">
<header class="header row justify-bw align-stretch">
<!-- <div class="row justify-bw"> -->
<!-- <p class="pad-m">Barbara</p> -->
<a href="https://0bubbles0.github.io/fac-22-application/" target="_blank">
<img
class="img__logo pad-s"
id="img-logo"
src="resources/img/logo/logo1-250-100.png"
/>
</a>
<div class="switch-container">
<span class="switch" id="dark-mode-switch">
<input type="checkbox" id="dark-mode-checkbox" tabindex="0" />
<span class="slider"></span>
</span>
<label
class="text--large no-mobile"
id="dark-mode-label"
for="checkbox-dark-mode"
>To Dark Mode</label
>
</div>
<!-- <nav>
<ul class="row list-no align-stretch height-full"> -->
<!-- <li><a class="a-no pad-s hover-pale" href="">Intro</a></li> -->
<!-- <li>
<a class="a-no pad-m height-full hover-pale" href="#ch-projects"
>Projects</a
>
</li> -->
<div class="hover-pale pad-m">
<a class="a-no pad-m height-full" href="glossary.html">Glossary</a>
</div>
<!-- <li><a class="a-no pad-m hover-pale" href="">Contact</a></li> -->
<!-- </ul> -->
<!-- </nav> -->
<!-- </div> -->
</header>
<main class="margin-top stack-l" id="ch-projects">
<!-- <div class="stack-m"> -->
<!-- </div> -->
<h1 class="center-txt">Projects fac22 Pre-Apprenticeship</h1>
<h2 class="center-txt">Partner Project Sprints</h2>
<section class="center width-l grid--auto">
<a
class="a-no tile stack-m pad-m"
href="https://fac22.github.io/BAgency/"
>
<h3>BAgency</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/bagency-adriana.png"
/>
<p>Mock digital agency website with Adriana</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="https://fac22.github.io/MohamedBarbara-API/"
>
<h3>Image Generator</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/api-no-gallery.png"
/>
<p>Mobile-first API Image Generator with Mohamed</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="https://fac22.github.io/Saira-Barbara-to-do-list/"
>
<h3>To do List</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/02-form.png"
/>
<p>Mobile-first, testing library with Saira</p>
</a>
</section>
<h2 class="center-txt pad-top-m">Guided Tutorials</h2>
<!--Gallery-->
<section class="center width-l grid--auto">
<a
class="a-no tile stack-m pad-m"
href="week-09-10/project/to-do/practice/to-do.html"
>
<h3>To do List Practice</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/02-form.png"
/>
<p>Workshop on changing/checking DOM elements</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-06/workshops/dom/attempt/index.html"
>
<h3>DOM Manipulation</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/dom-challenge.png"
/>
<p>Workshop on changing/checking DOM elements</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-05/projects/checkboxes/index-Attempt.html"
>
<h3>Checkboxes & Shift</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-checkboxes.png"
/>
<p>JS30 Project: multi-select with shift key</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-05/projects/14-tools/index-Attempt.html"
>
<h3>Dev Tool & Console Tips</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-tools.png"
/>
<p>JS30 Project: 14 Dev Tool & Console Tips</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-04/projects/flex-panels/attempt/attempt.html"
>
<h3>Flex Panels Gallery</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-panels.png"
/>
<p>JS30 Project: flex-grow, transition, translateY</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-04/projects/arr-cardio-2/attempt/attempt.html"
>
<h3>Array Cardio 2</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-arr-cardio-2.png"
/>
<p>JS30 Project: ES6 array methods</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-04/projects/color-themes/attempt/attempt.html"
>
<h3>Dark Mode Toggle</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/dark-mode.png"
/>
<p>Workshop on modifying CSS Variables, Dark Mode</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-03/projects/arr-cardio-1/attempt.html"
>
<h3>Array Cardio 1</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-arr-cardio-1-edit.png"
/>
<p>JS30 Project: ES6 array methods</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-03/projects/css-var/attempt.html"
>
<h3>Change CSS-Variables with JS</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-css-var-visible.png"
/>
<p>JS30 Project: user-responsive CSS-Variables through JS</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-03/projects/grid-bbc-news/attempt/attempt.html"
>
<h3>BBC News</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/bbc-visible.png"
/>
<p>Replica as CSS Grid Exercise</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-03/workshops/css-layouts/css-layout/challenge-4/attempt.html"
>
<h3>Facstagram</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/facstagram-visible.png"
/>
<p>Instagram replica as CSS Composite Layout Exercise</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-01-02/projects/clock/index-attempt.html"
>
<h3>Clock (real time)</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-clock-visible.png"
/>
<p>JavaScript30 Project: CSS & JS</p>
<p>Upcoming Variation: Time Zones</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-01-02/projects/drumkit/attempt/index-drum-attempt.html"
>
<h3>Drum Kit</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/js30-drum-visible.png"
/>
<p>JavaScript30 Project: JS, audio, user-keyboard-input</p>
<p>Upcoming Variation: Violin Tuner</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-01-02/workshops/accessibility-workshop/attempt-barbara/a11y-attempt.html"
>
<h3>The Speakeasy</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/speakeasy-visible.png"
/>
<p>Workshop on Accessibility</p>
</a>
<a
class="a-no tile stack-m pad-m"
href="week-01-02/workshops/html-workshop/semantic-html/attempt-barbara/html-attempt.html"
>
<h3>HTML tidy-up</h3>
<img
class="pad-sides-m"
src="resources/img/project-thumbs/html-tidy-visible.png"
/>
<p>Workshop on Semantic HTML</p>
</a>
<!--
<a class="a-no tile stack-m pad-m" href="">
<h3>Title</h3>
<img class="pad-sides-m" src="resources/img/project-thumbs/02-form.png">
<p>Description</p>
</a>
<a class="a-no tile stack-m pad-m" href="">
<h3>Title</h3>
<img class="pad-sides-m" src="resources/img/project-thumbs/02-form.png">
<p>Description</p>
</a>
-->
</section>
</main>
<footer class="pad-m">
<p class="center-txt">© 2021 <bubbles></p>
</footer>
</body>
</html>