Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Updated sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Nov 11, 2020
1 parent 98346ba commit e350961
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# github: vriad
github: colinhacks
4 changes: 3 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ const Home = (props: {

<div className="section alternate">
<h2 className="centered">Get started</h2>
<button className="fork-button">Fork Devii on GitHub</button>
<a href="https://github.com/vriad/devii">
<button className="fork-button">Go to README</button>
</a>
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My Awesome Blog]]></title><description><![CDATA[I write about code 'n stuff]]></description><link>https://alyssaphacker.com</link><image><url>https://alyssaphacker.com/icon.png</url><title>My Awesome Blog</title><link>https://alyssaphacker.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 31 Oct 2020 19:19:33 GMT</lastBuildDate><atom:link href="https://alyssaphacker.com/rss.xml" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Mar 2020 04:00:00 GMT</pubDate><copyright><![CDATA[2020 Alyssa P. Hacker]]></copyright><language><![CDATA[en]]></language><managingEditor><![CDATA[[email protected]]]></managingEditor><webMaster><![CDATA[[email protected]]]></webMaster><ttl>60</ttl><item><title><![CDATA[Dan Abramov knows about Devii]]></title><description><![CDATA[<p>Dan Abramov knows about Devii!</p>
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My Awesome Blog]]></title><description><![CDATA[I write about code 'n stuff]]></description><link>https://alyssaphacker.com</link><image><url>https://alyssaphacker.com/icon.png</url><title>My Awesome Blog</title><link>https://alyssaphacker.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 01 Nov 2020 23:18:44 GMT</lastBuildDate><atom:link href="https://alyssaphacker.com/rss.xml" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Mar 2020 04:00:00 GMT</pubDate><copyright><![CDATA[2020 Alyssa P. Hacker]]></copyright><language><![CDATA[en]]></language><managingEditor><![CDATA[[email protected]]]></managingEditor><webMaster><![CDATA[[email protected]]]></webMaster><ttl>60</ttl><item><title><![CDATA[Dan Abramov knows about Devii]]></title><description><![CDATA[<p>Dan Abramov knows about Devii!</p>
<blockquote>
<p>Seems like it might be useful!
— Dan Abramov, taken entirely out of context</p>
Expand Down
4 changes: 4 additions & 0 deletions styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ hr {
color: white;
font-size: 14pt;
padding: 10px 30px;
cursor: pointer;
}
.fork-button:hover {
background-color: mediumturquoise;
}

.author-container {
Expand Down

0 comments on commit e350961

Please sign in to comment.