diff --git a/.gitignore b/.gitignore index 0c3e5abb0b..8c9d07306d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +product-showcase.code-workspace diff --git a/_config.yml b/_config.yml index cb4bc83a66..e731e3eb24 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,13 @@ # Site settings -title: -email: +title: "GreenFit AI - Product Showcase" +email: "greenfitai.team@gmail.com" description: > # this means to ignore newlines until "baseurl:" -baseurl: "" # the subpath of your site, e.g. /blog/ -url: "" # the base hostname & protocol for your site + "Find out about sustainability in your favorite sport clothing brands, in just one click!" +baseurl: "/" # the subpath of your site, e.g. /blog/ +url: "https://astrabert.github.io" # the base hostname & protocol for your site -twitter_username: -github_username: +twitter_username: starrynightdev +github_username: astrabert # Build settings markdown: kramdown diff --git a/_includes/aside.html b/_includes/aside.html index ee5c4ed934..a324a2a936 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -1,8 +1,8 @@ diff --git a/_includes/call-to-action.html b/_includes/call-to-action.html index 852e5b669c..9ea8ab4dbe 100644 --- a/_includes/call-to-action.html +++ b/_includes/call-to-action.html @@ -4,8 +4,8 @@

We've got what you need!


-

Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!

- Get Started! +

GreenFit AI is an open-source, data-centered and AI-powered application that helps you navigate the dangerous waters of environmental sustainability in sport fashion: either you are a user, a clothing brand or a developer, we've got you covered!

+ Get Started!
diff --git a/_includes/head.html b/_includes/head.html index 639c4b0116..f4b83eb048 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,7 @@ - Creative - Start Bootstrap Theme + GreenFit AI - Product Showcase diff --git a/_includes/services.html b/_includes/services.html index b2f619fbd7..56890230f7 100644 --- a/_includes/services.html +++ b/_includes/services.html @@ -11,30 +11,30 @@

At Your Service

- -

Sturdy Templates

-

Our templates are updated regularly so they don't break.

+ +

Reliable sustainability

+

Discover the environmental impact of sports clothing, in a easy and reliable way

- -

Ready to Ship

-

You can use this theme as is, or you can make changes!

+ +

AI powered

+

AI handles your searches, evaluates product sustainability and creates summaries for you!

- -

Up to Date

-

We update dependencies to keep things fresh.

+ +

Lightining fast responses

+

Get your results in less than a minute

- -

Made with Love

-

You have to make your websites with love these days!

+ +

Data-driven and data-centered

+

We accurately selected data for RAG and are continuously updating them! Powered by Qdrant

diff --git a/css/bootstrap.css b/css/bootstrap.css index c46af7dfbd..0c0ee360d5 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -1516,7 +1516,7 @@ samp { code { padding: 2px 4px; font-size: 90%; - color: #c7254e; + color: #c7254e background-color: #f9f2f4; border-radius: 4px; } diff --git a/css/main.scss b/css/main.scss index 5b60373599..119c56ca5a 100644 --- a/css/main.scss +++ b/css/main.scss @@ -34,7 +34,7 @@ // } // variables.less -$theme-primary: #F05F40; +$theme-primary: #2eb82e; $theme-dark: #222; // Import partials from `sass_dir` (defaults to `_sass`) diff --git a/img/header.jpg b/img/header.jpg index b21a437ab7..729210a8f2 100644 Binary files a/img/header.jpg and b/img/header.jpg differ diff --git a/img/portfolio/G.jpg b/img/portfolio/G.jpg new file mode 100644 index 0000000000..729210a8f2 Binary files /dev/null and b/img/portfolio/G.jpg differ diff --git a/product-showcase.code-workspace b/product-showcase.code-workspace new file mode 100644 index 0000000000..876a1499c0 --- /dev/null +++ b/product-showcase.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file