m-1226 / my_website

My Personal Porfolio Website made with Astro and TailwindCSS.

Home Page:https://mahmoudashraf.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mahmoud Ashraf | My Personal Porfolio Website

my_social_img

Project Structure

├── src/
│   ├── components/
│   │   ├── cv/
│   │   │   ├── TimeLine
│   │   ├── BaseHead.astro
│   │   ├── Card.astro
│   │   ├── Footer.astro
│   │   ├── Header.astro
│   │   └── HorizontalCard.astro
│   │   └── SideBar.astro
│   │   └── SideBarMenu.astro
│   │   └── SideBarFooter.astro
│   ├── content/
│   │   ├── blog/
│   │   │   ├── post1.md
│   │   │   ├── post2.md
│   │   │   └── post3.md
│   │   ├── store/
│   │   │   ├── item1.md
│   │   │   ├── item2.md
│   ├── layouts/
│   │   └── BaseLayout.astro
│   │   └── PostLayout.astro
│   └── pages/
│   │   ├── blog/
│   │   │   ├── [...page].astro
│   │   │   ├── [slug].astro
│   │   └── cv.astro
│   │   └── index.astro
│   │   └── projects.astro
│   │   └── rss.xml.js
│   └── styles/
│       └── global.css
├── public/
│   ├── favicon.svg
│   └── social-image.png
│   └── sprofile.jpg
│   └── social_img.webp
├── astro.config.mjs
├── tailwind.config.cjs
├── package.json
└── tsconfig.json

About

My Personal Porfolio Website made with Astro and TailwindCSS.

https://mahmoudashraf.pages.dev/

License:MIT License


Languages

Language:Astro 94.1%Language:JavaScript 3.8%Language:TypeScript 2.0%Language:CSS 0.1%