-
Notifications
You must be signed in to change notification settings - Fork 2
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
12 changed files
with
240 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
//= require modernizr/modernizr.js | ||
//= require modernizr/feature-detects/css-vwunit.js |
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 @@ | ||
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FGuoLiTaiWanKeJiDaXueDianZiXueShiBanXiXueHui&width&height=62&colorscheme=dark&show_faces=false&header=false&stream=false&show_border=false&appId=132913846761101" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:62px;" allowTransparency="true"></iframe> |
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,3 +1,16 @@ | ||
%ul | ||
%li this an that | ||
= partial "partials/nav" | ||
%nav.footer-nav | ||
%h1 Footer Navigation | ||
%ul | ||
= partial "partials/nav" | ||
%li | ||
%a{:href => 'https://www.facebook.com/GuoLiTaiWanKeJiDaXueDianZiXueShiBanXiXueHui', :target => '_blank'} | ||
%small Facebook | ||
%article.about{'itemscope' => '', 'itemtype' => 'http://data-vocabulary.org/Organization'} | ||
%h1{'itemprop' => 'name'} 國立臺灣科技大學電資學士班 | ||
%p{'itemprop' => 'address', 'itemscope' => '', 'itemtype' => 'http://data-vocabulary.org/Address'} | ||
%span{'itemprop' => 'country-name'} 臺灣 | ||
%span{'itemprop' => 'postal-code'} 106 | ||
%span{'itemprop' => 'region'} 台北市 | ||
%span{'itemprop' => 'street-address'} 大安區基隆路四段 43 號 電資館 | ||
%p{'itemprop' => 'url'} ece.ntust.co | ||
.fb-likebox= partial "partials/fb-likeBox" |
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,9 +1,9 @@ | ||
-data.heroes.each do |item| | ||
-data_link = item.link | ||
-data_link = '#' if !data_link | ||
.item{:style => 'display: none; background-image: url(\'/' + images_dir.to_s + '/' + item.img + '\')', 'data-link' => item.link} | ||
.inner | ||
.title= item.title | ||
.sub-title= item.subTitle | ||
-if item.credit | ||
.credit= item.credit | ||
|
||
|
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,8 +1,9 @@ | ||
= nav_link '首頁<small>Home</small>', '/' | ||
= nav_link '系介紹<small>About ECE</small>', '/about/' | ||
= nav_link '家族直屬<small>Family</small>', '/family/' | ||
= nav_link '系學會<small>SA</small>', '/SA/' | ||
= nav_link '活動<small>Events</small>', '/events/' | ||
= nav_link '經驗談<small>Blog</small>', '/articles/' | ||
= nav_link '學生專區<small>For Students</small>', '/ece/' | ||
= nav_link '測試<small>For test</small>', '/test_page/' | ||
= nav_link '<span>首頁</span><small>Home</small>', '/' | ||
= nav_link '<span>系介紹</span><small>About ECE</small>', '/about/' | ||
= nav_link '<span>家族直屬</span><small>Family</small>', '/family/' | ||
= nav_link '<span>系學會</span><small>SA</small>', '/SA/' | ||
= nav_link '<span>活動</span><small>Events</small>', '/events/' | ||
= nav_link '<span>經驗談</span><small>Blog</small>', '/articles/' | ||
= nav_link '<span>學生專區</span><small>For Students</small>', '/ece/' | ||
= nav_link '<span>電資學院</span><small>ECCES</small>', 'http://www.ceecs.ntust.edu.tw/' | ||
= nav_link '<span>測試</span><small>For test</small>', '/test_page/' |
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
Oops, something went wrong.