smartfridge.ml/index.html

87 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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>
<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>
<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="https://repository-images.githubusercontent.com/263717223/c23a1d80-8764-11eb-86a4-27017d6e627e"
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>
</ul>
<p class="text-center">Website is work in progress💕</p>
<!-- Metro 4 -->
<script src="metro/metro.js"></script>
</body>
</html>