generated from gcallah/IntroPython
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
45 lines (42 loc) · 1.9 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
<html>
<!-- THIS FILE WAS GENERATED BY A SCRIPT: DO NOT EDIT IT! -->
<head>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Software Engineering / Design Project
</title>
</head>
<body>
<div style="text-align:center">
<figure class="logo">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Kernel_Layout.svg/192px-Kernel_Layout.svg.png">
</figure>
</div>
<ul class="menu">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="readings.html">READINGS</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
</ul>
<h1>Software Engineering / Design Project</h1>
<h2>Topics:</h2>
<ul>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/notebooks/WhatIsSE.ipynb">What Is Software Engineering?</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap1.md">Introduction</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap2.md">Software Process Models</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap3.md">Agile Project Management</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap4.md">Requirements Engineering</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap5.md">System Modeling</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap6.md">Architectural Design</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap7.md">Design and Implementation</a></li>
<li><a href="https://github.com/gcallah/SoftwareEngineering/blob/master/md/chap8.md">Software Testing</a></li>
<li><a href="http://www.thedevopscourse.com/devops/twelve">The Twelve-Factor App</a></li>
</ul>
</body>
</html>