aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 7a0d4be3defd477adf77495a58b75888f8e4d7e6 (plain)
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
---
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>