polishing

This commit is contained in:
planetabhi
2024-07-14 13:32:26 +05:30
parent 6e5678fef8
commit dc409e78dd
8 changed files with 47 additions and 32 deletions

BIN
public/fonts/body-copy.woff Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -48,5 +48,5 @@ span.tag {
margin-top: var(--spacing-08);
font-size: var(--desktop-caption);
line-height: var(--lh-desktop-caption);
font-family: var(--system-ui);
font-family: var(--body-copy);
}

View File

@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🤗 All Tools", category: "all"},
{title: "All Tools", category: "all"},
...data.tools
];

View File

@@ -6,7 +6,7 @@
background: none;
cursor: pointer;
border-bottom: 2px solid transparent;
font-family: var(--system-ui);
font-family: var(--body-copy);
font-weight: 400;
color: var(--text-secondary-alt);
}

View File

@@ -1,7 +1,7 @@
{
"tools": [
{
"title": "🗿 Art",
"title": "Art",
"category": "art",
"content": [
{
@@ -133,7 +133,7 @@
]
},
{
"title": "🎧 Audio",
"title": "Audio",
"category": "audio",
"content": [
{
@@ -223,7 +223,7 @@
]
},
{
"title": "☕ Code",
"title": "Code",
"category": "code",
"content": [
{
@@ -289,7 +289,7 @@
]
},
{
"title": "✍ Copywriting",
"title": "Copywriting",
"category": "copywriting",
"content": [
{
@@ -469,7 +469,7 @@
]
},
{
"title": "🎨 Design",
"title": "Design",
"category": "design",
"content": [
{
@@ -565,7 +565,7 @@
]
},
{
"title": "🤓 Developer",
"title": "Developer",
"category": "developer",
"content": [
{
@@ -661,7 +661,7 @@
]
},
{
"title": "🎓 Education",
"title": "Education",
"category": "education",
"content": [
{
@@ -697,7 +697,7 @@
]
},
{
"title": "🏙 Enterprise",
"title": "Enterprise",
"category": "enterprise",
"content": [
{
@@ -871,7 +871,7 @@
]
},
{
"title": "👾 Gaming",
"title": "Gaming",
"category": "gaming",
"content": [
{
@@ -907,7 +907,7 @@
]
},
{
"title": "😇 Health",
"title": "Health",
"category": "health",
"content": [
{
@@ -955,7 +955,7 @@
]
},
{
"title": "⚖ Legal",
"title": "Legal",
"category": "legal",
"content": [
{
@@ -991,7 +991,7 @@
]
},
{
"title": "🔌 LLMs",
"title": "LLMs",
"category": "llm",
"content": [
{
@@ -1087,7 +1087,7 @@
]
},
{
"title": "🎸 Music",
"title": "Music",
"category": "music",
"content": [
{
@@ -1159,7 +1159,7 @@
]
},
{
"title": "🤹 No Code",
"title": "No Code",
"category": "nocode",
"content": [
{
@@ -1231,7 +1231,7 @@
]
},
{
"title": "📸 Photos",
"title": "Photos",
"category": "photos",
"content": [
{
@@ -1387,7 +1387,7 @@
]
},
{
"title": "💪 Productivity",
"title": "Productivity",
"category": "productivity",
"content": [
{
@@ -1537,7 +1537,7 @@
]
},
{
"title": "🪁 Prompts",
"title": "Prompts",
"category": "prompts",
"content": [
{
@@ -1609,7 +1609,7 @@
]
},
{
"title": "📚 Research",
"title": "Research",
"category": "research",
"content": [
{
@@ -1657,7 +1657,7 @@
]
},
{
"title": "👍 Social Media",
"title": "Social Media",
"category": "social",
"content": [
{
@@ -1723,7 +1723,7 @@
]
},
{
"title": "📹 Video",
"title": "Video",
"category": "video",
"content": [
{
@@ -1849,7 +1849,7 @@
]
},
{
"title": "✨ Xtras",
"title": "Xtras",
"category": "xtras",
"content": [
{

View File

@@ -16,12 +16,12 @@ const { site, title, tagline } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/icon.png" />
<script src="./theme.js"></script>
<meta name="generator" content={Astro.generator} />
<title>{site} — A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.</title>
<meta name="author" content="@planetabhi">
<meta name="description" content="A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.">
<title>{site} — 300+ AI tools for indie hackers, makers, and SMBs.</title>
<meta name="author" content="Method Black">
<meta name="description" content="300+ AI tools for indie hackers, makers, and SMBs.">
<meta property="og:title" content="Rise of Machine">
<meta property="og:type" content="website" />
<meta property="og:description" content="A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.">
<meta property="og:description" content="300+ AI tools for indie hackers, makers, and SMBs.">
<meta property="og:image" content="https://res.cloudinary.com/drwfwpkeo/image/upload/v1703755911/Light_Screenshot_ub9ydn.png">
<meta property="og:url" content="https://riseofmachine.com/">
<meta name="twitter:card" content="summary_large_image">
@@ -68,23 +68,38 @@ const { site, title, tagline } = Astro.props;
<h1 class="nu-c-h3 nu-u-text--primary nu-u-mt-0 nu-u-mb-2 title">
{title}
</h1>
<p class="nu-c-fs-normal nu-u-text--secondary description-text">{tagline}</p>
<p class="nu-c-fs-normal nu-u-text--secondary-alt description-text">{tagline}</p>
</div>
</header>
<slot />
<div class="footer">
Built with <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro. [┐∵]┘
Built with <a href="https://new-ui.com/templates/directory" class="nu-u-link--subtle" target="_blank">New UI</a> &amp; Astro [┐∵]┘
</div>
</body>
</html>
<style is:global>
@font-face {
font-family: 'body-copy';
src: url('/fonts/body-copy.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'body-copy';
src: url('/fonts/body-copy.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
:root {
--accent: var(--support-info);
--body-copy: 'body-copy', system-ui, sans-serif;
}
html {
font-family: var(--system-ui);
font-family: var(--body-copy);
background-color: var(--background);
}
body {

View File

@@ -11,7 +11,7 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="Make the Most of It"
tagline="Level up your skills with AI &#8212; you've got this."
tagline="300+ AI tools for indie hackers, makers, and SMBs."
>
<main>
<Dashboard client:load />