Skip to content

Commit

Permalink
💄 Website refresh (#6)
Browse files Browse the repository at this point in the history
* Add .idea to .gitignore file

In this commit, .idea directory has been added to the .gitignore file. This is necessary to prevent IDEA-specific files from being tracked by git.

* Remove 'Learn More' button and down arrow image

The 'Learn More' button and the down arrow image in the index.html file have been commented out. This change will make the elements invisible on the webpage. The update is part of a layout modification, removing non-essential elements for a cleaner interface.

* Update resource link for Clean Architecture learning

The resource link in the FAQs for learning more about Clean Architecture has been updated. It previously pointed to Jason Taylor's GitHub repository, but now it correctly points to SSW's own Clean Architecture repository.

* Update video and link styles on homepage

The homepage has been updated to display a more informative title for the embedded video and the video content itself has been swapped for a more relevant one. Additionally, the styling for some links has been changed to enhance their visibility.

* Comment out "GraphQL" section as Northwind365 does not use GraphQL.

The section about "GraphQL" in the index.html file has been commented out. This change will temporarily remove the section from being visible on the webpage, but it can easily be brought back if needed in the future.

* Added chevron back in which drops the page down to the next section.

* Updated logo.  Added new learn more section.

* Updates from designer feedback

* Review changes

* Fixed CSS

* Fixed css
  • Loading branch information
danielmackay authored Dec 15, 2023
1 parent 66d08a6 commit 29e6258
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 515 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
Loading

0 comments on commit 29e6258

Please sign in to comment.