forked from jeffhow/BEM-Design-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (254 loc) · 7.75 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>BEM Design System</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Add your site or HTML content here -->
<!--
Jeffhow
A Playing Card Component
--hearts, --diamonds, --clubs, --spades
--ace, --2, --3, ..., --king
-->
<section class="playing-card playing-card--queen playing-card--hearts">
<div class="playing-card__top-corner">
<div class="playing-card__value"></div>
<div class="playing-card__suit"></div>
</div>
<div class="playing-card__face"></div>
<div class="playing-card__bottom-corner">
<div class="playing-card__value"></div>
<div class="playing-card__suit"></div>
</div>
</section>
<!--
PNyamekye
Simply a Title cause titles are important
Font, Size, Color
-->
<section class="PTitle">
<h1 class="PTitle__WordMark PTitle__WordMark--lightUp">An Experimental ArtSite</h1>
</section>
<!--
CBMakes
Adds a button labeled "Amazing" to the page.
Available modifiers: .amazing-button--red
.amazing-button--green
.amazing-button--blue
-->
<section class="amazing-button">
<div class="amazing-button__button">
<button class="amazing-button--red">
<h1>AMAZING</h1>
</button>
</div>
</section>
<!-- DanielCorso2
makes Hidden Lobster font component
hidden, hidden--show, hidden--hide, hidden__text, hidden__center -->
<section class ="hidden">
<h1 class ="hidden__text"> The lobsters can turn invisible! One is missing!! Please help me find him !!!</h1>
<div class="hidden__center">
<h3 class ="hidden--show hidden__text">Lobster</h3>
<h3 class ="hidden--hide hidden__text">Lobster</h3>
</div>
</section>
<!--
SMurphyTech
The Formal Alert Component
--casual --urgent
-->
<section class="formal-alert formal-alert--casual">
<h2 class="formal-alert__title">Attention.</h2>
<p class="formal-alert__content">Everything is falling apart.</p>
<p class="formal-alert__content">oops.</p>
</section>
<!--
Don_Nova727
Entry Form
-->
<form class="Entry-form">
<label class="Entry-form__label">Name:</label>
<input class="Entry-form__text">
<label class="Entry-form__label">Number: </label>
<input class="Entry-form__text">
<label class="Entry-form__label">Email: </label>
<input class="Entry-form__text">
<input type="submit" class="Entry-form__Submit">
</div>
<!--
Don_Nova727
Emergency Button!?
-->
<div class="Cool-btn">
<button class="Cool-btn__circle">
<p class= "Cool-btn__label">
BUTTON!?
</p>
<!--
Username
Description of component
Available modifiers
-->
<section class="my-block">
<main>
<div class="boo">
<h2 class="boo__title">Favorite Monster?</h2>
<button class="boo__btn">Vampire</button>
<button class="boo__btn">Boogeyman</button>
<button class="boo__btn">Werewolf</button>
</div>
</main>
</section>
</button>
</div>
<!--
Almr1209
Halloween Idk
boo--blue boo__title--white
-->
<section class="my-block">
<main>
<div class="boo">
<h2 class="boo__title">Favorite Monster?</h2>
<button class="boo__btn">Vampire</button>
<button class="boo__btn">Boogeyman</button>
<button class="boo__btn">Werewolf</button>
</div>
</main>
</section>
<!--Smartin8411/Martin Onyimba
Adding a phone card poster
my-block--blank, my-block--blank-text, my-block--blank2-->
<section class="my-block">
<div aria-hidden="true" class="my-block--blank"><span class="my-block--blank-text">.</span></div>
<nav class="navbar">
<ul class="navbar__list">
<li class="navbar__item"><a href="#" class="navbar__link">Home</a></li>
<li class="navbar__item"><a href="#" class="navbar__link">About</a></li>
<li class="navbar__item"><a href="#" class="navbar__link">Contact</a></li>
</ul>
</nav>
<h1 class="my-block__heading">Welcome :) !</h1>
<p class="my-block__text">Here is my phone card poster for the 2020 Hacktoberfest, create your very own Hacktoberfest project today :D !</p>
<p class="my-block__footer">© 2020 Smartin Company</p>
<div aria-hidden="true" class="my-block--blank2"><span class="my-block--blank2">O</span></div>
</section>
<!--
Timothy Mckeon
Hacktoberfest Pull Request
-->
<section class="my-block">
sup
<section>
<!--
AppletonChau
Name Card
.name-card--red
.name-card--blue
.name-card--green
-->
<section class="name-card name-card--blue">
<h1 class="name-card__heading">Name</h1>
<h3 class="name-card__body">Description</h3>
<footer class="name-card__footer">2020-2021
</footer>
</section>
<!--
FreddyMaster
Spooky
spooky
-->
<section class="spooky__block">
<main>
<div class="spooky">
<h2 class="spooky__title">Most Spooky?</h2>
<button class="spooky__btn">Spider</button>
<button class="spooky__btn">Snake</button>
<button class="spooky__btn">Bear</button>
</div>
</main>
</section>
<!--
CalvinNordstrom
School Poll
boop--blue boop__title--white
-->
<section class="my-block">
<main>
<div class="boop">
<h2 class="boop__title">Favorite Subject in School?</h2>
<button class="boop__btn">English</button>
<button class="boop__btn">Math</button>
<button class="boop__btn">Science</button>
<button class="boop__btn">History</button>
<button class="boop__btn">Shop</button>
</div>
</main>
</section>
<!--
correiaeduardo
Random programming language ranking
table--thead-dark
-->
<section class="table">
<main>
<h2 class="table__title">Random programming language ranking</h2>
<table class="table__content">
<thead class="table__head">
<tr class="table__row">
<th class="table__item table__item--heading">#</th>
<th class="table__item table__item--heading">Programming Language</th>
<th class="table__item table__item--heading">Commom filename extension</th>
<th class="table__item table__item--heading">Special date</th>
</tr>
</thead>
<tbody class="table__body">
<tr class="table__row">
<td class="table__item">1</td>
<td class="table__item">Kotlin</td>
<td class="table__item">kt</td>
<td class="table__item">2017</td>
</tr>
<tr class="table__row">
<td class="table__item">2</td>
<td class="table__item">JavaScript</td>
<td class="table__item">js</td>
<td class="table__item">1995</td>
</tr class="table__row">
<tr class="table__row">
<td class="table__item">3</td>
<td class="table__item">Java</td>
<td class="table__item">java</td>
<td class="table__item">1996</td>
</tr>
</tbody>
</table>
</main>
</section>
<!--Azriel
Polls about the places you would like to go to-->
<div class="poll poll--grey">
<h2 class="poll_title">Which place would you like to visit if you ever get the chance?</h2>
<button class="poll_btn" id="china">China</button>
<button class="poll_btn" id="japan">Japan</button>
<button class="poll_btn" id="europe">Europe</button>
<button class="poll_btn" id="egypt">Egypt</button>
<button class="poll_btn" id="france">France</button>
<button class="poll_btn" id="russia">Russia</button>
</div>
//Eli's code
<div class="poll">
<h2 class="poll__title">Best Pets</h2>
<button class="poll__btn"id="poll_Dogs">Dogs</button>
<button class="poll__btn"id="poll_Cats">Cat</button>
<button class="poll__btn" id="poll_Dragons">Dragon</button>
</div>
</body>
</html>