-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
128 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
--- | ||
|
||
--- | ||
@import 'base'; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
--- | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% include head.html %} | ||
<body> | ||
<header> | ||
{% include navbar.html%} | ||
<div class="project-header"> | ||
<span class="project-label">Project Showcase</span> | ||
<h1 class="project-title">Lucas Burns Mortgages </h1> | ||
<p class="project-summary">This is a mortgage broker website, I designed all pages then built for responsivement using 11ty with Contentful CMS.</p> | ||
<a class="project-link" href="https://lucasburnsmortgages.ca">Visit live site <i class="fa-solid fa-arrow-right"></i></a> | ||
</div> | ||
|
||
</header> | ||
|
||
<main class="page-content" aria-label="Content"> | ||
|
||
<div class="wrapper project-image"> | ||
<img src="../assets/pictures/lbm.jpg" alt="lucas burns mortgages website image"/> | ||
</div> | ||
|
||
</main> | ||
{% include footer.html %} | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
--- | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% include head.html %} | ||
<body> | ||
<header> | ||
{% include navbar.html%} | ||
<div class="project-header"> | ||
<span class="project-label">Project Showcase</span> | ||
<h1 class="project-title">Saha Wellness </h1> | ||
<p class="project-summary">This is an acupunture clinic, I designed all pages then built for responsiveness using Gatsby with Contentful CMS. </p> | ||
<a class="project-link" href="https://sahawellness.ca">Visit live site <i class="fa-solid fa-arrow-right"></i></a> | ||
</div> | ||
|
||
</header> | ||
|
||
<main class="page-content" aria-label="Content"> | ||
|
||
<div class="wrapper project-image"> | ||
<img src="../assets/pictures/sahawellness.jpg" alt="saha wellness website image"/> | ||
</div> | ||
|
||
</main> | ||
{% include footer.html %} | ||
</body> | ||
|
||
</html> |