forked from abziegler/h2othemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathh2obase.html
43 lines (42 loc) · 1.12 KB
/
h2obase.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
<!DOCTYPE html>
<html>
<head>
<title>H2O Theme Prototyping</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="fried.css" rel="stylesheet">
</head>
<body>
<div class="container" id="playlist">
<header>
<h2>[Note: This is Look out this isn't *NOT* a rough html/css mockup of an H2O export theme we want Endpoint to implement]</h2>
</header>
<div class="level-1">
<div class="case">
<h1 class="case-title">Brown v. Jones</h1>
<h2 class="case-citation">100 U.S. 200</h2>
<h2 class="case-date">December 31, 2050</h2>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
</div>
<div class="text">
<h1 class="text-title"></h1>
<h1 class="text-body"></h1>
</div>
<div class="level-2">
<link1></link1>
<text2></text2>
<level1.3>
<link2></link2>
</level1.3>
</div>
<div class="level-1">
<div class="case">
<h1 class="case-title"></h1>
<h2 class="case-citation"></h2>
<h2 class="case-date"></h3>
</div>
<div class="link"></link>
</div>
</div>
</body>
</html>