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

Ink template #78

Merged
merged 1 commit into from
Dec 29, 2014
Merged
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
49 changes: 32 additions & 17 deletions tpl/ink.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<!-- Place favicon.ico and apple-touch-icon(s) here -->

<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">

<link rel="shortcut icon" href="http://cdn.ink.sapo.pt/3.1.1/img/favicon.ico">
<link rel="apple-touch-icon" href="http://cdn.ink.sapo.pt/3.1.1/img/touch-icon-iphone.png">
Expand Down Expand Up @@ -51,15 +52,21 @@
<style type="text/css">

body {
background: #ededed;
background: #ffffff;
font-family: sans-serif;
font-size: 90%;
}

header h1 small:before {
content: "|";
margin: 0 0.5em;
font-size: 1.6em;
font-size: 1.5em;
}


h1 {
color: #104e8b
}

article header{
padding: 0;
overflow: hidden;
Expand All @@ -73,7 +80,11 @@
padding-bottom: 2em;
border-bottom: 1px solid #ccc;
}


table, th, td {
border: 1px solid #8b8989;
}

.date {
float: right;
}
Expand All @@ -82,9 +93,13 @@
font-weight: 700;
line-height: 1.5;
}

.push, footer {
height: 120px;
margin-top: 0;
margin-bottom: 10;
}
footer {
background: #ccc;
background: #cdc5bf;
}
</style>
<script>
Expand Down Expand Up @@ -164,29 +179,29 @@ <h1 class="logo xlarge-push-left large-push-left">

<section class="column-group gutters">
<div class="all-20 small-100 tiny-100">
<h3>heading</h3>
<h4>heading</h4>
<img class="half-bottom-space" src="holder.js/1200x600/auto/ink" alt="">
<p>"Red is not the right word," was the reply. "The plague was scarlet. The whole face and body turned scarlet in an hour's time. Don't I know? Didn't I see enough of it? And I am telling you it was scarlet because&mdash;well, because it was scarlet. There is no other word for it."</p>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel tortor vel nisl vestibulum congue vel vel lectus. Cras vehicula metus nec nibh ornare, in ullamcorper ipsum sodales. Duis luctus tempus augue, sed facilisis sem semper non. Pellentesque elementum auctor lectus, a fringilla quam."</p>
</div>
<div class="all-20 small-100 tiny-100">
<h3>heading</h3>
<h4>heading</h4>
<img class="half-bottom-space" src="holder.js/1200x600/auto/ink" alt="">
<p>"Red is not the right word," was the reply. "The plague was scarlet. The whole face and body turned scarlet in an hour's time. Don't I know? Didn't I see enough of it? And I am telling you it was scarlet because&mdash;well, because it was scarlet. There is no other word for it."</p>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel tortor vel nisl vestibulum congue vel vel lectus. Cras vehicula metus nec nibh ornare, in ullamcorper ipsum sodales. Duis luctus tempus augue, sed facilisis sem semper non. Pellentesque elementum auctor lectus, a fringilla quam."</p>
</div>
<div class="all-20 small-100 tiny-100">
<h3>heading</h3>
<h4>heading</h4>
<img class="half-bottom-space" src="holder.js/1200x600/auto/ink" alt="">
<p>"Red is not the right word," was the reply. "The plague was scarlet. The whole face and body turned scarlet in an hour's time. Don't I know? Didn't I see enough of it? And I am telling you it was scarlet because&mdash;well, because it was scarlet. There is no other word for it."</p>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel tortor vel nisl vestibulum congue vel vel lectus. Cras vehicula metus nec nibh ornare, in ullamcorper ipsum sodales. Duis luctus tempus augue, sed facilisis sem semper non. Pellentesque elementum auctor lectus, a fringilla quam."</p>
</div>
<div class="all-20 small-100 tiny-100">
<h3>heading</h3>
<h4>heading</h4>
<img class="half-bottom-space" src="holder.js/1200x600/auto/ink" alt="">
<p>"Red is not the right word," was the reply. "The plague was scarlet. The whole face and body turned scarlet in an hour's time. Don't I know? Didn't I see enough of it? And I am telling you it was scarlet because&mdash;well, because it was scarlet. There is no other word for it."</p>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel tortor vel nisl vestibulum congue vel vel lectus. Cras vehicula metus nec nibh ornare, in ullamcorper ipsum sodales. Duis luctus tempus augue, sed facilisis sem semper non. Pellentesque elementum auctor lectus, a fringilla quam."</p>
</div>
<div class="all-20 small-100 tiny-100">
<h3>heading</h3>
<h4>heading</h4>
<img class="half-bottom-space" src="holder.js/1200x600/auto/ink" alt="">
<p>"Red is not the right word," was the reply. "The plague was scarlet. The whole face and body turned scarlet in an hour's time. Don't I know? Didn't I see enough of it? And I am telling you it was scarlet because&mdash;well, because it was scarlet. There is no other word for it."</p>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel tortor vel nisl vestibulum congue vel vel lectus. Cras vehicula metus nec nibh ornare, in ullamcorper ipsum sodales. Duis luctus tempus augue, sed facilisis sem semper non. Pellentesque elementum auctor lectus, a fringilla quam."</p>
</div>
</section>
</div>
Expand Down