Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Modification du site web
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyluka17 committed Jul 23, 2022
1 parent 6503921 commit 105f757
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
44 changes: 44 additions & 0 deletions community.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Automap Community</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<style>
html {
background-color: #a5a5a5;
background-image: none;
}

body {
color: white !important;
}
</style>
</head>
<body>
<section id="header" align="center">
<img src="img/Automap Community Banner.png">
<h2>Automap Community est en cours de développement.</h2>
<a href="mailto:community@automap.tk" target="_blank">
<button type="button">
<span class="material-symbols-outlined">
share
</span>
Partager votre carte
</button>
</a>
<a href="https://automap.tk">
<button type="button">
<span class="material-symbols-outlined">
keyboard_return
</span>
Retourner sur notre site
</button>
</a>
</section>
</body>
</html>
Binary file added img/Automap Community Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,12 @@ a {
display: inline;
vertical-align: middle;
cursor: pointer;
}

.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48
}

0 comments on commit 105f757

Please sign in to comment.