diff --git a/_includes/layouts/default-project-page.html b/_includes/layouts/default-project-page.html index fa4241b..37fb004 100644 --- a/_includes/layouts/default-project-page.html +++ b/_includes/layouts/default-project-page.html @@ -10,4 +10,6 @@ {% endblock %} -{{ content }} \ No newline at end of file +
+ {{ content }} +
diff --git a/_includes/navigation-bar.html b/_includes/navigation-bar.html index 8952b5d..9f568b9 100644 --- a/_includes/navigation-bar.html +++ b/_includes/navigation-bar.html @@ -26,6 +26,9 @@ + + +

TrashAI community project page

+ +
+ Website: www.trashai.org +
+ +
+
+ +

Readme

+

Top level overview of Learning Blocks documentation.

+
+
+
+ +

AWS Bootstrap

+ +
+
+
+ +

First run

+ +
+
+
+ +

Description of application functionality

+
+
+
+ +

New AWS Deployment Procedure

+
+
+
+ +

GitHub Actions deployment role

+

Describes how to update role permissions.

+
+
+
+ +

GitHub Actions

+

GitHub actions general documentation.

+
+
+
+ +

Local development

+

Getting started developing Trash AI.

+
+
+
+ +

Role secrets

+ +
+
+
\ No newline at end of file diff --git a/public/img/trash_ai_01.png b/public/img/trash_ai_01.png new file mode 100644 index 0000000..6f2c98d Binary files /dev/null and b/public/img/trash_ai_01.png differ diff --git a/public/img/trash_ai_02.png b/public/img/trash_ai_02.png new file mode 100644 index 0000000..772a6bb Binary files /dev/null and b/public/img/trash_ai_02.png differ diff --git a/public/img/trash_ai_03.png b/public/img/trash_ai_03.png new file mode 100644 index 0000000..17d3d8c Binary files /dev/null and b/public/img/trash_ai_03.png differ diff --git a/styles/pages/default-project-page.scss b/styles/pages/default-project-page.scss index 11076cc..d3e9b43 100644 --- a/styles/pages/default-project-page.scss +++ b/styles/pages/default-project-page.scss @@ -5,9 +5,15 @@ Opensac.org page layout */ -.page-title { - padding-top: 16px; +.default-project-page-container { + padding: 16px 16px; } + +.default-documentation-item-image { + max-width: 200px; + max-height: 200px; +} + .project-notes { padding-bottom: 16px; } @@ -16,7 +22,6 @@ Opensac.org page layout display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; - padding-top: 16px; } .documentation-item {