-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>yɛlɛman s.à.r.l</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="yɛlɛman builds and/or implement your IT-related tools in the field.">
<link rel="canonical" href="https://yeleman.com/">
<style type="text/css">
body {
font-family: BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #222;
max-width: 40rem;
padding: 2rem;
margin: auto;
background: #fafafa;
}
img {
max-width: 100%;
}
a {
color: #2ECC40;
}
h1, h2, strong {
color: #111;
}
body { background-color: #811212; color: white; }
.container { text-align: center; }
h1, h2, strong { color: white; }
a { color: white; }
</style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="pure-g container">
<div class="pure-u-1 infos">
<img class="logo" src="yeleman_white.svg" alt="yeleman logo"/>
<address><p><strong>yɛlɛman s.à.r.l</strong>, <a href="map/">Hippodrome – rue 240, porte 1068</a> – BP. E3713 Bamako (Mali)</p><p><a href="tel:+22376333005">(223) 76 33 30 05</a> • <a href="mailto:[email protected]">[email protected]</a></p></address>
</div>
</div>
</body>
</html>