Skip to content

Commit

Permalink
chnged gudance overview heading s from h4 to h2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Aug 2, 2024
1 parent f003d4d commit 0ccbaec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions HTML-CSS-Project-1-Impementation-Guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@ <h2 class="header-blue">Phase 1: Ideation & Initial Setup</h2>
<h3>Description</h3>
<p>In this phase, the primary goal is to lay a solid foundation for the project by defining its purpose, audience, and design. This involves brainstorming ideas, creating user stories, and setting up the project environment.</p>

<h4>Ideation and User Story Definition</h4>
<h2>Ideation and User Story Definition</h2>
<p>This task involves brainstorming and refining project ideas, defining user stories that capture the project's essential features and functionality, and documenting these stories in the README. This process helps clarify the project's goals and ensures that the development is user-centered.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#project-overview">Project Overview</a>, <a href="#user-stories">User Stories</a></li>
</ul>

<h4>Initial Planning and Wireframing</h4>
<h2>Initial Planning and Wireframing</h2>
<p>Learners will outline the website's structure and design through wireframes. This includes sketching key pages, choosing color schemes and fonts, and planning content placement. Documenting these decisions helps in creating a clear design blueprint and facilitates a user-centric approach.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#project-overview">Project Overview</a>, <a href="#wireframes">Wireframes</a></li>
</ul>

<h4>Environment Setup and Version Control</h4>
<h2>Environment Setup and Version Control</h2>
<p>Setting up the development environment includes creating a GitHub repository, organizing project files, and linking necessary resources. Proper documentation of this setup ensures that the project is well-organized and version-controlled from the start.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#setup-and-installation">Setup and Installation</a></li>
Expand All @@ -136,19 +136,19 @@ <h2 class="header-blue">Phase 2: Must User Stories Implementation & Testing</h2>
<h3>Description</h3>
<p>This phase focuses on implementing the core functionality of the website as outlined in the Must user stories. It involves coding essential features, validating code, and ensuring visual and functional alignment with initial plans.</p>

<h4>Must User Stories Implementation</h4>
<h2>Must User Stories Implementation</h2>
<p>Essential features are developed based on Must user stories. This task ensures that the core functionality is in place, and the website meets the initial design requirements. Validating HTML and CSS code ensures that the implementation is technically sound.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#user-stories">User Stories</a>, <a href="#features">Features</a></li>
</ul>

<h4>Visual Progress & Testing</h4>
<h2>Visual Progress & Testing</h2>
<p>The website is tested on different devices to ensure visual and functional consistency. Adjustments are made based on initial tests, and changes are documented. This phase ensures that the website's appearance and functionality align with the design specifications.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#testing">Testing</a></li>
</ul>

<h4>Adjustments & Refinement</h4>
<h2>Adjustments & Refinement</h2>
<p>The website is fine-tuned to ensure consistency across all pages and functionality. Significant changes or refinements are documented. This phase involves making final adjustments to polish the website and ensure a seamless user experience.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#testing">Testing</a></li>
Expand All @@ -165,13 +165,13 @@ <h2 class="header-blue">Phase 3: Should User Stories Implementation & Advanced F
<h3>Description</h3>
<p>In this phase, advanced features and enhancements are added based on Should user stories. This includes implementing interactive elements, refining design, and completing comprehensive documentation.</p>

<h4>Should User Stories Implementation</h4>
<h2>Should User Stories Implementation</h2>
<p>Advanced features are integrated, such as interactive elements and responsive design. Documentation of these features ensures that the implementation details are captured.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#features">Features</a></li>
</ul>

<h4>Documentation</h4>
<h2>Documentation</h2>
<p>The README is finalized to cover the project's purpose, features, setup instructions, and any complex code sections. Comprehensive documentation provides clarity for users and developers and ensures that the project is well-documented.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#credits">Credits</a></li>
Expand All @@ -187,13 +187,13 @@ <h2 class="header-blue">Phase 4: Final Testing, Debugging & Deployment</h2>
<h3>Description</h3>
<p>The final phase focuses on ensuring that the project is free from errors, performing thorough testing, and deploying the website. This phase is critical for delivering a functional and polished final product.</p>

<h4>Final Testing & Debugging</h4>
<h2>Final Testing & Debugging</h2>
<p>Comprehensive testing using tools like Chrome DevTools and Lighthouse is conducted to identify and fix any remaining issues. Detailed documentation of the testing results and fixes ensures that the website is fully functional.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#testing">Testing</a></li>
</ul>

<h4>Deployment</h4>
<h2>Deployment</h2>
<p>The website is deployed to GitHub Pages, ensuring that all features and links work correctly. The deployment process is documented to provide a clear guide for the live version of the site.</p>
<ul>
<li><strong>README Sections:</strong> <a href="#deployment">Deployment</a></li>
Expand Down

0 comments on commit 0ccbaec

Please sign in to comment.