Skip to content

Commit

Permalink
Redesign Progress (#83)
Browse files Browse the repository at this point in the history
* Reduce logo size on landing page

* - Add a top banner for news
- Change theme colors to existing Spinnaker branding
- Change logo size and display
- Fix broken Font Awesome icons on community page
- Remove News from Menu

* Change "Join Slack" link due to invalid security cert on join.spinnaker.io

* - Fix navigation menu so that links are visible on mobile
- Add wave svg to cover and change to white logo

* Style site and make responsive

* Use *project.scss files for overriding styles

I kept the style changes in the project files and deleted all of the theme files that were moved into assets/scss

* Add logos shortcode
I added a shortcode for logos so that I could insert the grid into the Community page in docs. Also in this commit, small CSS changes in spacing

* Update homepage links to docs and captain's log

* Fix large images on Captain's Log page

I changed the styling on the Captains Log page so that the images don't overflow. I also started work on making the page more appealing with margins and whitespace.

* Format Landing page
Add success-stories assets

* - Move data and restyle success-stories
- Style captains-log

* homepage progress

* Homepage progress

* Ready to share for review

* Tweak a border radius on an image

* Update responsive styles

Fix errors in layout on captain's log

* Site fixes

- Add hero image
- Fix spacing on smaller screens
- Update the video carousel on homepage

* Move community pages into the doc section

- Style tweaks (there's extra white space causing a horizontal scroll and I don't know where to fix it (help!)
- TODO: Fix docs/community/get-involved/contributing/code/build-statuses/

* update link to Captain's Log page

- fix spacing in header on Success Stories

* Fix horizontal scroll issue

* fix build statuses tables

* restore community copy on index.md

* fix formatting issue that caused the horizontal scroll

* fix spacing problems in nav and hero

* fix broken layout
- add whitespace between nav-links on large screens

* fix margins so that docs navigation is fully visible

* Fix link to get-started guide

* correct build status link

* update Next Release Preview

* remove old include statement

* remove get-involved as a parent folder
- add changelogs from live site
- adjust footer on small screens

* update tags in changelog files

* list versions with links to changelogs

* remove HTML tags from table of contents

* Move Releases to top-level of docs
- Add link to Versions to the main menu

* update date format to include UTC

Co-authored-by: Nikema P <[email protected]>
  • Loading branch information
prophen and nikema-armory committed Jun 24, 2021
1 parent 231715a commit 8231bcf
Show file tree
Hide file tree
Showing 456 changed files with 12,836 additions and 6,598 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -19,3 +19,6 @@ node_modules/*
resources/**

themes/**

# Local Netlify folder
.netlify
9 changes: 9 additions & 0 deletions .prettierignore
@@ -0,0 +1,9 @@
footer.html
scripts.html
hero.html
buildStatus.html
coreServices.html
supportingServices.html
changelogs.html
latest-stable.html
deprecated-versions.html
2 changes: 1 addition & 1 deletion .prettierrc
Expand Up @@ -3,4 +3,4 @@
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.formatOnType": true
}
20 changes: 0 additions & 20 deletions assets/scss/_alerts.scss

This file was deleted.

7 changes: 0 additions & 7 deletions assets/scss/_blocks.scss

This file was deleted.

10 changes: 0 additions & 10 deletions assets/scss/_blog.scss

This file was deleted.

134 changes: 0 additions & 134 deletions assets/scss/_boxes.scss

This file was deleted.

7 changes: 0 additions & 7 deletions assets/scss/_breadcrumb.scss

This file was deleted.

15 changes: 0 additions & 15 deletions assets/scss/_buttons.scss

This file was deleted.

54 changes: 0 additions & 54 deletions assets/scss/_code.scss

This file was deleted.

41 changes: 0 additions & 41 deletions assets/scss/_colors.scss

This file was deleted.

0 comments on commit 8231bcf

Please sign in to comment.