-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
26 lines (26 loc) · 1.08 KB
/
index.php
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
<?php include("layout/header.php") ?>
<article>
<section>
<h1>Introduction</h1>
<p>This project is completed by Benny Fang and Andre Arruda. It features a redesign on the current COMP1950 landing page to suit for a more modern, simplistic web layout as well as rearrangement on contents and categories, as specified in the sitemap.
</section>
<section>
<h2>Work distribution</h2>
<ul>Andre:
<li>Drafting the sitemap of proposed COMP1950 site</li>
<li>Design of proto site layout, including header, footer and menu</li>
<li>Responsive design on layouts</li>
<li>Javascript to expand/collapse menu on small screen</li>
<li>Creating 404 page</li>
</ul>
<ul>Benny:
<li>Adding contents to proto site</li>
<li>Adding to existing layout style to completion and also providing meta site styles</li>
<li>Finding images, scripts, etc. to complement contents</li>
<li>Write up on intro page and rationale page</li>
<li>Adding .htaccess file, and also rearranging files and paths</li>
<li>Print style</li>
</ul>
</section>
</article>
<?php include("layout/footer.php") ?>