forked from HanoiMUN/hmun-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ main h1 { | |
|
||
# Ad Hoc Committee | ||
|
||
- ...to be announced? | ||
- to be announced on conference day~~~ 💖 | ||
|
||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/"> | ||
</a> | ||
</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |