Mirza-Abbas /
Meta-Introduction-to-Front-End-Development-Course
This repository contains all the programs that I created for the Meta's Introduction to Front-End Web Development Course
Loading repository data…
hytek-org / repository
This repository contains a portfolio template for Hytek members, designed to showcase their personal details and personal web templates. The template is built using Tailwind CSS and Bootstrap 5, along with other web technologies. It offers a clean and modern layout, with a responsive design that adapts to different screen sizes.
This repository contains a portfolio template for Hytek members, showcasing their personal details and personal web templates. The template is built using Tailwind CSS and Bootstrap 5, along with other technologies.
git clone https://github.com/your-username/hytek-members-portfolio.git
Open the project in your preferred code editor.
Customize the template with your own content and personal details.
Modify the CSS and JavaScript files to suit your needs.
Replace the placeholder images with your own portfolio images.
Test the template locally to ensure everything is working correctly.
Deploy the template to your web hosting platform or use it as a starting point for your portfolio project.
The project directory is structured as follows:
├── css/
│ └── main.css
├── js/
│ └── main.js
├── images/
│ ├── portfolio-image1.jpg
│ ├── portfolio-image2.jpg
│ └── ...
├── index.html
└── README.md
The css/ directory contains the main CSS file (main.css) for styling the template.
The js/ directory contains the main JavaScript file (main.js) for any custom functionality.
The images/ directory is where you can store your portfolio images. Replace the placeholder images with your own images.
The index.html file is the main HTML file that renders the portfolio template.
This project is licensed under the Apache License 2.0.
Feel free to use this portfolio template for your personal or professional projects.
Contributions to this project are welcome. If you find any issues or have any suggestions, please open an issue or submit a pull request.
Happy coding!
Selected from shared topics, language and repository description—not editorial ratings.
Mirza-Abbas /
This repository contains all the programs that I created for the Meta's Introduction to Front-End Web Development Course
Mayen007 /
This repository contains my solution to the News Homepage challenge on Frontend Mentor. It showcases a responsive design built with semantic HTML5, CSS, and Bootstrap. The project focuses on creating an adaptive layout for various screen sizes, with hover and focus states for interactivity, emphasizing a mobile-first development approach.