-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
377 lines (301 loc) · 12.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
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- BUTTER CAKE CSS -->
<link rel="stylesheet" href="dist/butterCake.css">
<title>Jam Project by Butter Cake css Framework</title>
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar expand-md default-nav bg-gradient bg-primary fixed-top">
<div class="container">
<!-- LOGO -->
<div class="brand">
<a href="#">Jam <strong>Theme</strong></a>
</div>
<!-- NAVBAR -->
<div class="menu-box" id="mainNav1">
<!-- CLOSE BUTTON | MOBILE-->
<div class="menu-close"><i class="fa fa-close"></i></div>
<!-- MENU -->
<ul class="menu ml-auto">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/HimasRafeek/jam-theme" target="_blank" class="btn-primary btn-sm outline">DOWNLOAD</a></li>
</ul>
</div>
<!-- TOGGLER | MOBILE -->
<button class="toggler bg-secondary text-white " data-nav="#mainNav1"><i class="fa fa-bars "></i></button>
</div>
</nav>
<!-- JUMBOTRON -->
<div class="jumbotron fluid bg-gradient main-hero">
<div class="container pt-5">
<h1 class="display-2 text-center text-white mb-2 weight-700 project-title">Jam Theme</h1>
<p class="text-center text-white h4 weight-500 project-info">A Responsive Github Theme Built on top of
Butter
Cake Framework</p>
<div class="text-center mt-5">
<a href="#!" class="btn-primary btn-lg">Get Started</a>
<a href="https://github.com/HimasRafeek/jam-theme" target="_blank" class="btn-dark btn-lg">Download</a>
</div>
</div>
</div>
<!-- MESSAGE -->
<p class="bg-dark m-0 text-white py-2 text-center">All <strong>Butter Cake</strong> Components and Utilities
Available on this <strong>Theme</strong>,
Learn More on -
<a href="#!">Butter Cake Official Website</a>
<br>
<strong class="weight-600">Feel Free to give a star on <a href="https://github.com/HimasRafeek/jam-theme"
target="_blank">Github</a>.</strong>
</p>
<div class="container py-3">
<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>. <a href="https://github.com/HimasRafeek/jam-theme"
target="_blank">Links</a>
should be primary with no underlines </p>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Asperiores aliquid, numquam natus, magnam
atque itaque cum, impedit error dolorum doloremque eos vitae fugit! Rerum dolorem ipsa consequuntur.
Eos, quis necessitatibus?</p>
<blockquote>
Sample Blockquote - Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur, ex. Voluptatem at
aliquam rerum consequatur!
</blockquote>
<blockquote class="shadow">
Sample Blockquote with shadow - use <code>.shadow</code> class on any element to get the shadow effect.
</blockquote>
<p class="mt-4 bg-primary p-1 text-white">Copy Button actually Works</p>
<!-- CODE HIGHLIGHTING -->
<div class="copytoclipboard mb-4">
<pre><code class="language-html">
<div class="jumbotron fluid bg-gradient">
<div class="container">
<h1 class="display-2 text-center text-white mb-2 weight-700">Jello Theme</h1>
<p class="text-center text-white h4 weight-500">Simple Github Theme Built on top of Butter Cake Framework</p>
<div class="text-center mt-5">
<a href="#!" class="btn-primary btn-lg mx-1">Sample Button</a>
<a href="#!" class="btn-secondary btn-lg mx-1">Sample Button</a>
</div>
</div>
</div>
</code></pre>
</div>
<!-- / CODE HIGHLIGHTING -->
<h1>Header 1</h1>
<p>This is a normal paragraph following a header. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Quaerat omnis repellendus tempore accusantium deleniti impedit porro, magni temporibus nulla doloribus
cumque repudiandae, optio possimus quia? Facere eius atque quaerat quia!</p>
<h2>Header 2</h2>
<blockquote>
<p>This is a blockquote following a header. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Impedit odit doloremque nihil excepturi nesciunt velit iusto commodi? Officia, explicabo ullam
similique dolores odit quasi fugit deleniti harum voluptatibus perspiciatis deserunt?</p>
</blockquote>
<h3>Header 3</h3>
<pre><code>This is a code block following a header.</code></pre>
<h4>Header 4</h4>
<ul>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
</ul>
<h5>Header 5</h5>
<ol>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
</ol>
<h6>Header 6</h6>
<table class="d-table">
<thead>
<tr>
<th>Title</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
</tbody>
</table>
<hr>
<p>There's a horizontal rule above and below this.</p>
<hr>
<p>Here is an unordered list:</p>
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>
<p>And an ordered list:</p>
<ol>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ol>
<p>And an unordered task list:</p>
<p>And a nested list:</p>
<ul>
<li>Ul Tag
<ul>
<li>Li Tag</li>
<li>Li Tag</li>
<li>Li Tag</li>
<li>Li Tag</li>
<li>Li Tag</li>
</ul>
</li>
<li>Ul Inside Li
<ul>
<li>li Tag</li>
<li>li Tag</li>
<li>li Tag</li>
<li>li Tag</li>
<li>li Tag</li>
</ul>
</li>
</ul>
<hr>
<p>Tables should have bold headings and alternating shaded rows.</p>
<table class="table-striped w-100">
<thead>
<tr>
<th>Artist</th>
<th>Album</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>Michael Jackson</td>
<td>Thriller</td>
<td>1982</td>
</tr>
<tr>
<td>Prince</td>
<td>Purple Rain</td>
<td>1984</td>
</tr>
<tr>
<td>Beastie Boys</td>
<td>License to Ill</td>
<td>1986</td>
</tr>
</tbody>
</table>
<p>If a table is too wide, it should condense down and/or scroll horizontally.</p>
<table>
<thead>
<tr>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
<th>Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lorem ipsum dolor sit amet.</td>
<td>Lorem ipsum dolor sit amet.</td>
<td>Lorem ipsum dolor sit amet.</td>
<td>Lorem ipsum dolor sit amet.</td>
<td>Lorem ipsum dolor sit amet.</td>
</tr>
</tbody>
</table>
<hr>
<p>Code snippets like <code>var foo = "bar";</code> can be shown inline.</p>
<p>Also, <code>this should vertically align</code> <del><code>with this</code></del> <del>and this</del>.</p>
<pre><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
</code></pre>
<p>Inline code inside table cells should still be distinguishable.</p>
<table>
<thead>
<tr>
<th>Language</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>Javascript</td>
<td><code>var foo = "bar";</code></td>
</tr>
<tr>
<td>Ruby</td>
<td><code>foo = "bar"</code></td>
</tr>
</tbody>
</table>
<hr>
<p>Small images should be shown at their actual size.</p>
<p><img src="https://unsplash.it/400/300" alt=""></p>
<p>Large images should always scale down and fit in the content container.</p>
<p><img src="https://unsplash.it/1500/500" alt=""></p>
<hr>
<p>Use Butter Cake Cards with Butter Cake Grid Sytemt</p>
<div class="mt-1">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="card">
<div class="card-header">
<p class="card-title">Card Title</p>
</div>
<img src="https://unsplash.it/400/250" alt="">
<div class="card-body">
card body - Lorem ipsum dolor sit amet.
</div>
<div class="card-footer">
Card Footer
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER CREDITS - APPRECIATE IF YOU KEEP IT. Thanks -->
<footer class="bg-dark py-2">
<div class="container text-white text-center">
<p class="m-0 h6"><span><a href="https://github.com/HimasRafeek/jam-theme" target="_blank">Jam Theme</a>
built with
<a href="https://getbuttercake.com/?ref=jamTheme" target="_blank">Butter Cake Framework</a></span></p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js"></script>
<script src="js/copyCode.js"></script>
<script src="js/butterCake.js"></script>
<script src="js/custom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130557246-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-130557246-1');
</script>
</body>
</html>