Skip to content

Commit

Permalink
[Tempo]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerzouille committed Feb 18, 2024
1 parent b0d23d4 commit e096f5b
Show file tree
Hide file tree
Showing 11 changed files with 246 additions and 32 deletions.
Binary file added assets/duck.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 assets/lab.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 assets/mynavy.jpg
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 assets/planes.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 assets/sokoban.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 72 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
<!DOCTYPE html>
<html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<link rel="icon" href="./assets/icon.png" />
<meta charset="utf-8">
<link rel="icon" href="./assets/icon.png">
<title>Noa Smoter</title>
<script src="./src/script.js" defer></script>
<link rel="stylesheet" href="./src/style.css" />
<link rel="stylesheet" href="./src/style.css">
<link rel="stylesheet" href="./src/projects.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onresize="resize()">
<div class="container">
<div class="navbar">
<img src="./assets/icon.png" class="icon">
<a href="index.html"><img src="./assets/icon.png" class="icon" alt="icon logo nerzouille webpage"></a>
<nav>
<ul id="menu">
<li><a href="">SOME TXT</a></li>
<li><a href="./src/me.html">About Me</a></li>
<li><a href="">Mon CV</a></li>
<li><a href="">SOME TXT</a></li>
<li><a href="">SOME TXT</a></li>
<li><a href="#projects">My Projects</a></li>
<li><a href="">Contact Me</a></li>
</ul>
</nav>
<img src="./assets/menu.png" class="menu" id="icon-menu" onclick="toggle()">
<img src="./assets/menu.png" class="menu" id="icon-menu" alt="toggle menu icon" onclick="toggle()">
</div>

<div class="darker" id="dark"></div>
Expand All @@ -30,26 +31,78 @@
<h2 class="name">Noa SMOTER<br>Portefolio</h2>
<h3>Epitech Student</h3>
<p>Promo 2028</p>
<button type="button"><a href="src/my_projects.html">My Projects </a><a href="src/my_projects.html"><img src="./assets/arrow.png"></a></button>
<button type="button"><a href="#projects">My Projects </a><a href="#projects"><img src="./assets/arrow.png"></a></button>
</div>
<div class="col-2" id="my_pp">
<img src="./assets/ppi.png" alt="Noa Picture" class="profile_image">
<img src="./assets/ppi.png" alt="Noa Picture" class="profile_image" alt="Nerzouille Profile Picture">
<div class="color-rect"></div>
</div>
</div>

<!-- <div class="about_me">
<a href="#me" class="my_arrow"><img src="./assets/arrow.png"></a>

<div class="about_me" id="me">
<h3>About me:</h3>
<p>Hi !<br>I'm a 17 old Epitech Student</p>
</div> -->
<p>Hi !<br>I'm a 17 old Epitech Student. <br><br><br> WORK IN PROGRESS </p>
</div>

<a href="#projects"><h2>My Projects</h2></a>
<div class="projects" id="projects">
<div class="card">
<h3>Sokoban</h3>
<img src="./assets/sokoban.jpg" alt="image projet: nom projet">
<div class="card-info">
<h4 class="wlang">Langages utilisées:</h4>
<p>Re-création du jeu Sokoban en C dans le terminal à l'aide de la librairie ncurses.</p>
<h4 class="wlang">Langages utilisés:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>Duck Hunt</h3>
<img src="./assets/duck.png" alt="image projet: nom projet">
<div class="card-info">
<p>Re-création d'un jeu type Duck Hunt dans l'univers de Five Night At Feddy's en C grâce à la librairie CSFML.</p>
<h4 class="wlang">Langages utilisés:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>My Radar</h3>
<img src="./assets/planes.png" alt="image projet: nom projet">
<div class="card-info">
<p>Simulateur de trafic aérien 2D en C à partir d'une map passée en paramètre. Projet graphique réalisé avec la lib CSFML.</main></main></p>
<h4 class="wlang">Langages utilisés:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>My Navy</h3>
<img src="./assets/mynavy.jpg" alt="image projet: nom projet">
<div class="card-info">
<p>Battaille navale entre deux interfaces de ligne de commande réalisé en C.</p>
<h4 class="wlang">Langages utilisés:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>Mini-Projets Python / Web</h3>
<img src="./assets/lab.png" alt="image projet: nom projet">
<div class="card-info">
<p>De nombreux petits projets et jeux réalisés en python, comme un labyrinthe, la recréation d'un jeu Bomberman, un morpion contre bot,...
Et web avec un ENT.</p>
<h4 class="wlang">Langages utilisés:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
</div>

<div class="darker"></div>

<div class="links">
<img src="./assets/in.png">
<img src="./assets/git.png">
<img src="./assets/email.png">
<img src="./assets/discord.png">
<img src="./assets/in.png" alt="linkedin icon">
<img src="./assets/git.png" alt="github icon">
<a href="mailto:[email protected]"><img src="./assets/email.png" alt="email icon">
<img src="./assets/discord.png" alt="discord icon">
</div>
</div>
</body>
Expand Down
43 changes: 43 additions & 0 deletions src/me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="icon" href="../assets/icon.png" />
<title>Noa Smoter</title>
<script src="./script.js" defer></script>
<link rel="stylesheet" href="./style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onresize="resize()">
<div class="container">
<div class="navbar">
<a href="../index.html"><img src="../assets/icon.png" class="icon" alt="icon logo nerzouille webpage"></a>
<nav>
<ul id="menu">
<li><a href="">SOME TXT</a></li>
<li><a href="">Mon CV</a></li>
<li><a href="">SOME TXT</a></li>
<li><a href="">SOME TXT</a></li>
</ul>
</nav>
<img src="../assets/menu.png" class="menu" id="icon-menu" onclick="toggle()">
</div>

