New template
This commit is contained in:
parent
870424fab3
commit
172a159f4e
333 changed files with 40115 additions and 6204 deletions
180
index.html
180
index.html
|
|
@ -1,125 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE HTML>
|
||||
<html 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">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>GITNET - Free web hosting using git repository</title>
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/grayscale.css" rel="stylesheet">
|
||||
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
|
||||
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
|
||||
<i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="#page-top">
|
||||
<i class="fa fa-play-circle"></i> GIT<span class="light">NET</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="hidden">
|
||||
<a href="#page-top"></a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#about">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="page-scroll" href="#startnow">Start now</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<header class="intro">
|
||||
<div class="intro-body">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h1 class="brand-heading">GITNET</h1>
|
||||
<p class="intro-text">
|
||||
<span>
|
||||
Free web hosting using <a href="https://gitnet.fr/">git repository</a>
|
||||
</span>
|
||||
</p>
|
||||
<a href="#about" class="btn btn-circle page-scroll">
|
||||
<i class="fa fa-angle-double-down animated"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section id="about" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2>How does it work?</h2>
|
||||
|
||||
<p>
|
||||
You have an amazing project you want to expose with a website.
|
||||
You want something simple to maintain and deploy. We have the solution: <strong>GIT</strong>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://gitnet.fr/user/sign_up">Register on Gitnet</a> and create a repository.
|
||||
</p>
|
||||
|
||||
<p><a href="https://www.deblan.io/contact">Send me</a> an email with the url of the repository. I will send you back an API Key and a Payload URL. You will have to configure a new webhook with this informations.</p>
|
||||
|
||||
<p>Push on the branch "master" to update your static website accessible via https://gitnet.fr/project/your-project.</p>
|
||||
|
||||
<p><a id="startnow" href="https://gitnet.fr/user/sign_up" class="btn btn-default btn-lg">Start with free registration</a></p>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>GITNET - Free web hosting using git repository</title>
|
||||
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body class="container-fluid">
|
||||
<a class="sr-only" href="#content">Skip to main content</a>
|
||||
<div class="row">
|
||||
<header class="navbar navbar-inverse navbar-fixed-top col-md-12" role="banner">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a href="#home" class="navbar-brand">
|
||||
<strong>GIT</strong>
|
||||
NET
|
||||
</a>
|
||||
</div>
|
||||
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
|
||||
<ul class="nav navbar-nav">
|
||||
<li>
|
||||
<a href="#about">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitnet.fr/user/sign_up">Sign-up</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<section id="home">
|
||||
<p>GITNET</p>
|
||||
<h1>
|
||||
<span>Free web hosting using GIT repositories</span>
|
||||
</h1>
|
||||
<p>
|
||||
<a class="btn" href="#about">Tell me more!</a>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="container text-center">
|
||||
<p>
|
||||
Simon Vieille
|
||||
- <a href="https://gitnet.fr/deblan/gitnet-project">Fork me!</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/jquery.easing.min.js"></script>
|
||||
<script src="js/grayscale.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.deblan.org/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', 5]);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//piwik.deblan.org/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
|
||||
</body>
|
||||
|
||||
</div>
|
||||
<section id="about" class="row">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<p>
|
||||
You have an amazing project you want to expose with a website. You want something simple to maintain and deploy. We have the solution: <strong>GIT</strong>.
|
||||
</p>
|
||||
<p>Register on Gitnet and create a repository. Send me an email with the url of the repository and your project name. I will send you back a validation.</p>
|
||||
<p>Push on the branch "master" to update your static website accessible via https://<strong>your-project</strong>.gitnet.fr/</p>
|
||||
<p>
|
||||
<a class="btn" href="https://gitnet.fr/user/sign_up">Sign-up for free!</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<script src="//codeorigin.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script>$('section').css({minHeight: $(window).height()});</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue