Skip to content

Commit

Permalink
add profile project
Browse files Browse the repository at this point in the history
  • Loading branch information
zslabs committed Dec 30, 2024
1 parent 2b5fd3f commit 1b1060a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
24 changes: 24 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,30 @@ function Projects() {
Build tool that integrates with Figma API to extract and create SVG
icons for use across desktop, iOS, and Android.
</ListItem>
<ListItem
label="Profile"
href="https://profile.zslabs.com"
icon="profile"
meta={
<IconMetaWrapper>
<Tooltip content="Next.js">
<span className={css({ fontSize: 'lg' })}>
<Icon name="nextjs" />
</span>
</Tooltip>
<Tooltip content="Radix UI">
<Icon name="react-aria" />
</Tooltip>
<Tooltip content="Tailwind CSS">
<span className={css({ fontSize: 'lg' })}>
<Icon name="tailwindcss" />
</span>
</Tooltip>
</IconMetaWrapper>
}
>
Personalized eBay seller profiles; the way they should be.
</ListItem>
<ListItem
label="List"
href="https://list.zslabs.com"
Expand Down
2 changes: 1 addition & 1 deletion icons/build/hash.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const hash = '3kv';
export const hash = 'mru';
7 changes: 5 additions & 2 deletions icons/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"prefix": "3kv",
"lastModified": 1732827925,
"prefix": "mru",
"lastModified": 1735561591,
"icons": {
"1password": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M14 12a4 4 0 1 0 8 0 4 4 0 0 0-8 0m0 0H2v3m4-3v3\"/>"
Expand Down Expand Up @@ -102,6 +102,9 @@
"plus": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9 12h3m3 0h-3m0 0V9m0 3v3m9-11.4v16.8a.6.6 0 0 1-.6.6H3.6a.6.6 0 0 1-.6-.6V3.6a.6.6 0 0 1 .6-.6h16.8a.6.6 0 0 1 .6.6\"/>"
},
"profile": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M18 20a6 6 0 0 0-12 0\"/><circle cx=\"12\" cy=\"10\" r=\"4\"/><circle cx=\"12\" cy=\"12\" r=\"10\"/></g>"
},
"question": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M7.9 8.08c0-4.773 7.5-4.773 7.5 0 0 3.409-3.409 2.727-3.409 6.818M12 19.01l.01-.011\" color=\"currentColor\"/>"
},
Expand Down
4 changes: 2 additions & 2 deletions icons/build/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated 11/28/2024, 4:05:25 PM */
/* Autogenerated 12/30/2024, 7:26:31 AM */

[data-3kv] {
[data-mru] {
display: block;
/* Scale the icon to match the font-size of the parent element. */
width: 1em;
Expand Down
2 changes: 1 addition & 1 deletion icons/build/types.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type IconName = '1password' | 'arc' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'backpack' | 'brush' | 'check' | 'clipboard' | 'digitalocean' | 'dock' | 'figma' | 'github' | 'gremlin' | 'hash' | 'icons' | 'iphone' | 'keyboard' | 'list' | 'logo' | 'map-arrow' | 'mbpro' | 'mimestream' | 'minus' | 'monitor' | 'more' | 'mountain' | 'mountain-snow' | 'mouse' | 'nextjs' | 'peace' | 'plus' | 'question' | 'quote' | 'radix-ui' | 'react-aria' | 'rectangle' | 'refresh' | 'reminders' | 'remix' | 'rhinogram' | 'slack' | 'slack-contrast' | 'sold' | 'stand' | 'star' | 'tailwindcss' | 'terminal' | 'tokens' | 'vs-code' | 'watch' | 'webcam' | 'wes-anderslack' | 'x'
export type IconName = '1password' | 'arc' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'backpack' | 'brush' | 'check' | 'clipboard' | 'digitalocean' | 'dock' | 'figma' | 'github' | 'gremlin' | 'hash' | 'icons' | 'iphone' | 'keyboard' | 'list' | 'logo' | 'map-arrow' | 'mbpro' | 'mimestream' | 'minus' | 'monitor' | 'more' | 'mountain' | 'mountain-snow' | 'mouse' | 'nextjs' | 'peace' | 'plus' | 'profile' | 'question' | 'quote' | 'radix-ui' | 'react-aria' | 'rectangle' | 'refresh' | 'reminders' | 'remix' | 'rhinogram' | 'slack' | 'slack-contrast' | 'sold' | 'stand' | 'star' | 'tailwindcss' | 'terminal' | 'tokens' | 'vs-code' | 'watch' | 'webcam' | 'wes-anderslack' | 'x'
1 change: 1 addition & 0 deletions icons/src/profile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b1060a

Please sign in to comment.