diff options
| author | Barry Clark <barry@barryclark.co> | 2014-02-06 19:18:00 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-02-06 19:18:00 -0500 |
| commit | 72ac45045456bdbbbecb38db2e62e113f22f37d4 (patch) | |
| tree | 048e5ed7634e6c048c88813291a390078bdc23d9 /index.html | |
| download | acn-blog-72ac45045456bdbbbecb38db2e62e113f22f37d4.tar.gz acn-blog-72ac45045456bdbbbecb38db2e62e113f22f37d4.tar.bz2 acn-blog-72ac45045456bdbbbecb38db2e62e113f22f37d4.zip | |
First commit of base theme.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7a0d4be --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ +--- +layout: default +--- + +<div class="hero"> + <img src="/images/avatar.jpg"/> + <h1>Hi. Introduce yourself.</h1> + <p>Introduce yourself.</p> + <div style="clear:both;"></div> +</div> + +<div class="articles"> + <h2><a href="/blog">Blog</a></h2> + + <div class="article"> + <!-- <img src="assets/img/article1.jpg"/> --> + <h3>Article Title</h3> + <p>Article description text. Article description text. Article description text. Article description text. Article description text. Article description text. Article description text.</p> + </p> + </div> + + <div class="article"> + <!-- <img src="assets/img/article2.jpg"/> --> + <h3>Article Title</h3> + <p>Article description text. Article description text. Article description text. Article description text. Article description text. Article description text. Article description text.</p> + </p> + </div> + + <div class="article"> + <!-- <img src="assets/img/article3.jpg"/> --> + <h3>Article Title</h3> + <p>Article description text. Article description text. Article description text. Article description text. Article description text. Article description text. Article description text.</p> + </p> + </div> +</div>
\ No newline at end of file |
