diff --git a/public/images/background-images/auditForSecrets.svg b/public/images/background-images/auditForSecrets.svg new file mode 100644 index 0000000..469ed62 --- /dev/null +++ b/public/images/background-images/auditForSecrets.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/images/background-images/choosingALicense-bottom.svg b/public/images/background-images/choosingALicense-bottom.svg new file mode 100644 index 0000000..022d48f --- /dev/null +++ b/public/images/background-images/choosingALicense-bottom.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/background-images/choosingALicense-top.svg b/public/images/background-images/choosingALicense-top.svg new file mode 100644 index 0000000..0348e75 --- /dev/null +++ b/public/images/background-images/choosingALicense-top.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/images/background-images/moreHelp-bottom.svg b/public/images/background-images/moreHelp-bottom.svg new file mode 100644 index 0000000..7997ef5 --- /dev/null +++ b/public/images/background-images/moreHelp-bottom.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/images/background-images/moreHelp-top.svg b/public/images/background-images/moreHelp-top.svg new file mode 100644 index 0000000..72bd67a --- /dev/null +++ b/public/images/background-images/moreHelp-top.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/background-images/publishYourRepo-bottom.svg b/public/images/background-images/publishYourRepo-bottom.svg new file mode 100644 index 0000000..1df1b69 --- /dev/null +++ b/public/images/background-images/publishYourRepo-bottom.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/images/background-images/publishYourRepo-top.svg b/public/images/background-images/publishYourRepo-top.svg new file mode 100644 index 0000000..d01031f --- /dev/null +++ b/public/images/background-images/publishYourRepo-top.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/background-images/tellTheWorld.svg b/public/images/background-images/tellTheWorld.svg new file mode 100644 index 0000000..eab88a6 --- /dev/null +++ b/public/images/background-images/tellTheWorld.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/assets/adopt/auditforsecrets.png b/src/assets/adopt/auditforsecrets.png new file mode 100644 index 0000000..a593219 Binary files /dev/null and b/src/assets/adopt/auditforsecrets.png differ diff --git a/src/assets/adopt/publishyourrepo.png b/src/assets/adopt/publishyourrepo.png new file mode 100644 index 0000000..c737aca Binary files /dev/null and b/src/assets/adopt/publishyourrepo.png differ diff --git a/src/pages/howto.astro b/src/pages/howto.astro index b98e5f9..31768a7 100644 --- a/src/pages/howto.astro +++ b/src/pages/howto.astro @@ -1,7 +1,11 @@ --- import Layout from '../layouts/Layout.astro'; import Section from '../components/Section.astro'; +import { Image } from 'astro:assets'; +import auditForSecretsImage from '../assets/adopt/auditforsecrets.png'; +import publishYourRepoImage from '../assets/adopt/publishyourrepo.png'; +import tellTheWorld from '../assets/adopt/telltheworld.png'; --- @@ -74,8 +78,11 @@ import Section from '../components/Section.astro'; -
-
+
+
2. Choosing a License

Licensing is the heart of Fair Source

@@ -89,8 +96,13 @@ import Section from '../components/Section.astro';

Read more about all Fair Source licenses and approaches.

-
-
+
+
+ Audit For Secrets +
+
3. Audit for Secrets

Before you publish your code, make sure you don’t have any secrets in your @@ -98,17 +110,24 @@ import Section from '../components/Section.astro';

Tools such TruffleHog can help with this.

-
-
-
+
+
+ Publish Your Repo +
4. Publish Your Repo

This is the fun part. Click the button to make it public and celebrate the moment.

-
-
+
+
+
5. Tell the World

Let’s spread the word together!

Use the fair-source repo topic on @@ -117,10 +136,12 @@ import Section from '../components/Section.astro'; link to your blog from our homepage. Welcome aboard!

-
-
-
+
+

Want some more help?

Reach out to us at Github or Twitter if you’ve got more questions. We’re happy to help!