D
ça contionne maintenant
This commit is contained in:
parent
3391e6fad9
commit
f32ba315ef
158 changed files with 39521 additions and 345 deletions
12
ubuntu/site/_includes/footer.html
Executable file
12
ubuntu/site/_includes/footer.html
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
<footer class="site-footer">
|
||||
<div class="row">
|
||||
<div class="small-8 columns">
|
||||
<p>Created and maintained by <a href="//earaujoassis.com/">Ewerton Assis</a> © {{ site.time | date: '%Y' }}</p>
|
||||
</div>
|
||||
<div class="small-4 columns text-right">
|
||||
<a href="//github.com/earaujoassis/ubuntu-fontface" class="button github">
|
||||
<span class="octicon octicon-logo-github"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
17
ubuntu/site/_includes/head.html
Executable file
17
ubuntu/site/_includes/head.html
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
<link rel="stylesheet" href="{{ "/components/foundation/css/normalize.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/components/foundation/css/foundation.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/components/octicons/octicons/octicons.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/components/ubuntu-fontface/ubuntu.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/css/ubuntu-fontface-site.css" | prepend: site.baseurl }}">
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
|
||||
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-69793003-1','auto');ga('send','pageview');</script>
|
||||
</head>
|
||||
7
ubuntu/site/_includes/header.html
Executable file
7
ubuntu/site/_includes/header.html
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
<header class="site-header">
|
||||
<div class="row">
|
||||
<div class="columns large-12">
|
||||
<h1>Ubuntu Font Family Bower-ready</h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue