Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add back templates section, fix stylesheet link in parallax template #198

Merged
merged 1 commit into from Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 42 additions & 1 deletion pug/getting_started/getting_started_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,47 @@ <h5>HTML Setup</h5>
</div>
</div>

<!-- Templates -->
<div id="templates" class="scrollspy">
<div class="row">
<div class="col s12">
<h3 class="header">Templates</h3>
<p class="caption">
We have created some starter templates so you can easily start designing your website
with minimal setup up time. Browse through our collection and download your best fit.
</p>
</div>

<div class="col s12 m6">
<h5>Starter Template</h5>
<a href="templates/starter-template/preview.html">
<img class="z-depth-1" style="width: 100%;" src="images/starter-template.gif">
</a>
<p>This is the simplest starter page with a Header, Call-to-Action, and Icon Features. </p>
<a class="btn waves-effect waves-light" style="margin-top: 8px;" href="templates/starter-template/preview.html">
Demo <i class="material-icons right">search</i>
</a>
<a class="btn waves-effect waves-light" style="margin-top: 8px;" href="templates/starter-template.zip">
Download<i class="material-icons right">file_download</i>
</a>
</div>

<div class="col s12 m6">
<h5>Parallax Template</h5>
<a href="templates/parallax-template/preview.html">
<img class="z-depth-1" style="width: 100%;" src="images/parallax-template.jpg">
</a>
<p>This is the simplest starter page with a Header, Call-to-Action, and Icon Features. </p>
<a class="btn waves-effect waves-light" style="margin-top: 8px;" href="templates/parallax-template/preview.html">
Demo<i class="material-icons right">search</i>
</a>
<a class="btn waves-effect waves-light" style="margin-top: 8px;" href="templates/parallax-template.zip">
Download<i class="material-icons right">file_download</i>
</a>
</div>
</div>
</div>



<!-- Third Party Options -->
Expand Down Expand Up @@ -194,4 +235,4 @@ <h5>Compiling Sass</h5>
</div>

</div>
</div>
</div>
4 changes: 2 additions & 2 deletions templates/parallax-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
rel="stylesheet"
/>
<link
href="css/style-parallax.css"
href="css/style.css"
rel="stylesheet"
media="screen,projection"
/>
Expand Down Expand Up @@ -221,4 +221,4 @@ <h5>Connect</h5>
M.AutoInit();
</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions templates/parallax-template/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
rel="stylesheet"
/>
<link
href="css/style-parallax.css"
href="css/style.css"
rel="stylesheet"
media="screen,projection"
/>
Expand Down Expand Up @@ -221,4 +221,4 @@ <h5>Connect</h5>
M.AutoInit();
</script>
</body>
</html>
</html>