gitnet-project/index.html
2018-10-20 16:20:07 +02:00

61 lines
2.2 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<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 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. <a href="https://www.deblan.io/contact">Send me an email</a> with the url of the repository and your project name. I will send you back a validation.</p>
<p>Create and push on the branch "gn-pages" 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>