diff --git a/README.md b/README.md index 5e5d62a..2bbf0fa 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,20 @@ The aim of the project is to simply make my website look more modern than it use Really, I want to make something a lot more simple and use a more modern framework. While Rust is cool, it just isn't suited for this sort of project. Maybe in a few years time Rust will have matured enough to have easier web frameworks available. [Check here for more info on Rust development](https://www.arewewebyet.org/) --- + +## Starting Off + +Starting off, the easiest thing is creating a new logo. The previous logo is a screenshot of GTA 5 with a blur effect applied to make the text more visible. I'm a fan of the colourful visual style of this old logo, so wanted something as colourful, but with some more effort. With that said, I created the NickBland logo with an SVG creator, so it can scale infinitely, and created a colour bomb on each corner akin to something like the Festival of Colours in India. Additionally, a light and dark theme was made since some people like the choice; photoshop files can be found in the repository. Here's the result: + +### Themes + +![New Dark Theme](./images/SplashDark2.jpg "New Dark theme splash") +![New Light Theme](./images/SplashLight1.jpg "New Light theme splash") + +### Palettes + +| Dark Theme | Light Theme | +| :-----: | :-----: | +| ![New Dark Palette](./images/DarkThemePalette.png "New Dark theme palette") | ![New Light Palette](./images/LightThemePalette.png "New Light theme palette") | + +--- diff --git a/images/DarkThemePalette.png b/images/DarkThemePalette.png new file mode 100644 index 0000000..13a6d37 Binary files /dev/null and b/images/DarkThemePalette.png differ diff --git a/images/LightThemePalette.png b/images/LightThemePalette.png new file mode 100644 index 0000000..bbcbf1f Binary files /dev/null and b/images/LightThemePalette.png differ