forked from jose-c-rivera/Food-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoftwareDesign.html
More file actions
35 lines (34 loc) · 1.12 KB
/
Copy pathSoftwareDesign.html
File metadata and controls
35 lines (34 loc) · 1.12 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
35
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat" rel="stylesheet">
<title>CS2212 GROUP 12</title>
</head>
<body>
<div id="indexHeader" class="softwareHeader">
<div id="spacer"></div>
<div id="logo"><h1>CS2212 GROUP 12</h1></div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="TeamRoster.html">Meet the Team</a></li>
<li><a class="active" href="SoftwareDesign.html">Software Design</a></li>
<li><a href="UIDesign.html">UI Design</a></li>
<li><a href="ProjectPlan.html">Project Plan</a></li>
</ul>
</div>
<div id="logoCenter"><img src="images/logo.png"></div>
</div>
<div id="content" class="uml">
<h1>Software Design.</h1>
<br>
<h4>This UML diagram was created with Lucid Chart<h4>
<br>
<img src="jose-c-rivera.github.io/images/UML-G12 - Page 1.png" alt="UML" style="width:1100px;">
</div>
<div id="footer">
<p>CS2212 - Introduction to Software Engineering | Western University | London, ON</p>
</div>
</body>
</html>