forked from psygo/fanaro.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (117 loc) · 4.01 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<title>fanaro.io</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name="author" content="Philippe Fanaro" />
<meta
name="description"
content="Where Philippe Fanaro offers his point of view on various topics, e.g.: Go (Baduk or Weiqi), Programming, Design, Philosophy, books, etc."
/>
<meta property="og:image" content="assets/favicon.png" />
<meta
property="og:description"
content="Where Philippe Fanaro offers his point of view on various topics, e.g.: Go (Baduk or Weiqi), Programming, Design, Philosophy, books, etc."
/>
<meta property="og:title" content="fanaro.io" />
<meta property="og:site_name" content="fanaro.io" />
<meta property="og:type" content="blog" />
<script src="index.js"></script>
<link rel="manifest" href="manifest.json" />
<link rel="stylesheet" href="index.css" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.png" />
</head>
<body>
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/service-worker.js");
}
</script>
<br />
<div id="home-top">
<div>
<div id="badges">
<a href="https://github.com/FanaroEngineering/fanaro.io/discussions"
><img src="assets/discussions_badge.svg" alt="Github CI"
/></a>
<a
href="https://gitter.im/fanaroio/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"
><img src="assets/gitter_badge.svg" alt="Gitter"
/></a>
</div>
<blockquote class="home-quote">
This website is open source and entirely made with
<a href="https://pages.github.com/">Github Pages</a> and bare-bones
HTML, CSS and TS. If you feel like contributing with code or
discussions, or if you want to look for stuff you can't find through
the current UI/UX, do visit its
<local-link
text="homepage on Github"
link="https://github.com/FanaroEngineering/fanaro.io"
></local-link
>.
</blockquote>
<blockquote>
<em
>My old content will never be deleted. What matters is evolution,
not static state, even if what I've once said becomes cringe or
shameful.</em
>
</blockquote>
<blockquote>
You can resize the width of the page by using the small handle at the
bottom right corner of any page.
</blockquote>
</div>
<div id="right-channels">
<a href="https://www.youtube.com/c/PhilippeFanaro">
<svg>
<image href="/assets/youtube.svg"></image>
</svg>
</a>
<a href="https://twitch.tv/fanaro009">
<svg>
<image href="/assets/twitch.svg"></image>
</svg>
</a>
</div>
<div id="right-media">
<a href="https://www.instagram.com/fanaro009/">
<svg>
<image href="/assets/instagram.svg"></image>
</svg>
</a>
<a href="https://twitter.com/PFanaro">
<svg>
<image href="/assets/twitter.svg"></image>
</svg>
</a>
<a href="https://stackoverflow.com/users/4756173/philippe-fanaro">
<svg>
<image href="/assets/stackoverflow.svg"></image>
</svg>
</a>
<a href="https://github.com/psygo">
<svg>
<image href="/assets/github.svg"></image>
</svg>
</a>
<a href="https://discord.gg/fzUPPqG">
<svg>
<image href="/assets/discord.svg"></image>
</svg>
</a>
</div>
<div id="right-donations">
<a href="https://paypal.com">
<svg>
<image href="/assets/paypal.svg"></image>
</svg>
</a>
</div>
</div>
<br />
<articles-table></articles-table>
</body>
</html>