forked from AllInOpenSource/All-In
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (53 loc) · 2.82 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
65
66
67
---
layout: default
id: home
---
<div class="hero">
<div class="wrapper-wide">
<div class="hero__content">
<p class="h1 text-white" data-animate-in="fade" data-animate-in-delay="110">A community dedicated to advancing diversity, equity, and inclusion within open source. </p>
<div class="d-flex mt-6">
<a class="button mr-3" href="https://github.com/AllInOpenSource/All-In" target="_blank">
<span>Learn More</span>
{% octicon arrow-right height:16 %}
</a>
<a class="button" href="https://docs.google.com/forms/d/1SFtvJyke-UBrpcfJRVFZ-uqnk6C64qwFslW5f8-7cv0/viewform?edit_requested=true" target="_blank">
<span>Join the Community</span>
{% octicon arrow-right height:16 %}
</a>
</div>
</div>
</div>
</div>
<img class="hero-side" src="{{ '/assets/img/side-imgs.png' | relative_url }}" alt="" />
<section>
<div class="wrapper py-6 my-6 text-white">
<div class="d-md-flex pt-6">
<div class="col-12 col-md-6 mb-4 mb-md-0 pr-md-3 pr-lg-4" data-animate-in="up" data-animate-in-delay="110">
<p class="h2">Our missions is to “open source diversity and inclusion.”</p>
</div>
<div class="col-12 col-md-6 pl-md-3 pl-lg-4" data-animate-in="up" data-animate-in-delay="110">
<p>Currently, diversity and inclusion within open source is being approached in the same way that software development used to be. Most efforts are fragmented, only address part of the challenges, and critically, are not openly shared.</p>
<p>We will bring together corporate partners, industry leaders, researchers, and foundations, and build upon existing research and initiatives, to create a more inclusive open source for developers everywhere.</p>
</div>
</div>
</div>
</section>
<section>
<div class="wrapper py-6 my-6 text-white">
<div class="d-md-flex">
<div class="col-12 col-md-6 mb-4 mb-md-0 pr-md-2" data-animate-in="up" data-animate-in-delay="110">
<a class="modal-img d-inline-block m-0" href="https://docs.google.com/forms/d/1SFtvJyke-UBrpcfJRVFZ-uqnk6C64qwFslW5f8-7cv0/viewform?edit_requested=true" target="_blank">
<img src="{{ '/assets/img/students.svg' | relative_url }}" alt="join the community" />
</a>
</div>
<div class="col-12 col-md-6 pl-md-2" data-animate-in="up" data-animate-in-delay="110">
<a class="modal-img d-inline-block m-0" href="https://docs.google.com/forms/d/1IiGB2Id7bCobmzECCkfzmb76UV7HQVA1szKQMzNtwXo/viewform?edit_requested=true" target="_blank">
<img src="{{ '/assets/img/partners.svg' | relative_url }}" alt="partners icon" />
</a>
</div>
</div>
</div>
</section>
{% include students.html %}
{% include partners.html %}