Skip to content

Commit 07d4dad

Browse files
committed
Deploying to gh-pages from @ endbasic/homepage@43ef73e 🚀
1 parent 937c361 commit 07d4dad

8 files changed

Lines changed: 126 additions & 0 deletions

File tree

about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<a class="nav-link" href="/download.html">Download</a>
4949
</li><li class="nav-item">
5050
<a class="nav-link" href="/service.html">Cloud service</a>
51+
</li><li class="nav-item">
52+
<a class="nav-link" href="/community.html">Community</a>
5153
</li><li class="nav-item">
5254
<a class="nav-link" href="/help.html">Help</a>
5355
</li><li class="nav-item">

community.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-6L7MRH87TD');
12+
</script>
13+
14+
<meta charset="utf-8">
15+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
16+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
17+
18+
19+
<title>Community - EndBASIC</title>
20+
21+
22+
23+
<meta name="description" content="Discussion channels EndBASIC is an open source project and we&amp;rsquo;d love to have you follow along its development, help with new features, or even just hear from your feedback!
24+
The community is just getting started though, so we&amp;rsquo;d really love it if you joined.
25+
Chat on Discord
26+
Project details GitHub project: endbasic/endbasic Report an issue Send feedback ">
27+
<meta name="author" content="Julio Merino">
28+
<meta name="generator" content="Hugo 0.68.3" />
29+
30+
<link rel="canonical" href="https://www.endbasic.dev/community.html">
31+
32+
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">
33+
<link rel="stylesheet" href="/css/chroma.css">
34+
</head>
35+
36+
37+
<body>
38+
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
39+
<a class="navbar-brand" href="/">EndBASIC</a>
40+
<button class="navbar-toggler" type="button" data-toggle="collapse"
41+
data-target="#navbarToggler" aria-controls="navbarToggler"
42+
aria-expanded="false" aria-label="Toggle navigation">
43+
<span class="navbar-toggler-icon"></span>
44+
</button>
45+
46+
<div class="collapse navbar-collapse" id="navbarToggler">
47+
<ul class="navbar-nav mr-auto mt-2 mt-lg-0"><li class="nav-item">
48+
<a class="nav-link" href="/about.html">About</a>
49+
</li><li class="nav-item">
50+
<a class="nav-link" href="/download.html">Download</a>
51+
</li><li class="nav-item">
52+
<a class="nav-link" href="/service.html">Cloud service</a>
53+
</li><li class="nav-item active">
54+
<a class="nav-link" href="/community.html">Community</a>
55+
</li><li class="nav-item">
56+
<a class="nav-link" href="/help.html">Help</a>
57+
</li><li class="nav-item">
58+
<a class="nav-link" href="https://jmmv.dev/tags/endbasic/" target="_new">Blog</a>
59+
</li>
60+
</ul>
61+
</div>
62+
</nav>
63+
64+
65+
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-dark bg-grid">
66+
<div class="p-lg-1 mx-auto my-1 text-white text-left">
67+
<h1 class="title display-4 font-weight-normal">Ready<br/>Community&#9608;</h1>
68+
69+
</div>
70+
</div>
71+
72+
<article class="container">
73+
<h1 id="discussion-channels">Discussion channels</h1>
74+
<p>EndBASIC is an open source project and we&rsquo;d love to have you follow along its development, help with new features, or even just hear from your feedback!</p>
75+
<p>The community is just getting started though, so we&rsquo;d really love it if you joined.</p>
76+
<p><button class="btn btn-primary" href="https://discord.gg/2HyXrDrcjr" target="_new">Chat on Discord</button></p>
77+
<h1 id="project-details">Project details</h1>
78+
<ul>
79+
<li><a href="https://github.com/endbasic/endbasic/">GitHub project: endbasic/endbasic</a></li>
80+
<li><a href="https://github.com/endbasic/endbasic/issues">Report an issue</a></li>
81+
<li><a href="mailto:jmmv@endbasic.dev">Send feedback</a></li>
82+
</ul>
83+
84+
</article>
85+
86+
<footer class="container py-5">
87+
<div class="row">
88+
<div class="col-12 col-md text-center">
89+
EndBASIC
90+
<small class="d-block mb-3 text-muted">Julio Merino &copy; 2020-2021</small>
91+
</div>
92+
</div>
93+
</footer>
94+
95+
<script src="/js/jquery-3.6.0.min.js"></script>
96+
<script src="/js/popper-1.14.3.min.js"></script>
97+
<script src="/bootstrap-4.3.1/dist/js/bootstrap.min.js"></script>
98+
99+
</body>
100+
</html>

