-
Notifications
You must be signed in to change notification settings - Fork 0
/
module-4.html
150 lines (131 loc) · 4.58 KB
/
module-4.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE HTML>
<html>
<head>
<title>M4: Secure Software Development</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="/e-Portfolio/module-4" id="logo">M4: Secure Software Development</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="/e-Portfolio">Home</a></li>
<li>
<a href="/e-Portfolio/pg-cert-cyber-security">PG Cert Cyber Security</a>
<ul>
<li><a href="/e-Portfolio/module-1">M1: Launching into Cyber Security</a></li>
<li>
<a href="/e-Portfolio/module-2">M2: Security and Risk Management <i
class="fa fa-solid fa-caret-right"></i></a>
<ul>
<li><a href="/e-Portfolio/module-2-individual-investigations">A. Individual
Investigations</a></li>
<li><a href="/e-Portfolio/module-2-seminar-activities">B. Seminar Activities</a>
</li>
<li><a href="/e-Portfolio/module-2-team-project">C. Team Project</a></li>
</ul>
</li>
<li><a href="/e-Portfolio/module-3">M3: Network Security</a></li>
<li><a href="/e-Portfolio/module-4">M4: Secure Software Development</a></li>
</ul>
</li>
<li>
<a href="/e-Portfolio/pg-dip-cyber-security">PG Dip Cyber Security</a>
<ul>
<li><a href="/e-Portfolio/module-5">M5: The Human Factor</a></li>
<li><a href="/e-Portfolio/module-6">M6: Research Methods and Professional Practice</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<section>
<header>
<h3>About Module 4</h3>
</header>
<footer>
<a href="https://online.essex.ac.uk/wp-content/uploads/One-page-module-guides/Computing/SSD.pdf"
class="button info" target="_session-frame">Learn more</a>
<a href="https://www.my-course.co.uk/course/view.php?id=9731" class="button module"
target="_session-frame">Go to course</a>
<br><br>
<span class="site-note">*Some hyperlinks require access to the Secure Software Development
Module (SSD_PCOM7E March 2023) within the University of Essex's Online Virtual Learning
Environment.
<hr />
</span>
</footer>
</section>
<section class="col-12 col-12-mobile special">
<header>
<h2>Module 4 Sections</h2>
</header>
</section>
<div class="row">
<a href="https://github.com/xcelt/ssd-2023">International Space Station (ISS) and NASA Project
Repository (Prototype)</a>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h3>Your next quest?</h3>
</header>
<p>Feel free to reach out - I'd love to hear your story!</p>
<ul class="icons">
<li><a href="mailto:xt22073@essex.ac.uk" class="icon fa fa-envelope"><span
class="label">Email</span></a></li>
<li><a href="https://github.com/xcelt/e-Portfolio" class="icon brands fa-github"
target="_session-frame"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/thecelineteh/"
class="icon brands fa-linkedin-in" target="_session-frame"><span
class="label">Linkedin</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>Maintained by <a href="https://github.com/xcelt" target="_session-frame">xcelt</a>
<script>document.write(new Date().getFullYear())</script>
</li>
<li>Design: <a href="http://html5up.net" target="_session-frame">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>