Skip to content

Commit

Permalink
refactor previous project
Browse files Browse the repository at this point in the history
  • Loading branch information
tosinmoses384 committed Apr 9, 2019
1 parent 68e2c9f commit b2d9280
Show file tree
Hide file tree
Showing 5 changed files with 841 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Learn Responsive Design/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>

<head>
<title>Tsunami Coffee</title>
<link rel="stylesheet" type="text/css" href="resources/css/reset.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
</head>

<body>
<div class="main">
<nav class="container">
<ul>
<li>Store</li>
<li>Hours</li>
<li>Wholesale</li>
</ul>
</nav>
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/logo.png" />
</div>

<div class="container supporting">
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/beans.png" />
<div class="description">
<h2>Great coffee does not happen by accident.</h2>
<p>We work side by side with farmers around the world to strengthen farming practices to cultivate the best coffee beans in the world. Then, we train our baristas in the sacred art of the brew process, yielding the most flavorful coffee youve ever tasted.
</p>
<p>Tsunami Coffee is certified organic and fair trade.</p>
</div>
</div>

<div class="rating">
<div class="container">
<h1>9.4/10: A rush of flavors. Absolutely divine.</h1>
<p>~ Coffee Critic</p>
</div>
</div>

<div class="container gallery">
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/latte.png" />
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/coffee-man.png" />
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/pastries.png" />
<div class="clearfix"></div>
</div>

<div class="container location">
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-5/tsunami-coffee/images/map.png" />
<h1>Brewed with love in San Francisco.</h1>
</div>

<footer>
<div class="container">
<div class="copyright">
&copy; Tsunami Coffee
</div>

<nav>
<ul>
<li>Store</li>
<li>Hours</li>
<li>Wholesale</li>
</ul>
</nav>
</div>
</footer>

</body>

</html>
Loading

0 comments on commit b2d9280

Please sign in to comment.