|
| 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&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&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█</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’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’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 © 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> |
0 commit comments