-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 2.32 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
---
title: ''
layout: default
---
<div class="about" id="about">
<div class="clearfix"></div>
<section class="features section-padding" id="features">
<div class="container">
<div class="row">
<div class="medium-7 medium-push-right-5">
<div class="text">
<div class="feature-list">
<h1 class="intro"> About Me</h1>
<p>I made all this nonsense because I am still trying to figure out what to say about me in my profile so don't read too much into this</p>
<p>I am a digital nomad from Arusha, Tanzania. I work as a freelance web developer specialzing in making beautiful and functional web based software applications. You can think of me as a hired gun developer</p>
<p>I am an overall nice guy, but I am not a very 'Politically Correct' kind of guy so if you need someone to give you a pat on the back, i am not your guy </p>
<p>I love making web based software solutions. I work at <a href="http://watabelabs.com">WatabeLabs</a>, check out the link for more about the company i work for</p>
</div>
</div>
</div>
</div>
</div>
<div class="feature-image"><img src="images/zech_profile.svg" alt="responsive devices"></div>
</section>
</div>
<div id="blog" class="blog">
<div class="wrapper">
<div class="blog-top">
<h1 class="blog-title">Crazy Rants & Mumblings</h1>
<h3 class="blog-leading">Programming. Design. Technology. Whatever.</h3>
</div>
<ul class="large-block-grid-3 medium-block-grid-3 small-block-grid1" data-equalizer="">
{% for post in site.posts %}
<li>
<div class="blog-content" data-equalizer-watch="">
<header class="blog-header">
<div class="blog-info">
<a class="blog-author" href="#">
{{ post.author }}
</a>
<time class="blog-time">
{{ post.date | date: "%b %-d, %Y" }}
</time>
</div>
<h2 class="blog-title">
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</header>
<div class="blog-summary">
<p>
{{ post.abstract }}
</p>
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>