Skip to content

Commit f37d65c

Browse files
committed
add credit for header hero image
add credit to Toptal Subtle Patterns for the "Moroccan Flower Dark" pattern also add header markdown to README for section headers
1 parent 89a1bee commit f37d65c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
![ATLAS - A custom Zendesk theme](thumbnail.png)
22

3+
## About ATLAS:
34
Version 3 saw a complete rewrite of the entire codebase for all available Zendesk templates.
45
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.
56

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

20-
Detailed changelog:
21+
## Notes:
22+
Heavily compressed header pattern from [Toptal Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/moroccan-flower-dark-pattern/)
23+
24+
## Detailed changelog:
2125
- `manifest.json`
2226
- Named version 3 of the theme to "Atlas"
2327
- I am the author of the theme

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Atlas",
33
"author": "ohitsdylan",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"api_version": 2,
66
"default_locale": "en-us",
77
"settings": [

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Hero Area
240240
justify-content: center;
241241
height: 256px;
242242
background: url($assets-moroccan-flower-dark-png) repeat center center fixed;
243+
/* Background pattern from Toptal Subtle Patterns */
243244
}
244245

245246
.search {

0 commit comments

Comments
 (0)