-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.22 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
36
37
38
---
layout: default
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeMe - Homework & Hackathons exercises</title>
</head>
<body>
<h1>CodeMe</h1>
<section>
<h2>Homework:</h2>
<ul>
<li><a href="/CodeMe/29.10.2020">29.10.2020</a></li>
<li><a href="/CodeMe/02.11.2020">02.11.2020</a></li>
<li><a href="/CodeMe/12.11.2020">12.11.2020</a></li>
<li><a href="/CodeMe/16.11.2020">16.11.2020</a></li>
</ul>
</section>
<section>
<h2>Hackathons</h2>
<ul>
<li>Hackathon 07.11.2020
<ul>
<li><a href="/CodeMe/Hackathon07.11.2020/ex_1">zadanie nr 1</a></li>
<li><a href="/CodeMe/Hackathon07.11.2020/ex_2">zadanie nr 2</a></li>
<li><a href="/CodeMe/Hackathon07.11.2020/ex_3">zadanie nr 3</a></li>
<li><a href="/CodeMe/Hackathon07.11.2020/ex_4">zadanie nr 4</a></li>
<li><a href="/CodeMe/Hackathon07.11.2020/ex_5">zadanie nr 5</a></li>
</ul>
</li>
</ul>
</section>
</body>
</html>