-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (99 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>fog | the ruby cloud services library</title>
</head>
<body>
<header>
<a href="index.html" class="logo">fog</a>
<nav>
<ul>
<li><a href="#">getting started</a></li>
<li><a href="#">contributing</a></li>
<li><a href="#">resources</a></li>
<li><a href="#">services</a></li>
<li><a href="#">about</a></li>
</ul>
</nav>
<a href="#" class="button download">on GitHub</a>
</header>
<section id="billboard-viewport">
<article id="billboard-01" class="billboard">
<header>
<h1>the ruby cloud services library</h1>
</header>
<p>Lorem ipsum...</p>
<aside>
<dl>
<dt>version</dt>
<dd>v0.7.2</dd>
<dt>source</dt>
<dd>geemus/fog</dd>
<dt>install</dt>
<dd><em class="format-code">sudo gem install fog</em></dd>
</dl>
</aside>
</article>
<article id="billboard-02" class="billboard">
<header>
<h1>the ruby cloud services library</h1>
</header>
<p>Lorem ipsum...</p>
</article>
<article id="billboard-03" class="billboard">
<header>
<h1>the ruby cloud services library</h1>
</header>
<p>Lorem ipsum...</p>
</article>
</section>
<div id="main-content">
<article>
<header>
<h1>what is fog?</h1>
</header>
<p>lorem ipsum...</p>
</article>
<article>
<header>
<h1>getting started</h1>
</header>
<p>start by installing the Fog's gem:<em class="format-code">sudo gem install fog</em></p>
</article>
</div>
<div id="sidebar">
<section>
<header>
<h1>latest commits</h1>
</header>
<ul>
<li>
<hgroup>
<img src=""></img>
<h3 class="user">geemus</h3>
<time datetime="2012-01-14" pubdate>about an hour ago</time>
<p>merge pull request #305 from ktheory/fix_server_tests</p>
</hgroup>
</li>
<li>
<hgroup>
<img src=""></img>
<h3 class="user">geemus</h3>
<time datetime="2012-01-14" pubdate>about an hour ago</time>
<p>merge pull request #305 from ktheory/fix_server_tests</p>
</hgroup>
</li>
<li>
<hgroup class="user-profile">
<img src="" class="avatar"></img>
<p class="user">geemus</p>
</hgroup>
<time datetime="2012-01-14" pubdate>about an hour ago</time>
<p>merge pull request #305 from ktheory/fix_server_tests</p>
</li>
</ul>
</section>
</div>
</body>
</html>