-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (134 loc) Β· 6.08 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
133
134
135
136
137
138
139
140
<!doctype html>
<html itemscope
itemtype="//schema.org/WebPage"
class="h-100">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1">
<meta name="description"
content="We are a diverse group of enthusiasts and seasoned developers who make and share fun online bots. Come join us! π" />
<meta name="viewport"
content="width=device-width, initial-scale=1">
<title>Botmakers: We are a diverse group of enthusiasts and seasoned developers who make and share fun online bots.
Come join us! π</title>
<meta property="og:title"
content="We are a diverse group of enthusiasts and seasoned developers who make and share fun online bots. Come join us! π" />
<meta property="og:description"
content="We are a diverse group of enthusiasts and seasoned developers who make and share fun online bots. Come join us! π" />
<meta property="og:type"
content="website" />
<meta property="og:url"
content="https://botmakers.org" />
<meta property="og:image"
content="https://botmakers.org/images/site-thumbnail-4.png" />
<meta name="twitter:card"
content="summary_large_image">
<meta name="twitter:site"
content="@stefanbohacek">
<meta name="twitter:title"
content="Botmakers">
<meta name="twitter:description"
content="We are a diverse group of enthusiasts and seasoned developers who make and share fun online bots. Come join us! π">
<meta name="twitter:image:src"
content="https://botmakers.org/images/site-thumbnail-4.png">
<meta name="twitter:domain"
content="https://botmakers.org">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet"
class="text-body-emphasis" href="libs/bootstrap/css/bootstrap.min.css">
<meta name="msapplication-TileColor"
content="#FFFFFF">
<meta name="msapplication-TileImage"
content="images/favicon-144.png">
<link rel="shortcut icon"
class="text-body-emphasis" href="images/favicon.ico" />
<link rel="apple-touch-icon"
class="text-body-emphasis" href="images/favicon-152.png">
<link rel="apple-touch-icon-precomposed"
class="text-body-emphasis" href="images/favicon-152.png">
<link rel="icon"
class="text-body-emphasis" href="images/favicon-32.png"
sizes="32x32">
<link rel="icon"
type="image/png"
class="text-body-emphasis" href="images/favicon-64.png">
<link class="text-body-emphasis" href="https://fonts.googleapis.com/css?family=Source+Serif+Pro|Merriweather+Sans|Lobster"
rel="stylesheet"
type="text/css">
<style>
.container{
max-width: 840px;
}
</style>
</head>
<body class="d-flex flex-column h-100 fs-5">
<script>
const toggleDarkMode = (enabled) => {
if (enabled) {
document.body.setAttribute('data-bs-theme', 'dark');
} else {
document.body.setAttribute('data-bs-theme', 'light');
}
}
if (window.matchMedia) {
toggleDarkMode(window.matchMedia('(prefers-color-scheme: dark)').matches);
}
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
toggleDarkMode(window.matchMedia('(prefers-color-scheme: dark)').matches);
});
</script>
<main class="flex-shrink-0">
<div class="container">
<h1 class="fs-1 my-5">Botmakers π¨π€</h1>
<p>A <a class="text-body-emphasis" href="https://botmakers.discourse.group/pub/welcome-to-botmakers">private, safe, and inclusive</a>
place to discuss <a class="text-body-emphasis" href="https://botwiki.org/bots/">fun and creative online bots</a> and learn
how to make them.</p>
<p class="my-5">
<a class="fs-5 btn btn-outline-secondary text-body-emphasis"
href="https://botmakers.discourse.group/">Join us on <img
height="20px"
class="logo-discourse"
src="/images/discourse-color.svg"> Discourse</a>
</p>
<p>
And if <a class="text-body-emphasis" href="https://discord.com/">Discord</a> is more your thing, check out <a
class="text-body-emphasis" href="https://discord.gg/3YDSrdu6kh">The Bot Park</a>, run by <a class="text-body-emphasis" href="https://www.patreon.com/norareed">Nora
Reed</a>, the creator of <a class="text-body-emphasis" href="https://botwiki.org/bot/infinite_scream/">@infinite_scream</a>, and many
other iconic bots.
</p>
</div>
</main>
<footer class="footer mt-auto py-3 bg-body fs-6">
<div class="container">
<p class="text-muted">
Botmakers is the official <a class="text-body-emphasis" href="https://botwiki.org/">Botwiki</a> community, maintained by the <a
class="text-body-emphasis" href="https://botwiki.org/about/team/">Botwiki team</a> and hosted by <a
class="text-body-emphasis" href="https://www.discourse.org/">Discourse</a>. All members must read and follow our <a
class="text-body-emphasis" href="https://botmakers.discourse.group/pub/welcome-to-botmakers">Community Guidelines</a>. Any questions?
Need help? <a class="text-body-emphasis" href="https://botwiki.org/about/contact/">Here's how to get in touch.</a>
</p>
<p class="text-muted">
Looking for our old Slack group? <a class="text-body-emphasis" href="https://botmakers.slack.com/messages">Log in here.</a>
</p>
</div>
</footer>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://matomo.stefanbohacek.dev/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '7']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>