initial commit
This commit is contained in:
commit
7d84b8cf5c
24
about.html
Normal file
24
about.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>About</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div>
|
||||||
|
<h1>About</h1>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a target="_blank" href="https://gitea.guams.fr">My Gitea</a></li>
|
||||||
|
<li><a target="_blank" href="https://abonentendeur.guams.fr">My blog</a></li>
|
||||||
|
<li><a href="about.html">About</a></li>
|
||||||
|
</ul>
|
||||||
|
<a target="_blank" href="https://fish.golf"><img src="img/fishgolf.gif" alt="fishgolf"></a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<h2>W.I.P</h2>
|
||||||
|
</body>
|
||||||
|
</html>
|
40
css/style.css
Normal file
40
css/style.css
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
body {
|
||||||
|
color: white;
|
||||||
|
background-color: #020a14;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
gap: 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
background-color: #020a14;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a {
|
||||||
|
display: block;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
padding: 14px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a:hover {
|
||||||
|
background-color: #424242
|
||||||
|
}
|
BIN
img/fishgolf.gif
Normal file
BIN
img/fishgolf.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
24
index.html
Normal file
24
index.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html class="no-js" lang="">
|
||||||
|
<head>
|
||||||
|
<title>Guams</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title></title>
|
||||||
|
<link rel="stylesheet" href="css/style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div>
|
||||||
|
<h1>Welcome to guams.fr</h1>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a target="_blank" href="https://gitea.guams.fr">My Gitea</a></li>
|
||||||
|
<li><a target="_blank" href="https://abonentendeur.guams.fr">My blog</a></li>
|
||||||
|
<li><a href="about.html">About</a></li>
|
||||||
|
</ul>
|
||||||
|
<a target="_blank" href="https://fish.golf"><img src="img/fishgolf.gif" alt="fishgolf"></a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user