Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel authored Oct 25, 2021
1 parent 94ff912 commit 6065f34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
11 changes: 9 additions & 2 deletions css.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a:hover {
}

.en-tete{
display: flex
display: flex;
}

.profil{
Expand All @@ -93,7 +93,8 @@ a:hover {
text-shadow: 0 0px 100px rgba(256,256,256, 1);
border: thick double #32a1ce;
display: inline-block;
font-size: 5em;
font-size: 4em;
text-align: center;
float:left;
margin-left: 250px;
border-radius: 20px;
Expand Down Expand Up @@ -602,7 +603,12 @@ a:hover {
padding: 50px;
}

.slideshow-container{
justify-content: space-around;
margin: none;
}
.mySlides {

display: none;
height: 300px;
width: auto;
Expand All @@ -617,5 +623,6 @@ a:hover {
height: auto;
margin: auto;
flex-flow: column wrap;
justify-content: space-around;
}
}
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>

<div class="page">
<h1 class="titre_bienvenue">CV en ligne &#1210203;</h2>
<h1 class="titre_bienvenue">CV en ligne &#128196;</h2>
<div class="en-tete">
<img src="./image/profil2.png" class="profil">
<h1 class="name">Chavanel Mathieu</h1>
Expand All @@ -21,7 +21,7 @@ <h1 class="name">Chavanel Mathieu</h1>
<div class ="glass scolaire">
<h1 class="titre">Parcours et <br>Niveau<br>Scolaire</h1>
<div class="overlay">
<div class="text">Parcours Scolaire &#1210200;</div>
<div class="text">Parcours Scolaire &#128200;</div>
<div >
<ul class="list_scolaire">
<li>Lycee Louis Lachenal 1ere STI2D et Terminal SIN </li>
Expand All @@ -38,7 +38,7 @@ <h1 class="titre">Parcours et <br>Niveau<br>Scolaire</h1>
<div class ="glass passion">
<h1 class="titre">Passions</h1>
<div class="overlay">
<div class="text">Passions &#910109;</div>
<div class="text">Passions &#127836;</div>
<div class="list_Passion">
<ul>
<li>Sports</li>
Expand All @@ -56,7 +56,7 @@ <h1 class="titre">Passions</h1>
<div class ="glass informatique">
<h1 class="titre">Languages<br>Informatique</h1>
<div class="overlay">
<div class="text">Languages Informatique &#1210190;</div>
<div class="text">Languages Informatique &#128172;</div>
<div class="list_Informatique">
<ul>
<li>Python</li><br>
Expand All @@ -70,7 +70,7 @@ <h1 class="titre">Languages<br>Informatique</h1>
<div class ="glass projet">
<h1 class="titre">Projets<br>Personnel</h1>
<div class="overlay">
<div class="text">Projets Personnel &#1210165;</div>
<div class="text">Projets Personnel &#128640;</div>
<div class="list_projet">
<ul>
<li>Imprimante 3D DIY</li>
Expand All @@ -94,6 +94,7 @@ <h1 class="titre">Experiences</h1>
<ul>
<li class="text_scenik">Stage chez Scenik</li>
<img src="image/logo_scenik.PNG" class="img_scenik">
<li>Job d'été chez objectif nuit</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -140,7 +141,7 @@ <h3>c# / c++</h3>
<a href="program_page.html"><h3>Mes programmes</h3></a>
<img src="./image/icons8-arrow-96(3).png">
</div>

<div class="port_perso" id="projets_perso">
<h1>Projets Personnel</h1>
</div>
Expand Down Expand Up @@ -225,13 +226,13 @@ <h1>Experience</h1>
<footer class="footer">
<div>
<h1>
Contact &#1210513;
Contact &#128221;
</h1>
<h2>
<ul class="list_contact">
<li>&#1210236; [email protected]</li><br>
<li>&#1210222; 07 103 39 63 65</li><br>
<li>&#1210230; 40 rue de la crete</li><br>
<li>&#128231; [email protected]</li><br>
<li>&#128222; 07 103 39 63 65</li><br>
<li>&#128234; 40 rue de la crete</li><br>
<li style="display: flex;"><img src="image/github_logo.png" class="logo"><a class="yey___design" href="https://github.com/math-pixel" target="_blank" style="padding-left: 10px;">math-pixel</a></li><br>
<li style="display: flex;"><img src="image/icone_insta.png" class="logo"><a class="yey___design" href="https://www.instagram.com/yey___design/" target="_blank" style="padding-left: 10px;">@yey___design</a></li><br>

Expand Down

0 comments on commit 6065f34

Please sign in to comment.