Skip to content

Commit

Permalink
uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
Natelyt committed May 12, 2024
0 parents commit 43af7e4
Show file tree
Hide file tree
Showing 61 changed files with 102 additions and 0 deletions.
Binary file added asset/Glisten.mp3
Binary file not shown.
Binary file added asset/easteregg.mp3
Binary file not shown.
Binary file added asset/headphones.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 asset/icon.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 asset/landscape/1.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 asset/landscape/10.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 asset/landscape/11.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 asset/landscape/12.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 asset/landscape/13.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 asset/landscape/14.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 asset/landscape/15.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 asset/landscape/16.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 asset/landscape/17.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 asset/landscape/18.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 asset/landscape/19.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 asset/landscape/2.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 asset/landscape/3.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 asset/landscape/4.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 asset/landscape/5.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 asset/landscape/6.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 asset/landscape/7.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 asset/landscape/8.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 asset/landscape/9.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 asset/portrait/1.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 asset/portrait/10.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 asset/portrait/11.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 asset/portrait/12.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 asset/portrait/13.jpg
Binary file added asset/portrait/14.jpg
Binary file added asset/portrait/15.jpg
Binary file added asset/portrait/16.jpg
Binary file added asset/portrait/17.jpg
Binary file added asset/portrait/18.jpg
Binary file added asset/portrait/19.jpg
Binary file added asset/portrait/2.jpg
Binary file added asset/portrait/20.jpg
Binary file added asset/portrait/21.jpg
Binary file added asset/portrait/22.jpg
Binary file added asset/portrait/23.jpg
Binary file added asset/portrait/24.jpg
Binary file added asset/portrait/25.jpg
Binary file added asset/portrait/26.jpg
Binary file added asset/portrait/27.jpg
Binary file added asset/portrait/28.jpg
Binary file added asset/portrait/29.jpg
Binary file added asset/portrait/3.jpg
Binary file added asset/portrait/30.jpg
Binary file added asset/portrait/31.jpg
Binary file added asset/portrait/32.jpg
Binary file added asset/portrait/33.jpg
Binary file added asset/portrait/34.jpg
Binary file added asset/portrait/4.jpg
Binary file added asset/portrait/5.jpg
Binary file added asset/portrait/6.jpg
Binary file added asset/portrait/7.jpg
Binary file added asset/portrait/8.jpg
Binary file added asset/portrait/9.jpg
Binary file added asset/uwu.jpg
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wibi Slideshow</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./asset/icon.png">
</head>
<body>
<div id="control">
<button type="button" id="start" onclick="start()">Start!</button>
<button type="button" id="info">Info</button>
</div>
<div id="info-container">
<p>Wibi Slideshow <span>By @phucthanhh</span></p>
<p>made with: <span>Javascript</span></p>
<p>picture: <span>Pinterest - Pixiv - @tth</span></p>
<p>music: <span>Glisten - Hunter Milo</span></p>
<p>ver: <span>2.0</span></p>
</div>
</body>
<script src="script.js"></script>
</html>
14 changes: 14 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
function start() {
let startbtn = document.getElementById('start')
let controlcon = document.getElementById('control')
startbtn.style.background = 'white'
startbtn.style.transition = '500ms'
startbtn.style.color = 'black'
controlcon.style.transform = 'translateX(-210px)'
controlcon.style.transition = 'all 1000ms cubic-bezier(0.610, 0.025, 0.870, 0.620)'
}

document.getElementById('info').addEventListener("click", () => {
var toggle = document.getElementById("info-container");
toggle.classList.toggle('on');
})
64 changes: 64 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/* rgb(59, 59, 59) */


@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wdth@0,75..100;1,75..100&display=swap');

* {
font-family: "Ubuntu Sans", sans-serif;
}

body {
background-color: black;
overflow: hidden;
}

#control {
position: absolute;
bottom: 0;
left: 0;
margin: 0px 0px 5px 5px;
}

button {
padding: 5px 0px;
border: 1px solid rgb(59, 59, 59);
background: transparent;
color: white;
}

button:active {
border: white 1px solid;
}

#start {
width: 150px;
}

#info {
width: 50px;
}

#info-container {
color: white;
position: absolute;
border: 1px solid rgb(59, 59, 59);
padding: 5px 10px;
margin-left: 5px;
bottom: 40px;
left: -250px;
transition: all 1000ms cubic-bezier(0.000, 1.620, 0.715, 0.995);
span {
font-size: 80%;
color: rgb(204, 204, 204);
}
p {
padding: 0;
margin: 3px 0px;
}

}

.on{
position: absolute;
transform: translateX(250px);
}

0 comments on commit 43af7e4

Please sign in to comment.