-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 2.73 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
67
68
69
70
71
72
73
---
layout: header_only
title: TeamDmfMM's official site -- your source for anything TeamDmfMM!
---
<div id="container_mainpage">
<div id="name_section">
<p class="bold">Hi,</p>
<p>We're TeamDmfMM, and we code things.</p>
</div>
<div id="mods_section">
<h2 class="bold" id="mods_section_header">We make Minecraft mods:</h2>
<div id="modinfocontainer">
<div id="modspotlight">
<div class="modimage"></div>
<h2 class="modtitle">Extra Food</h2>
<p>
Extra Food is a mod that adds a bunch of new foods in, as well as some other stuff I won't note in this placeholder
</p>
</div>
<div id="modspotlight">
<div class="modimage"></div>
<h2 class="modtitle">Starvation Ahoy</h2>
<p>
Starvation Ahoy is a mod that makes food harder to get and use in the game, as well as adding certain aspects of realism to the food engine.
</p>
</div>
</div>
</div>
<div id="we_are_section">
<h1 class="sectionheader">Who are we?</h1>
<div id="authors">
<div class="author">
<img class="authorimage" src="/img/main/authors/dmf444.png" />
<div id="authorinfo">
<h2 class="authortitle">
dmf444
</h2>
<p class="authorbio">
The "Dmf" in TeamDmfMM. (dmf add a bio here)
</p>
</div>
</div>
<div class="author">
<img class="authorimage" src="/img/main/authors/mm12.png" />
<div id="authorinfo">
<h2 class="authortitle">
mincrmatt12
</h2>
<p class="authorbio">
The "MM" in TeamDmfMM. He does a lot of backend things, in our mods. He also really likes python.
dmf444 likes to piss him off by telling him python sucks. He does most of this website as well.
</p>
</div>
</div>
</div>
</div>
<div id="recent_posts">
<h2 class="sectionheader">
Recent ramblings from us:
</h2>
<div id="posts">
{% for post in site.posts limit:5 %}
<a href="{{ post.url }}">
<div class="post">
<h2 class="posttitle">{{ post.title }}</h2>
<p>by <b>{{ post.author }}</b> on {{ post.date | date_to_string }}</p>
</div>
</a>
{% endfor %}
</div>
</div>
</div>