-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
49 lines (41 loc) · 1.56 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="custom.css" rel="stylesheet">
<title>Damien DUPORTAL Personal Page</title>
<!-- GitHub pages provides subdirectories per repo: lets use the favicon from local dir-->
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="container">
<h1>Damien DUPORTAL Personal Page</h1>
<ul>
<li>
<p class="lead">
Presentations (slide decks) can be found on the following page:<br />
<a href="https://dduportal.github.io/slides/" target="_blank">https://dduportal.github.io/slides/</a>
</p>
</li>
<li>
<p class="lead">
Courses (slide decks and exercises) can be found on the following page:<br />
<a href="https://dduportal.github.io/cours/" target="_blank">https://dduportal.github.io/cours/</a>
</p>
</li>
<li>
<p class="lead">
My Curriculum Vitae can be found on the following page:<br />
<a href="https://dduportal.github.io/cv/" target="_blank">https://dduportal.github.io/cv/</a>
</p>
</li>
</ul>
</div>
</body>
</html>