add timer

This commit is contained in:
√(noham)² 2022-11-24 23:30:39 +01:00
parent c25d2b2409
commit c8502980ba
33 changed files with 483 additions and 165 deletions

BIN
assets/icon2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
assets/icon2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 21 KiB

51
css/minuteur.css Normal file
View File

@ -0,0 +1,51 @@
html {
background-color: black;
color: aliceblue;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.minuteur {
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
font-size: 200px;
font-weight: 500;
}
.content {
margin: 30px;
}
#start_timer10 {
background-color: #4D4D4D;
border: none;
color: white;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
cursor: pointer;
font-family: 'roboto', sans-serif;
border: 2px #aaa solid;
border-radius: 5px;
}
#start_timer10:hover {
background-color: #757575;
}
footer {
font-size: large;
color: aliceblue;
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
position:relative;
display: none;
}

View File

@ -14,55 +14,12 @@ html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} }
.ent,
.pronote,
.elea,
.pearltrees,
.mediacentre {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.ent>img:hover,
.pronote>img:hover,
.elea>img:hover,
.pearltrees>img:hover,
.mediacentre>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.sites { .sites {
text-align: center; text-align: center;
} }
.maths,
.physique,
.histoire,
.geographie,
.français,
.es {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.maths>img:hover,
.physique>img:hover,
.histoire>img:hover,
.geographie>img:hover,
.français>img:hover,
.es>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.livre { .livre {
text-align: center; text-align: center;
@ -152,7 +109,16 @@ p {
} }
.deepl { .deepl,
.nperf,
.yt4k,
.yt5s,
.savetube,
.ytzoopid,
.reverso,
.linksys,
.awesome,
.getintopc {
/* display: block; */ /* display: block; */
height: 50px; height: 50px;
width: auto; width: auto;
@ -165,4 +131,13 @@ p {
box-shadow: 0px 0px 50px rgb(119, 119, 119); box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3); background-color: rgba(119, 119, 119,0.3);
}
img {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
} }

View File

@ -15,10 +15,10 @@
<a class="ent" href=https://ent.iledefrance.fr> <a class="ent" href=https://ent.iledefrance.fr>
<img class="ent" src="../assets/social/ent.ico" alt="ent"> <img class="ent" src="../assets/social/ent.ico" alt="ent">
</a> </a>
<a class="pronote" href=https://0910626l.index-education.net/pronote> <a class="pronote" href=https://0910626l.index-education.net/pronote target="_parent">
<img class="pronote" src="../assets/social/pronote.png" alt="pronote"> <img class="pronote" src="../assets/social/pronote.png" alt="pronote">
</a> </a>
<a class="pearltrees" href='https://www.pearltrees.com/private/id56232974'> <a class="pearltrees" href='https://www.pearltrees.com/private/id56232974' target="_parent">
<img class="pearltrees" src="../assets/social/pearltrees.png" alt="pearltrees"> <img class="pearltrees" src="../assets/social/pearltrees.png" alt="pearltrees">
</a> </a>
<a class="elea" href=https://massy.elea.ac-versailles.fr/local/teacherboard target="_blank"> <a class="elea" href=https://massy.elea.ac-versailles.fr/local/teacherboard target="_blank">
@ -35,6 +35,9 @@
<a class="maths" href=https://educadhoc.fr/reader/textbook/9782017102106/fxl/Page_1 target="_parent"> <a class="maths" href=https://educadhoc.fr/reader/textbook/9782017102106/fxl/Page_1 target="_parent">
<img class="maths" src="../assets/social/maths.png" alt="maths"> <img class="maths" src="../assets/social/maths.png" alt="maths">
</a> </a>
<a class="maths" href='https://idp-auth.gar.education.fr/domaineGar?idENT=SjA=&idEtab=MDkxMDYyNkw=&idRessource=ark%3A%2F12313%2FHE9782017102106' target="_parent">
<img class="maths" src="../assets/social/maths.png" alt="maths">
</a>
<a class="physique" href=https://educadhoc.fr/reader/textbook/9782017102120/fxl/Page_1 target="_parent"> <a class="physique" href=https://educadhoc.fr/reader/textbook/9782017102120/fxl/Page_1 target="_parent">
<img class="physique" src="../assets/social/physique.png" alt="physique"> <img class="physique" src="../assets/social/physique.png" alt="physique">
</a> </a>

29
html/minuteur.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/minuteur.css">
<title> Minuteur </title>
</head>
<body>
<div class="content">
<div class="minuteur">
<button id="start_timer10" type="button">Start</button>
</div>
<br>
<div class="minuteur">
<span id="countdown10"></span>
</div>
<script src="../js/minuteur10.js"></script>
</div>
<footer>
Dev by √(noham)² with &#10084;
</footer>
</body>
</html>

View File

@ -3,6 +3,7 @@ https://unocrack.cf/#divers
https://www.youtube.com/watch?v=WZNG8UomjSI https://www.youtube.com/watch?v=WZNG8UomjSI
https://www.pierre-giraud.com/html-css-apprendre-coder-cours/creation-menu-deroulant/ https://www.pierre-giraud.com/html-css-apprendre-coder-cours/creation-menu-deroulant/
https://thenounproject.com/search/icons/?iconspage=1&q=discord https://thenounproject.com/search/icons/?iconspage=1&q=discord
https://pixees.fr/informatiquelycee/jbase_intro.html
--> -->
@ -25,18 +26,90 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<a class="icone" href=https://www.deepl.com/translator> <a class="icone" href=https://www.deepl.com/translator>
<img class="deepl" src="../assets/raccourcis/racc/deepl.png" alt="deepl"> <img class="deepl" src="../assets/raccourcis/racc/deepl.png" alt="deepl">
</a> </a>
<a class="pronote" href=https://0910626l.index-education.net/pronote> <a class="icone" href='https://www.nperf.com/fr/'>
<img class="pronote" src="../assets/social/pronote.png" alt="pronote"> <img class="nperf" src="../assets/raccourcis/racc/nperf.png" alt="nperf">
</a> </a>
<a class="pearltrees" href='https://www.pearltrees.com/private/id56232974'> <a class="icone" href='https://youtube4kdownloader.com/en59/'>
<img class="pearltrees" src="../assets/social/pearltrees.png" alt="pearltrees"> <img class="yt4k" src="../assets/raccourcis/racc/yt4k.png" alt="yt4k">
</a> </a>
<a class="elea" href=https://massy.elea.ac-versailles.fr/local/teacherboard target="_blank"> <a class="icone" href='https://yt5s.com/en154' target="_blank">
<img class="elea" src="../assets/social/elea.png" alt="elea"> <img class="yt5s" src="../assets/raccourcis/racc/yt5s.png" alt="yt5s">
</a> </a>
<a class="mediacentre" href='https://ent.iledefrance.fr/mediacentre#/'> <a class="icone" href='https://save.tube/en7/'>
<img class="mediacentre" src="../assets/social/mediacentre.svg" alt="mediacentre"> <img class="savetube" src="../assets/raccourcis/racc/savetube.png" alt="savetube">
</a> </a>
<a class="icone" href='https://yt.zoopid.com/'>
<img class="ytzoopid" src="../assets/raccourcis/racc/ytzoopid.png" alt="ytzoopid">
</a>
<a class="icone" href='https://www.reverso.net/orthographe/correcteur-francais/'>
<img class="reverso" src="../assets/raccourcis/racc/reverso.png" alt="reverso">
</a>
<a class="icone" href='http://10.132.1.1/ui/1.0.99.209783/dynamic/index.html#casupport'>
<img class="linksys" src="../assets/raccourcis/racc/linksys" alt="linksys">
</a>
<a class="icone" href='https://lkrjangid1.github.io/Awesome-Warez/'>
<img class="awesome" src="../assets/raccourcis/racc/awesome.png" alt="awesome">
</a>
<a class="icone" href='https://getintopc.com/'>
<img class="getintopc" src="../assets/raccourcis/racc/Getintopc.png" alt="getintopc">
</a>
<!-- <a class="icone" href=''>
<img class="" src="../assets/raccourcis/" alt="">
</a>
<a class="icone" href=''>
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
</div>
<div id="deroulant">
<details close>
<summary>iOS</summary>
<div class="sites">
<a class="icone" href='https://ipaspot.app/categories/hackedgames.html' target="_parent">
<img class="ipaspot" src="../assets/raccourcis/racc/ipaspot.png" alt="ipaspot">
</a>
<a class="icone" href='https://appdb.to/' target="_parent">
<img class="appdb" src="../assets/raccourcis/racc/appdb.png" alt="appdb">
</a>
<a class="icone" href='https://ipsw.me/product/iPhone' target="_parent">
<img class="ipsw" src="../assets/raccourcis/racc/ipsw.png" alt="ipsw">
</a>
<a class="icone" href='https://pdalife.com/' target="_parent">
<img class="pdalife" src="../assets/raccourcis/racc/pdalife.png" alt="pdalife">
</a>
<a class="icone" href='https://cokernutx.com/ipa-library/categories/more.html' target="_parent">
<img class="cokernutx" src="../assets/raccourcis/" alt="cokernutx">
</a>
<a class="icone" href='https://apps.cmacked.com/'>
<img class="cmacked" src="../assets/raccourcis/racc/cmacked.png" alt="cmacked">
</a>
<a class="icone" href='https://ios.codevn.net/'>
<img class="codevn" src="../assets/raccourcis/racc/codevn.svg" alt="codevn">
</a>
<a class="icone" href='https://armconverter.com/decryptedappstore/us'>
<img class="armconverter" src="../assets/raccourcis/racc/armconverter.png" alt="armconverter">
</a>
<a class="icone" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a>
<a class="icone" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a>
<!-- <a class="" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt="">
</a> -->
</div>
</details>
</div> </div>
@ -74,7 +147,7 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
</li> </li>
</ol> </ol>
</div> --> </div> -->
<br><br> <br>
<div id="deroulant"> <div id="deroulant">
<details close> <details close>
<summary>Streaming</summary> <summary>Streaming</summary>
@ -159,9 +232,9 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<a class="soap2day" href='https://soap2day.id/home' target="_parent"> <a class="soap2day" href='https://soap2day.id/home' target="_parent">
<img class="soap2day" src="../assets/raccourcis/soap2day.png" alt="soap2day"> <img class="soap2day" src="../assets/raccourcis/soap2day.png" alt="soap2day">
</a> </a>
<!-- <a class="" href='' target="_parent"> <a class="annulairetelechargement" href='https://www.annuaire-telechargement.club/?search=Wir+sind+die+welle&p=series' target="_parent">
<img class="" src="../assets/raccourcis/" alt=""> <img class="annulairetelechargement" src="../assets/raccourcis/racc/annulairetelechargement.ico" alt="annulairetelechargement">
</a> --> </a>
<!-- <a class="" href='' target="_parent"> <!-- <a class="" href='' target="_parent">
<img class="" src="../assets/raccourcis/" alt=""> <img class="" src="../assets/raccourcis/" alt="">
</a> --> </a> -->
@ -187,35 +260,51 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<details close> <details close>
<summary>totaldebrid</summary> <summary>totaldebrid</summary>
<div class="sites"> <div class="sites">
<div id="sous-sous-deroulant"> <div id="sous-sous-deroulant">
<details close> <details close>
<summary>DDL</summary> <summary>DDL</summary>
<div class="sites"> <div class="sites">
<a class="FilmTelecharger" href='https://ww6.filmtelecharger.net/' target="_parent"> <a class="FilmTelecharger" href='https://ww6.filmtelecharger.net/'
<img class="FilmTelecharger" src="../assets/raccourcis/" alt="FilmTelecharger"> target="_parent">
<img class="FilmTelecharger" src="../assets/raccourcis/"
alt="FilmTelecharger">
</a> </a>
<a class="Free-Telecharger" href='https://www.free-telecharger.net/' target="_parent"> <a class="Free-Telecharger" href='https://www.free-telecharger.net/'
<img class="Free-Telecharger" src="../assets/raccourcis/" alt="Free-Telecharger"> target="_parent">
<img class="Free-Telecharger" src="../assets/raccourcis/"
alt="Free-Telecharger">
</a> </a>
<a class="Extreme-down" href='https://www.extreme-down.blue/' target="_parent"> <a class="Extreme-down" href='https://www.extreme-down.blue/'
<img class="Extreme-down" src="../assets/raccourcis/" alt="Extreme-down"> target="_parent">
<img class="Extreme-down" src="../assets/raccourcis/"
alt="Extreme-down">
</a> </a>
<a class="WawaCity" href='https://www.wawacity.one/' target="_parent"> <a class="WawaCity" href='https://www.wawacity.one/'
<img class="WawaCity" src="../assets/raccourcis/" alt="WawaCity"> target="_parent">
<img class="WawaCity" src="../assets/raccourcis/"
alt="WawaCity">
</a> </a>
<a class="Extreme Down" href='https://www.extreme-down.io/home.html' target="_parent"> <a class="Extreme Down" href='https://www.extreme-down.io/home.html'
<img class="Extreme Down" src="../assets/raccourcis/" alt="Extreme Down"> target="_parent">
<img class="Extreme Down" src="../assets/raccourcis/"
alt="Extreme Down">
</a> </a>
<a class="Zone-Telechar" href='http://www.zone-telechargement.al/' target="_parent"> <a class="Zone-Telechar" href='http://www.zone-telechargement.al/'
<img class="Zone-Telechar" src="../assets/raccourcis/" alt="Zone-Telechar"> target="_parent">
<img class="Zone-Telechar" src="../assets/raccourcis/"
alt="Zone-Telechar">
</a> </a>
<a class="DLLValley" href='http://www.ddlvalley.me/' target="_parent"> <a class="DLLValley" href='http://www.ddlvalley.me/'
<img class="DLLValley" src="../assets/raccourcis/" alt="DLLValley"> target="_parent">
<img class="DLLValley" src="../assets/raccourcis/"
alt="DLLValley">
</a> </a>
<a class="Espace Docs" href='https://espacedocs.blogspot.com/' target="_parent"> <a class="Espace Docs" href='https://espacedocs.blogspot.com/'
<img class="Espace Docs" src="../assets/raccourcis/" alt="Espace Docs"> target="_parent">
<img class="Espace Docs" src="../assets/raccourcis/"
alt="Espace Docs">
</a> </a>
<a class="9DOCU" href='https://9docu.org/' target="_parent"> <a class="9DOCU" href='https://9docu.org/' target="_parent">
<img class="9DOCU" src="../assets/raccourcis/" alt="9DOCU"> <img class="9DOCU" src="../assets/raccourcis/" alt="9DOCU">
@ -228,11 +317,16 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<details close> <details close>
<summary>Sport</summary> <summary>Sport</summary>
<div class="sites"> <div class="sites">
<a class="Sports Steams Live" href='https://www.clictune.com/eQuh' target="_parent"> <a class="Sports Steams Live"
<img class="Sports Steams Live" src="../assets/raccourcis/" alt="Sports Steams Live"> href='https://sports-streams-live.blogspot.com/'
target="_parent">
<img class="Sports Steams Live" src="../assets/raccourcis/"
alt="Sports Steams Live">
</a> </a>
<a class="StreamonSports" href='https://www.streamonsport09.xyz/' target="_parent"> <a class="StreamonSports" href='https://www.streamonsport09.xyz/'
<img class="StreamonSports" src="../assets/raccourcis/" alt="StreamonSports"> target="_parent">
<img class="StreamonSports" src="../assets/raccourcis/"
alt="StreamonSports">
</a> </a>
<a class="Live TV" href='http://livetv.sx/fr/' target="_parent"> <a class="Live TV" href='http://livetv.sx/fr/' target="_parent">
<img class="Live TV" src="../assets/raccourcis/" alt="Live TV"> <img class="Live TV" src="../assets/raccourcis/" alt="Live TV">
@ -249,38 +343,59 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<a class="Atdhes" href='http://atdhes.eu/' target="_parent"> <a class="Atdhes" href='http://atdhes.eu/' target="_parent">
<img class="Atdhes" src="../assets/raccourcis/" alt="Atdhes"> <img class="Atdhes" src="../assets/raccourcis/" alt="Atdhes">
</a> </a>
<a class="Live Soccer TV" href='https://www.livesoccertv.com/' target="_parent"> <a class="Live Soccer TV" href='https://www.livesoccertv.com/'
<img class="Live Soccer TV" src="../assets/raccourcis/" alt="Live Soccer TV"> target="_parent">
<img class="Live Soccer TV" src="../assets/raccourcis/"
alt="Live Soccer TV">
</a> </a>
<a class="Roja Directa" href='http://www.rojadirecta.me/' target="_parent"> <a class="Roja Directa" href='http://www.rojadirecta.me/'
<img class="Roja Directa" src="../assets/raccourcis/" alt="Roja Directa"> target="_parent">
<img class="Roja Directa" src="../assets/raccourcis/"
alt="Roja Directa">
</a> </a>
<a class="VIProw" href='https://www.viprow.net/' target="_parent"> <a class="VIProw" href='https://www.viprow.net/' target="_parent">
<img class="VIProw" src="../assets/raccourcis/" alt="VIProw"> <img class="VIProw" src="../assets/raccourcis/" alt="VIProw">
</a> </a>
<a class="FirstRowSport" href='http://firstrowfr.eu/' target="_parent"> <a class="FirstRowSport" href='http://firstrowfr.eu/'
<img class="FirstRowSport" src="../assets/raccourcis/" alt="FirstRowSport"> target="_parent">
<img class="FirstRowSport" src="../assets/raccourcis/"
alt="FirstRowSport">
</a> </a>
<a class="Sport Lemons" href='http://sportlemons.com/' target="_parent"> <a class="Sport Lemons" href='http://sportlemons.com/'
<img class="Sport Lemons" src="../assets/raccourcis/" alt="Sport Lemons"> target="_parent">
<img class="Sport Lemons" src="../assets/raccourcis/"
alt="Sport Lemons">
</a> </a>
<a class="Stream 2 watch" href='https://www.stream2watch.org/' target="_parent"> <a class="Stream 2 watch" href='https://www.stream2watch.org/'
<img class="Stream 2 watch" src="../assets/raccourcis/" alt="Stream 2 watch"> target="_parent">
<img class="Stream 2 watch" src="../assets/raccourcis/"
alt="Stream 2 watch">
</a> </a>
<a class="StreamSports" href='https://www.streamsports.io/' target="_parent"> <a class="StreamSports" href='https://www.streamsports.io/'
<img class="StreamSports" src="../assets/raccourcis/" alt="StreamSports"> target="_parent">
<img class="StreamSports" src="../assets/raccourcis/"
alt="StreamSports">
</a> </a>
<a class="Sport 365" href='http://www.sport365.live/fr/main' target="_parent"> <a class="Sport 365" href='http://www.sport365.live/fr/main'
<img class="Sport 365" src="../assets/raccourcis/" alt="Sport 365"> target="_parent">
<img class="Sport 365" src="../assets/raccourcis/"
alt="Sport 365">
</a> </a>
<a class="MATCH en DIRECT" href='https://www.matchendirect.fr/' target="_parent"> <a class="MATCH en DIRECT" href='https://www.matchendirect.fr/'
<img class="MATCH en DIRECT" src="../assets/raccourcis/" alt="MATCH en DIRECT"> target="_parent">
<img class="MATCH en DIRECT" src="../assets/raccourcis/"
alt="MATCH en DIRECT">
</a> </a>
<a class="Fullmatch sandshows" href='https://www.fullmatchesandshows.com/home/' target="_parent"> <a class="Fullmatch sandshows"
<img class="Fullmatch sandshows" src="../assets/raccourcis/" alt="Fullmatch sandshows"> href='https://www.fullmatchesandshows.com/home/'
target="_parent">
<img class="Fullmatch sandshows" src="../assets/raccourcis/"
alt="Fullmatch sandshows">
</a> </a>
<a class="StreamsHunters" href='http://streamshunters.com/' target="_parent"> <a class="StreamsHunters" href='http://streamshunters.com/'
<img class="StreamsHunters" src="../assets/raccourcis/" alt="StreamsHunters"> target="_parent">
<img class="StreamsHunters" src="../assets/raccourcis/"
alt="StreamsHunters">
</a> </a>
</div> </div>
</details> </details>
@ -290,8 +405,10 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<details close> <details close>
<summary>TV</summary> <summary>TV</summary>
<div class="sites"> <div class="sites">
<a class="myfree-tivi" href='https://www.myfree-tivi.com/livetv' target="_parent"> <a class="myfree-tivi" href='https://www.myfree-tivi.com/livetv'
<img class="myfree-tivi" src="../assets/raccourcis/" alt="myfree-tivi"> target="_parent">
<img class="myfree-tivi" src="../assets/raccourcis/"
alt="myfree-tivi">
</a> </a>
<a class="Molotov" href='https://www.molotov.tv/' target="_parent"> <a class="Molotov" href='https://www.molotov.tv/' target="_parent">
<img class="Molotov" src="../assets/raccourcis/" alt="Molotov"> <img class="Molotov" src="../assets/raccourcis/" alt="Molotov">
@ -305,17 +422,24 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<a class="RePlay" href='https://www.replay.fr/' target="_parent"> <a class="RePlay" href='https://www.replay.fr/' target="_parent">
<img class="RePlay" src="../assets/raccourcis/" alt="RePlay"> <img class="RePlay" src="../assets/raccourcis/" alt="RePlay">
</a> </a>
<a class="RevoirLaTELE" href='http://www.revoirlatele.com/' target="_parent"> <a class="RevoirLaTELE" href='http://www.revoirlatele.com/'
<img class="RevoirLaTELE" src="../assets/raccourcis/" alt="RevoirLaTELE"> target="_parent">
<img class="RevoirLaTELE" src="../assets/raccourcis/"
alt="RevoirLaTELE">
</a> </a>
<a class="Top Replay" href='https://topreplay.video/' target="_parent"> <a class="Top Replay" href='https://topreplay.video/'
<img class="Top Replay" src="../assets/raccourcis/" alt="Top Replay"> target="_parent">
<img class="Top Replay" src="../assets/raccourcis/"
alt="Top Replay">
</a> </a>
<a class="FranceTV" href='https://www.france.tv/' target="_parent"> <a class="FranceTV" href='https://www.france.tv/' target="_parent">
<img class="FranceTV" src="../assets/raccourcis/" alt="FranceTV"> <img class="FranceTV" src="../assets/raccourcis/"
alt="FranceTV">
</a> </a>
<a class="Regard direct" href='https://www.regarddirect.fr/' target="_parent"> <a class="Regard direct" href='https://www.regarddirect.fr/'
<img class="Regard direct" src="../assets/raccourcis/" alt="Regard direct"> target="_parent">
<img class="Regard direct" src="../assets/raccourcis/"
alt="Regard direct">
</a> </a>
</div> </div>
</details> </details>
@ -325,65 +449,94 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<details close> <details close>
<summary>Torrent</summary> <summary>Torrent</summary>
<div class="sites"> <div class="sites">
<a class="Cpasbiens2" href='https://www.clictune.com/eQZN' target="_parent"> <a class="Cpasbiens2" href='https://cpasbiens3.fr/'
<img class="Cpasbiens2" src="../assets/raccourcis/" alt="Cpasbiens2"> target="_parent">
<img class="Cpasbiens2" src="../assets/raccourcis/"
alt="Cpasbiens2">
</a> </a>
<a class="Torrent9" href='https://www.clictune.com/eQKu' target="_parent"> <a class="Torrent9" href='https://www.torrent9.site/'
<img class="Torrent9" src="../assets/raccourcis/" alt="Torrent9"> target="_parent">
<img class="Torrent9" src="../assets/raccourcis/"
alt="Torrent9">
</a> </a>
<a class="Torlock" href='https://www.clictune.com/eQKt' target="_parent"> <a class="Torlock" href='https://www.torlock.com/' target="_parent">
<img class="Torlock" src="../assets/raccourcis/" alt="Torlock"> <img class="Torlock" src="../assets/raccourcis/" alt="Torlock">
</a> </a>
<a class="Kikass" href='https://www.clictune.com/eQKF' target="_parent"> <a class="Kikass" href='https://kikass.to/' target="_parent">
<img class="Kikass" src="../assets/raccourcis/" alt="Kikass"> <img class="Kikass" src="../assets/raccourcis/" alt="Kikass">
</a> </a>
<a class="Gktorrents" href='https://www.clictune.com/eQKH' target="_parent"> <a class="Gktorrents" href='https://www.gktorrents.org/'
<img class="Gktorrents" src="../assets/raccourcis/" alt="Gktorrents"> target="_parent">
<img class="Gktorrents" src="../assets/raccourcis/"
alt="Gktorrents">
</a> </a>
<a class="Zetorrents" href='https://www.clictune.com/eQKI' target="_parent"> <a class="Zetorrents" href='https://www.zetorrents.biz/'
<img class="Zetorrents" src="../assets/raccourcis/" alt="Zetorrents"> target="_parent">
<img class="Zetorrents" src="../assets/raccourcis/"
alt="Zetorrents">
</a> </a>
<a class="Pcgamestorrents" href='https://www.mylink1.biz/eQLl' target="_parent"> <a class="Pcgamestorrents" href='https://pcgamestorrents.com/'
<img class="Pcgamestorrents" src="../assets/raccourcis/" alt="Pcgamestorrents"> target="_parent">
<img class="Pcgamestorrents" src="../assets/raccourcis/"
alt="Pcgamestorrents">
</a> </a>
<a class="Pirate Bay Multi site" href='https://www.mylink1.biz/ePG0' target="_parent"> <a class="Pirate Bay Multi site" href='https://proxy-bay.page/'
<img class="Pirate Bay Multi site" src="../assets/raccourcis/" alt="Pirate Bay Multi site"> target="_parent">
<img class="Pirate Bay Multi site" src="../assets/raccourcis/"
alt="Pirate Bay Multi site">
</a> </a>
<a class="1337x" href='https://www.mylink1.biz/ePFY' target="_parent"> <a class="1337x" href='https://1337x.unblockit.page/'
target="_parent">
<img class="1337x" src="../assets/raccourcis/" alt="1337x"> <img class="1337x" src="../assets/raccourcis/" alt="1337x">
</a> </a>
<a class="Eztv" href='https://www.mylink1.biz/ePFV' target="_parent"> <a class="Eztv" href='https://eztv.unblockit.page/'
target="_parent">
<img class="Eztv" src="../assets/raccourcis/" alt="Eztv"> <img class="Eztv" src="../assets/raccourcis/" alt="Eztv">
</a> </a>
<a class="Webtor" href='https://www.clictune.com/bm9a' target="_parent"> <a class="Webtor" href='https://webtor.io/#/' target="_parent">
<img class="Webtor" src="../assets/raccourcis/" alt="Webtor"> <img class="Webtor" src="../assets/raccourcis/" alt="Webtor">
</a> </a>
<a class="YGGTorrent" href='https://www.clictune.com/ePHl' target="_parent"> <a class="YGGTorrent" href='https://www5.yggtorrent.fi/'
<img class="YGGTorrent" src="../assets/raccourcis/" alt="YGGTorrent"> target="_parent">
<img class="YGGTorrent" src="../assets/raccourcis/"
alt="YGGTorrent">
</a> </a>
<a class="OxTorrent" href='https://www.mylink1.biz/ePFT' target="_parent"> <a class="OxTorrent" href='https://oxtorrents.co/' target="_parent">
<img class="OxTorrent" src="../assets/raccourcis/" alt="OxTorrent"> <img class="OxTorrent" src="../assets/raccourcis/"
alt="OxTorrent">
</a> </a>
<a class="Torrent911" href='https://www.mylink1.biz/ePFS' target="_parent"> <a class="Torrent911" href='https://torrent911z.fr/'
<img class="Torrent911" src="../assets/raccourcis/" alt="Torrent911"> target="_parent">
<img class="Torrent911" src="../assets/raccourcis/"
alt="Torrent911">
</a> </a>
<a class="GamesTorrents" href='https://www.gamestorrents.fm/' target="_parent"> <a class="GamesTorrents" href='https://www.gamestorrents.fm/'
<img class="GamesTorrents" src="../assets/raccourcis/" alt="GamesTorrents"> target="_parent">
<img class="GamesTorrents" src="../assets/raccourcis/"
alt="GamesTorrents">
</a> </a>
<a class="nyAA" href='https://www.mylink1.biz/ePFa' target="_parent"> <a class="nyAA" href='https://nyaa.si/' target="_parent">
<img class="nyAA" src="../assets/raccourcis/" alt="nyAA"> <img class="nyAA" src="../assets/raccourcis/" alt="nyAA">
</a> </a>
<a class="Torrentsafe" href='http://www.clictune.com/52Nu' target="_parent"> <a class="Torrentsafe" href='https://www.torrentsafe.com/fr/'
<img class="Torrentsafe" src="../assets/raccourcis/" alt="Torrentsafe"> target="_parent">
<img class="Torrentsafe" src="../assets/raccourcis/"
alt="Torrentsafe">
</a> </a>
<a class="Rarbg" href='https://www.clictune.com/ePES' target="_parent"> <a class="Rarbg"
href='https://proxyrarbg.org/torrents.php?r=27440903'
target="_parent">
<img class="Rarbg" src="../assets/raccourcis/" alt="Rarbg"> <img class="Rarbg" src="../assets/raccourcis/" alt="Rarbg">
</a> </a>
<a class="Torrent2fr" href='https://www.mylink1.biz/ePEX' target="_parent"> <a class="Torrent2fr" href='https://torrentz2fr.xyz/home/'
<img class="Torrent2fr" src="../assets/raccourcis/" alt="Torrent2fr"> target="_parent">
<img class="Torrent2fr" src="../assets/raccourcis/"
alt="Torrent2fr">
</a> </a>
<a class="Limetorrents" href='https://www.mylink1.biz/ePF0' target="_parent"> <a class="Limetorrents" href='https://limetorrent.to/'
<img class="Limetorrents" src="../assets/raccourcis/" alt="Limetorrents"> target="_parent">
<img class="Limetorrents" src="../assets/raccourcis/"
alt="Limetorrents">
</a> </a>
</div> </div>
</details> </details>
@ -393,41 +546,63 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
<details close> <details close>
<summary>Ebooks</summary> <summary>Ebooks</summary>
<div class="sites"> <div class="sites">
<a class="Telecharger Magazine" href='http://telechargemagazine.com/' target="_parent"> <a class="Telecharger Magazine"
<img class="Telecharger Magazine" src="../assets/raccourcis/" alt="Telecharger Magazine"> href='http://telechargemagazine.com/' target="_parent">
<img class="Telecharger Magazine" src="../assets/raccourcis/"
alt="Telecharger Magazine">
</a> </a>
<a class="Fourtoutici" href='http://fourtoutici.pro/' target="_parent"> <a class="Fourtoutici" href='http://fourtoutici.pro/'
<img class="Fourtoutici" src="../assets/raccourcis/" alt="Fourtoutici"> target="_parent">
<img class="Fourtoutici" src="../assets/raccourcis/"
alt="Fourtoutici">
</a> </a>
<a class="Zone-Ebook" href='http://zone-ebook.com/' target="_parent"> <a class="Zone-Ebook" href='http://zone-ebook.com/'
<img class="Zone-Ebook" src="../assets/raccourcis/" alt="Zone-Ebook"> target="_parent">
<img class="Zone-Ebook" src="../assets/raccourcis/"
alt="Zone-Ebook">
</a> </a>
<a class="Bookys-Gratuit" href='https://www.bookys-gratuit.com/' target="_parent"> <a class="Bookys-Gratuit" href='https://www.bookys-gratuit.com/'
<img class="Bookys-Gratuit" src="../assets/raccourcis/" alt="Bookys-Gratuit"> target="_parent">
<img class="Bookys-Gratuit" src="../assets/raccourcis/"
alt="Bookys-Gratuit">
</a> </a>
<a class="Ebook-Planete" href='http://www.ebook-planete.org/' target="_parent"> <a class="Ebook-Planete" href='http://www.ebook-planete.org/'
<img class="Ebook-Planete" src="../assets/raccourcis/" alt="Ebook-Planete"> target="_parent">
<img class="Ebook-Planete" src="../assets/raccourcis/"
alt="Ebook-Planete">
</a> </a>
<a class="NosLivres" href='http://noslivres.net/' target="_parent"> <a class="NosLivres" href='http://noslivres.net/' target="_parent">
<img class="NosLivres" src="../assets/raccourcis/" alt="NosLivres"> <img class="NosLivres" src="../assets/raccourcis/"
alt="NosLivres">
</a> </a>
<a class="JustFreeBooks" href='http://www.justfreebooks.info/' target="_parent"> <a class="JustFreeBooks" href='http://www.justfreebooks.info/'
<img class="JustFreeBooks" src="../assets/raccourcis/" alt="JustFreeBooks"> target="_parent">
<img class="JustFreeBooks" src="../assets/raccourcis/"
alt="JustFreeBooks">
</a> </a>
<a class="Ebooks Gratuits" href='https://www.ebooksgratuits.com/' target="_parent"> <a class="Ebooks Gratuits" href='https://www.ebooksgratuits.com/'
<img class="Ebooks Gratuits" src="../assets/raccourcis/" alt="Ebooks Gratuits"> target="_parent">
<img class="Ebooks Gratuits" src="../assets/raccourcis/"
alt="Ebooks Gratuits">
</a> </a>
<a class="Gutenberg" href='https://www.gutenberg.org/' target="_parent"> <a class="Gutenberg" href='https://www.gutenberg.org/'
<img class="Gutenberg" src="../assets/raccourcis/" alt="Gutenberg"> target="_parent">
<img class="Gutenberg" src="../assets/raccourcis/"
alt="Gutenberg">
</a> </a>
<a class="Abandonware" href='http://abandonware-magazines.org/' target="_parent"> <a class="Abandonware" href='http://abandonware-magazines.org/'
<img class="Abandonware" src="../assets/raccourcis/" alt="Abandonware"> target="_parent">
<img class="Abandonware" src="../assets/raccourcis/"
alt="Abandonware">
</a> </a>
<a class="ManyBooks" href='http://manybooks.net/' target="_parent"> <a class="ManyBooks" href='http://manybooks.net/' target="_parent">
<img class="ManyBooks" src="../assets/raccourcis/" alt="ManyBooks"> <img class="ManyBooks" src="../assets/raccourcis/"
alt="ManyBooks">
</a> </a>
<a class="Absolutecover" href='http://www.absolutecover.net/' target="_parent"> <a class="Absolutecover" href='http://www.absolutecover.net/'
<img class="Absolutecover" src="../assets/raccourcis/" alt="Absolutecover"> target="_parent">
<img class="Absolutecover" src="../assets/raccourcis/"
alt="Absolutecover">
</a> </a>
<a class="Audiobb" href='https://audiobb.com/' target="_parent"> <a class="Audiobb" href='https://audiobb.com/' target="_parent">
<img class="Audiobb" src="../assets/raccourcis/" alt="Audiobb"> <img class="Audiobb" src="../assets/raccourcis/" alt="Audiobb">
@ -450,6 +625,8 @@ https://thenounproject.com/search/icons/?iconspage=1&q=discord
</div> </div>
</details> </details>
</div> </div>
</body> </body>
</html> </html>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accueil</title> <title>Accueil</title>
<link rel="shortcut icon" href="assets/icon.ico"> <link rel="shortcut icon" href="assets/icon2.ico">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<script src="js/js.js"></script> <script src="js/js.js"></script>
<script>var body = document.getElementsByTagName('body')[0]; <script>var body = document.getElementsByTagName('body')[0];
@ -107,7 +107,17 @@
<button id="google" onmouseenter='window.location.href="https://google.com"'><img <button id="google" onmouseenter='window.location.href="https://google.com"'><img
src="assets/social/google.png" alt="reload" style="width: 75px"></button> src="assets/social/google.png" alt="reload" style="width: 75px"></button>
</div> </div>
<br>
<div>
<input id="launchit" type="button" name="startit" value="minuteur" onclick="window.open( 'html/minuteur.html', 'tester',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=650' );">
</div>
</div> </div>
</body> </body>
</html> </html>

60
js/minuteur10.js Normal file
View File

@ -0,0 +1,60 @@
var seconds = prompt("Minuteur sur ... ?")*60;
var buttonStart = document.getElementById("start_timer10");
//var timer = null;
function nombredonnee(){
if(seconds == 0){
seconds = 1200
}
}
function secondPassed(){
var minutes = Math.round((seconds - 30) / 60); // (1200 - 30) / 60) = 19.5 //math round permet d'arrondir à 20
var remainingSeconds = seconds % 60; // 500 modulo 60 = 20
if(remainingSeconds < 10) { // 05 min : 56 sec si les secondes son inférieur à 10
remainingSeconds = "0" + remainingSeconds; // on ajoute un 0 en chaine de caratère , en fait c'est une question de format 10 min 5 sec => 10 min 05 sec
}
document.getElementById("countdown10").innerHTML = + minutes + ":" +remainingSeconds ;
if(seconds == 0) { // si var seconds = 0 alors le minuteur est terminé et affiche un message.
clearInterval(startTimer()); // Permet d'annuler une action répétée minutée initiée via un appel à setInterval().
document.getElementById("countdown10").innerHTML = "fin du compte à rebours"; // si les secondes sont = 0 alors affiche "fin du compte à rebours"
}else{
seconds --; // si les secondes ne sont pas à zéro alors on décremente.
}
}
// pour démarrer
function startTimer(){
var countdownTimer = setInterval('secondPassed()',1000); // / l'interval du décompte est de 1000 millisecondes soit 1 seconde. fonction qui lane le timer
}
buttonStart.addEventListener("click",function(){
nombredonnee()
startTimer()
});1200
function toggleFullScreen() {
if (!document.fullscreenElement) {
document.documentElement.requestFullscreen();
} else if (document.exitFullscreen) {
document.exitFullscreen();
}
}
document.addEventListener("keydown", (e) => {
if (e.key === "Enter") {
toggleFullScreen();
}
}, false);