-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 1.67 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
---
layout: default
title: Home
description: Stupid people making stupid software.
---
<header id="main">
<h1>jiktim</h1>
<div class="icons">
<a href="https://twitter.com/jiktim_" title="Twitter: @jiktim_">
<em class="fab fa-twitter"></em>
</a>
<a href="https://github.com/jiktim" title="GitHub: @jiktim">
<em class="fab fa-github"></em>
</a>
</div>
</header>
<div id="posts">
<h2>
jikblog
<a href="/feed.xml" title="RSS Feed">
<em class="fa-xs fas fa-rss"></em>
</a>
</h2>
<hr />
{% for post in site.posts limit: 5 %}
<h3>
<a href="{{ post.url }}">{{ post.title }}</a>
<small class="post-date">{{ post.date | date: "%B %d, %Y" }} by {{ post.author }}</small>
</h3>
<p class="subtitle">{{ post.description }}</p>
{% endfor %}
{% if site.posts.size > 5 %}
<small><a href="/blog/" title="jikblog"> all posts</a>
{% endif %}
</div>
<div id="about">
<h2>jikinfo</h2>
<hr />
<p>
founded in 2016, jiktim is a group of developers from around the world. we specialize in writing software, utilities, and
apps of varying degrees of uselessness.
</p>
<p>
jiktim is not your everyday group of white european males writing software. we are jiktim. jiktim never dies. jiktim isn't a disposable
group like all that's tried to be like us. jiktim is forever. jik tim. jik tim. jik tim.
</p>
<p>jiktim is the best hacker group around. jiktim 2016 2017 2018 2019 2020 2021 2022 2023 2024.</p>
</div>
<div id="projects">
<h2>jikmembers</h2>
<hr />
<ul>
{% for member in site.members %}
<li><a href="{{ member.link }}">{{ member.name }}</a>: {{ member.bio }}</li>
{% endfor %}
</ul>
</div>