-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 596c06f
Showing
44 changed files
with
3,241 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<link rel="preload" as="font" href="https://swent.epfl.ch/fonts/vendor/jost/jost-v4-latin-regular.woff2" type="font/woff2" crossorigin> | ||
<link rel="preload" as="font" href="https://swent.epfl.ch/fonts/vendor/jost/jost-v4-latin-700.woff2" type="font/woff2" crossorigin> | ||
|
||
|
||
<link rel="stylesheet" href="https://swent.epfl.ch/main.css"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="robots" content="noindex, follow"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<title>404 Page not found | CS-311</title> | ||
<meta name="description" content="CS-311 Software Enterprise"> | ||
<link rel="canonical" href="https://swent.epfl.ch/404.html"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "BreadcrumbList", | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
{ | ||
"@type": "ListItem", | ||
"position": 1 , | ||
"name": "Home", | ||
"item": "https://swent.epfl.ch/" | ||
}, | ||
|
||
|
||
{ | ||
"@type": "ListItem", | ||
"position": 2 , | ||
"name": "404.Html", | ||
"item": "https://swent.epfl.ch/404.html/" | ||
}, | ||
|
||
|
||
|
||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="theme-color" content="#fff"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://swent.epfl.ch/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://swent.epfl.ch/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://swent.epfl.ch/favicon-16x16.png"> | ||
|
||
<link rel="manifest" href="https://swent.epfl.ch/site.webmanifest" crossorigin> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body class="home"> | ||
|
||
|
||
<div class="header-bar fixed-top"></div> | ||
<header class="navbar fixed-top navbar-expand-md navbar-light"> | ||
<div class="container"> | ||
<input class="menu-btn order-0" type="checkbox" id="menu-btn"> | ||
<label class="menu-icon d-md-none" for="menu-btn"><span class="navicon"></span></label> | ||
|
||
|
||
<a href="https://www.epfl.ch"> | ||
|
||
<image class="menu-logo" src="https://swent.epfl.ch/epfl_logo.png" /> | ||
|
||
</a> | ||
|
||
|
||
<a class="navbar-brand order-1 order-md-0 me-auto" href="https://swent.epfl.ch/">CS-311</a> | ||
<button id="mode" class="btn btn-link order-2 order-md-4" type="button" aria-label="Toggle mode"> | ||
<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> | ||
<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> | ||
</button> | ||
<ul class="navbar-nav fork-me order-3 order-md-5"> | ||
|
||
</ul> | ||
<div class="collapse navbar-collapse order-4 order-md-1"> | ||
<ul class="navbar-nav main-nav me-auto order-5 order-md-2"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
<div class="break order-6 d-md-none"></div> | ||
|
||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
<div class="wrap container" role="document"> | ||
<div class="content"> | ||
<section class="section container-fluid mt-n3 pb-3"> | ||
<div class="row justify-content-center"> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-12 col-lg-10 col-xxl-8"> | ||
<article> | ||
<h1 class="text-center">Page not found :(</h1> | ||
<p class="text-center">The page you are looking for doesn't exist or has been moved.</p> | ||
</article> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<footer class="footer text-muted"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 order-last order-lg-first"> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item">Updated on 04/03/2024</li> | ||
</ul> | ||
</div> | ||
<div class="col-lg-8 order-first order-lg-last text-lg-end"> | ||
<ul class="list-inline"> | ||
|
||
Contact: <a href="mailto:swent-staff@dslab.org">swent-staff@dslab.org</a> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="https://swent.epfl.ch/js/main.js" defer></script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
swent.epfl.ch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/* | ||
Access-Control-Allow-Origin: * |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.