-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (85 loc) · 3.22 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<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" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="stylesheet" href="styles.css" />
<title>Connect With Us | OpenMindsClub</title>
</head>
<body>
<div class="container">
<div></div>
<div class="window">
<div class="topbar">
<button class="close"></button>
<button class="minimize"></button>
<button class="maximize"></button>
</div>
<div class="terminal">
<p>$╭━━━╮╱╱╱╱╱╱╱╱╭━╮╭━╮╱╱╱╱╱╭╮╱╱╭━━━┳╮╱╱╱╭╮</p>
<p>$┃╭━╮┃╱╱╱╱╱╱╱╱┃┃╰╯┃┃╱╱╱╱╱┃┃╱╱┃╭━╮┃┃╱╱╱┃┃</p>
<p>$┃┃╱┃┣━━┳━━┳━╮┃╭╮╭╮┣┳━╮╭━╯┣━━┫┃╱╰┫┃╭╮╭┫╰━╮</p>
<p>$┃┃╱┃┃╭╮┃┃━┫╭╮┫┃┃┃┃┣┫╭╮┫╭╮┃━━┫┃╱╭┫┃┃┃┃┃╭╮┃</p>
<p>$┃╰━╯┃╰╯┃┃━┫┃┃┃┃┃┃┃┃┃┃┃┃╰╯┣━━┃╰━╯┃╰┫╰╯┃╰╯┃</p>
<p>$╰━━━┫╭━┻━━┻╯╰┻╯╰╯╰┻┻╯╰┻━━┻━━┻━━━┻━┻━━┻━━╯</p>
<p>$╱╱╱╱┃┃</p>
<p>$╱╱╱╱╰╯</p>
<ul>
<li></li>
<li class="instagram">
$
<a href="https://instagram.com/openmindsclub/" target="_blank"
>Instagram</a
>
</li>
<li class="facebook">
$
<a href="https://www.facebook.com/openmindsclub/" target="_blank"
>Facebook</a
>
</li>
<li class="discord">
$
<a href="https://discord.gg/fb9jpc2sjb/" target="_blank"
>Discord</a
>
</li>
<li class="linkedin">
$
<a
href="https://www.linkedin.com/company/open-minds-club"
target="_blank"
>Linkedin</a
>
</li>
<li class="twitter">
$
<a href="https://twitter.com/clubopenminds/" target="_blank"
>Twitter</a
>
</li>
<li>
$
<a href="https://wiki.openmindsclub.net/" target="_blank">Wiki</a>
</li>
<li>
$
<a href="https://app.singlelink.co/u/OMC_OMCast" target="_blank"
>OMCast</a
>
</li>
<li>
<span class="typewriter">$ Welcome to OpenMindsClub...</span>
</li>
</ul>
</div>
</div>
<div class="footer">
<span>“Ce qui ne se partage pas se perd”</span>
<img src="/images/logo.svg" alt="logo" />
</div>
</div>
</body>
</html>