-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
57 lines (39 loc) · 1.4 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
<!doctype html>
<html lang='en' class='special-magic no-js'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>PSSST (CSS)</title>
<meta name='description' content=' CSS methodology so great, it needed a name.'>
<meta property='og:image' content='$todo'>
<link rel='stylesheet' href='styles/site.css'>
</head>
<body>
<header>
<h1 class='loud-voice'><em>PSSST</em> (CSS)</h1>
</header>
<main>
<section class='section-name' id='and-its-id'>
<inner-column>
<!-- if this was PHP or Node etc, this would be it's own file -->
<your-cool-module-component-thing>
<h2 class='attention-voice'>Example module heading</h2>
<p>And what do you <em>know</em>... a paragraph too! Just like almost <strong>everything ever</strong>. Visit <a href='https://github.com/perpetual-education/pssst-css' target='evil empire'>the evil empire</a> to read the <code>code.</code></p>
<amazing-swatches>
<swatch class='ink'></swatch>
<swatch class='paper'></swatch>
<swatch class='color'></swatch>
<swatch class='highlight'></swatch>
</amazing-swatches>
<picture class='my-fantastic-image'>
<img src='images/square.jpg' alt='$todo'>
</picture>
</your-cool-module-component-thing>
</inner-column>
</section>
</main>
<footer>
<h2>Zee footah</h2>
</footer>
</body>
</html>