forked from Friezer-85/BertilleWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
57 lines (53 loc) · 2.56 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="theme-color" content="#520202">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bertille.friezer.eu">
<meta property="og:title" content="bertille - contact.">
<meta property="og:description" content="Trouvez mes différents moyens de contact sur cette page.">
<meta property="og:image" content="https://bertille.friezer.eu/assets/logo.png">
<meta charset="UTF-8">
<title>bertille - contact</title>
<link rel="icon" href="logo.ico" type="image/x-icon">
<link href="https://assets-global.website-files.com/662577361524d2ef8c8819a5/css/clement-3cdeda.webflow.43cc1a398.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic" rel="stylesheet" media="all">
<style>
.center {
text-align: center;
}
</style>
</head>
<body>
<div role="banner" class="navigation w-nav">
<img src="/assets/logo.png" width="150" alt="" class="logo-image">
<div class="navigation-items">
<a href="/" aria-current="page" class="logo-link w-nav-brand" aria-label="home"></a>
<div class="navigation-wrap">
<nav role="navigation" class="navigation-items w-nav-menu">
<a href="/" class="navigation-item w-nav-link">accueil</a>
<a href="/about.html" aria-current="page" class="navigation-item w-nav-link w--current">à propos</a>
<a href="/remerciements.html" class="navigation-item w-nav-link">remerciements</a>
<a href="/contact.html" class="navigation-item w-nav-link">contact</a>
</nav>
<div class="menu-button w-nav-button">
<img src="image/menu-icon.png" width="22" alt="" class="menu-icon">
</div>
</div>
</div>
<div class="w-nav-overlay" id="w-nav-overlay-0"></div>
</div>
<div class="section">
<div class="container center">
<header>
<h1><B>contact</B></h1>
<h2>Vous pouvez me contacter sur :</h2>
<h3><B>discord</B> : @bertille.ht7 </h3>
<h4><B>email</B> :<a href="mailto:[email protected]"> [email protected]</a></h4>
<footer>
<div class="container center">
made with ❤️ by dorian & bertille ✨
</div>
</footer>
</body>
</html>