Skip to content

Commit 0543aab

Browse files
author
mrmrs
committed
Update the resources page
1 parent a20145e commit 0543aab

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

resources/index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<title>
5-
TACHYONS -
5+
TACHYONS - Resources
66
</title>
7-
<meta name="description" content="Site with resources for Tachyons">
7+
<meta name="description" content="Tachyons related resources">
88
<meta charset="utf-8">
99
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
1010
<meta name="author" content="@mrmrs">
@@ -155,6 +155,12 @@ <h3 class="f5 fw6 bb bw2 pb2 mb3">Recommended Reading</h3>
155155
</article>
156156
<article class="mt5">
157157
<h3 class="f5 fw6 bb bw2 pb2 mb3">Related Projects</h3>
158+
<a class="link fw7 f3 mb4 db black hover-blue" href="https://github.com/jxnblk/tachyons-components">
159+
<span class="db mb1">tachyons-components</span>
160+
<span class="lh-copy f5 fw4 db">
161+
React UI components powered by Tachyons with a styled-components like API
162+
</span>
163+
</a>
158164
<a class="link fw7 f3 mb4 db black hover-blue" href="https://github.com/tachyons-css/tachyons-sass">
159165
<span class="db mb1">tachyons-sass</span>
160166
<span class="lh-copy f5 fw4 db">

src/templates/resources.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<title>
5-
TACHYONS -
5+
TACHYONS - Resources
66
</title>
7-
<meta name="description" content="Site with resources for Tachyons">
7+
<meta name="description" content="Tachyons related resources">
88
<%= head %>
99
</head>
1010
<body class="w-100 sans-serif">
@@ -103,6 +103,12 @@ <h3 class="f5 fw6 bb bw2 pb2 mb3">Recommended Reading</h3>
103103
</article>
104104
<article class="mt5">
105105
<h3 class="f5 fw6 bb bw2 pb2 mb3">Related Projects</h3>
106+
<a class="link fw7 f3 mb4 db black hover-blue" href="https://github.com/jxnblk/tachyons-components">
107+
<span class="db mb1">tachyons-components</span>
108+
<span class="lh-copy f5 fw4 db">
109+
React UI components powered by Tachyons with a styled-components like API
110+
</span>
111+
</a>
106112
<a class="link fw7 f3 mb4 db black hover-blue" href="https://github.com/tachyons-css/tachyons-sass">
107113
<span class="db mb1">tachyons-sass</span>
108114
<span class="lh-copy f5 fw4 db">

0 commit comments

Comments
 (0)