Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a348897

Browse files
authored
Merge pull request #14 from EddieJaoudeCommunity/eddiejaoude-patch-1
chore(formatting): fixed missing div + formatting
2 parents 1b9c16e + 9ab3e71 commit a348897

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,17 @@
191191
OPEN SOURCE is NOT about code, it is about people and collaboration
192192
</h2>
193193

194-
<div class="flex flex-col items-center bg-white lg:rounded m-12 py-8 px-4 lg:px-16 lg:max-w-4xl">
195-
<h2 class="text-4xl mb-8 font-semibold">Our <span class="text-teal-600 border-b-2 border-teal-600">Mission</span></h2>
196-
<p class="text-center text-xl leading-tight">We are invested in getting you those green squares 🟩 on GitHub! Contributing to Open Source Software (OSS) is a great way for you to learn, work with different people and also network.
194+
<div
195+
class="flex flex-col items-center bg-white lg:rounded m-12 py-8 px-4 lg:px-16 lg:max-w-4xl"
196+
>
197+
<h2 class="text-4xl mb-8 font-semibold">
198+
Our
199+
<span class="text-teal-600 border-b-2 border-teal-600">Mission</span>
200+
</h2>
201+
<p class="text-center text-xl leading-tight">
202+
We are invested in getting you those green squares 🟩 on GitHub!
203+
Contributing to Open Source Software (OSS) is a great way for you to
204+
learn, work with different people and also network.
197205
</p>
198206
</div>
199207

@@ -220,6 +228,6 @@ <h2 class="text-4xl mb-8 font-semibold">Our <span class="text-teal-600 border-b-
220228
Discord</a
221229
>
222230
</div>
223-
231+
</div>
224232
</body>
225233
</html>

0 commit comments

Comments
 (0)