46 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| <meta charset="utf-8">
 | |
| <title>Themes by Shannon Kay</title>
 | |
|     
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <meta name="theme-color" content="#f9dee1">
 | |
| <link rel="stylesheet" href="../home.css">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     
 | |
| <header><h1>Themes by <a href="../index.html">Shannon Kay</a></h1></header>
 | |
|     
 | |
| <main>
 | |
| <!--     
 | |
| <nav>Navigation goes here</nav> 
 | |
| -->
 | |
| <section class="text">
 | |
| <p>Sometimes I like to customize things, and I usually make them more pink.</p>
 | |
| 
 | |
| <h2 id="NetNewsWire"><a href="#NetNewsWire">NetNewsWire Themes</a></h2>
 | |
| <p>These themes style the article view in <a href="https://netnewswire.com">NetNewsWire</a> RSS client. The themes work for Mac and iOS, and dark mode is included.</p>
 | |
| <p><a href="https://git.freshcozy.dev/shannon/Themes-NetNewsWire">Download and installation instructions for NetNewsWire themes.</a> <br>
 | |
| Alternate: <a href="https://github.com/shannonkay/Themes-NetNewsWire">GitHub</a></p>
 | |
| 
 | |
| <h3>Shannon Theme for NetNewsWire</h3>
 | |
| <p>This is my personal signature theme. It's mostly pink. </p>
 | |
| <p>
 | |
| <a href="screenshots/Theme-Shannon-NetNewsWire-iphone1.jpg"><img src="screenshots/Theme-Shannon-NetNewsWire-iphone1.jpg" class="screenshot" alt="Screenshot of Shannon theme on NetNewsWire for iPhone with a light pink background, black text and dark pink accents"></a> 
 | |
| <a href="screenshots/Theme-Shannon-NetNewsWire-Mac1.png"><img src="screenshots/Theme-Shannon-NetNewsWire-Mac1.png" class="screenshot" alt="Screenshot of Shannon theme on NetNewsWire for Mac with a light pink background, black text and dark pink accents"></a></p>
 | |
| <h4>Shannon Theme Dark Mode for NetNewsWire</h4>
 | |
| <p>
 | |
|     <a href="screenshots/Theme-ShannonDarkMode-NetNewsWire-iphone1.jpeg"><img src="screenshots/Theme-ShannonDarkMode-NetNewsWire-iphone1.jpeg" class="screenshot" alt="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"></a> 
 | |
|     <a href="screenshots/Theme-ShannonDarkMode-NetNewsWire-Mac1.png"><img src="screenshots/Theme-ShannonDarkMode-NetNewsWire-Mac1.png" class="screenshot" alt="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"></a></p>
 | |
| </section>
 | |
|     
 | |
| </main>
 | |
|     
 | |
| <footer>
 | |
|     <p><a href="../index.html">Shannon's Homepage</a></p>
 | |
| </footer>
 | |
|     
 | |
| </body>
 | |
| </html>
 |