-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·66 lines (53 loc) · 1.9 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
62
63
64
65
66
---
layout: landing
---
<h1 class="l-title"><strong>Developer</strong> / <strong>Creative</strong></h1>
<!--<h1 class="l-title">I'm a <strong>Developer</strong> / <strong>Creative</strong></h1>-->
<div class="my-img"></div>
<nav role="navigation">
<ul>
{% for page in site.pages %}
{% assign current = page.title | downcase %}
{% if page.title %}
<li class="nav__item">
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</nav>
<div class="l-social-wrap">
<ul class="social-icons text-center">
<li>
<a href="https://twitter.com/langphil" title="Twitter"><i class="fa fa-twitter-square hover" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/langphil" title="GitHub"><i class="fa fa-github-square hover" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/langphil/" title="LinkedIn"><i class="fa fa-linkedin-square hover" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.flickr.com/photos/langphil/" title="LinkedIn"><i class="fa fa-flickr hover" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://keybase.io/langphil" title="Keybase"><i class="fa fa-key hover" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<!-- Scripts -->
<!-- Google Analytics
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82392274-1', 'auto');
ga('send', 'pageview');
</script>
-->