first commit
This commit is contained in:
commit
1ed65ca227
34 changed files with 1171 additions and 0 deletions
18
views/index.hbs
Normal file
18
views/index.hbs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div id="main">
|
||||
<section class="socials">
|
||||
<img class="them" src="./assets/images/them.png" alt="Sor's Icon" srcset="">
|
||||
{{#each social}}
|
||||
<div id="{{name}}" ><a href="https://{{link}}">{{name}}</a></div>
|
||||
{{/each}}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="credits">
|
||||
<div class="sor">
|
||||
<img class="logo" src="./assets/images/sor_white.png" alt="Sor's Logo">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="creator">
|
||||
<p>made by <a href="https://floofy.dev">floofy.dev</a></p>
|
||||
</div>
|
29
views/layouts/main.hbs
Normal file
29
views/layouts/main.hbs
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>YaiSor | sor.dog</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="./assets/css/main.css">
|
||||
|
||||
<link rel="icon" type="image/png" href="/assets/images/them.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/images/them.png" sizes="96x96">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/them.png">
|
||||
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta property="og:title" content="sor">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://sor.dog">
|
||||
<meta property="og:description" content="your one-stop shop for all things sor">
|
||||
<meta property="og:image" content="/assets/images/moon.png">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{{body}}}
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue