-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<title>Yorunaka's MSIB-7 Archive</title>
</head>
<body class="bg-slate-200">
<section class="text-center p-2">
<h1 class="text-4xl font-semibold">MSIB-7 Assignments</h1>
<h2 class="text-2xl font-semibold">Vincent Louis Fernando</h1>
<div>
<div id="assignment" class="p-4">
<h1 class="font-bold">Assignments</h1>
<a href="./assignment-01/index.html" class="hover:text-blue-700"><p>Assignment 01</p></a>
<a href="./assignment-02/index.html" class="hover:text-blue-700"><p>Assignment 02</p></a>
<a href="https://github.com/yorunaka/MSIB-7/tree/main/assignment-03" class="hover:text-blue-700"><p>Assignment 03</p></a>
<a href="./assignment-04/index.html" class="hover:text-blue-700"><p>Assignment 04</p></a>
</div>
<div>
<h1 class="font-bold">Challenges</h1>
<a href="./challenge/conditional-01/index.html" class="hover:text-blue-700"><p>Conditional Challenge 01</p></a>
<a href="./challenge/conditional-02/index.html" class="hover:text-blue-700"><p>Conditional Challenge 02</p></a>
</div>
</div>
</section>
</body>
</html>