mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
update for start9.me and new support links (#53)
This commit is contained in:
@@ -43,9 +43,9 @@ module.exports = {
|
||||
},
|
||||
media: {
|
||||
// NOTE: the keys here correspond to the name of the svg logo
|
||||
matrix: 'https://matrix.to/#/#community:matrix.start9labs.com',
|
||||
matrix: 'https://matrix.to/#/#developer-space:matrix.start9labs.com',
|
||||
support: 'https://start9.me',
|
||||
twitter: 'https://twitter.com/start9labs',
|
||||
telegram: 'https://t.me/start9_labs',
|
||||
youtube: 'https://www.youtube.com/channel/UCGEw4HJDvOn3Oy8ykR36P7Q',
|
||||
discourse: 'https://community.start9.com',
|
||||
medium: 'https://start9labs.medium.com',
|
||||
|
||||
9
src/_includes/svgs/support.svg
Normal file
9
src/_includes/svgs/support.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 91 KiB |
@@ -23,14 +23,14 @@ layout: layouts/peripheral.njk
|
||||
<a href="{{ site.media.discourse }}" class="btn" rel="noopener noreferrer" target="_blank">Go to Forum</a>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Community Telegram</h3>
|
||||
<p>Our community Telegram is a great place for StartOS users to interact and get help.</p>
|
||||
<a href="{{ site.media.telegram }}" class="btn" rel="noopener noreferrer" target="_blank">Chat on Telegram</a>
|
||||
<h3>Private Support Server</h3>
|
||||
<p>Start9's private community support server and team of experts on Matrix. Currently, the server is staffed 15 hours/day, 7 days per week, from 8:00am-11:00pm (23:00) Eastern Time.</p>
|
||||
<a href="{{ site.media.support }}" class="btn" rel="noopener noreferrer" target="_blank">Join Server</a>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Community Matrix</h3>
|
||||
<p>Our community Matrix is for StartOS users, StartOS developers, and package developers to interact and collaborate.</p>
|
||||
<a href="{{ site.media.matrix }}" class="btn" rel="noopener noreferrer" target="_blank">Chat on Matrix</a>
|
||||
<h3>Developer Community</h3>
|
||||
<p>Our community Matrix for StartOS developers and package developers to interact and collaborate.</p>
|
||||
<a href="{{ site.media.matrix }}" class="btn" rel="noopener noreferrer" target="_blank">Explore Rooms</a>
|
||||
</li>
|
||||
<li>
|
||||
<h3>Message Us</h3>
|
||||
@@ -38,7 +38,7 @@ layout: layouts/peripheral.njk
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<div id="feedback-form">form will be placed in here</div>
|
||||
|
||||
<script id="zammad_form_script" src="https://support.start9.com/assets/form/form.js"></script>
|
||||
<script id="zammad_form_script" src="https://zammad.start9labs.com/assets/form/form.js"></script>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
Reference in New Issue
Block a user