Skip to content

Commit 59e9492

Browse files
committed
subtitle and explanation of cosmos
1 parent 2533c09 commit 59e9492

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

assets/styles.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ styles: true
1414

1515

1616
/* HP edit add pale text for header */
17-
.feature h2 {
17+
.feature h1 {
1818
font-family: 'Cousine', monospace;
1919
color: #222222;
2020
font-size: 4em;
2121
text-shadow: 4px 4px grey;
2222
}
23+
.feature em {
24+
color: #222222;
25+
font-size: 1.15em;
26+
text-shadow: 2px 2px grey;
27+
}

index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ title:
33
layout: page
44
feature_image: "https://www.jpl.nasa.gov/spaceimages/images/largesize/PIA13111_hires.jpg"
55
feature_text: |
6-
## cosmic_python
6+
# cosmic_python
7+
8+
___simple patterns for building complex applications___
9+
710
---
811

12+
_(Because "Cosmos" is the [opposite of Chaos](https://www.goodreads.com/quotes/604655-cosmos-is-a-greek-word-for-the-order-of-the), you see)_
13+
914
{% include figure.html image="images/cover.png" alt="Cover Image for Architecture Patterns with Python Book" position="right" width="200" %}
1015

1116

0 commit comments

Comments
 (0)