Skip to content

Commit 6b8653a

Browse files
committed
update home copy
1 parent 5f03d84 commit 6b8653a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/components/Home.vue

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,22 @@
4444

4545
</section>
4646

47-
<section class="container growing-community">
47+
<section class="container growing-community split-container">
4848
<!-- <br/>
4949
<h4>shader-park</h4>
5050
<br/> -->
51-
<h1 class="hero-text community">
51+
<h1 class="hero-text community dis">
5252
Community
5353
</h1>
5454
<p>
55-
56-
Join the shader cult, get help and contribute on Discord and GitHub!
55+
Shader Park is an open-source platform that is focused on making computer graphics programming accessible for artists, designers, students, educators and all.
56+
<br/><br/>
57+
Join the Shader Park community on discord and contribute on GitHub!
5758

5859
</p>
60+
<br/><br/><br/><br/><br/><br/>
5961
<br/><br/>
60-
<a target="_blank" href="https://discord.gg/Z8CDWvVMeR" class="external-platform-link no-margin-left"><img src="img/icons/discord.png" loading="lazy" width="80" alt="Disscord Logo"></a>
62+
<a target="_blank" href="https://discord.gg/Z8CDWvVMeR" class="external-platform-link margin-left"><img src="img/icons/discord.png" loading="lazy" width="80" alt="Disscord Logo"></a>
6163
<a target="_blank" href="https://github.com/shader-park/" class="external-platform-link"><img src="img/icons/github.png" loading="lazy" width="80" alt="Github Logo"></a>
6264
</section>
6365

@@ -401,8 +403,8 @@ p {
401403
.external-platform-link {
402404
margin-left: 25px;
403405
margin-right: 25px;
404-
&.no-margin-left {
405-
margin-left: 0px;
406+
&.margin-left {
407+
margin-left: 20px;
406408
}
407409
}
408410

0 commit comments

Comments
 (0)