Skip to content

Commit 9b2fa30

Browse files
committed
Deploying to gh-pages from @ endbasic/homepage@386b8f7 🚀
1 parent b7eb510 commit 9b2fa30

6 files changed

Lines changed: 59 additions & 10 deletions

File tree

about.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,15 +16,23 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>About - EndBASIC</title>
22+
<meta property="og:title" content="About - EndBASIC">
2023

2124

2225

2326
<meta name="description" content="Motivation The computers of today are too complex to understand. To the uninitiated, they feel overwhelming. They take a long time to boot. They offer cluttered interfaces with lots of icons, buttons, and options. They are built on dozens of layers of abstraction. And because of these reasons, they feel fragile and not something that can be experimented with.
27+
If you want to learn to code today, you face a steep learning curve.">
28+
<meta property="og:description" content="Motivation The computers of today are too complex to understand. To the uninitiated, they feel overwhelming. They take a long time to boot. They offer cluttered interfaces with lots of icons, buttons, and options. They are built on dozens of layers of abstraction. And because of these reasons, they feel fragile and not something that can be experimented with.
2429
If you want to learn to code today, you face a steep learning curve.">
2530
<meta name="author" content="Julio Merino">
2631
<meta name="generator" content="Hugo 0.68.3" />
2732

33+
<meta property="og:url" content="https://www.endbasic.dev/about.html">
34+
<meta property="og:type" content="website">
35+
2836
<link rel="canonical" href="https://www.endbasic.dev/about.html">
2937

3038
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

community.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,17 +16,27 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>Community - EndBASIC</title>
22+
<meta property="og:title" content="Community - EndBASIC">
2023

2124

2225

2326
<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!
2427
The community is just getting started though, so we&amp;rsquo;d really love it if you joined.
2528
Chat on Discord
29+
Project details GitHub project: endbasic/endbasic Report an issue Send feedback ">
30+
<meta property="og: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!
31+
The community is just getting started though, so we&amp;rsquo;d really love it if you joined.
32+
Chat on Discord
2633
Project details GitHub project: endbasic/endbasic Report an issue Send feedback ">
2734
<meta name="author" content="Julio Merino">
2835
<meta name="generator" content="Hugo 0.68.3" />
2936

37+
<meta property="og:url" content="https://www.endbasic.dev/community.html">
38+
<meta property="og:type" content="website">
39+
3040
<link rel="canonical" href="https://www.endbasic.dev/community.html">
3141

3242
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

download.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,16 +16,25 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>Download - EndBASIC</title>
22+
<meta property="og:title" content="Download - EndBASIC">
2023

2124

2225

2326
<meta name="description" content="Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
27+
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
28+
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
29+
<meta property="og:description" content="Remember: you do not have to download EndBASIC to play with it.You can click here to open up a fully-local, browser-based session!
2430
Launch interpreter Binary releases The latest version of EndBASIC is 0.7.0 and was released on 2021-07-03.
2531
OS Platform Link Linux x86_64 endbasic-0.7.0-linux-x86_64.tgz macOS x86_64 endbasic-0.7.0-macos-x86_64.tgz Windows x86_64 endbasic-0.7.0-windows-x86_64.zip Linux Raspberry Pi (ARM v7) endbasic-0.7.0-linux-armv7-rpi.tgz For more details visit the release page on GitHub.">
2632
<meta name="author" content="Julio Merino">
2733
<meta name="generator" content="Hugo 0.68.3" />
2834

35+
<meta property="og:url" content="https://www.endbasic.dev/download.html">
36+
<meta property="og:type" content="website">
37+
2938
<link rel="canonical" href="https://www.endbasic.dev/download.html">
3039

3140
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

help.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,16 +16,25 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>Help - EndBASIC</title>
22+
<meta property="og:title" content="Help - EndBASIC">
2023

2124

2225