download.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<a class="nav-link" href="/download.html">Download</a>
5050
</li><li class="nav-item">
5151
<a class="nav-link" href="/service.html">Cloud service</a>
52+
</li><li class="nav-item">
53+
<a class="nav-link" href="/community.html">Community</a>
5254
</li><li class="nav-item">
5355
<a class="nav-link" href="/help.html">Help</a>
5456
</li><li class="nav-item">

help.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<a class="nav-link" href="/download.html">Download</a>
5050
</li><li class="nav-item">
5151
<a class="nav-link" href="/service.html">Cloud service</a>
52+
</li><li class="nav-item">
53+
<a class="nav-link" href="/community.html">Community</a>
5254
</li><li class="nav-item active">
5355
<a class="nav-link" href="/help.html">Help</a>
5456
</li><li class="nav-item">

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
<a class="nav-link" href="/download.html">Download</a>
5151
</li><li class="nav-item">
5252
<a class="nav-link" href="/service.html">Cloud service</a>
53+
</li><li class="nav-item">
54+
<a class="nav-link" href="/community.html">Community</a>
5355
</li><li class="nav-item">
5456
<a class="nav-link" href="/help.html">Help</a>
5557
</li><li class="nav-item">

index.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ Create account Thank you for creating an account!Follow the instructions below
3131
Launch interpreter const params = new URLSearchParams(window.location.hash.substring(1)); const aadIdToken = params.get(&#34;id_token&#34;); const aadError = params.get(&#34;error&#34;); if (aadIdToken == null &amp;&amp; aadError == null) { const div = document.getElementById(&#34;request&#34;); div.style.display = &#34;block&#34;; } else if (aadIdToken !</description>
3232
</item>
3333

34+
<item>
35+
<title>Community</title>
36+
<link>https://www.endbasic.dev/community.html</link>
37+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
38+
39+
<guid>https://www.endbasic.dev/community.html</guid>
40+
<description>Discussion channels EndBASIC is an open source project and we&amp;rsquo;d love to have you follow along its development, help with new features, or even just hear from your feedback!
41+
The community is just getting started though, so we&amp;rsquo;d really love it if you joined.
42+
Chat on Discord
43+
Project details GitHub project: endbasic/endbasic Report an issue Send feedback </description>
44+
</item>
45+
3446
<item>
3547
<title>Download</title>
3648
<link>https://www.endbasic.dev/download.html</link>

service.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<a class="nav-link" href="/download.html">Download</a>
5050
</li><li class="nav-item active">
5151
<a class="nav-link" href="/service.html">Cloud service</a>
52+
</li><li class="nav-item">
53+
<a class="nav-link" href="/community.html">Community</a>
5254
</li><li class="nav-item">
5355
<a class="nav-link" href="/help.html">Help</a>
5456
</li><li class="nav-item">

sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<loc>https://www.endbasic.dev/service.html</loc>
1515
</url>
1616

17+
<url>
18+
<loc>https://www.endbasic.dev/community.html</loc>
19+
</url>
20+
1721
<url>
1822
<loc>https://www.endbasic.dev/download.html</loc>
1923
</url>

0 commit comments

Comments
 (0)