130 lines
6.7 KiB
HTML
130 lines
6.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>CE | Projects</title>
|
|
<link rel="icon" type="image/png" href="media/logo.png">
|
|
<link rel="stylesheet" href="media/style.css">
|
|
<link href="https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<meta content="Enchanted-Harvest" property="og:title" />
|
|
<meta content="Minecraft, but magical." property="og:description" />
|
|
<meta content="https://lethal-extended.com/enchanted-harvest/" property="og:url" />
|
|
<meta content="https://lethal-extended.com/enchanted-harvest/media/Logo.png" property="og:image" />
|
|
<meta content="#543592" data-react-helmet="true" name="theme-color" />
|
|
</head>
|
|
<body>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
<nav class="desktop_navbar">
|
|
<a href="index.html"><img class="desktop_navbar_logo_img" src="media/Logo.png" width="96" height="64" alt="logo"></a>
|
|
<a href="https://merch.lethal-extended.com" class="desktop_navbar_link">Merch</a>
|
|
<a href="./aboutus.html" class="desktop_navbar_link">About Us</a>
|
|
<a href="./credits.html" class="desktop_navbar_link">Credits</a>
|
|
<a href="./projects.html" class="desktop_navbar_link">Projects</a>
|
|
<a class="desktop_navbar_link scroll">Current Version: 0.0.1</a>
|
|
<div class="desktop_navbar_link2_div">
|
|
<a href="./branches.html" class="desktop_navbar_link2">Download</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div class="mobile_navbar">
|
|
<a href="#" class="mobile_navbar_logo_img_a"><img class="mobile_navbar_logo_img" src="media/Logo.png" alt="logo"></a>
|
|
<div id="mobile_navbar_links">
|
|
<a class="mobile_navbar_link" onclick="mobile_navbar_link_hider()" href="https://ko-fi.com/pengucc">Donate</a>
|
|
<a class="mobile_navbar_link" onclick="mobile_navbar_link_hider()" href="https://merch.lethal-extended.com">Merch</a>
|
|
<a class="mobile_navbar_link" onclick="mobile_navbar_link_hider()" href="./aboutus.html">About Us</a>
|
|
<a class="mobile_navbar_link" onclick="mobile_navbar_link_hider()" href="./credits.html">Credits</a>
|
|
</div>
|
|
<div class="icon" onclick="mobile_navbar_link_hider()">
|
|
<i class="fa fa-bars"></i>
|
|
</div>
|
|
<script>
|
|
function mobile_navbar_link_hider() {
|
|
var x = document.getElementById("mobile_navbar_links");
|
|
if (x.style.display === "flex") {
|
|
x.style.display = "none";
|
|
} else {
|
|
x.style.display = "flex";
|
|
}
|
|
}
|
|
</script>
|
|
</div>
|
|
<div class="mainflex">
|
|
<div class="projects-background">
|
|
<a class="main1_logo_a" href="index.html">
|
|
</a>
|
|
<div class="main1_description">
|
|
</div>
|
|
<div class="main1_ipcopier_div">
|
|
</div>
|
|
<a href="#more" class="scroll">
|
|
</a>
|
|
<script>
|
|
const scrollLinks = document.querySelectorAll('.scroll');
|
|
scrollLinks.forEach(function(link) {
|
|
link.addEventListener('click', function(event) {
|
|
event.preventDefault();
|
|
const target = document.querySelector(link.getAttribute('href'));
|
|
const offsetTop = target.offsetTop;
|
|
window.scrollTo({
|
|
top: offsetTop,
|
|
behavior: 'smooth'
|
|
});
|
|
});
|
|
});
|
|
</script>
|
|
</div>
|
|
<div id="more"></div>
|
|
<div class="main2">
|
|
<a class="headline">Mods</a>
|
|
<div class="main2_features_div">
|
|
<div class="main2_feature">
|
|
<center>
|
|
<img class="main2_feature_img" alt="Feature Image" src="media/projects/PenguCC-Kyrial-0.0.2.png.256x256_q95_crop.jpg">
|
|
<p></p>
|
|
<a class="main2_feature_headline">Kyrial</a>
|
|
<p></p>
|
|
<a href="https://thunderstore.io/c/lethal-company/p/PenguCC/Kyrial/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/thunderstore-compact_vector.svg"></a>
|
|
</div>
|
|
</center>
|
|
</div>
|
|
<div class="main2">
|
|
<a class="headline">Modpacks</a>
|
|
<div class="main2_features_div">
|
|
<div class="main2_feature">
|
|
<center>
|
|
<img class="main2_feature_img" alt="Feature Image" src="media/projects/LethalExtended.png">
|
|
<p></p>
|
|
<a class="main2_feature_headline" href="../index.html">Lethal-Extended</a>
|
|
<p></p>
|
|
<a href="https://www.nexusmods.com/lethalcompany/mods/108/"><img alt="nexus" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/nexusmods_vector.svg"></a>
|
|
<a href="https://thunderstore.io/c/lethal-company/p/PenguCC/LethalExtendedModManager/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/thunderstore-compact_vector.svg"></a>
|
|
</center>
|
|
</div>
|
|
<div class="main2_feature">
|
|
<center>
|
|
<img class="main2_feature_img" alt="Feature Image" src="media/projects/ContentExpansion.png">
|
|
<p></p>
|
|
<a class="main2_feature_headline" href="../content-expansion/index.html">Content-Expansion</a>
|
|
<p></p>
|
|
<a href="https://www.nexusmods.com/contentwarning/mods/13/"><img alt="nexus" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/nexusmods_vector.svg"></a>
|
|
<a href="https://thunderstore.io/c/content-warning/p/PenguCC/Content_Expansion/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/thunderstore-compact_vector.svg"></a>
|
|
</center>
|
|
</div>
|
|
<div class="main2_feature">
|
|
<center>
|
|
<img class="main2_feature_img" alt="Feature Image" src="media/projects/Enchanted Harvest.png">
|
|
<p></p>
|
|
<a class="main2_feature_headline" href="index.html">Enchanted-Harvest</a>
|
|
<p></p>
|
|
<a href="https://cdn.galactiq.net/enchantedharvest/curseforge/Enchanted-Harvest-CurseForge-Latest.zip"><img alt="forge" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/curseforge_vector.svg"></a>
|
|
<a href="https://cdn.galactiq.net/enchantedharvest/modrinth/Enchanted-Harvest-Modrinth-Latest.mrpack"><img alt="modrinth" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg"></a>
|
|
</center>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|