-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 changed files
with
69 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
{% include head.html %} | ||
{% include head.html %} | ||
|
||
<body> | ||
{% include header.html %} | ||
<body> | ||
{% include header.html %} | ||
|
||
<div class="col-md-12 blog-theme-class"> | ||
<!-- Top Blog Header --> | ||
<div class="row jumb-bot"> | ||
<div class="col-md-1"></div> | ||
<div class="jumbotron jumb-bot-jumbu col-md-10"> | ||
<a href="{{ site.baseurl }}/"> | ||
<img class="jumbotron-logo" src="{{ site.baseurl }}/images/dvteam_white.png" /> | ||
</a> | ||
<h1>{{site.title}}</h1> | ||
<p>{{site.description}}</p> | ||
</div> | ||
<div class="col-md-1"></div> | ||
</div> | ||
<div class="col-md-12 blog-theme-class"> | ||
<!-- Top Blog Header --> | ||
<div class="row jumb-bot"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-3"> | ||
<a href="{{ site.baseurl }}/" class="jumbotron-logo-container"> | ||
<img src="{{ site.baseurl }}/images/dvteam_white.png" /> | ||
</a> | ||
</div> | ||
<div class="jumbotron jumb-bot-jumbu col-md-7"> | ||
<h1>{{site.title}}</h1> | ||
<p>{{site.description}}</p> | ||
</div> | ||
<div class="col-md-1"></div> | ||
</div> | ||
<div class="col-md-12"> | ||
{{ content }} | ||
</div> | ||
<!-- <div class="col-md-12 share-div"> | ||
</div> | ||
<div class="col-md-12"> | ||
{{ content }} | ||
</div> | ||
<!-- <div class="col-md-12 share-div"> | ||
<div class="col-md-1"></div> | ||
<div class="col-md-10"> | ||
{% include sharer.html %} | ||
</div> | ||
<div class="col-md-1"></div> | ||
</div> --> | ||
{% include footer.html %} | ||
{% include include_js.html %} | ||
|
||
</body> | ||
{% include footer.html %} | ||
{% include include_js.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
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