Skip to content

Commit 194e71e

Browse files
committed
Update about page
1 parent 0a1ad9b commit 194e71e

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

src/pages/about.astro

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ import prefabs from 'prefabs/index.js';
44
import Layout from 'layouts/Layout.astro';
55
66
const title = 'About';
7-
const subtitle = 'A few word about us, our goals and our projects.';
8-
const pageDescription = 'Learn more about the team behind 30 seconds of code.';
7+
const subtitle = 'A few word about the projects and its goals.';
8+
const pageDescription =
9+
'Learn more about the development and maintanance of 30 seconds of code.';
910
---
1011

1112
<Layout title={title} description={pageDescription}>
1213
<div class='g-c2'>
1314
<h2 class={prefabs.staticPageTitle}>{title}</h2>
1415
<p class='my-0 mx-3.5 txt-100'>{subtitle}</p>
1516
<div class={prefabs.simpleCard}>
16-
<h3 class={prefabs.secondaryCardTitle}>About us</h3>
17+
<h3 class={prefabs.secondaryCardTitle}>Project</h3>
1718
<div class='card-description'>
1819
<p>
1920
30 seconds of code is an accessible high-quality knowledge base for
@@ -26,7 +27,7 @@ const pageDescription = 'Learn more about the team behind 30 seconds of code.';
2627
</div>
2728
</div>
2829
<div class={prefabs.simpleCard}>
29-
<h3 class={prefabs.secondaryCardTitle}>Who we are</h3>
30+
<h3 class={prefabs.secondaryCardTitle}>Maintainers</h3>
3031
<div class='card-description'>
3132
<p>
3233
30 seconds of code is developed, maintained and curated by <a
@@ -61,15 +62,7 @@ const pageDescription = 'Learn more about the team behind 30 seconds of code.';
6162
<br />
6263
<p>
6364
Logos, names and trademarks are not to be used without the explicit
64-
consent of the owner of the <a
65-
href='https://github.com/30-seconds?type=source'
66-
target='_blank'>30 seconds of code GitHub organization</a
67-
>. The only partial exception is the usage of the <em
68-
>30-seconds-of-</em
69-
> prefix in open source projects on GitHub, licensed under an appropriate
70-
license. In that case, however, additional clarification must be provided
71-
in the project's README and any websites related to the project, stating
72-
that the project is in no way affiliated with 30 seconds of code.
65+
consent of the owner of this website.
7366
</p>
7467
</div>
7568
</div>

0 commit comments

Comments
 (0)