Compare commits
6 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 82f296d708 | |||
| 3d58cde9a6 | |||
| 57d55dba31 | |||
| a82c01fe3d | |||
| 713c00a7b3 | |||
| 146d698e28 |
@@ -10,7 +10,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarFloatingLogo
|
||||
logo="Joseph Alexander"
|
||||
logo="Asadullah"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp"
|
||||
navItems={[
|
||||
{ name: "Work", href: "#work" },
|
||||
@@ -24,8 +24,8 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<FooterMinimal
|
||||
brand="Alexander"
|
||||
copyright="© 2026 Joseph Alexander. All rights reserved."
|
||||
brand="Asadullah"
|
||||
copyright="© 2026 Asadullah. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Twitter", href: "#" },
|
||||
{ icon: "Linkedin", href: "#" },
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
|
||||
/* Creative Portfolio - Clean White */
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@@ -95,7 +96,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: "Inter Tight", sans-serif;
|
||||
--font-sans: 'Poppins', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
@@ -144,7 +145,7 @@ body {
|
||||
margin: 0;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: "Inter Tight", sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -157,7 +158,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Inter Tight", sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
|
||||
/* WEBILD_CARD_STYLE */
|
||||
|
||||
Reference in New Issue
Block a user