-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<title>Home | DominoPivot's</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Home">
<meta property="og:image" content="https://www.dominopivot.com/img/opengraph-default.png">
<meta property="og:url" content="https://www.dominopivot.com/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="DominoPivot's">
<meta property="og:description" content="Hello! I’m Domino, or at the very least that’s how I refer to myself online. This is my personal blog, where I write about programming, video games, music, post-modernism, eroticism or anything really. I don’t have a specific agenda to push with this site.
If you look at the navbar you can find a section where I share game design ideas as well as poems I compose as a hobby. While I mostly write in English, my first language is French, so I sometimes share stuff in that language too.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@DominoPivot">
<meta name="twitter:title" content="Home">
<meta name="twitter:description" content="Hello! I’m Domino, or at the very least that’s how I refer to myself online. This is my personal blog, where I write about programming, video games, music, post-modernism, eroticism or anything really. I don’t have a specific agenda to push with this site.
If you look at the navbar you can find a section where I share game design ideas as well as poems I compose as a hobby. While I mostly write in English, my first language is French, so I sometimes share stuff in that language too.">
<meta name="generator" content="Hugo 0.120.2">
<link rel="stylesheet" href="/css/main.css">
<header class="masthead">
<h1 class="masthead__title">DominoPivot's</h1>
<nav class="masthead__nav">
<ul class="masthead__list">
<li class="" title="Articles about everything and anything.">
<a href="/blog/">📰 Blog</a>
<li class="" title="A collection of game design ideas.">
<a href="/concepts/">🎮 Game Concepts</a>
<li class="" title="Poems and song lyrics I write as a hobby.">
<a href="/poems/">🌹 Poems</a>
</ul>
<div>
<img class="masthead__icon" src="/img/icons/translate.svg" width="24" height="24" alt="Translations" title="Translations">
<ul class="masthead__list">
<li><a href="/fr/" lang="fr" hreflang="fr">Français</a>
</ul>
</div>
</nav>
</header>
<main class="home-page">
<img class="home-page__logo" src=/img/dominopivot-logo-contrast.png alt="">
<article class="home-page__text"><p>Hello! I’m Domino, or at the very least that’s how I refer to myself online. This is my personal blog, where I write about programming, video games, music, post-modernism, eroticism or anything really. I don’t have a specific agenda to push with this site.</p>
<p>If you look at the navbar you can find a section where I share game design ideas as well as poems I compose as a hobby. While I mostly write in English, my first language is French, so I sometimes share stuff in that language too. Just click on the link above to be sent to the French version of the site which has different content.</p>
<p>I’m harder to join on social media these days, but I’d love to hear some positive feedback if you have any.</p>
<ul>
<li>dominopivot on Discord
<li><a rel="me" href="https://github.com/DominoPivot">DominoPivot on GitHub</a>
<li><del>@DominoPivot on Twitter</del>
<li><a rel="me" href="https://bsky.app/profile/dominopivot.com">@dominopivot.com on Bluesky</a>
<li><a rel="me" href="https://mastodon.social/@DominoPivot24">@[email protected]</a>
<li><a rel="me" href="https://indieweb.social/@DominoPivot">@[email protected]</a>
</ul>
</article>
</main>
<footer class="mastfoot">
<small class="mastfoot__copyright">
© 2020 DominoPivot. All rights reserved.<br>
<a href="/credits/">Third party credits</a>
</small>
</footer>