Page MenuHomeDevCentral

D813.diff
No OneTemporary

D813.diff

diff --git a/src/layouts/minimal.html b/src/layouts/minimal.html
new file mode 100644
--- /dev/null
+++ b/src/layouts/minimal.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html class="no-js" lang="en">
+<head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Eglide</title>
+ <link rel="stylesheet" href="{{ root }}assets/css/app.css">
+ <link href="https://fonts.googleapis.com/css?family=Raleway:300,400|Uncial+Antiqua" rel="stylesheet">
+
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
+ <link rel="manifest" href="/manifest.json">
+ <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+ <meta name="apple-mobile-web-app-title" content="Eglide">
+ <meta name="application-name" content="Eglide">
+ <meta name="theme-color" content="#cdebf7">
+</head>
+<body>
+ {{> header-min}}
+ {{> body}}
+ {{> footer}}
+</body>
+</html>
diff --git a/src/pages/placeholder.html b/src/pages/placeholder.html
new file mode 100644
--- /dev/null
+++ b/src/pages/placeholder.html
@@ -0,0 +1,32 @@
+---
+layout: minimal
+title: Eglide
+---
+<header id="welcome">
+ <div class="row hero">
+ <div class="large-10 large-offset-1 columns">
+ <h1>Welcome to Eglide.</h1>
+ <h2>Durant les travaux, l'exposition continue.</h2>
+ </div>
+ </div>
+</header>
+
+<section class="row">
+ <div class="large-4 columns">
+ <p><strong>We're baking a great shell hosting service.</strong> Claim a little space for your files, an IRC connection for you or your bot, a website. Something where to code, experiment, connect with like-minded people..</p>
+ <p><strong>Something different.</strong> The project is fully managed as configuration-as-code with a Salt repository. That means you can contribute to the servers configuration, like you contribute to any other open source project.</p>
+
+ <h3>Current status</h3>
+ <p>We're currently in closed beta. Former Grip users can request an account.</p>
+ </div>
+ <div class="large-4 columns">
+ <p><strong>Für die Freikultur.</strong> Eglide is a free culture project. Everyone is welcome to participate or use it.</p>
+ <p><strong>An open and welcoming environment.</strong> We as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.</p>
+
+ <h3>Contribute</h3>
+ <p>If you want to help, check our <a href="https://devcentral.nasqueron.org/T938">tracking task</a>.</p>
+ </div>
+ <div class="large-4 columns">
+ {{> status}}
+ </div>
+</section>
diff --git a/src/partials/header-min.html b/src/partials/header-min.html
new file mode 100644
--- /dev/null
+++ b/src/partials/header-min.html
@@ -0,0 +1,3 @@
+<header class="header">
+ <h1 class="headline">Eglide<br /><small>Shell Hosting</small></h1>
+</header>

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 13:55 (18 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2621643
Default Alt Text
D813.diff (3 KB)

Event Timeline