Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fefedu973 committed Jul 6, 2022
1 parent 3f1d7b8 commit 07cb17e
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fefe_du_973-launcher",
"preductname": "Fefe_du_973 Launcher",
"version": "1.1.0",
"version": "1.2.0",
"description": "Launcher minecraft custom pour le serveur minecraft Fefe_du_973 avec modpack (premium + crack)",
"main": "src/app.js",
"author": "Autheur et créateur principal : Luuxis - Fork : Fefe_du_973",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
margin: 0;
padding: 0;
user-select: none;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.055) 0%, rgba(0, 0, 0, 0.589) 100%), url("../images/background/light.jpg") black no-repeat center center scroll;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%), black no-repeat center center scroll;
}

img {
Expand Down
35 changes: 32 additions & 3 deletions src/assets/css/panels/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,35 @@
content: url(../../images/logo/social/website.png);
}

.news {

}
#background-video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}

.content {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
}
.content video {
width: 100%;
display: block;
}
.content:before {
content: '';
position: absolute;
background: rgba(0, 0, 0, 0.5);
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%), no-repeat center center scroll;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/background/light-2.jpg
Binary file not shown.
Binary file removed src/assets/images/background/light.jpg
Binary file not shown.
Binary file added src/assets/images/background/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<link rel="stylesheet" href="assets/css/launcher.css">
</head>
<body class="hide">
<div class="content">
<video id="background-video" autoplay loop poster="../assets/images/background/light.png">
<source src="http://fefe-du-973.duckdns.org/launcher_backend/Background.mp4" type="video/mp4">
</video>
<div class="dragbar"></div>
<div class="frame">
<div id="minimize" class="button-frame icon-minimize"></div>
Expand All @@ -25,5 +29,6 @@

<div class="panels"></div>
<script src="assets/js/launcher.js" type="module"></script>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/panels/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="play-element">
<button class="play-btn">Jouer</button>
<div class="download-content">
<div class="text-download">Vérification</div>
<div style="width:140px"class="text-download"><span style="float:left;">Vérification</span> <img style="width:28px;float:right;vertical-align: middle;" src="assets/images/background/492329d446c422b0483677d0318ab4fa.gif"></div>
<progress value="0" max="0" class="progress-bar"></progress>
</div>
</div>
Expand Down

0 comments on commit 07cb17e

Please sign in to comment.