diff --git a/index.html b/index.html index d756e5a..1c3aae5 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@

You have an amazing project you want to expose with a website. You want something simple to maintain and deploy. We have the solution: GIT.

-

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.

+

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.

Push on the branch "master" to update your static website accessible via https://your-project.gitnet.fr/

Sign-up for free! diff --git a/style.css b/style.css index 2d3de5d..6676c5d 100644 --- a/style.css +++ b/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; +}