-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#334 fixed most of the layout. shadow was added. need some feedback
- Loading branch information
Your Name
committed
Jun 10, 2021
1 parent
e2c3fe3
commit 42fb0e6
Showing
3 changed files
with
186 additions
and
164 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
--- | ||
layout: default | ||
--- | ||
<!-- This will be our layout for each guide in our collection --> | ||
<!-- This will be our layout for each guide in our collection --> | ||
|
||
<div class="guide guide_layout"> | ||
<div class="guide guide_layout body-shadow"> | ||
<section class="hero-container hero-container--guides"> | ||
<h1 class="title1 col1"> | ||
{{page.title}} | ||
</h1> | ||
<img class="col3" src="/assets/images/guides/OS.svg"> | ||
</section> | ||
</section> | ||
<section class="body-container body-container--guides"> | ||
<div class="content-container content-container--guide"> | ||
<h5 class="title5">In This Guide</h5> | ||
<p class="p1">{{page.description}}</p> | ||
<p class="p1"> Learn best practice for creating a good project image </p> | ||
{{content}} | ||
</div> | ||
|
||
<div class="sticky-nav-container--guides"> | ||
|
||
<nav> | ||
<nav class='nav-border'> | ||
<h2>Contents</h2> | ||
{% include toc.html html=content h_min=2%} | ||
{% include toc.html submenu_class='nav-border-links' html=content h_min=2 h_max=3 %} | ||
</nav> | ||
|
||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
</div> | ||
<!-- <div class='body-shadow'></div> --> |
Oops, something went wrong.