2021-06-19 20:55:09 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-06-20 10:25:38 +00:00
|
|
|
<title>smartfridge website</title>
|
2021-06-19 20:55:09 +00:00
|
|
|
<!-- 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 -->
|
2021-06-19 21:35:21 +00:00
|
|
|
<link rel="stylesheet" href="metro/metro.css" />
|
2021-06-19 20:55:09 +00:00
|
|
|
<!-- Custom Website CSS -->
|
|
|
|
<link rel="stylesheet" href="website.css" />
|
|
|
|
</head>
|
2021-06-19 21:35:21 +00:00
|
|
|
|
2021-06-19 20:55:09 +00:00
|
|
|
<body>
|
2021-06-19 21:35:21 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
if (window.location.protocol != "https:") {
|
|
|
|
location.href = location.href.replace("http://", "https://");
|
|
|
|
}
|
|
|
|
</script>
|
2021-06-20 10:25:38 +00:00
|
|
|
|
|
|
|
<script>
|
|
|
|
var metroAdblockSetup = {
|
|
|
|
checkInterval: 5000,
|
|
|
|
fireOnce: 3,
|
|
|
|
onBite: function () {
|
|
|
|
console.warn("Imagine adblock lol");
|
|
|
|
},
|
|
|
|
};
|
|
|
|
</script>
|
2021-06-19 20:55:09 +00:00
|
|
|
<h1 class="text-center">smartfridge personal website</h1>
|
|
|
|
<p class="text-center">Things I work on:</p>
|
|
|
|
<ul
|
2021-06-20 10:25:38 +00:00
|
|
|
id="projects"
|
2021-06-19 20:55:09 +00:00
|
|
|
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">
|
2021-06-20 10:25:38 +00:00
|
|
|
<img src="armcord.png" alt="Artwork by CarnigeWasHere ;)" />
|
2021-06-19 20:55:09 +00:00
|
|
|
</div>
|
|
|
|
<h2>ArmCord</h2>
|
2021-06-19 21:35:21 +00:00
|
|
|
<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>
|
2021-06-19 20:55:09 +00:00
|
|
|
</figure>
|
|
|
|
</li>
|
2021-06-19 21:35:21 +00:00
|
|
|
<li>
|
2021-06-19 20:55:09 +00:00
|
|
|
<figure class="text-center">
|
|
|
|
<div class="img-container thumbnail">
|
2021-06-20 10:25:38 +00:00
|
|
|
<img src="lightcord.png" alt="" />
|
2021-06-19 20:55:09 +00:00
|
|
|
</div>
|
|
|
|
<h2>Lightcord</h2>
|
2021-06-19 21:35:21 +00:00
|
|
|
<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>
|
2021-06-19 20:55:09 +00:00
|
|
|
</figure>
|
|
|
|
</li>
|
2021-06-20 10:25:38 +00:00
|
|
|
<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>
|
2021-06-19 20:55:09 +00:00
|
|
|
</ul>
|
2021-06-20 10:25:38 +00:00
|
|
|
<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>
|
|
|
|
|
2021-06-19 21:35:21 +00:00
|
|
|
<p class="text-center">Website is work in progress💕</p>
|
2021-06-20 10:25:38 +00:00
|
|
|
|
2021-06-19 20:55:09 +00:00
|
|
|
<!-- Metro 4 -->
|
2021-06-19 21:21:04 +00:00
|
|
|
<script src="metro/metro.js"></script>
|
2021-06-20 10:25:38 +00:00
|
|
|
<script>
|
|
|
|
$(function () {
|
|
|
|
$(window).on("adblockalert", function () {
|
|
|
|
Metro.toast.create("Imagine Adblock lmao", null, null, "alert", {
|
|
|
|
showTop: true,
|
|
|
|
distance: 150,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
2021-06-19 20:55:09 +00:00
|
|
|
</body>
|
|
|
|
</html>
|