gitnet-project/index.html

41 lines
1.9 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="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="shortcut icon" href="https://gitnet.fr/img/favicon.png" />
<link rel="stylesheet" href="/style.css" />
</head>
<body class="container-fluid">
<div class="row">
<div class="col-md-12">
<section id="home">
<div class="text-center">
<img src="https://gitnet.fr/img/gitea-sm.png" alt="Gitnet" title="Gitnet"
</div>
<h1>
<span>Free web hosting using GIT repositories</span>
</h1>
<div class="table-container" id="about">
<div class="table-row">
<div class="table-cell">
<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>
</div>
</div>
</section>
</div>
</div>
</body>
</html>