mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Merge branch 'gh-pages' of https://github.com/mathias-github/Flame.ga into gh-pages
This commit is contained in:
commit
36fda2ff59
2 changed files with 8 additions and 4 deletions
|
@ -578,8 +578,8 @@ margin: 25px 0 0 0;
|
|||
<h2 id="news-title">News</h2>
|
||||
<div id="news-box">
|
||||
<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/>
|
||||
<span class="date">June 18, 2015</span></li>
|
||||
<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 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/>
|
||||
<span class="date">June 15, 2015</span></li>
|
||||
<li>We've migrated to a new hosting provider with better server specifications. ;)<br/>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
permalink: sent/
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -8,8 +11,8 @@
|
|||
<style type="text/css">
|
||||
@font-face {
|
||||
font-family: 'icon';
|
||||
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');
|
||||
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-style: normal;
|
||||
}
|
||||
|
@ -160,6 +163,7 @@ font-size:16px;
|
|||
#contact-title:before{
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
Loading…
Reference in a new issue