Skip to content

Commit 6b56bc6

Browse files
committed
Update website (week = 11)
0 parents  commit 6b56bc6

65 files changed

Lines changed: 9765 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<link rel="preload" as="font" href="https://projprogsys-epfl.github.io/fonts/vendor/jost/jost-v4-latin-regular.woff2" type="font/woff2" crossorigin>
9+
<link rel="preload" as="font" href="https://projprogsys-epfl.github.io/fonts/vendor/jost/jost-v4-latin-700.woff2" type="font/woff2" crossorigin>
10+
11+
12+
<link rel="stylesheet" href="https://projprogsys-epfl.github.io/main.css">
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
<meta name="robots" content="noindex, follow">
33+
34+
35+
36+
37+
38+
39+
40+
<title>404 Page not found | CS-202</title>
41+
<meta name="description" content="">
42+
<link rel="canonical" href="https://projprogsys-epfl.github.io/404.html">
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
<script type="application/ld+json">
54+
{
55+
"@context": "http://schema.org",
56+
"@type": "BreadcrumbList",
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
{
69+
"@type": "ListItem",
70+
"position": 1 ,
71+
"name": "Home",
72+
"item": "https://projprogsys-epfl.github.io/"
73+
},
74+
75+
76+
{
77+
"@type": "ListItem",
78+
"position": 2 ,
79+
"name": "404.Html",
80+
"item": "https://projprogsys-epfl.github.io/404.html/"
81+
},
82+
83+
84+
85+
}
86+
</script>
87+
88+
89+
90+
91+
92+
93+
<meta name="theme-color" content="#ff0000">
94+
<link rel="apple-touch-icon" sizes="180x180" href="https://projprogsys-epfl.github.io/apple-touch-icon.png">
95+
<link rel="icon" type="image/png" sizes="32x32" href="https://projprogsys-epfl.github.io/favicon-32x32.png">
96+
<link rel="icon" type="image/png" sizes="16x16" href="https://projprogsys-epfl.github.io/favicon-16x16.png">
97+
98+
<link rel="manifest" href="https://projprogsys-epfl.github.io/site.webmanifest" crossorigin>
99+
100+
101+
102+
103+
104+
</head>
105+
106+
<body class="home">
107+
108+
109+
<div class="header-bar fixed-top"></div>
110+
<header class="navbar fixed-top navbar-expand-md navbar-light">
111+
<div class="container">
112+
<input class="menu-btn order-0" type="checkbox" id="menu-btn">
113+
<label class="menu-icon d-md-none" for="menu-btn"><span class="navicon"></span></label>
114+
<a class="navbar-brand order-1 order-md-0 me-auto" href="https://projprogsys-epfl.github.io">CS-202</a>
115+
<button id="mode" class="btn btn-link order-2 order-md-4" type="button" aria-label="Toggle mode">
116+
<span class="toggle-dark"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg></span>
117+
<span class="toggle-light"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg></span>
118+
</button>
119+
<ul class="navbar-nav fork-me order-3 order-md-5">
120+
121+
</ul>
122+
<div class="collapse navbar-collapse order-4 order-md-1">
123+
<ul class="navbar-nav main-nav me-auto order-5 order-md-2">
124+
125+
126+
127+
128+
129+
130+
<li class="nav-item">
131+
<a class="nav-link" href="https://projprogsys-epfl.github.io/tutorials/">Tutos</a>
132+
</li>
133+
134+
<li class="nav-item">
135+
<a class="nav-link" href="https:&#x2F;&#x2F;moodle.epfl.ch&#x2F;course&#x2F;view.php?id=18346">Moodle</a>
136+
</li>
137+
138+
139+
</ul>
140+
<div class="break order-6 d-md-none"></div>
141+
142+
</div>
143+
</div>
144+
</header>
145+
146+
147+
148+
149+
<div class="wrap container" role="document">
150+
<div class="content">
151+
<section class="section container-fluid mt-n3 pb-3">
152+
<div class="row justify-content-center">
153+
<div class="row justify-content-center">
154+
<div class="col-md-12 col-lg-10 col-xxl-8">
155+
<article>
156+
<h1 class="text-center">Page not found :(</h1>
157+
<p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
158+
</article>
159+
</div>
160+
</div>
161+
</div>
162+
</section>
163+
</div>
164+
</div>
165+
166+
167+
168+
169+
<footer class="footer text-muted">
170+
<div class="container">
171+
<div class="row">
172+
<div class="col-lg-8 order-last order-lg-first">
173+
<ul class="list-inline">
174+
175+
<li class="list-inline-item">Made with <a href="https://www.getzola.org/">Zola</a>, by the CS-202 team; last updated on 06&#x2F;05&#x2F;2026</li>
176+
177+
</ul>
178+
</div>
179+
<div class="col-lg-8 order-first order-lg-last text-lg-end">
180+
<ul class="list-inline">
181+
182+
</ul>
183+
</div>
184+
</div>
185+
</div>
186+
</footer>
187+
188+
189+
190+
191+
<script type="text/javascript" src="https://projprogsys-epfl.github.io/js/main.js" defer></script>
192+
193+
194+
</body>
195+
</html>

_headers

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*
2+
Access-Control-Allow-Origin: *

android-chrome-192x192.png

5.63 KB
Loading

android-chrome-512x512.png

20.3 KB
Loading

apple-touch-icon.png

4.99 KB
Loading

bootstrap/scss/bootstrap-grid.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/scss/bootstrap-reboot.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/scss/bootstrap-utilities.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/scss/bootstrap.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doks.png

8.02 KB
Loading

0 commit comments

Comments
 (0)