Skip to content

Commit

Permalink
add credit for header hero image
Browse files Browse the repository at this point in the history
add credit to Toptal Subtle Patterns for the "Moroccan Flower Dark" pattern

also add header markdown to README for section headers
  • Loading branch information
ohitsdylan committed Nov 27, 2020
1 parent 89a1bee commit f37d65c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
![ATLAS - A custom Zendesk theme](thumbnail.png)

## About ATLAS:
Version 3 saw a complete rewrite of the entire codebase for all available Zendesk templates.
Design for the theme was done from a mobile-first perspective with an effort made to reduce file sizes and data consumption as much as possible, understanding that those who might need to access the information on the HelpCenter could be in locations with slow 3G connections.

Some specific points in the new version include:
## Some specific points in the new version include:
- Greatly improved template code quality
- Proper indentations, fewer unnecessary tags, and no unused classes.
- Increased mobile device support.
Expand All @@ -17,7 +18,10 @@ Some specific points in the new version include:
- Using Phosphor icons. Fun and small!
- Articles now include useful utility elements for an enhanced reader experience

Detailed changelog:
## Notes:
Heavily compressed header pattern from [Toptal Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/moroccan-flower-dark-pattern/)

## Detailed changelog:
- `manifest.json`
- Named version 3 of the theme to "Atlas"
- I am the author of the theme
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Atlas",
"author": "ohitsdylan",
"version": "3.0.0",
"version": "3.0.1",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Hero Area
justify-content: center;
height: 256px;
background: url($assets-moroccan-flower-dark-png) repeat center center fixed;
/* Background pattern from Toptal Subtle Patterns */
}

.search {
Expand Down

0 comments on commit f37d65c

Please sign in to comment.