Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.33 KB

File metadata and controls

73 lines (52 loc) · 2.33 KB

3MM4NU31.github.io

Welcome to the source code for EmmanuelAAM's personal website! This repository contains all the files and assets that power the static site hosted via GitHub Pages.

Project Overview

This project is a personal portfolio and blog, showcasing projects, skills, and insights. Built as a static site, it leverages HTML, CSS, JavaScript, and possibly other web technologies to deliver a responsive and interactive experience.

Features

  • Portfolio: Highlight of selected projects and achievements.
  • Blog: Posts and articles on technology, design, and personal growth.
  • Contact: Ways to reach EmmanuelAAM via social media or email.
  • Responsive Design: Works well on desktops, tablets, and mobile devices.
  • Fast & Secure: Hosted with GitHub Pages for reliability and speed.

Getting Started

To run or modify this site locally:

  1. Clone the repository:

    git clone https://github.com/EmmanuelAAM/3MM4NU31.github.io.git
    cd 3MM4NU31.github.io
  2. Open the site:

    • Simply open index.html in your browser to preview the site locally.
    • For more advanced workflows, you can use Live Server or similar tools.

Structure

├── index.html
├── assets/
│   ├── images/
│   └── css/
│   └── js/
├── blog/
├── projects/
└── README.md
  • index.html: The home page.
  • assets/: Contains images, CSS, and JavaScript files.
  • blog/: Blog posts and related files.
  • projects/: Portfolio projects.
  • README.md: This file.

Contributing

Contributions and suggestions are welcome! Feel free to open issues or submit pull requests for improvements.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact


Powered by GitHub Pages.
© EmmanuelAAM