Merge branch 'gh-pages' of https://github.com/mathias-github/Flame.ga into gh-pages

This commit is contained in:
mathias 2015-06-29 18:04:42 +03:00
commit 36fda2ff59
2 changed files with 8 additions and 4 deletions

View file

@ -578,8 +578,8 @@ margin: 25px 0 0 0;
<h2 id="news-title">News</h2> <h2 id="news-title">News</h2>
<div id="news-box"> <div id="news-box">
<ul id="news-list"> <ul id="news-list">
<li>A "News" section has been added to our website. We've also created a contact form for questions and issues.<br/> <li>A "News" section has been added to our website. We've also created a contact form to make it easier for you to send us messages.<br/>
<span class="date">June 18, 2015</span></li> <span class="date">June 21, 2015</span></li>
<li>The server should once again run 24/7, after having to solve a few problems. Apologies for the recent downtime.<br/> <li>The server should once again run 24/7, after having to solve a few problems. Apologies for the recent downtime.<br/>
<span class="date">June 15, 2015</span></li> <span class="date">June 15, 2015</span></li>
<li>We've migrated to a new hosting provider with better server specifications. ;)<br/> <li>We've migrated to a new hosting provider with better server specifications. ;)<br/>

View file

@ -1,3 +1,6 @@
---
permalink: sent/
---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -8,8 +11,8 @@
<style type="text/css"> <style type="text/css">
@font-face { @font-face {
font-family: 'icon'; font-family: 'icon';
src: url('fonts/icon.eot'); src: url('/fonts/icon.eot');
src: url('fonts/icon.eot') format('embedded-opentype'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype'), url('fonts/icon.svg') format('svg'); src: url('/fonts/icon.eot') format('embedded-opentype'), url('/fonts/icon.woff') format('woff'), url('/fonts/icon.ttf') format('truetype'), url('/fonts/icon.svg') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -160,6 +163,7 @@ font-size:16px;
#contact-title:before{ #contact-title:before{
margin-right: 16px; margin-right: 16px;
} }
}
</style> </style>
</head> </head>
<body> <body>