-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 819 Bytes
/
index.html
File metadata and controls
38 lines (36 loc) · 819 Bytes
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
---
layout: default
---
<h1>I'm an h1</h1>
<ul>
<li>
<a href="http://example.com/">Link</a>
</li>
<li>
<a href="http://example.com/">Link</a>
</li>
<li>
<a href="http://example.com/">Link</a>
</li>
</ul>
<h2>I'm an h2</h2>
<div class="bio-box">
<h3>webkay</h3>
<a href="http://github.com/webkay" class="social-link">here</a>
<p>
a Ruby developer. Trying hard to learn what front-end is. Found <a href="http://learnenough.com/">Learn Enough to Be Dangerous</a> as a good resource recently.
</p>
</div>
<div class="bio-box">
<h3>??</h3>
<a href="http://example.com/">I'm a link</a>
<p>
The Future co-author
</p>
</div>
<div class="bio-box">
<a href="http://example.com/">I'm a link</a>
</div>
<div class="bio-box">
<a href="http://example.com/">I'm a link</a>
</div>