Skip to content

Commit

Permalink
Merge pull request #220 from hnginternship5/fixing
Browse files Browse the repository at this point in the history
made some changes
  • Loading branch information
Yokomon committed May 16, 2019
2 parents 4060aa2 + 1c8f1f3 commit 14b700b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions views/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
</head>
{{> header}}
<div id="about" class="container">
{{!-- Bread crumb --}}
<div class="row">
<div class="col-12">
<div class=" my-4 shadow-sm">
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-white br-0">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item" aria-current="page">About us</li>
</ol>
</nav>
</div>
</div>
</div>

<h1>About us</h1>

Expand Down
13 changes: 13 additions & 0 deletions views/contact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@


<div id="contact" class="container py-0">
{{!-- Bread crumb --}}
<div class="row">
<div class="col-12">
<div class=" my-4 shadow-sm">
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-transparent br-0">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item" aria-current="page">Contact us</a></li>
</ol>
</nav>
</div>
</div>
</div>

<div class="position-absolute vector-bg-1 d-none d-md-block"></div>

Expand Down

0 comments on commit 14b700b

Please sign in to comment.