mirror of
https://github.com/smartfrigde/smartfrigde.github.io.git
synced 2024-08-14 22:46:45 +00:00
e
This commit is contained in:
parent
5ca3a48782
commit
742951cab5
1 changed files with 18 additions and 8 deletions
26
index.html
26
index.html
|
@ -27,14 +27,17 @@
|
|||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<!-- Metro 4 -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="metro/metro.css"
|
||||
/>
|
||||
<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
|
||||
|
@ -53,10 +56,14 @@
|
|||
/>
|
||||
</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>
|
||||
<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>
|
||||
<li>
|
||||
<figure class="text-center">
|
||||
<div class="img-container thumbnail">
|
||||
<img
|
||||
|
@ -65,11 +72,14 @@
|
|||
/>
|
||||
</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>
|
||||
<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>Website is work in progress💕</p>
|
||||
<p class="text-center">Website is work in progress💕</p>
|
||||
<!-- Metro 4 -->
|
||||
<script src="metro/metro.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue