Content
This commit is contained in:
parent
c0b4d6f711
commit
768c70f268
2 changed files with 11 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<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>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>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>
|
||||
|
|
|
|||
10
style.css
10
style.css
|
|
@ -62,3 +62,13 @@ body, .container-fluid, .col-md-12 {
|
|||
color: #98BF00;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#about a {
|
||||
color: #98BF00;
|
||||
border-bottom: 2px solid #98BF00;
|
||||
}
|
||||
|
||||
#about a:hover {
|
||||
border-bottom: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue