|
1 |
| -import Navbar from '@/components/Navbar'; |
2 |
| -import Footer from '@/components/Footer'; |
| 1 | +import Layout from "@/components/Layout"; |
3 | 2 |
|
4 | 3 | export default function Constitution() {
|
5 | 4 | return (
|
6 |
| - <section className="flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden"> |
7 |
| - <Navbar /> |
8 |
| - <section className="py-8 xl:px-24 sm:px-10 px-5" id="constitution"> |
9 |
| - <div className="text-center my-10"> |
10 |
| - <h1 className="font-bold text-6xl">CONSTITUTION</h1> |
11 |
| - </div> |
| 5 | + <Layout> |
| 6 | + <section className="py-8 xl:px-24 sm:px-10 px-5" id="constitution"> |
| 7 | + <div className="text-center my-10"> |
| 8 | + <h1 className="font-bold text-6xl">CONSTITUTION</h1> |
| 9 | + </div> |
12 | 10 |
|
13 |
| - <div> |
14 |
| - <p className="text-xl my-5"> |
15 |
| - Since the end of 2013, the constitution has been hosted on Github. The constitution by which CSESoc runs can be found here: |
16 |
| - </p> |
17 |
| - <ul className="list-disc ml-6"> |
18 |
| - <li className="text-xl"> |
19 |
| - <a href="https://github.com/csesoc/constitution/blob/master/README.md" className="text-blue-500 underline"> |
20 |
| - Current constitution |
21 |
| - </a> |
22 |
| - </li> |
23 |
| - </ul> |
| 11 | + <div> |
| 12 | + <p className="text-xl my-5"> |
| 13 | + Since the end of 2013, the constitution has been hosted on Github. The constitution by which CSESoc runs can be found here: |
| 14 | + </p> |
| 15 | + <ul className="list-disc ml-6"> |
| 16 | + <li className="text-xl"> |
| 17 | + <a href="https://github.com/csesoc/constitution/blob/master/README.md" className="text-blue-500 underline"> |
| 18 | + Current constitution |
| 19 | + </a> |
| 20 | + </li> |
| 21 | + </ul> |
24 | 22 |
|
25 |
| - <p className="text-xl my-5">Previous iterations of the constitution can be found here:</p> |
26 |
| - <ul className="list-disc ml-6"> |
27 |
| - <li className="text-xl"> |
28 |
| - <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2012.pdf" className="text-blue-500 underline"> |
29 |
| - 2012 Constitution |
30 |
| - </a> |
31 |
| - - Version 2.3, adopted 04/10/2011 |
32 |
| - </li> |
33 |
| - <li className="text-xl"> |
34 |
| - <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2011.pdf" className="text-blue-500 underline"> |
35 |
| - 2011 Constitution |
36 |
| - </a> |
37 |
| - - Version 2.2, adopted 30/09/2010 |
38 |
| - </li> |
39 |
| - <li className="text-xl"> |
40 |
| - <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2010.pdf" className="text-blue-500 underline"> |
41 |
| - 2010 Constitution |
42 |
| - </a> |
43 |
| - - Version 2.1, adopted 07/10/2009 |
44 |
| - </li> |
45 |
| - <li className="text-xl"> |
46 |
| - <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2009.pdf" className="text-blue-500 underline"> |
47 |
| - 2009 Constitution |
48 |
| - </a> |
49 |
| - - Version 2.0, adopted 14/10/2008 |
50 |
| - </li> |
51 |
| - </ul> |
52 |
| - </div> |
53 |
| - </section> |
54 |
| - <Footer /> |
55 |
| - </section> |
| 23 | + <p className="text-xl my-5">Previous iterations of the constitution can be found here:</p> |
| 24 | + <ul className="list-disc ml-6"> |
| 25 | + <li className="text-xl"> |
| 26 | + <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2012.pdf" className="text-blue-500 underline"> |
| 27 | + 2012 Constitution |
| 28 | + </a> |
| 29 | + - Version 2.3, adopted 04/10/2011 |
| 30 | + </li> |
| 31 | + <li className="text-xl"> |
| 32 | + <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2011.pdf" className="text-blue-500 underline"> |
| 33 | + 2011 Constitution |
| 34 | + </a> |
| 35 | + - Version 2.2, adopted 30/09/2010 |
| 36 | + </li> |
| 37 | + <li className="text-xl"> |
| 38 | + <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2010.pdf" className="text-blue-500 underline"> |
| 39 | + 2010 Constitution |
| 40 | + </a> |
| 41 | + - Version 2.1, adopted 07/10/2009 |
| 42 | + </li> |
| 43 | + <li className="text-xl"> |
| 44 | + <a href="https://cgi.cse.unsw.edu.au/~csesoc/constitution-archive/constitution-2009.pdf" className="text-blue-500 underline"> |
| 45 | + 2009 Constitution |
| 46 | + </a> |
| 47 | + - Version 2.0, adopted 14/10/2008 |
| 48 | + </li> |
| 49 | + </ul> |
| 50 | + </div> |
| 51 | + </section> |
| 52 | + </Layout> |
56 | 53 | );
|
57 | 54 | }
|
0 commit comments