Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit eab3293

Browse files
committed
Move logos to the bottom of the homepage
1 parent 06e7108 commit eab3293

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

index.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ <h1 class="h1">We are All In.</h1>
1616
</a>
1717
</div>
1818
</div>
19-
<div class="hero-content__media" data-animate-in="up">
20-
{% include video.html %}
21-
22-
<img class="orb" src="/assets/img/direction/orb-green.svg" alt="green orb" />
23-
</div>
2419
</div>
2520

2621
<img class="hero__pattern" src="{{ '/assets/img/direction/hero-pattern.svg' | relative_url }}" alt="curly bracket pattern" />
@@ -44,11 +39,6 @@ <h2 class="h5 mb-3">{ Our mission }</h2>
4439
</div>
4540
</div>
4641

47-
<div class="wrapper mt-7">
48-
<h4 class="h3 mb-4 text-center pt-lg-6">Founding Partners</h4>
49-
{% include logo-list.html %}
50-
</div>
51-
5242
<img class="bg-pattern__img" src="{{ '/assets/img/direction/hero-pattern-light.svg' | relative_url }}" alt="curly bracket pattern" />
5343
</section>
5444

@@ -128,5 +118,11 @@ <h3 class="h3">Data</h3>
128118
<p>Our first initiative was to create the 2021 Open Source Diversity, Equity, and Inclusion Survey and partner with the Linux Foundation to survey across the open source ecosystem. View the final report <a href="https://www.linuxfoundation.org/research/the-2021-linux-foundation-report-on-diversity-equity-and-inclusion-in-open-source" target="_blank">here</a>. We are now collaborating with corporate partners to research inequities in computer science and other technical education programs.</p>
129119
</div>
130120
</div>
121+
122+
<div class="wrapper mt-7">
123+
<h4 class="h3 mb-4 text-center pt-lg-6">Founding Partners</h4>
124+
{% include logo-list.html %}
125+
</div>
126+
131127
</div>
132128
</section>

0 commit comments

Comments
 (0)