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

Commit 846f1ee

Browse files
author
Colin McDonnell
committed
changes to homepage
1 parent 28f15f8 commit 846f1ee

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"favicons": "^6.1.0",
5656
"typescript": "^3.8.3"
5757
}
58-
}
58+
}

pages/index.tsx

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,21 @@ const Home = (props: {
126126
>
127127
Get started
128128
</h2>
129-
<button
130-
style={{
131-
padding: '10px 30px',
132-
backgroundColor: globals.accentColor,
133-
color: 'white',
134-
fontSize: '14pt',
135-
border: 'none',
136-
borderRadius: '10px',
137-
}}
138-
>
139-
Fork Devii on GitHub
140-
</button>
129+
<a href="https://github.com/vriad/devii" style={{ cursor: 'pointer' }}>
130+
<button
131+
style={{
132+
padding: '10px 30px',
133+
backgroundColor: globals.accentColor,
134+
color: 'white',
135+
fontSize: '14pt',
136+
border: 'none',
137+
borderRadius: '10px',
138+
cursor: 'pointer',
139+
}}
140+
>
141+
Fork Devii on GitHub
142+
</button>
143+
</a>
141144
</div>
142145
</div>
143146
);

public/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?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, 27 Sep 2020 21:55:32 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[alyssa@example.com]]></managingEditor><webMaster><![CDATA[alyssa@example.com]]></webMaster><ttl>60</ttl><item><title><![CDATA[Dan Abramov knows about Devii]]></title><description><![CDATA[<p>Dan Abramov knows about Devii!</p>
1+
<?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, 27 Sep 2020 22:00:50 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[alyssa@example.com]]></managingEditor><webMaster><![CDATA[alyssa@example.com]]></webMaster><ttl>60</ttl><item><title><![CDATA[Dan Abramov knows about Devii]]></title><description><![CDATA[<p>Dan Abramov knows about Devii!</p>
22
<blockquote>
33
<p>Seems like it might be useful!
44
— Dan Abramov, taken entirely out of context</p>

0 commit comments

Comments
 (0)