forked from codeconnector/codeconnector.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslack.html
66 lines (63 loc) · 2.96 KB
/
slack.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
65
66
---
title: Slack
---
<!-- Header -->
<header>
<div class="overlay"></div>
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="/content/videos/talk2.mp4" type="video/mp4">
</video>
<div class="container h-100">
<div class="d-flex h-100 text-center align-items-center">
<div class="w-100 text-white">
<p class="subheader d-none d-md-inline">There's no need to learn alone</p>
<h1 class="header my-md-2">Let's thrive together</h1>
</div>
</div>
</div>
</header>
<!-- Online Community -->
<section id="online">
<div class="container">
<div class="row justify-content-center mb-md-5">
<div class="col-lg-7 text-center">
<h1>Our online community</h1>
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-4 mr-lg-4 order-2 order-md-1 text-center text-md-left">
<h1 class="text-primary">Easy</h1>
<h5>ACCESS</h5>
<p>Thanks to Slack, no matter the device or system, help is always one click and message away.</p>
</div>
<div class="col-md-6 order-1 order-md-2">
<img loading="lazy" src="/content/images/slack/5by7/1.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Attendees having group discussion">
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-6">
<img loading="lazy" src="/content/images/people/3.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Three attendees seated at a couch check out what the middle attendee is doing on her laptop">
</div>
<div class="col-md-4 ml-md-4 text-center text-md-left">
<h1 class="text-primary">Open</h1>
<h5>GROUPS</h5>
<p>Looking to connect with a group of beginners, mentors, and leaders? Whether we've already got things set up in your local area or not, we have got lots of groups for you to dive into.</p>
</div>
</div>
<div class="row py-5 d-flex align-items-center justify-content-center">
<div class="col-md-4 mr-md-4 order-2 order-md-1 text-center text-md-left">
<h1 class="text-primary">Helpful</h1>
<h5>PEOPLE & JOB LEADS</h5>
<p>The overall mission of this platform is to set up a cooperative place that pushes people to succeed. From study buddies to job lead motivation, help is on its way!</p>
</div>
<div class="col-md-6 order-1 order-md-2">
<img loading="lazy" src="/content/images/people/2.jpg" class="img-fluid mb-4 mb-md-0 rounded" alt="Top down view of attendee coding on her laptop">
</div>
</div>
<div class="row text-center justify-content-center my-2 pt-md-5">
<div class="col-md-6 mb-md-0">
<a class="btn btn-xl btn-primary shadow" href="https://join.slack.com/t/code-connector/shared_invite/zt-6e1idsg6-wYI1hdfk_hR_QKahSBwldQ" target="_blank" rel="noopener">Join our community</a>
</div>
</div>
</div>
</section>