Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please type your username.

Please type your E-Mail.

Please choose an appropriate title for the post.

Please choose the appropriate section so your post can be easily searched.

Please choose suitable Keywords Ex: post, video.

Browse

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 2870

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions

Author
  • 61k
Author
Asked: November 26, 20242024-11-26T09:26:09+00:00 2024-11-26T09:26:09+00:00

My Portfolio Built Using Astro

  • 61k

LINK: 👉lukeliasi.com

If you're looking to create a fast, statically rendered portfolio website, you may want to consider using the Astro framework. It uses a familiar component syntax similar to React.js but without the need for large JavaScript bundles.

When building my portfolio website, I wanted to make sure it had a consistent and polished look. One way I achieved this was by using CSS variables, also known as CSS custom properties. These allow for easy modification and maintenance of design elements such as colors and font sizes.

Here is my variables style sheet:

:root {   /* Colors */   /* Mint */   --color-mint: #15FF93;   --color-mint-50: #CDFFE8;   --color-mint-100: #B8FFDE;   --color-mint-200: #8FFFCB;   --color-mint-300: #67FFB9;   --color-mint-400: #3EFFA6;   --color-mint-500: #15FF93;   --color-mint-600: #00DC76;   --color-mint-700: #00A458;   --color-mint-800: #006C3A;   --color-mint-900: #00341C;   /* Orange */   --color-orange: #E8871E;   --color-orange-50: #F9E0C5;   --color-orange-100: #F7D6B2;   --color-orange-200: #F3C28D;   --color-orange-300: #F0AE68;   --color-orange-400: #EC9B43;   --color-orange-500: #E8871E;   --color-orange-600: #BB6A13;   --color-orange-700: #884D0E;   --color-orange-800: #553009;   --color-orange-900: #221303;    /* Font sizes */   --font-size-xs: 0.75rem;   /* 12px */   --font-size-sm: 0.875rem;  /* 14px */   --font-size-base: 1rem;    /* 16px, base */   --font-size-lg: 1.125rem;  /* 18px */   --font-size-xl: 1.25rem;   /* 20px */   --font-size-2xl: 1.5rem;   /* 24px */   --font-size-3xl: 1.75rem;  /* 28px */   --font-size-4xl: 2rem;     /* 32px */   --font-size-5xl: 2.25rem;  /* 36px */   --font-size-6xl: 2.5rem;   /* 40px */   --font-size-7xl: 2.75rem;  /* 44px */   --font-size-8xl: 3rem;     /* 48px */   --font-size-9xl: 3.25rem;  /* 52px */   --font-size-10xl: 3.5rem;  /* 56px */   --font-size-11xl: 3.75rem; /* 60px */   --font-size-12xl: 4rem;    /* 64px */   --font-size-13xl: 4.25rem; /* 68px */   --font-size-14xl: 4.5rem;  /* 72px */   --font-size-15xl: 4.75rem; /* 76px */   --font-size-16xl: 5rem;    /* 80px */    /* Font Family */   --font-family-IBM-Plex-Mono: 'IBM Plex Mono', sans-serif;   --font-family-Mukta: 'Mukta', sans-serif; } 
Enter fullscreen mode Exit fullscreen mode

I can then use these values throughout my website styling, e.g:

.intro-welcome {   color: var(--color-mint);   font-family: var(--font-family-IBM-Plex-Mono);   font-size: var(--font-size-base); } 
Enter fullscreen mode Exit fullscreen mode

For now, this is a very brief overview of how I built my website but feel free to follow me as I will be posting a more in depth post about how I built my portfolio.

I encourage others to take inspiration from my website, as it is open source and available on GitHub 💻. Feel free to use it as a reference or starting point for your own projects. Give the repository a star ⭐ if it helped you.

LINK: 👉lukeliasi.com Have fun!

astroportfoliotemplatewebdev
  • 0 0 Answers
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 4k
  • Answers 0
  • Best Answers 0
  • Users 2k
  • Popular
  • Answers
  • Author

    Insights into Forms in Flask

    • 0 Answers
  • Author

    Kick Start Your Next Project With Holo Theme

    • 0 Answers
  • Author

    Refactoring for Efficiency: Tackling Performance Issues in Data-Heavy Pages

    • 0 Answers

Top Members

Samantha Carter

Samantha Carter

  • 0 Questions
  • 20 Points
Begginer
Ella Lewis

Ella Lewis

  • 0 Questions
  • 20 Points
Begginer
Isaac Anderson

Isaac Anderson

  • 0 Questions
  • 20 Points
Begginer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore, ask, and connect. Join our vibrant Q&A community today!

About Us

  • About Us
  • Contact Us
  • All Users

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

Follow

© 2022 Querify Question. All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.