-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 787 Bytes
/
index.html
File metadata and controls
24 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: Javanto
description: Independent Software Developer
author: javanto
---
<div id="floater"></div>
<div class="wrapper">
<div class="content person">
<section class="person">
{% assign author = site.authors['hleinone'] %}
<section class="info">
<h1>{{ author.display_name }}</h1>
<dfn>Developer</dfn>
<ul class="services">
<li><a href="http://stackoverflow.com/users/{{ author.stackoverflow.id }}/{{ author.stackoverflow.name }}" class="service"><img src="img/service/stack-overflow.png" alt="Stack Overflow"></a></li>
<li><a href="https://github.com/{{ author.github }}" class="service"><img src="img/service/github.png" alt="GitHub"></a></li>
</ul>
</section>
</section>
</div>
</div>