gitnet-project/index.html
2016-01-30 22:27:42 +01:00

113 lines
4.3 KiB
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 - Develop and deploy easly you project website!</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="#download">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">Free web hosting using <a href="https://ginet.fr/">git repository</a></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 reposity named like <em>foo-project</em> (url: <em>http://gitlab.fr/projet/<strong>foo</strong></em>).
</p>
<p>Send <a href="https://www.deblan.io/contact">me</a> an email with your reposity url. I will send you back an API Key and a Payload URL. You will have to configure a new webhook with them information.</p>
<p>Push on the branch master to update your website.</p>
</div>
</div>
</section>
<section id="download" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<a href="https://gitnet.fr/user/sign_up" class="btn btn-default btn-lg">Start with free registration</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<p>Simon Vieille - <a href="https://gitnet.fr/deblan/gitnet-project">Source code</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>
</body>
</html>