Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
elhalj authored Aug 10, 2024
0 parents commit 78b64b7
Show file tree
Hide file tree
Showing 14 changed files with 362 additions and 0 deletions.
Binary file added README.md
Binary file not shown.
Binary file added audios/motivation.mp3
Binary file not shown.
233 changes: 233 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,233 @@
*{
margin: 0;
padding: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
background-color: #303654;
color: aliceblue;
}

ul{
list-style: none;
}
a{
text-decoration: none;
color: aliceblue;
}
/*entete*/
header{
margin-top: 10px;
border-radius: 20px;
box-shadow: 2px 2px 2px 2px rgb(74, 80, 152);

}

#nav_bar {
height: 50px;
background-color: #333;
display: flex;
flex-direction: row;
justify-content: space-around;
list-style: none;
align-items: baseline;

}

.logo{
width: 40px;
text-align: center;
}
.logo img{
width: 40px;
align-items: center;
}

div.navbar{
/*background-color: aliceblue;*/
width: 800px;
text-align: center;
border-radius: 20px;
box-shadow: 2px 1px 1px 4px rgb(74, 80, 152);

}
.navbar .list_right{
display: flex;
justify-content: space-around;
align-items: center;
align-content: center;
text-align: center;
}

/*corps de page*/

#main_page{
margin-top: 20px;
}
/* section travail*/
#Work{
/*background-color: #333;*/
text-align: center;
}

.project{
display: flex;
text-align: center;
justify-content: space-around;
margin: 20px;
border: 1px solid rgb(40, 48, 120);
box-shadow: 2px 2px 2px 4px rgba(38, 38, 142, 0.82);

}

.project p{
margin: 10px;
}

/* section cv*/

#Resume{
margin-top: 20px;
}

.present_link ul{
display: flex;
text-align: center;
/*border: 1px solid red;*/
/*box-shadow: 1px 1px 1px 2px rgb(126, 112, 112);*/

}

.present_link ul li{
border: 1px solid rgb(0, 60, 255);
border-radius: 20px;
margin: 10px;
box-sizing: border-box;
box-shadow: 1px 1px 1px 2px rgb(74, 80, 152);
background-color: aliceblue;
}

.present_text{
display: flex;
justify-content: flex-start;
align-items: center;
}

.present_text .left{
margin-left: 40px;
box-shadow: 2px 2px 1px 6px rgb(74, 80, 152);
}


.present_text p{
text-transform: capitalize;
letter-spacing: 0.1em;
font-size: 40px;
}

.present_text p strong{
box-shadow: 2px 2px 1px 6px rgb(152, 74, 78);

}

.present_link_button{
display: flex;
text-align: center;
align-content: center;
align-items: center;
}

.present_link_button p{
width: 130px;
height: 80px;
text-align: center;
background-color: rgb(27, 17, 17);
border: 1px solid red;
font-size: 20px;
letter-spacing: normal;
text-transform: lowercase;
border-radius: 30px;
margin-right: 10px;
}

.present_link_button p a{
color: white;
}

.present_link_button button{
width: 80px;
height: 60px;
text-align: center;
background-color: red;
border: 1px solid red;
font-size: 20px;
letter-spacing: normal;
text-transform: lowercase;
border-radius: 30px;
margin-right: 10px;
}

#Resume .monImage{
background-color: #333;
width: 250px;
height: 400px;
align-items: center;
border: none;
box-shadow: 2px 4px 2px 1px rgb(128, 100, 100);
}

#Resume .monImage img{
width: 250px;
height: 400px;
}

/* section a propos*/
#About{
margin-top: 80px;
}
.a_propos{
display: flex;
justify-content: space-around;
text-align: center;
}
.a_propos div{
display: flex;
flex-direction: column;
box-shadow: 2px 2px 1px 4px rgb(74, 80, 152);
}

/* section motivation*/

#Motivation{
margin-top: 80px;
text-align: center;
display: flex;
justify-content: space-around;
}

.sound_link{
height: 150px;
display: flex;
flex-direction: column;
}

