From e406793c99fb6ca634519d8d249c422d9c21f598 Mon Sep 17 00:00:00 2001 From: becarta Date: Tue, 4 Feb 2025 02:09:28 +0100 Subject: [PATCH] Netlify upload --- src/components/CustomStyles.astro | 10 +- src/layouts/PageLayout.astro | 4 - src/navigation.ts | 120 +-------------- src/pages/pricing.astro | 244 ------------------------------ src/pages/services.astro | 224 --------------------------- 5 files changed, 10 insertions(+), 592 deletions(-) delete mode 100644 src/pages/pricing.astro delete mode 100644 src/pages/services.astro diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index afe1db0..4de74d6 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -37,7 +37,7 @@ import '@fontsource-variable/inter'; --aw-color-bg-page-dark: rgb(3 6 32); ::selection { - background-color: lavender; + description-color: lavender; } } @@ -56,15 +56,9 @@ import '@fontsource-variable/inter'; --aw-color-bg-page: rgb(3 6 32); ::selection { - background-color: black; + description-color: black; color: snow; } } - .bg-hero { - background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/richardbergsma.png'); - background-size: cover; - background-position: center; -} - diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index e3bc4da..eebcba9 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -2,7 +2,6 @@ import Layout from '~/layouts/Layout.astro'; import Header from '~/components/widgets/Header.astro'; import Footer from '~/components/widgets/Footer.astro'; -import Announcement from '~/components/widgets/Announcement.astro'; import { headerData, footerData } from '~/navigation'; @@ -16,9 +15,6 @@ const { metadata } = Astro.props; --- - - -
diff --git a/src/navigation.ts b/src/navigation.ts index cbaddc7..42105c8 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -3,119 +3,15 @@ import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks'; export const headerData = { links: [ { - text: 'Homes', - links: [ - { - text: 'SaaS', - href: getPermalink('/homes/saas'), - }, - { - text: 'Startup', - href: getPermalink('/homes/startup'), - }, - { - text: 'Mobile App', - href: getPermalink('/homes/mobile-app'), - }, - { - text: 'Personal', - href: getPermalink('/homes/personal'), - }, - ], + text: 'Home', + href: getPermalink('/'), }, - { - text: 'Pages', - links: [ - { - text: 'Features (Anchor Link)', - href: getPermalink('/#features'), - }, - { - text: 'Services', - href: getPermalink('/services'), - }, - { - text: 'Pricing', - href: getPermalink('/pricing'), - }, - { - text: 'About us', - href: getPermalink('/about'), - }, - { - text: 'Contact', - href: getPermalink('/contact'), - }, - { - text: 'Terms', - href: getPermalink('/terms'), - }, - { - text: 'Privacy policy', - href: getPermalink('/privacy'), - }, - ], - }, - { - text: 'Landing', - links: [ - { - text: 'Lead Generation', - href: getPermalink('/landing/lead-generation'), - }, - { - text: 'Long-form Sales', - href: getPermalink('/landing/sales'), - }, - { - text: 'Click-Through', - href: getPermalink('/landing/click-through'), - }, - { - text: 'Product Details (or Services)', - href: getPermalink('/landing/product'), - }, - { - text: 'Coming Soon or Pre-Launch', - href: getPermalink('/landing/pre-launch'), - }, - { - text: 'Subscription', - href: getPermalink('/landing/subscription'), - }, - ], - }, - { - text: 'Blog', - links: [ - { - text: 'Blog List', - href: getBlogPermalink(), - }, - { - text: 'Article', - href: getPermalink('get-started-website-with-astro-tailwind-css', 'post'), - }, - { - text: 'Article (with MDX)', - href: getPermalink('markdown-elements-demo-post', 'post'), - }, - { - text: 'Category Page', - href: getPermalink('tutorials', 'category'), - }, - { - text: 'Tag Page', - href: getPermalink('astro', 'tag'), - }, - ], - }, - { - text: 'Widgets', - href: '#', - }, - ], - actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }], + { text: 'About', href: getPermalink('/#about')}, + { text: 'Resume', href: getPermalink('/#resume') }, + { text: 'Porfolio', href: getPermalink('/#porfolio') }, + { text: 'Blog', href: getPermalink('/blog') }, + + ] }; export const footerData = { diff --git a/src/pages/pricing.astro b/src/pages/pricing.astro deleted file mode 100644 index 0e7fb1a..0000000 --- a/src/pages/pricing.astro +++ /dev/null @@ -1,244 +0,0 @@ ---- -import Layout from '~/layouts/PageLayout.astro'; -import HeroText from '~/components/widgets/HeroText.astro'; -import Prices from '~/components/widgets/Pricing.astro'; -import FAQs from '~/components/widgets/FAQs.astro'; -import Steps from '~/components/widgets/Steps.astro'; -import Features3 from '~/components/widgets/Features3.astro'; -import CallToAction from '~/components/widgets/CallToAction.astro'; - -const metadata = { - title: 'Pricing', -}; ---- - - - - - - - - - - - - - diff --git a/src/pages/services.astro b/src/pages/services.astro deleted file mode 100644 index 6250bd3..0000000 --- a/src/pages/services.astro +++ /dev/null @@ -1,224 +0,0 @@ ---- -import CallToAction from '~/components/widgets/CallToAction.astro'; -import Content from '~/components/widgets/Content.astro'; -import Features2 from '~/components/widgets/Features2.astro'; -import Hero from '~/components/widgets/Hero.astro'; -import Testimonials from '~/components/widgets/Testimonials.astro'; -import Layout from '~/layouts/PageLayout.astro'; - -const metadata = { - title: 'Services', -}; ---- - - - - - - - - - - - - - - -

Main Features

-
-
- - - - - -

Benefits

-
-
- - - - - - - - -