This repository has been archived by the owner on Mar 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
78 additions
and
77 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,42 +1,42 @@ | ||
@(title: String="DCID")(description: String="")(navbar: Html)(content: Html) | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="@description"> | ||
<title>@title</title> | ||
<link rel="shortcut icon" href="@routes.Assets.at("img/favicon.png")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/bootstrap.min.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/font-awesome.min.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/fonts.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/main.css")"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- top navbar --> | ||
@navbar | ||
|
||
<!-- the actual content of the page --> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<!-- goes here --> | ||
@content | ||
</div> | ||
<!-- the footer --> | ||
<footer> | ||
<hr> | ||
<small>This is still a WORK IN PROGRESS! © Diogo Nunes 2013</small> | ||
</footer> | ||
</div> | ||
|
||
<!-- JavaScript, at the end so the pages load faster --> | ||
<script src="@routes.Assets.at("js/jquery-1.9.0.min.js")"></script> | ||
<script src="@routes.Assets.at("js/bootstrap.min.js")"></script> | ||
|
||
</body> | ||
|
||
</html> | ||
@(title: String="DCID")(description: String="")(navbar: Html)(content: Html) | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="@description"> | ||
<title>@title</title> | ||
<link rel="shortcut icon" href="@routes.Assets.at("img/favicon.png")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/bootstrap.min.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/font-awesome.min.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/fonts.css")"> | ||
<link rel="stylesheet" href="@routes.Assets.at("css/main.css")"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- top navbar --> | ||
@navbar | ||
|
||
<!-- the actual content of the page --> | ||
<div class="container"> | ||
<div class="body-content"> | ||
<!-- goes here --> | ||
@content | ||
</div> | ||
<!-- the footer --> | ||
<footer> | ||
<hr> | ||
<small>This is still a WORK IN PROGRESS! © Diogo Nunes 2013</small> | ||
</footer> | ||
</div> | ||
|
||
<!-- JavaScript, at the end so the pages load faster --> | ||
<script src="@routes.Assets.at("js/jquery-1.9.0.min.js")"></script> | ||
<script src="@routes.Assets.at("js/bootstrap.min.js")"></script> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
@font-face { | ||
font-family: 'BebasNeueRegular'; | ||
src: url('../fonts/BebasNeue-webfont.eot'); | ||
src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/BebasNeue-webfont.woff') format('woff'), | ||
url('../fonts/BebasNeue-webfont.ttf') format('truetype'), | ||
url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
.bebasneue-font {font-family: 'BebasNeueRegular', Tahoma, sans-serif;} | ||
|
||
@font-face { | ||
font-family: 'PtSansRegular'; | ||
src: url('../fonts/PTS55F-webfont.eot'); | ||
src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/PTS55F-webfont.woff') format('woff'), | ||
url('../fonts/PTS55F-webfont.ttf') format('truetype'), | ||
url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
.ptsans-font {font-family: 'PtSansRegular', Calibri, Tahoma, sans-serif;} | ||
@font-face { | ||
font-family: 'BebasNeueRegular'; | ||
src: url('../fonts/BebasNeue-webfont.eot'); | ||
src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/BebasNeue-webfont.woff') format('woff'), | ||
url('../fonts/BebasNeue-webfont.ttf') format('truetype'), | ||
url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
.bebasneue-font {font-family: 'BebasNeueRegular', Tahoma, sans-serif;} | ||
|
||
@font-face { | ||
font-family: 'PtSansRegular'; | ||
src: url('../fonts/PTS55F-webfont.eot'); | ||
src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/PTS55F-webfont.woff') format('woff'), | ||
url('../fonts/PTS55F-webfont.ttf') format('truetype'), | ||
url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
.ptsans-font {font-family: 'PtSansRegular', Calibri, Tahoma, sans-serif;} |
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,10 @@ | ||
body { | ||
font-family: PtSansRegular; | ||
padding-top: 40px; | ||
padding-bottom: 40px; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
font-family: BebasNeueRegular; | ||
} | ||
body { | ||
font-family: PtSansRegular; | ||
font-size: 1.6em; | ||
padding-top: 40px; | ||
padding-bottom: 40px; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
font-family: BebasNeueRegular; | ||
} |