Skip to content

Commit

Permalink
Cosmetic update
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryymerryy committed Apr 24, 2023
1 parent a800f81 commit 8594958
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Home - HypeTownStudio</title>
<title>Home - Reverse Entertainment</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SGVsbG8hIE15IG5hbWUgaXMgU2FyYSBNYXphbC4gV2VsY29tZSB0byBteSBDb2RlUGVuIQ== -->
Expand All @@ -19,13 +19,13 @@
<body>
<!-- partial:index.partial.html -->
<sectio class="nav">
<h1>HypeTownStudio</h1>
<h1>Reverse Entertainment</h1>
<h3 class="span loader"><span class="m">Announ</span><span class="m">cement</span><span class="m">com</span><span class="m">ing</span><span class="m">so</span><span class="m">on</span></h3>
<div class="nav-container"><a class="nav-tab" href="#tab-dream">???</a><a class="nav-tab" href="#tab-storm">The Ocean Shore</a><a class="nav-tab" href="#tab-nsy">Never Say Yes</a><a class="nav-tab" href="#tab-social">Social</a><a class="nav-tab" href="#tab-licenses">Licenses</a></div>
<div class="nav-container"><a class="nav-tab" href="#tab-dream">Oblivion of Dream</a><a class="nav-tab" href="#tab-storm">The Ocean Shore</a><a class="nav-tab" href="#tab-nsy">Never Say Yes</a><a class="nav-tab" href="#tab-social">Social</a><a class="nav-tab" href="#tab-licenses">Licenses</a></div>
</sectio>
<main class="main">
<section class="slider" id="tab-dream">
<h1>???</h1>
<h1>Oblivion of Dream</h1>
<h2>What has recently left has a chance to return...
<br><a href="#tab-social">Watch and wait</a></br>
</h2>
Expand All @@ -50,7 +50,7 @@ <h2>An exciting puzzle game with a huge number of riddles and a very beautiful g
<section class="slider" id="tab-social">
<h1>Social Networks</h1>
<h2>
<p><a href="https://vk.com/hypetownofficial">VK</a> | <a href="https://t.me/hypetownofficial">Telegram</a> | <a href="https://www.youtube.com/@hypetownstudio">YouTube</a> | <a href="https://discord.com/invite/aryfFnXJaQ">Discord</a></p>
<p><a href="https://vk.com/reverseentofficial">VK</a> | <a href="https://t.me/reverseofficial">Telegram</a> | <a href="https://www.youtube.com/@reversegamestudio">YouTube</a> | <a href="https://discord.com/invite/aryfFnXJaQ">Discord</a></p>
</h2>
</section>
<section class="slider" id="tab-licenses">
Expand Down
4 changes: 2 additions & 2 deletions src/script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ window.onload = function () {
};
const particles = Particles.init({
selector: ".background",
color: ["#ff0022", "#ff0266", "#000000"],
color: ["#c4ff02", "#2e3b00", "#ffffff"],
connectParticles: true,
responsive: [
{
breakpoint: 768,
options: {
color: ["#faebd7", "#03dac6", "#ff0266"],
color: ["#c4ff02", "#2e3b00", "#ffffff"],
maxParticles: 43,
connectParticles: false
}
Expand Down
16 changes: 8 additions & 8 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ body {
}

a {
color:#ff0266;
color:#c4ff02;
transition: all 0.3s ease;
font-family: "Josefin Sans", sans-serif;
}

a:hover {
color: #ffffff;
background: #ff0266;
background: #2e3b00;
transition: all 0.3s ease;
}

Expand Down Expand Up @@ -45,7 +45,7 @@ h4 {
margin: 0;
padding-bottom: 0.5rem;
letter-spacing: 0.5rem;
color: #ff0266;
color: #c4ff02;
transition: all 0.3s ease;
z-index: 3;
}
Expand All @@ -72,7 +72,7 @@ h3.span {
z-index: 4;
}
span:hover {
color: #ff0266;
color: #c4ff02;
font-weight: 500;
font-size: 2.2vw;
}
Expand Down Expand Up @@ -109,15 +109,15 @@ a {
justify-content: center;
align-items: center;
flex: 1;
color: #ff0266;
color: #c4ff02;
letter-spacing: 0.1rem;
transition: all 0.5s ease;
font-size: 2vw;
}

.nav-tab:hover {
color: #ffffff;
background: #ff0266;
background: #2e3b00;
transition: all 0.5s ease;
}

Expand Down Expand Up @@ -187,8 +187,8 @@ a {

@-webkit-keyframes loading {
to {
text-shadow: 20px 0 70px #ff0266;
color: #ff0266;
text-shadow: 20px 0 70px #c4ff02;
color: #c4ff02;
}
}
.loader span:nth-child(2) {
Expand Down

0 comments on commit 8594958

Please sign in to comment.