diff --git a/home.css b/home.css index 44a2fb12..80fdf477 100644 --- a/home.css +++ b/home.css @@ -365,7 +365,16 @@ ul { align-content: center; text-align: center; } - +.screenshot img { + width: 400px; + max-height: 100vw; + max-width: 90%; +} +.screenshot { + width: 400px; + max-height: 100vw; + max-width: 90%; +} .caption { text-align: center; } diff --git a/new/index.html b/new/index.html index 10c43392..81c923cf 100644 --- a/new/index.html +++ b/new/index.html @@ -1,8 +1,8 @@ - + -Index Page +Shannon Kay @@ -14,8 +14,9 @@

Index Page

- - +

This is the Index page.

@@ -24,7 +25,7 @@ + diff --git a/themes/index.html b/themes/index.html new file mode 100644 index 00000000..c2ff5296 --- /dev/null +++ b/themes/index.html @@ -0,0 +1,46 @@ + + + + +Themes by Shannon Kay + + + + + + + + +

Themes by Shannon Kay

+ +
+ +
+

Sometimes I like to customize things, and I usually make them more pink.

+ +

NetNewsWire Themes

+

These themes style the article view in NetNewsWire RSS client. The themes work for Mac and iOS, and dark mode is included.

+

Download and installation instructions for NetNewsWire themes.
+Alternate: GitHub

+ +

Shannon Theme for NetNewsWire

+

This is my personal signature theme. It's mostly pink.

+

+Screenshot of Shannon theme on NetNewsWire for iPhone with a light pink background, black text and dark pink accents +Screenshot of Shannon theme on NetNewsWire for Mac with a light pink background, black text and dark pink accents

+

Shannon Theme Dark Mode for NetNewsWire

+

+ Screenshot of Shannon theme in dark mode on NetNewsWire for iPhone with a dark off-black background, light text, and light pink headers and accents + Screenshot of Shannon theme in dark mode on NetNewsWire for Mac with a dark off-black background, light text, and light pink headers and accents

+
+ +
+ + + + + diff --git a/themes/screenshots/Theme-Shannon-NetNewsWire-Mac1.png b/themes/screenshots/Theme-Shannon-NetNewsWire-Mac1.png new file mode 100644 index 00000000..665fe2e7 Binary files /dev/null and b/themes/screenshots/Theme-Shannon-NetNewsWire-Mac1.png differ diff --git a/themes/screenshots/Theme-Shannon-NetNewsWire-iphone1.jpg b/themes/screenshots/Theme-Shannon-NetNewsWire-iphone1.jpg new file mode 100644 index 00000000..b3836bd7 Binary files /dev/null and b/themes/screenshots/Theme-Shannon-NetNewsWire-iphone1.jpg differ diff --git a/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-Mac1.png b/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-Mac1.png new file mode 100644 index 00000000..96fc9adf Binary files /dev/null and b/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-Mac1.png differ diff --git a/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-iphone1.jpeg b/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-iphone1.jpeg new file mode 100644 index 00000000..f9565f64 Binary files /dev/null and b/themes/screenshots/Theme-ShannonDarkMode-NetNewsWire-iphone1.jpeg differ