Skip to content

Commit d459f6a

Browse files
committed
Added notion
1 parent 7629601 commit d459f6a

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

src/assets/Notion.png

251 KB
Loading

src/components/Content.astro

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import Card from "./ui/Card.astro";
2121
import WebflowInspire from '../assets/webflowInspire.png';
2222
import Wireframe from '../assets/wireframe.png';
2323
import Creatoom from '../assets/creatoom.png';
24+
import Notion from '../assets/Notion.png';
2425
2526
import CardContent from "./ui/cardContent.astro";
2627
import CardSubmit from "./ui/cardSubmit.astro";
@@ -160,6 +161,12 @@ import CardSubmit from "./ui/cardSubmit.astro";
160161
</svg>
161162
<span
162163
id="iconAmount"></span></button>
164+
<button class='filterButton' id="productivity" aria-label='Icon Resources'><a>Productivity</a>
165+
<svg data-slot="icon" aria-hidden="true" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
166+
<path clip-rule="evenodd" d="M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251-1.086.484a11.2 11.2 0 0 0-5.45 5.173.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.695 12.695 0 0 1 5.68-4.974l1.086-.483-4.251-1.632a.75.75 0 0 1-.432-.97Z" fill-rule="evenodd"></path>
167+
</svg>
168+
<span
169+
id="productivityAmount">1</span></button>
163170

164171
<button class='filterButton' id="webdev" aria-label='Free resources'><a>Web</a>
165172
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
@@ -296,6 +303,13 @@ import CardSubmit from "./ui/cardSubmit.astro";
296303
src={RadixIcon}
297304
href="https://www.radix-ui.com/icons/?ref=repo.cheddzy.com"/>
298305
</div>
306+
307+
<div class="item show icons">
308+
<p class="labelText">PRODUCTIVITY</p>
309+
<CardContent label="ICONS" title="Notion" func="Powerful productivity & note-taking tool"
310+
src={Notion}
311+
href="https://www.notion.so/?ref=repo.cheddzy.com"/>
312+
</div>
299313
<!--Webdev / Web Design-->
300314
<div class="item show webdev">
301315
<p class="labelText">WEB</p>

src/components/MainHeader.astro

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ import SubmitButton from "./buttons/SubmitButton.astro";
6161
fill-rule="evenodd"></path>
6262
</svg>
6363
<a href="/" target="_self">the design repo</a>
64-
<span>BETA</span>
64+
<span>
65+
<svg data-slot="icon" aria-hidden="true" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
66+
<path clip-rule="evenodd" d="M10.5 3.798v5.02a3 3 0 0 1-.879 2.121l-2.377 2.377a9.845 9.845 0 0 1 5.091 1.013 8.315 8.315 0 0 0 5.713.636l.285-.071-3.954-3.955a3 3 0 0 1-.879-2.121v-5.02a23.614 23.614 0 0 0-3 0Zm4.5.138a.75.75 0 0 0 .093-1.495A24.837 24.837 0 0 0 12 2.25a25.048 25.048 0 0 0-3.093.191A.75.75 0 0 0 9 3.936v4.882a1.5 1.5 0 0 1-.44 1.06l-6.293 6.294c-1.62 1.621-.903 4.475 1.471 4.88 2.686.46 5.447.698 8.262.698 2.816 0 5.576-.239 8.262-.697 2.373-.406 3.092-3.26 1.47-4.881L15.44 9.879A1.5 1.5 0 0 1 15 8.818V3.936Z" fill-rule="evenodd"></path>
67+
</svg>
68+
BETA
69+
</span>
6570
</h1>
6671

6772
<nav class="menu">
@@ -148,6 +153,16 @@ import SubmitButton from "./buttons/SubmitButton.astro";
148153
@apply px-1;
149154
@apply py-0.5;
150155
background-color: #3574F0;
156+
display: flex;
157+
flex-direction: row;
158+
gap: 0.2rem;
159+
align-items: center;
160+
justify-content: center;
161+
}
162+
span svg {
163+
height: 0.6rem;
164+
color: #f0f1f2;
165+
cursor: auto;
151166
}
152167

153168
</style>

0 commit comments

Comments
 (0)