-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.58 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.58 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Team Cybermonkeys</title>
<link rel = "stylesheet" type = "text/css" href = "index.css" />
</head>
<body>
<div id="main">
<div id="title">
<span>Team Cybermonkeys</span>
</div>
<div id="nav">
<ul>
<li><a class="links" href="index.html">Home</a></li>
<li><a class="links" href="product.html">Product</a></li>
<li><a class="links" href="documentation.html">Documentation</a></li>
<li><a class="links" href="presentation.html">Presentation</a></li>
</ul>
</div>
<p> GROUP PROJECT WEB SITE <br>
Each group will be required to establish a website for portraying information on their project. <br>
The project web site need not be sophisticated. However, it should promote your “corporate” image and product to its intended customers, including: <br>
home page with project name, group members & their tasks, supervisor, assessor and date last modified. <br>
product description page(s) <br>
documentation page (including user manual and technical manual links) <br>
a presentation of the project (video/audio/PPT) <br>
contact us‟ page, FAQ page, etc. <br>
The MPEG video should basically provide a demonstration of your product and its functionality. <br>
It is common practice to integrate a PowerPoint Presentation into the video. Such video‟s can be generated using freeware <br>
</p>
</div>
</body>
</html>