This repository was archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 2.49 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
---
layout: default
---
<section class="hero">
<div id="particles-js"></div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center middle">
<div class="logo"><img src="/assets/images/logo.png" height="174" width="140" alt="Go Web Masters"></div>
<h1 class="title">#GoWebMasters</h1>
<p class="slogan">{{ site.description }}</p>
<div class="hero-buttons">
<a id="joinBtn" class="btn btn-round" href="#join">Join Now</a>
<a class="btn btn-round" href="https://gowebmasters.slack.com/">Sign in</a>
</div>
<div class="hero-buttons">
<script class="btn" async defer src="https://gowebmasters.herokuapp.com/slackin.js?large"></script>
<!--<a class="btn" href="https://chat.gowebmasters.club">
<img class="matrix-logo" src="/assets/images/matrix-logo.png" height="30" alt="[matrix]" title="Join The Conversation Through [matrix]">
</a>-->
</div>
</div>
</div>
</div>
<div class="arrow bounce"><a href="#join" class="arrow-link"></a></div>
</section>
<!--
<section class="intro" id="maincontent">
<div class="container">
<div class="channels">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">Rich Channels & Discussions</h1>
<hr>
</div>
</div>
<div class="row channelsList">
<div class="col-lg-4">
<h3>#General</h3>
<p class="desc">The general channel is a place for Web Masters to meet others Masters of their respective Tech fields, and to introduce themselves and discuss topics that don't quite fit in the other channels</p>
</div>
<div class="col-lg-4">
<h3>#Jobs</h3>
<p class="desc">Is your company hiring? Do you want to be hired? Post your jobs and requests here! Don't forget to /invite anyone to this channel who is looking or posting</p>
</div>
<div class="col-lg-4">
<h3>#Technology</h3>
<p class="desc">As Arthur C. Clarke once said, "Any sufficiently advanced technology is indistinguishable from magic." ... But we Web Masters know better, don't we? Let's talk about the tech we know and want to know.</p>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</section>
-->
<section class="join" id="join">
<div class="container">
<iframe src="https://gowebmasters.herokuapp.com/" frameborder="0" width="100%" height="410"></iframe>
</div>
</section>