Skip to content

Commit 3a10802

Browse files
committed
update february #3 - major update part 4
1 parent 6bf8467 commit 3a10802

File tree

3 files changed

+10
-58
lines changed

3 files changed

+10
-58
lines changed

assets/css/home_style.css

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,6 @@
44
text-align: center;
55
}
66

7-
.horizontal-bar{
8-
max-width: 100%;
9-
margin: auto auto 20px auto;
10-
padding: 0px 5% 0px 5%;
11-
12-
-webkit-user-select: none;
13-
user-select: none;
14-
15-
display: flex;
16-
flex-direction: row;
17-
flex-wrap: wrap;
18-
justify-content: center;
19-
list-style-type: none;
20-
21-
border-radius: var(--border-radius);
22-
background: var(--accent);
23-
}
24-
25-
.horizontal-bar li, .horizontal-bar div{
26-
27-
margin: 5px;
28-
padding: 7px;
29-
30-
border-radius: var(--border-radius);
31-
cursor: pointer;
32-
33-
box-shadow: 0px 0px 3px 0px black;
34-
background-color: var(--menu);
35-
36-
-webkit-backdrop-filter: blur(20px);
37-
backdrop-filter: blur(20px);
38-
39-
transition: background-color 0.2s;
40-
}
41-
42-
.horizontal-bar a{
43-
text-decoration: none;
44-
font-size: 1.2em;
45-
}
46-
47-
.horizontal-bar li:hover, .horizontal-bar div:hover{
48-
background-color: var(--menu-hover);
49-
}
507

518
/* "Header" */
529

@@ -61,7 +18,7 @@
6118
#citation{
6219
margin-top: 10px;
6320
font-family: 'Dancing Script', cursive;
64-
font-size: 1.7em;
21+
font-size: 1.9em;
6522
}
6623

6724
#about p{
@@ -111,7 +68,7 @@
11168
-webkit-backdrop-filter: blur(20px);
11269
backdrop-filter: blur(20px);
11370

114-
transition: background-color 0.2s;
71+
transition: background-color 0.5s;
11572
}
11673

11774
#socials div:hover{
@@ -139,7 +96,7 @@
13996

14097
#game-gallery{
14198
margin: 20px auto auto auto;
142-
height: 35vh;
99+
height: 40vh;
143100
/* height: auto; */
144101
width: 95%;
145102

@@ -221,11 +178,6 @@
221178
flex-wrap: wrap;
222179
}
223180

224-
#game-gallery{
225-
width: 100%;
226-
Border-radius: 0px;
227-
}
228-
229181
/* Game gallery */
230182

231183
#game-gallery{

assets/css/main_style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060

6161
h1{
62-
font-size: 3em;
62+
font-size: 3.2em;
6363
margin-top: -5px;
6464
margin-bottom: 0px;
6565
}
@@ -74,7 +74,7 @@ svg path{
7474
}
7575

7676
img{
77-
transition: filter 0.2s;
77+
transition: filter 0.5s;
7878
}
7979

8080
.bold{

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ <h1>Mimolet</h1>
5656

5757
<section id="about">
5858
<div class="french">
59-
<!-- <h2>Bienvenue, cher visiteur ! 👋</h2> -->
60-
<p>Je m'appelle <span class="bold">Samuel</span>, mais on me connaît sous le nom de <span class="bold">Mimolet</span> !</p>
59+
<p>Bonjour ! Je m'appelle <span class="bold" title="c'est moi !">Samuel</span>, mais on me connaît sous le nom de <span class="bold" title="c'est toujours moi !">Mimolet</span> !</p>
6160
<p>
62-
Passionné de <span class="bold">jeux vidéo</span>, <span class="bold">trains</span> et de <span class="bold">technologie</span>,
63-
j'adore aussi créer des <span class="bold">montages photo</span> et <span class="bold">vidéo</span>… et, soyons honnêtes, <span class="italic">être un nerd à plein temps !</span>
61+
Passionné de <span class="bold" title="piou piou ! 🔫">jeux vidéo</span>, <span class="bold" title="tchou tchou ! 🚂">trains</span> et de <span class="bold" title="bip boup ! 🤖">technologie</span>,
62+
j'adore aussi créer des <span class="bold">montages photo</span> et <span class="bold">vidéo</span>… et, soyons honnêtes, <span class="italic" title="et fier de l'être 😎">être un nerd à plein temps !</span>
6463
</p>
65-
<p>Actuellement étudiant en <span class="bold">informatique</span>, j’ai conçu ce site pour vous permettre de découvrir facilement <span class="bold">mes projets</span> et de <span class="bold">me retrouver</span> sur Internet.</p>
64+
<p>Actuellement étudiant en <span class="bold" title="chez Ynov Campus">informatique</span>, j’ai conçu ce site pour vous permettre de découvrir facilement <span class="bold">mes projets</span> et de <span class="bold">me retrouver</span> sur Internet.</p>
6665
<p>Bonne visite ! 🚀 </p>
6766
</div>
6867

@@ -169,6 +168,7 @@ <h1>Mimolet</h1>
169168
</a>
170169
</div>
171170
</div>
171+
172172
<hr width="35%">
173173

174174
<!-- Game section -->

0 commit comments

Comments
 (0)