forked from IlanOu/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (142 loc) · 5.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="fr">
<title>Ilan Outhier</title>
<meta charset="UTF-8">
<head>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<link rel="stylesheet" type="text/css" href="Book_Style.css" />
<link rel="icon" href="imgs/irregular_quadrilateral_48px.png" type="image/png">
</head>
<body>
<script>
var yey = new Boolean("false");
function play(x) {
x.classList.toggle("change");
if (yey)
{
const the_div = document.querySelector(".sidebar");
the_div.classList.add('move-right');
the_div.classList.remove('move-left');
yey = !yey
}
else
{
const the_div = document.querySelector(".sidebar");
the_div.classList.add('move-left');
the_div.classList.remove('move-right');
yey = !yey
}
}
function showhide(){
var fond = document.getElementById("fondecranwola");
var x = document.getElementById("about me");
var ajouter = document.getElementById("apropos2");
if (x.style.display === "none"){
fond.style.height = "200%";
x.style.display = "block";
ajouter.classList.add("apropos2");
}
}
function showhide2(){
var fond = document.getElementById("fondecranwola");
var y = document.getElementById("creations")
if (y.style.display === "none"){
fond.style.height = "300%";
y.style.display = "block";
ajouter.classList.add("apropos2");
}
}
</script>
<div class="bgimg" id="fondecranwola">
<form class="presentation">
<p style="color:white; text-align:center; vertical-align: middle;">
Bonjour, je suis <b>Ilan Outhier.</b><br>
Je dessine, j'anime, je créé des objets 3D, je code...
</p>
</form>
<div class="container" onclick="play(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="sidebar">
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a href="#top">Home</a>
<a></a>
<a></a>
<a href="#about me" onclick="showhide()"> À propos de moi</a>
<a></a>
<a></a>
<a href="#creations" onclick="showhide2()"> Mes créations</a>
<a></a>
<a></a>
<a href="#fin"> Fin</a>
<a></a>
<a></a>
</div>
<div class="text">
<hr style="margin:auto; width:100; color: #f20055;">
<h1 name="home" style="color:white" id="home">ILAN OUTHIER</h1>
<hr style="margin:auto; width:20%; color: #f20055;"> <!-- Ligne -->
</div>
<a href="#about me" class="lien" onclick="showhide()">
<form class="apropos" >
<h3>
<b>▼</b>
</h3>
</form>
</a>
<div class="about" id="about me" style="display:none">
<form class="aproposdemoi" >
<h4 style="color:white; text-align:center;">Bienvenue dans mon portfolio. </h4>
<h4 style="color:white; text-align:center;">Je suis <b>Ilan Outhier</b>, lycéen au lycée Louis Lachenal.</h4>
<br><br><br>
<p style="color:white; text-align:center;"><b>J'ai fais plusieurs créations de différents types :</b></p>
<p style="color:white; text-align:center;"> -Du dessin <br><br>
-De l'animation 2D <br><br>
-De la modélisation 3D (création d'objets ou de personnages pour des jeux vidéos) <br><br>
-Du code (html/CSS/JS/python/C#) <br><br>
Et je vais vous présenter tout ça dans ce portfolio.</p><br><br><br>
</form>
<a href="#creations" class="lien2" onclick="showhide2()">
<form id="apropos2">
<h3>
<b>▼</b>
</h3>
</form>
</a>
<div class="crea" id="creations" style="display:none">
<form class="MesCreations" >
<p style="color:white; text-align:center; "><b>Voici mes créations:</b></p>
</form>
<div class="ligne">
<!-- 3D -->
<a href="3D.html">
<form class="colone1" style="vertical-align: top;">
<p style="color:white; text-align:center; "><b>3D</b></p>
<img src="imgs/Octanesite.png"/ width=100%;>
</form>
</a>
<a href="Dessin.html">
<!-- Dessins -->
<form class="colone1" style="vertical-align: top;">
<p style="color:white; text-align:center; "><b>Dessins</b></p>
<img src="imgs/miriosite.png"/ width=100%;>
</form>
</a>
<a href="Code.html">
<!-- Code -->
<form class="colone1" style="vertical-align: top;">
<p style="color:white; text-align:center; "><b>Code</b></p>
<img src="imgs/codesite.png"/ width=100%;>
</form>
</a>
</div>
</div>
</div>
</body>
</html>