2021-06-19 20:55:09 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-06-19 21:38:51 +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-19 20:55:09 +00:00
|
|
|
<h1 class="text-center">smartfridge personal website</h1>
|
|
|
|
<p class="text-center">Things I work on:</p>
|
|
|
|
<ul
|
|
|
|
id="paintings"
|
|
|
|
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="https://repository-images.githubusercontent.com/313312687/3835ca80-b41e-11eb-94ab-d3c7763d812a"
|
|
|
|
alt="Artwork by CarnigeWasHere ;)"
|
|
|
|
/>
|
|
|
|
</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">
|
|
|
|
<img
|
|
|
|
src="https://repository-images.githubusercontent.com/263717223/c23a1d80-8764-11eb-86a4-27017d6e627e"
|
|
|
|
alt=""
|
|
|
|
/>
|
|
|
|
</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>
|
|
|
|
</ul>
|
2021-06-19 21:35:21 +00:00
|
|
|
<p class="text-center">Website is work in progress💕</p>
|
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-19 20:55:09 +00:00
|
|
|
</body>
|
|
|
|
</html>
|