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 Nov 26, 2021
1 parent 569009a commit 7991c33
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
10 changes: 8 additions & 2 deletions program_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,21 @@ img:hover{

}
h2{

text-shadow: 1px 1px 2px black;
background: linear-gradient(320deg,#f27121,#e94057,#8a2387);
}
h3{
margin: 5% auto;
max-width: 90%;
text-shadow: 2px 2px 4px black;
}

h4{
margin: auto;
width: 20%;
border-radius: 30px;
background: radial-gradient(circle, rgba(241,39,17,1) 40%, rgba(245,175,25,1) 100%);
text-shadow: 1px 1px 2px black;
}
.page{
margin: auto;
background: rgba(255, 255, 255, 0.19);
Expand Down
30 changes: 18 additions & 12 deletions program_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
<link rel="icon" href="./image/sphere_100px.png">
</head>
<body>
<div style="background-color: red; text-align: center;">
<!--<div style="background-color: red; text-align: center;">
in progress ...
</div>
</div>-->
<div>
<h1 class="title">Programme</h1><br>
</div>
<div class="page">
<div class="content">
<div class="name">
<h2>Bot_IceCast</h2>
<h4>‎01/05/2021</h4>
</div><br>
<div class="image">
<iframe src="https://player.vimeo.com/video/644517725" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
Expand All @@ -29,6 +30,7 @@ <h3>Le programme Bot_Icecast et un programme construit grace a la platforme Disc
<div class="content">
<div class="name">
<h2>Bot_Paint.net</h2>
<h4>‎25/11/20</h4>
</div><br>
<div class="image">
<iframe src="https://player.vimeo.com/video/645388084" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
Expand All @@ -41,6 +43,7 @@ <h3>Le programme Bot_Paint.net et un programme servant a retirer les arrieres pl
<div class="content">
<div class="name">
<h2>Tableau_Overlay</h2>
<h4>‎21/01/21</h4>
</div><br>
<div class="image">
<iframe src="https://player.vimeo.com/video/646982103" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
Expand All @@ -53,6 +56,7 @@ <h3>Le programme Tableau_Overlay et un programme qui est nee grace a ma prof de
<div class="content">
<div class="name">
<h2>Jeu_multi_joueur</h2>
<h4>‎15/01/21</h4>
</div><br>
<div class="image">
<img src="./image/JEUX_MULTI.PNG">
Expand All @@ -65,6 +69,7 @@ <h3>Le jeu presenter est un FPS multijoueur local avec des fonctionnalites de ba
<div class="content">
<div class="name">
<h2>Smart_Reveil</h2>
<h4>‎1409/21</h4>
</div><br>
<div class="image">
<iframe src="https://math-pixel.github.io/smartreveil/" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
Expand All @@ -73,19 +78,20 @@ <h2>Smart_Reveil</h2>
<h3>Ceci est un site internet que jai creer pour fabriquer mon "IOT" de reveil programmable il sera capable de communiquer avec un raspberry pi pour la gestion des appareils connecter de ma maison</h3>
</div>
<div class="ecart"></div>
<div class="content">
<div class="name">
<h2>Jeu_The_Rook_master</h2>
</div><br>
<div class="image">
<img src="./image/the rook master.png">
</div>
<div class="description">
<h3>Le jeu presenter est un FPS multijoueur local avec des fonctionnalites de bases comme sauter,tirer,courir ... Ici la difficulter ce faisait ressentir dans la mise en reseau des components</h3>
</div>
<div class="content">
<div class="name">
<h2>Jeu_The_Rook_master</h2>
<h4>‎19/05/20</h4>
</div><br>
<div class="image">
<img src="./image/the rook master.PNG">
</div>
<div class="description">
<h3>Le jeu presenter est un FPS multijoueur local avec des fonctionnalites de bases comme sauter,tirer,courir ... Ici la difficulter ce faisait ressentir dans la miseen reseau des components</h3>
</div>
<div class="ecart"></div>
</div>
</div>
</div>
</body>
</html>
Expand Down

0 comments on commit 7991c33

Please sign in to comment.