This is a personal portfolio website for Zurain Nazir, designed to showcase skills, education, projects, and contact information in a clean and professional format. The site is built using HTML and CSS, with a focus on responsive design and readability.
assets/ # Folder for images, icons, and other assets
js/ # Folder containing javascript files
pages/ # Folder containing html pages
styles/ # Folder containing stylesheets for project.
triangles/ # Folder containing Webassembly code, along with relevant files.
.gitignore # Contains files to remain untracked by Git
google1c5a59d56df67fd5.html # Verification file for Google Search Console
index.html # Main entry-point HTML file for the website
LICENSE # License information
README.md # Project documentation
sitemap.xml # Sitemap of project. For search engines
- Clone the repository:
git clone https://github.com/fecty/fecty.github.io
- Open
index.htmlin your web browser to view the site locally. - Additionally it is possible to host the project with backend support such as Express.js or Flask.
- Update
index.htmlto change content, sections, or add new projects. Also adjust other html files inpages/accordingly. - Modify
pages/base-styles.cssto adjust colors, spacing, or layout as needed. - Add images or other resources to the
assets/folder.
See LICENSE for details.