Update Website

**General**

- Gave all download pages backgrounds
- Changed Embed Images

**Lethal-Extended**

- Updated Credits
- Updated Modpack Version
- Updated Downloads
This commit is contained in:
2024-05-28 00:19:08 -05:00
parent d9a26edfc6
commit cd47aa0f86
30 changed files with 212 additions and 144 deletions

View File

@@ -12,7 +12,7 @@
<meta content="Content-Expansion" property="og:title" />
<meta content="Content Warning, but better." property="og:description" />
<meta content="https://lethal-extended.com/content-expansion" property="og:url" />
<meta content="https://lethal-extended.com/content-expansion/media/Logo.png" property="og:image" />
<meta content="https://lethal-extended.com/content-expansion/media/projects/ContentExpansion.png" property="og:image" />
<meta content="#db5b04" data-react-helmet="true" name="theme-color" />
</head>
<body>

View File

@@ -1,38 +0,0 @@
<!DOCTYPE html>
<html lang="EN">
<head>
<title>LE | Contact</title>
<link rel="icon" href="/media/logo.png">
<link rel="stylesheet" href="static/css/home.css">
<meta charset="application/javascript">
<meta http-equiv="Content-Type" content="text/html; charset=application/javascript" />
<meta name="theme-color" content="#2b2b2b">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Lethal-Extended Modpack downloads">
<meta name="keywords" content="Lethal Company, Lethal Extended, Lethal Mods">
<meta name="author" content="PenguCC">
<meta name="theme-color" content="#db5b04">
</head>
<body>
<div class="content">
<img class="image" src="media/logo.png">
<h1>Lethal-Extended Contact</h1>
<div class="links">
<a class="beta link" href="downloads.html">DMCA</a>
</div>
</div>
<div class="content">
<div class="links">
<a class="github link" href="./index.html">Go Back</a>
</div>
</div>
<script src="static/js/home.js" async></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/page-accelerator/0.1.1/page-accelerator.min.js" integrity="sha512-YZMsq9hQOwRuYLHDE3xu5Fuqc7dsw8JW93koppkyK4dxD963sMKZkZQFF62HpQIA74nmG8mK4lzKQf0IpFOU2Q==" crossorigin="anonymous"></script>
</body>
</html>

View File

@@ -12,7 +12,7 @@
<meta content="Content-Expansion" property="og:title" />
<meta content="Content Warning, but better." property="og:description" />
<meta content="https://lethal-extended.com/content-expansion" property="og:url" />
<meta content="https://lethal-extended.com/content-expansion/media/Logo.png" property="og:image" />
<meta content="https://lethal-extended.com/content-expansion/media/projects/ContentExpansion.png" property="og:image" />
<meta content="#db5b04" data-react-helmet="true" name="theme-color" />
</head>
<body>

View File

@@ -12,7 +12,7 @@
<meta content="Content-Expansion" property="og:title" />
<meta content="Content Warning, but better." property="og:description" />
<meta content="https://lethal-extended.com/content-expansion" property="og:url" />
<meta content="https://lethal-extended.com/content-expansion/media/Logo.png" property="og:image" />
<meta content="https://lethal-extended.com/content-expansion/media/projects/ContentExpansion.png" property="og:image" />
<meta content="#db5b04" data-react-helmet="true" name="theme-color" />
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@@ -12,7 +12,7 @@
<meta content="Content-Expansion" property="og:title" />
<meta content="Content Warning, but better." property="og:description" />
<meta content="https://lethal-extended.com/content-expansion" property="og:url" />
<meta content="https://lethal-extended.com/content-expansion/media/Logo.png" property="og:image" />
<meta content="https://lethal-extended.com/content-expansion/media/projects/ContentExpansion.png" property="og:image" />
<meta content="#db5b04" data-react-helmet="true" name="theme-color" />
</head>
<body>
@@ -115,7 +115,7 @@
</div>
<div class="main2_feature">
<center>
<img class="main2_feature_img" alt="Feature Image" src="media/projects/Enchanted Harvest.png">
<img class="main2_feature_img" alt="Feature Image" src="media/projects/EnchantedHarvest.png">
<p></p>
<a class="main2_feature_headline" href="../enchanted-harvest/index.html">Enchanted-Harvest</a>
<p></p>

View File

@@ -7,12 +7,12 @@ body {
align-items: center;
flex-direction: column;
background-color: #171717;
animation: fadeIn 3s;
animation: fadeIn 2s;
padding: 0;
margin: 0;
background: linear-gradient(-45deg, #202121, #1f1f1f, #0f0f0f, #6b6a6a);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
background: rgba(0, 0, 0, .5) url('../../media/divebell.png');
background-blend-mode: darken;
background-position: 50% 50%;
}
.content {