Compare commits
10 Commits
version_2_
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fde5354da | |||
| 7aff238635 | |||
| 24d7e02eb7 | |||
| 6090d8a0ba | |||
| e5ba17f7a1 | |||
| dcfe4c31f7 | |||
| 3281e7dcc9 | |||
| 927e5d188f | |||
| e2303eac13 | |||
| 321adbd838 |
@@ -10,7 +10,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarFloatingLogo
|
||||
logo="Joseph Alexander"
|
||||
logo=""
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp"
|
||||
navItems={[
|
||||
{ name: "Work", href: "#work" },
|
||||
@@ -25,7 +25,7 @@ export default function Layout() {
|
||||
</main>
|
||||
<FooterMinimal
|
||||
brand="Alexander"
|
||||
copyright="© 2026 Joseph Alexander. All rights reserved."
|
||||
copyright="© 2026 . All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Twitter", href: "#" },
|
||||
{ icon: "Linkedin", href: "#" },
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/neutral */
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #171717;
|
||||
--primary-cta: #171717;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f5f5f5;
|
||||
--secondary-cta-text: #171717;
|
||||
--accent: #171717;
|
||||
--background-accent: #171717;
|
||||
--background: #e3deea;
|
||||
--card: #ffffff;
|
||||
--foreground: #1f2027;
|
||||
--primary-cta: #1f2027;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1f2027;
|
||||
--accent: #627dc6;
|
||||
--background-accent: #627dc6;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function HomePage() {
|
||||
sectionDescription="Built for the future: modern stacks, optimized performance, and business-first logic."
|
||||
items={[
|
||||
{
|
||||
title: "Architecture Design", description: "Database schema planning and robust backend architecture design.", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-business-presentation-practicing-front-mirror_73899-54482.jpg", tag: "Strategy"},
|
||||
title: "Architecture Design", description: "Database schema planning and robust backend architecture design.", imageSrc: "https://images.pexels.com/photos/6913227/pexels-photo-6913227.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=6913227", tag: "Strategy"},
|
||||
{
|
||||
title: "Web Development", description: "Modern interfaces with Next.js, TypeScript, and Tailwind CSS.", imageSrc: "http://img.b2bpic.net/free-photo/filter-icon-front-side_187299-45145.jpg", tag: "Frontend"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user