Environments, production build (fixes #3)
* Use 'static' env for prod builds * Add build script * Ignore development build dir, remove it from Git
This commit is contained in:
39
dist/index.html
vendored
Normal file
39
dist/index.html
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Kosmos</title>
|
||||
<!--[if IE]>
|
||||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<meta name="generator" content="DocPad v6.78.1" />
|
||||
<link rel="stylesheet" href="/styles/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:300|Abel' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<section id="teaser">
|
||||
<h1>Kosmos</h1>
|
||||
<h2>Open-source group communication for the 21st century</h2>
|
||||
<!--
|
||||
<p>
|
||||
Kosmos is a new kind of team communication service. All of it is based on
|
||||
open standards, data formats and software–combining decades-old,
|
||||
tried-and-true technologies with bleeding-edge, innovative ones.
|
||||
</p>
|
||||
<p>
|
||||
The first version of Kosmos will be a modern, beautiful, easy-to-use,
|
||||
offline-capable, always-on IRC client with added audio/video capabilities,
|
||||
significantly lowering the barrier of entry for participating in open-source
|
||||
project communication.
|
||||
</p>
|
||||
<p>
|
||||
At the moment, Kosmos is pre-alpha work in progress.
|
||||
</p>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>Image: NASA / ESA</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user