Update index.html

This commit is contained in:
smartfridge 2021-07-21 18:17:10 +02:00 committed by GitHub
parent a482e9a73e
commit 4c7c0daefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 141 deletions

View File

@ -1,141 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>smartfridge website</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta property="og:url" content="https://smartfridge.ml" />
<meta property="og:title" content="smartfridge website" />
<meta
property="og:description"
content="smartfridge personal website or something"
/>
<meta property="og:type" content="website" />
<meta name="author" content="smartfridge" />
<meta
name="description"
content="smartfridge personal website or something"
/>
<meta
name="keywords"
content="HTML, CSS, JS, Metro, CSS3, Javascript, HTML5, UI, Library, Web, Development, Framework"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<!-- Metro 4 -->
<link rel="stylesheet" href="metro/metro.css" />
<!-- Custom Website CSS -->
<link rel="stylesheet" href="website.css" />
</head>
<body>
<script type="text/javascript">
if (window.location.protocol != "https:") {
location.href = location.href.replace("http://", "https://");
}
</script>
<script>
var metroAdblockSetup = {
checkInterval: 5000,
fireOnce: 3,
onBite: function () {
console.warn("Imagine adblock lol");
},
};
</script>
<h1 class="text-center">smartfridge personal website</h1>
<p class="text-center">Things I work on:</p>
<ul
id="projects"
data-role="list"
data-sort-dir="desc"
data-cls-list="unstyled-list row flex-justify-center mt-4"
data-cls-list-item="cell-sm-6 cell-md-4"
>
<li>
<figure class="text-center">
<div class="img-container thumbnail">
<img src="armcord.png" alt="Artwork by CarnigeWasHere ;)" />
</div>
<h2>ArmCord</h2>
<figcaption class="description text-bold">
ArmCord is a custom alternative Discord client made for people on
lower-end devices and ARM architecture that want custom Discord
experience.
</figcaption>
</figure>
</li>
<li>
<figure class="text-center">
<div class="img-container thumbnail">
<img src="lightcord.png" alt="" />
</div>
<h2>Lightcord</h2>
<figcaption class="description text-bold">
Lightcord is a simple and customizable client for Discord. It
includes BandagedBD, Glasstron and a discord.js-like api.
</figcaption>
</figure>
</li>
<li>
<figure class="text-center">
<div class="img-container thumbnail">
<img src="betterguilded.png" alt="PLACEHOLDER" />
</div>
<h2>BetterGuilded</h2>
<figcaption class="description text-bold">
BetterGuilded is client mod for Guilded designed to enhance your
Guilded experience without slowing down your PC. (placeholder image)
</figcaption>
</figure>
</li>
</ul>
<div class="container">
<a
class="button shadowed"
href="https://github.com/smartfrigde"
role="button"
><img src="github.png" /> Github</a
>
<a
class="button shadowed"
href="https://github.com/smartfrigde/ArmCord"
role="button"
><img src="github.png" /> ArmCord</a
>
<a
class="button shadowed"
href="https://github.com/Lightcord/Lightcord"
role="button"
><img src="github.png" /> Lightcord</a
>
<a
class="button shadowed"
href="https://github.com/BetterGuildedMod"
role="button"
><img src="github.png" /> BetterGuilded</a
>
</div>
<p class="text-center">Website is work in progress💕</p>
<!-- Metro 4 -->
<script src="metro/metro.js"></script>
<script>
$(function () {
$(window).on("adblockalert", function () {
Metro.toast.create("Imagine Adblock lmao", null, null, "alert", {
showTop: true,
distance: 150,
});
});
});
</script>
</body>
</html>
under construction ™️
in following days, some links may result in 404
xoxo