Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent e565245 commit 67dc2cb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 25 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,8 @@ html, body {
color: var(--ThemeColor);
}

.reimagined-hero {
background: url(../img/newScreenshots/4.jpg) no-repeat center / cover;
.download-hero {
background: url(../img/Screenshots/donateBackground.webp) no-repeat center / cover;
}

.contact-hero {
Expand Down
Binary file added assets/img/Screenshots/downloadBackground.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</script>
</head>
<body>
<p><a href="https://discord.gg/5N45SAsC3X" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
<p><a href="https://discord.gg/5N45SAsC3X" style="padding-left: 20px" target="_blank" rel="noopener noreferrer">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
23 changes: 4 additions & 19 deletions download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,11 @@
</nav><!-- /.site-navigation -->
</header><!-- /#mastheaed -->

<div id="hero" class="hero overlay subpage-hero contact-hero">
<div id="hero" class="hero overlay subpage-hero download-her">
<div class="hero-content">
<div class="hero-text">
<h1>Support</h1>
<p>Feel like thanking me for my open-source projects? Your support helps me spend more time on these projects and gives me the opportunity to do something nice for myself every once in a while.</p>
<p>An add-on for Complementary Shaders.</p>
<h1>Download</h1>
</div><!-- /.hero-text -->
<section class="site-section">
<div class="container section-doation-container">
<div class="section-donation section-patreon_img "onclick="location.href='patreon';">
<h2>Patreon</h2>
</div>
<div class="section-donation-kofi section-kofi_img">
<h2>Kofi</h2>
</div>
</div>
</div>
</div><!-- /.hero-content -->
</div><!-- /.hero -->

Expand All @@ -95,12 +83,9 @@ <h2>Kofi</h2>
<div class="row">
<div class="col-xs-8">
<div class="social-links">
<!-- <a class="discord-bg" href="/discord"></a>
<a class="discord-bg" href="/discord"></a>
<a class="patreon-bg" href="/patreon"></a>
<a class="github-bg" href="/github"></a> -->
<a class="twitter-bg" href="#"><i class="fa fa-twitter"></i></a>
<a class="facebook-bg" href="#"><i class="fa fa-facebook"></i></a>
<a class="pinterest" href="#"><i class="fa fa-pinterest"></i></a>
<a class="github-bg" href="/github"></a>
</div><!-- /.social-links -->
</div>
<div class="col-xs-4">
Expand Down
2 changes: 1 addition & 1 deletion github/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</script>
</head>
<body>
<p><a href="https://github.com/EuphoriaPatches" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
<p><a href="https://github.com/EuphoriaPatches" style="padding-left: 20px" target="_blank" rel="noopener noreferrer">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion kofi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</script>
</head>
<body>
<p><a href="https://ko-fi.com/spaceagle17" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
<p><a href="https://ko-fi.com/spaceagle17" style="padding-left: 20px" target="_blank" rel="noopener noreferrer">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion patreon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</script>
</head>
<body>
<p><a href="https://www.patreon.com/SpacEagle17" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
<p><a href="https://www.patreon.com/SpacEagle17" style="padding-left: 20px" target="_blank" rel="noopener noreferrer">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>

0 comments on commit 67dc2cb

Please sign in to comment.