Skip to content

Commit

Permalink
Merge pull request #1 from D3icidal/esther/guide-section
Browse files Browse the repository at this point in the history
Create guide section
  • Loading branch information
D3icidal committed Dec 9, 2018
2 parents 328b89d + eba08c6 commit a4e6932
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 5 deletions.
42 changes: 42 additions & 0 deletions guide/category.html
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="stylesheet" href="../css/bootstrap-grid.min.css">
<link rel="stylesheet" href="../css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="../css/bootstrap.min.css">

<link rel="stylesheet" href="guide.css">

<title>Kitchen</title>
</head>
<body>
<main class="GuidePage">
<div class="m-5">
<div class="container offset-2">
<div class="row mb-5 pt-3">
<h1>Kitchen</h1>
</div>
<div class="row">
<div class="sidebar-section col col-2 d-none d-sm-block">
<div class="row">
<a href="category.html">Kitchen</a>
</div>
<div class="row">
<a href="category.html">Bathroom</a>
</div>
</div>

<div class="col col-6">
<p>
Lorem imsum dolor...
</p>
</div>
</div>
</div>
</div>
</main>
</body>
</html>
28 changes: 23 additions & 5 deletions guide/guide_base.html
Expand Up @@ -14,12 +14,30 @@
</head>
<body>
<main class="GuidePage">
<div class="">
<div class="container">
<h1>Welcome to The Teahouse</h1>
<div class="m-5">
<div class="container col-md-offset-2">
<div class="row mb-5 pt-3">
<h1>Welcome to The Teahouse</h1>
</div>
<div class="row">
<div class="sidebar-section col col-2 d-none d-sm-block">
<div class="row">
<a href="category.html">Kitchen</a>
</div>
<div class="row">
<a href="category.html">Bathroom</a>
</div>
</div>

<div class="col col-md-6">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<div class="row center-block">
Teahouse Guide Page
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a4e6932

Please sign in to comment.