-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.23 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
---
layout: default
title:
---
<section>
<style>
footer{
display:none;
}
/*** on desktop ***/
@media only screen and (min-width: 900px){
.topbar{
position:absolute;
}
}
body{
margin-top:0;
}
h1{
font-size:xxx-large;
font-weight:normal;
line-height:0.5;
}
</style>
<div class="container-hello">
<div id="profile">
<h1>Hello.</h1>
<p>
Heru Setiawan is an illustrator. He tells stories through drawings (he apparently loves it) and spends most of his time resting and making illustrations for children's books, animations, and for himself along with a small team of friends in <a href="http://losmunos.com" target="_blank"> Losmunos. </a>
</p>
<p>
<a href="mailto:[email protected]" class="fa fa-envelope" target="_blank"></a><a href="http://be.net/hrstwn" class="fa fa-behance" target="_blank"></a> <a href="http://instagram.com/_hrstwn" class="fa fa-instagram" target="_blank"></a> <a href="http://twitter.com/_hrstwn" class="fa fa-twitter" target="_blank"></a> <a href="http://github.com/hrstwn" class="fa fa-github" target="_blank"></a>
</p>
<br /><br />
</div>
</div>
<div class="container">
{% include thumbnails.html %}
<a class="morework" href="/works.html">
See more of his works 🡢
</a>
</div>
</section>