2326
<meta name="description" content="Support If you encounter any issues, please file a bug report or contact me via email or Twitter.
2427
Built-in help EndBASIC is designed to be self-documenting. To access the built-in documentation, type HELP within the interpreter, which will greet you with a message like this:
28+
Ready HELP EndBASIC 0.7.0 Copyright 2020-2021 Julio Merino Project page at &amp;lt;https://github.com/endbasic/endbasic&amp;gt; License Apache Version 2.0 &amp;lt;http://www.apache.org/licenses/LICENSE-2.0&amp;gt; Top-level help topics: &amp;gt;&amp;gt; Array functions &amp;gt;&amp;gt; Cloud access &amp;gt;&amp;gt; Console &amp;gt;&amp;gt; File system &amp;gt;&amp;gt; Hardware interface &amp;gt;&amp;gt; Interpreter &amp;gt;&amp;gt; Language reference &amp;gt;&amp;gt; Numerical functions &amp;gt;&amp;gt; Stored program &amp;gt;&amp;gt; String functions Type HELP followed by the name of a topic for details.">
29+
<meta property="og:description" content="Support If you encounter any issues, please file a bug report or contact me via email or Twitter.
30+
Built-in help EndBASIC is designed to be self-documenting. To access the built-in documentation, type HELP within the interpreter, which will greet you with a message like this:
2531
Ready HELP EndBASIC 0.7.0 Copyright 2020-2021 Julio Merino Project page at &amp;lt;https://github.com/endbasic/endbasic&amp;gt; License Apache Version 2.0 &amp;lt;http://www.apache.org/licenses/LICENSE-2.0&amp;gt; Top-level help topics: &amp;gt;&amp;gt; Array functions &amp;gt;&amp;gt; Cloud access &amp;gt;&amp;gt; Console &amp;gt;&amp;gt; File system &amp;gt;&amp;gt; Hardware interface &amp;gt;&amp;gt; Interpreter &amp;gt;&amp;gt; Language reference &amp;gt;&amp;gt; Numerical functions &amp;gt;&amp;gt; Stored program &amp;gt;&amp;gt; String functions Type HELP followed by the name of a topic for details.">
2632
<meta name="author" content="Julio Merino">
2733
<meta name="generator" content="Hugo 0.68.3" />
2834

35+
<meta property="og:url" content="https://www.endbasic.dev/help.html">
36+
<meta property="og:type" content="website">
37+
2938
<link rel="canonical" href="https://www.endbasic.dev/help.html">
3039

3140
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,17 +16,21 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>EndBASIC</title>
22+
<meta property="og:title" content="EndBASIC">
2023

2124

2225

23-
<meta name="description" content="EndBASIC BASIC interpreter &#43; DOS environment, reimagined.
24-
Launch interpreter Create account BASIC interpreter Learn and practice programming foundations via a simple and proven language. Inspired by Locomotive BASIC 1.1 and QuickBASIC 4.5.
25-
DOS-like environment Learn and practice computer interactions via an integrated command-line interface. Inspired by MS-DOS.
26-
Web-native and cloud-powered Run on the web and share your creations with friends via a free file sharing cloud service.">
26+
<meta name="description" content="The EndBASIC programming language. A retro-looking integrated environment designed to allow learning the foundations of programming and computing. Runs on the web for simplicity, but also on your machine.">
27+
<meta property="og:description" content="The EndBASIC programming language. A retro-looking integrated environment designed to allow learning the foundations of programming and computing. Runs on the web for simplicity, but also on your machine.">
2728
<meta name="author" content="Julio Merino">
2829
<meta name="generator" content="Hugo 0.68.3" />
2930

31+
<meta property="og:url" content="https://www.endbasic.dev/">
32+
<meta property="og:type" content="website">
33+
3034
<link rel="canonical" href="https://www.endbasic.dev/">
3135

3236
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

service.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
33
<head>
44

55
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L7MRH87TD"></script>
@@ -16,16 +16,25 @@
1616
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1717

1818

19+
<meta property="og:site_name" content="EndBASIC">
20+
1921
<title>Cloud service - EndBASIC</title>
22+
<meta property="og:title" content="Cloud service - EndBASIC">
2023

2124

2225

2326
<meta name="description" content="Don&#39;t have an account yet? Start by creating one.
2427
Create account Thank you for creating an account!Follow the instructions below to start using your new cloud storage. We can&#39;t wait to see what you create!
28+
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 !">
29+
<meta property="og:description" content="Don&#39;t have an account yet? Start by creating one.
30+
Create account Thank you for creating an account!Follow the instructions below to start using your new cloud storage. We can&#39;t wait to see what you create!
2531
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 !">
2632
<meta name="author" content="Julio Merino">
2733
<meta name="generator" content="Hugo 0.68.3" />
2834

35+
<meta property="og:url" content="https://www.endbasic.dev/service.html">
36+
<meta property="og:type" content="website">
37+
2938
<link rel="canonical" href="https://www.endbasic.dev/service.html">
3039

3140
<link rel="stylesheet" href="/sass/main.min.0d97f99818c2bcba3eee4c5cdc0976b8732ae15f6b84c2dce8c7ce171fc04136.css">

0 commit comments

Comments
 (0)