Skip to content

AstroMyth101/AstroMyth101.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rashid Al-Ma'awali — Portfolio

Personal portfolio for Rashid Al-Ma'awali, a Mechatronics Engineering student at Sultan Qaboos University focused on embedded control, electropneumatics, robotics, CAD, and research-oriented soft robotics.

Live site: https://AstroMyth101.github.io/

Stack

Built with Eleventy — it outputs plain static HTML (no client framework ships). Case studies and blog posts are authored in Markdown from shared layouts.

src/
├── _data/site.json        # site-wide metadata
├── _includes/             # base, case-study, and post layouts
├── _images/               # source figures (optimized at build by eleventy-img)
├── assets/                # css, js, fonts, profile photo, OG card
├── projects/              # index.njk (filterable index) + one .md per project (card + case study)
├── blog/*.md              # writing
├── index.njk, resume.njk, 404.njk, sitemap.njk
scripts/og.mjs             # regenerates the 1200x630 social card
eleventy.config.mjs

Develop

npm install
npm run serve     # http://localhost:8080 with live reload
npm run build     # outputs to _site/

Notes

  • Self-hosted variable fonts (Inter + Space Grotesk); responsive webp images via @11ty/eleventy-img; auto dark/light that respects prefers-color-scheme.
  • A dedicated /projects/ index lists every case study with client-side domain filtering; the homepage shows a curated subset. The nav highlights the active page/section, and case studies carry breadcrumbs back to the index.
  • sitemap.xml, robots.txt, an Atom feed (/feed.xml), per-page JSON-LD, and an Open Graph card are generated/wired automatically.
  • Deployed to GitHub Pages by .github/workflows/pages.yml (builds with Eleventy on push to main).
  • Privacy: the public site omits any phone number, ID, contract, or other private details, and case-study content is drawn only from public or explicitly cleared sources — never from private repositories (e.g. the soft-glove write-up cites only its public portfolio repo).

Possible next steps

  • Add figures to the figure-light case studies (Numerical Methods, Soft-Glove Dashboard, DAQ, Secure Box, Pipe Robot, Sumo) — e.g. a dashboard screenshot and a simulator capture — as they become available.
  • Connect a custom domain.

About

Personal engineering portfolio showcasing embedded control, electropneumatics, robotics, soft robotics research, CAD design, and mechatronics projects.

Topics

Resources

Stars

Watchers

Forks

Contributors