-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 1.36 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
50
51
52
53
54
55
56
57
58
59
<head>
<title>Evan Galli's Projects</title>
<meta charset="UTF-8">
<style>
body{
background: url(assets/background.jpg);
background-size: 100%;
color:white;
}
a:hover {
color: #ccc;
}
a:visited {
color: #8f97d4;
font-style: oblique;
}
a{
font-weight: bold;
font-size: 16px;
color: #b3b4f5;
}
footer{
background-color: rgba(104, 75, 251, 0.81);
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 50px;
display: table;
}
footer *{
display: table-cell;
vertical-align: middle;
text-align: center;
color: #cfc5f5;
}
</style>
</head>
<body>
<h1>Les Projets d'Evan Galli</h1>
<div style="margin-left:2em;">
<h2 id="Seconde">Seconde</h2>
<ul>
<li>
<a href="2de/English - Future School/">Anglais : Ecole du Futur</a>
<a href="https://github.com/Other-Project/Other-Project.github.io/blob/master/2de/English%20-%20Future%20School/README.md">(Texte)</a>
</li>
<li>
<a href="2de/English - Speak Your Mind/The Hydrogen.pdf">Anglais : L’hydrogène, une alternative à la voiture 100% électrique</a>
<a href="https://github.com/Other-Project/Other-Project.github.io/blob/master/2de/English%20-%20Speak%20Your%20Mind/README.md">(Texte)</a>
</li>
</ul>
</div>
<footer>
<a href="https://github.com/Other-Project/">View on Github</a>
</footer>
</body>