<div class="darker" id="dark"></div>

<div class="about_me">
<h3>About me:</h3>
<p>Hi !<br>I'm a 17 old Epitech Student. <br><br><br> WORK IN PROGRESS </p>
</div>

<div class="darker"></div>

<div class="links">
<img src="../assets/in.png">
<img src="../assets/git.png">
<img src="../assets/email.png">
<img src="../assets/discord.png">
</div>
</div>
</body>
</html>
71 changes: 60 additions & 11 deletions src/my_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<title>Noa Smoter</title>
<script src="./script.js" defer></script>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./projects.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onresize="resize()">
<div class="container">
<div class="navbar">
<img src="../assets/icon.png" class="icon">
<a href="../index.html"><img src="../assets/icon.png" class="icon" alt="icon logo nerzouille webpage"></a>
<nav>
<ul id="menu">
<li><a href="">SOME TXT</a></li>
Expand All @@ -25,19 +26,67 @@

<div class="darker" id="dark"></div>

<div class="about_me">
<h3>About me:</h3>
<p>Hi !<br>I'm a 17 old Epitech Student. <br><br><br> WORK IN PROGRESS </p>
<h2>My Projects</h2>
<div class="projects">
<div class="card">
<h3>Sokoban</h3>
<img src="../assets/sokoban.jpg" alt="image projet: nom projet">
<div class="card-info">
<h4 class="wlang">Langages utilisées:</h4>
<p>Re-création du jeu Sokoban en C dans le terminal à l'aide de la librairie ncurses.</p>
<h4 class="wlang">Langages utilisées:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>Duck Hunt</h3>
<img src="../assets/duck.png" alt="image projet: nom projet">
<div class="card-info">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
<h4 class="wlang">Langages utilisées:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>My Radar</h3>
<img src="../assets/planes.png" alt="image projet: nom projet">
<div class="card-info">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
<h4 class="wlang">Langages utilisées:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>My Navy</h3>
<img src="../assets/mynavy.jpg" alt="image projet: nom projet">
<div class="card-info">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
<h4 class="wlang">Langages utilisées:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
<div class="card">
<h3>Mini-Projets Python</h3>
<img src="" alt="image projet: nom projet">
<div class="card-info">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation</p>
<h4 class="wlang">Langages utilisées:</h4>
<p class="lang">langages chefff</p>
</div>
</div>
</div>

<div class="darker"></div>
<div class="darker"></div>

<div class="links">
<img src="../assets/in.png">
<img src="../assets/git.png">
<img src="../assets/email.png">
<img src="../assets/discord.png">
</div>
<div class="links">
<img src="../assets/in.png">
<img src="../assets/git.png">
<img src="../assets/email.png">
<img src="../assets/discord.png">
</div>
</body>
</html>
57 changes: 57 additions & 0 deletions src/projects.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.projects {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 3%;
}

a {
color: black;
text-decoration: none;
}

.card {
margin-top: 3%;
min-width: 200px;
width: 31%;
background-color: #FFFFFF;
border: 1px solid #FFFFFF;
padding: 10px;
text-align: justify;
text-justify: auto;
border-radius: 10px;
box-sizing: border-box;
box-shadow: 0 0 10px rgba(39, 57, 70, 0.2);
}

.card img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 3%;
margin-bottom: 3%;
object-fit: cover;
width: 100%;
height: 150px;
border-radius: 6px;
box-shadow: 0 0 10px rgba(39, 57, 70, 0.2);
transition: 0.25s;
}

.card p {
margin: 2%;
}

.card img:hover {
border-radius: 0;
height: 165px;
/* width: 90%; */
}

@media screen and (max-width: 700px) {

.card {
width: 100%;
padding: 20px ;
}
}
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function toggle() {
menu.style.maxWidth = "0px";
icon_menu.style.background = 'none';
darker.style.background = 'none';
darker.style.zIndex = "0";
darker.style.zIndex = "10";
}
}
14 changes: 13 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
margin: 0;
padding: 0;
font-family: Arial,sans-serif;
scroll-behavior: smooth;
}

.container {
Expand Down Expand Up @@ -52,7 +53,7 @@ nav ul li a:hover {
display: flex;
justify-content: space-between;
align-items: center;
margin: 100px 0;
margin: 100px 0 50px;
}

.col-1 {
Expand Down Expand Up @@ -139,6 +140,15 @@ button:hover {
z-index: -1;
}

.my_arrow img {
display: block;
margin: 75px auto;
height: 50px;
width: 50px;
background: fixed 100px black;
border-radius: 20px;
}

.links img {
height: 13px;
margin: 20px;
Expand All @@ -151,6 +161,7 @@ button:hover {
}

.about_me {
margin: 3% 0 3% 0;
padding: 4%;
border-radius: 10px;
background-color: #05204A;
Expand All @@ -164,6 +175,7 @@ button:hover {
position: absolute;
top: 75px;
right: 0;
z-index: -10;
transition: 0.25s;
}

Expand Down

0 comments on commit e096f5b

Please sign in to comment.