.sound_link p a{
background-color: rgb(69, 26, 142);
border-radius: 20px;
box-shadow: 2px 2px 1px 4px rgb(74, 80, 152);
transition: 0.5s;

}

.sound_link p a:hover{
box-shadow: 2px 2px 1px 4px rgb(7, 13, 75);
}

/* section pied de page*/

footer{
height: 100px;
text-align: center;
align-content: center;
}
Binary file added images/icons/mongo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons/node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons/react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logos/first_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logos/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logos/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logos/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/profil/profil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Projet CSS</title>
</head>
<body>
<!--entete-->
<header>
<div id="nav_bar">
<div class="logo">
<a href="#"><img src="images/logos/first_logo.png" alt="logo_Elhalj"></a>
</div>
<div class="navbar">
<ul class="list_right">
<li><a href="index.html">Home</a></li>
<li><a href="#Work">Work</a></li>
<li><a href="#Resume">Resume</a></li>
<li><a href="#Contact">Contact</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Motivation">Motivation</a></li>
</ul>
</div>
</div>
</header>

<!--corps de page-->

<main id="main_page">
<!--Les differentes sections-->
<div id="Work" name="Work">
<!--section travail-->
<p>My realisation:</p>
<div class="project">
<div>
<p><a href=""><img src="images/logos/linkedin.png" alt="Calculator project"></a></p>
<p>Calculator</p>
</div>
<div>
<p><a href=""><img src="images/logos/instagram.png" alt="wheather project"></a></p>
<p>wheather</p>
</div><div>
<p><a href=""><img src="images/logos/linkedin.png" alt="Calculator project"></a></p>
<p>BMI Calculato</p>
</div>
</div>
</div>

<div id="Resume" name="Resume">
<!--- section cv-->

<div id="present">
<div class="present_link">
<ul>
<li><a href="#"><img src="images/logos/instagram.png" alt="Facebook"></a></li>
<li><a href="#"><img src="images/logos/meta.png" alt="X"></a></li>
<li><a href="#"><img src="images/logos/meta.png" alt="Instagram"></a></li>
<li><a href="#"><img src="images/logos/meta.png" alt="Linkdin"></a></li>
</ul>
</div>
<div class="present_text">
<div class="left">
<p><strong>Je suis Wilson Ikeda</strong><br><br>debutant en software developer <br>et bientot senior</p>
<div class="present_link_button">
<p><a href="#">portfolio</a></p>
<button><a href="#"><img src="images/icons/play.png"></a></button>
</div>
</div>
<div class="monImage"><img src="images/profil/profil.jpg" alt="elhalj"></div>
</div>
</div>
</div>

<div id="About" name="About">
<!--section à propos-->
<div class="a_propos">
<div>
<p><img src="images/icons/react.png" alt="Developpeur front-end"></p>
<p>Developpeur front-end</p>
</div>
<div>
<p><img src="images/icons/node.png" alt="Developpeur back-end"></p>
<p>Developpeur back-end</p>
</div>
<div class="a_propos">
<p><img src="images/icons/mongo.png" alt="Developpeur full-stack"></p>
<p>Developpeur full-stack</p>
</div>
</div>
</div>

<div id="Motivation" name="Motivation">
<!--section audio-->
<div class="sound_link">
<figure>
<figcaption>Ecouter la Motivation:</figcaption>
<br>
<audio controls src="audios/motivation.mp3"></audio>
<br><br>
<p><a href="audios/motivation.mp3"> Telecharcher l'audio</a></p>
</figure>
</div>

<!--section video-->

<div class="video_link">
<video controls width="250">
<source src="videos/motivation.mp4" />

<source src="videos/motivation.mp4" type="video/mp4" />

Telecharcher la video
<a href="videos/motivation.mp4">WEBM</a>
or
<a href="videos/motivation.mp4">MP4</a>
video.
</video>
</div>
</div>
</main>

<!--le pieds de page-->
<footer id="footer_section">
<p>Copyright&copy;2020 Wilson Ikeda</p>
</footer>
</body>
</html>
Binary file added videos/motivation.mp4
Binary file not shown.

0 comments on commit 78b64b7

Please sign in to comment.