Skip to content

Commit

Permalink
Merge pull request #2 from KANGladiator/forkkan
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSneakyCoder authored Mar 24, 2023
2 parents d5bb48e + ff35628 commit 413b198
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ <h1>Blog</h1>
<div class="card mb-3">
<img src="blog-post-1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Blog Post 1</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ut metus sit amet mauris lobortis rhoncus. Nullam dignissim, sapien eget iaculis sollicitudin, tellus eros feugiat ipsum, vel consequat sapien turpis at lorem. Vivamus varius, ipsum vel congue vestibulum, neque odio pretium ex, ut tristique lorem urna sed lectus.</p>
<p class="card-text"><small class="text-muted">Posted on January 1, 2023</small></p>
<h5 class="card-title">Week 1</h5>
<p class="card-text">We formulated our actual problem, which is fire Hazard in congested high population areas.</p>
<p class="card-text"><small class="text-muted">Posted on March 5, 2023</small></p>
</div>
</div>
<div class="card mb-3">
<img src="blog-post-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Blog Post 2</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ut metus sit amet mauris lobortis rhoncus. Nullam dignissim, sapien eget iaculis sollicitudin, tellus eros feugiat ipsum, vel consequat sapien turpis at lorem. Vivamus varius, ipsum vel congue vestibulum, neque odio pretium ex, ut tristique lorem urna sed lectus.</p>
<p class="card-text"><small class="text-muted">Posted on February </small></p>
<h5 class="card-title">Week 2</h5>
<p class="card-text">We started questioning people who are from these areas, that have they experienced such things before.</p>
<p class="card-text"><small class="text-muted">Posted on March 18, 2023 </small></p>
</div>
</div>
</main>
Expand Down
14 changes: 9 additions & 5 deletions Project.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,19 @@
</nav>
</header>
<main class="container mt-5">
<h1>Our Services</h1>
<h1>What we do</h1>
<p>We have taken various steps to solve the problem, starting by identifying the smaller issue first and using the Design Thinking Process to do things step by step.</p>
<div class="row">
<div class="col-md-4">
<h3>Service 1</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ut metus sit amet mauris lobortis rhoncus. Nullam dignissim, sapien eget iaculis sollicitudin, tellus eros feugiat ipsum, vel consequat sapien turpis at lorem. Vivamus varius, ipsum vel congue vestibulum, neque odio pretium ex, ut tristique lorem urna sed lectus.</p>
<h3>Step 1: Identifying the market or area which faces this problem</h3>
<p>Population density refers to the number of people living in a particular area, usually expressed as the number of individuals per square kilometer. High population density areas have a large number of people living in a relatively small space, which can increase the risk of certain hazards. Here are some examples of places with very high population density and their associated hazards:</p>
<li>Urban Slums: Urban slums are characterized by poor living conditions, overcrowding, and inadequate access to basic services. They are at high risk of disasters such as Fire hazards.</li>
<li>Cities: Cities are often the most densely populated areas on earth. Cities have numerous issues such as congested housing, poor cable management and constant construction due to this they also have a higher risk of disasters such as Fire Hazards.</li>
</div>
<div class="col-md-4">
<h3>Service 2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse ut metus sit amet mauris lobortis rhoncus. Nullam dignissim, sapien eget iaculis sollicitudin, tellus eros feugiat ipsum, vel consequat sapien turpis at lorem. Vivamus varius, ipsum vel congue vestibulum, neque odio pretium ex, ut tristique lorem urna sed lectus.</p>
<h3>Step 2: Surveying the population of these areas</h3>
<p>We have talked to a few people who live in these areas and here is what they had to say about Fire Hazards</p>
<li>"insert Responses here"</li>
</div>
<div class="col-md-4">
<h3>Service 3</h3>
Expand Down

0 comments on commit 413b198

Please sign in to comment.