Skip to content

Commit

Permalink
footer & other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
flippette committed Mar 22, 2024
1 parent adbac74 commit 3d09a10
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ main h1 {

# Ad Hoc Committee

- ...to be announced?
- to be announced on conference day~~~ 💖

<br />

Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<link rel="stylesheet" href="/base.css" />
<link rel="stylesheet" href="/page.css" />
</head>
<body class="text-gray-200 bg-hmun-light-pink font-montserrat">
<body class="bg-hmun-light-pink font-montserrat">
<div class="text-center bg-hmun-yellow">
<p>/// moe moe kyun~~~ under construction owo~~!💖 ///</p>
<p>/// moe moe kyun~~~ under construction owo~~! 💖 ///</p>
</div>
{% include "navbar.html" %}
<main>
Expand Down
22 changes: 20 additions & 2 deletions templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
<footer class="py-8 bg-hmun-pink">
<div class="mx-auto w-5/6">
<h6 class="text-left">CONTACT INFORMATION</h6>
<div class="mx-auto w-5/6 text-left">
<p><strong>CONTACT INFORMATION</strong></p>
<p>
<strong>Nguyễn Xuân Nhiên:</strong>
+8496 432 8282 (Co-President - Secretary-General)
</p>
<p>
<strong>Quách Diệu Linh:</strong>
+8496 593 4148 (Co-President - Secretary-General)
</p>
<p>
<strong>Mai Tú Uyên:</strong>
+8490 223 3993 (Head of Public Relations)
</p>
<p>
<a class="underline" href="mailto:[email protected]">email</a>
<a class="underline" href="https://www.instagram.com/hanoimodelunorg/">
instagram
</a>
</p>
</div>
</footer>
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<img src="/banner.png" alt="banner" />

<br />
<div class="mx-auto w-2/3 md:w-1/2">
<div class="mx-auto w-5/6">
{{ section.content | safe }}
</div>
<br />
{% endblock %}
6 changes: 4 additions & 2 deletions templates/page.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{% extends "base.html" %}

{% block content %}
<br />
<!-- banner -->
<img class="object-contain w-full" src="{{ page.extra.banner }}" />
<img class="object-contain mx-auto w-5/6 lg:w-3/4" src="{{ page.extra.banner }}" />

<br />
<div class="mx-auto w-2/3 md:w-1/2">
<div class="mx-auto w-5/6 md:w-3/4 lg:w-2/3">
{{ page.content | safe }}
</div>
<br />
{% endblock %}

0 comments on commit 3d09a10

Please sign in to comment.