-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.55 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
<html>
<head>
<meta charset="UTF-8">
<title>GSS Grid Layout</title>
<link rel="stylesheet" type="text/css" href="styles/css/texture.css">
<style rel="stylesheet/gss" type="text/gss" scoped="scoped" id="u25">
@import styles/gss/structure.gss;
</style>
</head>
<body>
<div class="type-examples layout-system" id="preview">
<div class="type-specimen text">
<div class="title">Why You Should Keep Going, Even In The Face Of Rejection</div>
<h6 class="attribution">Article from <span class="source">Fastco</span></h6>
<p class="description">Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Duis mollis, est non.</p>
</div>
<div class="type-specimen text">
<div class="title">Leigh Taylor</div>
<h4 class="subtitle">Get paid to design. AI wrangler. Dealer of gifs. Easily distracted.</h4>
</div>
<div class="type-specimen text">
<h6 class="attribution">Post from <span class="source">Twitter</span></h6>
<div class="quote">Social is the easy part. I want beauty & prosperity! I want #TheGrid!</div>
</div>
<div class="type-specimen text">
<h6 class="attribution">post by: <span class="source">The nibber</span></h6>
</div>
<div class="type-specimen text">
<h1 class="title">Holy sh!t, The Grid just spanked the internet</h1>
<h6 class="attribution">from <span class="source">@user</span></h6>
</div>
</div>
<script src="/js/gss-init.js" id="u809"></script>
</body>
</html>