Skip to content
forked from bchiang7/v4

Second iteration of my personal website built with Gatsby and deployed in Netlify

License

Notifications You must be signed in to change notification settings

hamzaPixl/hmounir

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

Logo

hmounir.com - v2

The second iteration of hmounir.com built with Gatsby and hosted with Netlify

Previous iterations: v1

Netlify Status

Generate Typescript code from protobuf message
Report Bug · Request Feature

demo

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    yarn
  4. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

🎨 Color Reference

Dark

Color Hex
Dark Navy #02040f #02040f
Navy #000000 #000000
Light Navy #011627 #011627
Lightest Navy #ced4da #ced4da
Slate #ffffff #ffffff
Light Slate #ced4da #ced4da
Lightest Slate #ffffff #ffffff
White #e6f1ff #e6f1ff
Highlight #e63946 #e63946

Light

Color Hex
Dark Navy #FFFCF2 #FFFCF2
Navy #fbfefb #fbfefb
Light Navy #ffffff #ffffff
Lightest Navy #bcb8b1 #bcb8b1
Slate #000000 #000000
Light Slate #082032 #082032
Lightest Slate #334756 #334756
White #fffbff #fffbff
Highlight #e63946 #e63946

📌 Credits

Big up to Brittany Chiang for her project that inspire me to adapt it on m own, Thanks!

📈 Roadmap

See the open issues for a list of proposed features (and known issues).

✏️ Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🎗 License

Distributed under the MIT License. See LICENSE for more information.

✉️ Contact

Hamza Mounir - @pixlhamza - hamza.pixelle@gmail.com

✅ Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

🔎 Acknowledgments

Project base from bchiang7-v4

About

Second iteration of my personal website built with Gatsby and deployed in Netlify

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%