-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
60 lines (54 loc) · 2.35 KB
/
header.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
<!DOCTYPE HTML>
<!--
Solarize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Functional Programming and Software Engineering</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="/pl/css/ie/html5shiv.js"></script><![endif]-->
<script src="/fpse/js/jquery.min.js"></script>
<script src="/fpse/js/jquery.dropotron.min.js"></script>
<script src="/fpse/js/skel.min.js"></script>
<script src="/fpse/js/skel-layers.min.js"></script>
<script src="/fpse/js/init.js"></script>
<noscript>
<link rel="stylesheet" href="/fpse/css/skel.css" />
<link rel="stylesheet" href="/fpse/css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="/fpse/css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="/fpse/index.html" id="logo">FPSE</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="/fpse/logistics.html">Logistics</a></li>
<li><a href="/fpse/dateline.html">Dateline</a></li> <!-- converted; don't edit .html edit .md -->
<li><a href="/fpse/coding.html">Coding</a>
<li><a href="">Assignments</a>
<ul class="menu">
<li><a href="/fpse/assignments/assignment1.html">Assignment 1</a></li>
<li><a href="/fpse/assignments/assignment2.html">Assignment 2</a></li>
<li><a href="/fpse/assignments/assignment3.html">Assignment 3</a></li>
<li><a href="/fpse/assignments/assignment4.html">Assignment 4</a></li>
<li><a href="/fpse/assignments/assignment5.html">Assignment 5</a></li>
<li><a href="/fpse/assignments/assignment6.html">Assignment 6</a></li>
<li><a href="/fpse/assignments/assignment7.html">Assignment 7</a></li>
<li><a href="/fpse/assignments/project.html">Project</a></li>
</ul></li> <li><a href="https://courselore.org/courses/9034692226">Q&A</a></li>
<li><a href="/fpse/contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>