-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
62 lines (44 loc) · 1.86 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
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Contact us via Line, Telegram or E-Mail">
<link rel="stylesheet" href="./css/css.css">
<link rel="stylesheet" href="./css/mobile.css">
<link rel="canonical" href="https://crazybrainbangkok.com">
<title>Contact us - Crazy Brain Bangkok</title>
</head>
<body>
<header>
<a id="title" href="./index.html" rel="home" title="Crazy Brain Bangkok" translate="no">Crazy Brain
Bangkok</a>
<!-- Hamburger Menu -->
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<!-- Hamburger Menu End -->
<nav>
<a href="./services.html">Services</a>
<a href="./aboutYou.html">About you</a>
<a href="./pricing.html">Pricing</a>
<a href="./whereToMeet.html">Where to meet</a>
<a href="./aboutUs.html">About us</a>
<a href="./contact.html">Contact</a>
</nav>
</header>
<div class="content">
<h2>Contact</h2>
<h2>Line</h2>
<h2 class="social-ID">crazybrainbangkok</h2>
<a href="https://line.me/ti/p/S0fJGJnjv_"><img class="centered-img" src="img/line_qr.jpg" alt="Line ID"></a>
<h2>Telegram</h2>
<h2 class="social-ID">@CrazyBrainBangkok</h2>
<a href="https://t.me/CrazyBrainBangkok"><img class="centered-img" src="img/QR_Telegram_Small.jpg" alt="Telegram ID"></a>
<h2>E-Mail</h2>
<h2 class="social-ID">[email protected]</h2>
</div>
<footer>Made at Asoke in Bangkok with 💖</footer>
</body>
</html>