Skip to content

Commit

Permalink
added initial_data.js and page-map
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxuan committed Feb 21, 2019
1 parent 2beaefc commit 3a86350
Show file tree
Hide file tree
Showing 10 changed files with 38,177 additions and 14 deletions.
3 changes: 3 additions & 0 deletions assets/js/map/initial_data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 17 additions & 14 deletions page-courses.hbs
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{{#is "page"}}{{/is}}

{{!< default}}
{{!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template --}}

{{!-- The big featured header, it uses blog cover image as a BG if available --}}
<header class="site-header outer {{#if feature_image}}" style="background-image: url({{feature_image}}){{else}}no-cover{{/if}}">
<header class="site-header outer {{#if feature_image}}"
style="background-image: url({{feature_image}}){{else}}no-cover{{/if}}">
<div class="inner">
{{> "site-nav"}}
<div class="site-header-content course_page_header">
<h1 class="site-title">Courses</h1>
<div class="search-box">
<form id="search-courses">
<input class="search-txt" type="text" name="" placeholder="Search">
<a class="search-btn">
<i class="fa fa-search"></i>
</a>
</form>
<form id="search-courses">
<input class="search-txt" type="text" name="" placeholder="Search">
<a class="search-btn">
<i class="fa fa-search"></i>
</a>
</form>
</div>
</div>
</div>
Expand Down Expand Up @@ -42,8 +45,8 @@ into the {body} of the default.hbs template --}}

<section class="post-full-content">

<div id="course_cntainer" class="course_container">
</div>
<div id="course_cntainer" class="course_container">
</div>

{{content}}
</section>
Expand All @@ -59,13 +62,13 @@ into the {body} of the default.hbs template --}}
{{#contentFor "scripts"}}
<script type="text/javascript" src="{{asset "js/Courses/courses.js"}}"></script>
<script>
$(function() {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
$(function () {
var $postContent = $(".post-full-content");
$postContent.fitVids();
});
</script>
{{/contentFor}}
{{/contentFor}}
32 changes: 32 additions & 0 deletions page-map-content/css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
src: local('Raleway Black'), local('Raleway-Black'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwK4vWqhPANqczVsq4A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
src: local('Raleway Black'), local('Raleway-Black'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
93 changes: 93 additions & 0 deletions page-map-content/main.01f2ceab.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a86350

Please sign in to comment.