-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
55 lines (52 loc) · 2.88 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
<html>
<head>
<!-- Title -->
<title>Terminal.ink</title>
<!-- Meta -->
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta name='theme-color' content='#000000' />
<meta name="description" content="Terminal is a community where developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others.">
<meta property="og:type" content="website">
<meta property="og:title" content="Terminal.ink">
<meta property="og:description" content="The terminal is a community where developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others.">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/330777295952543744/337184029671424000/sdfsdf.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@alexflipnote">
<meta name="twitter:title" content="Terminal.ink">
<meta name="twitter:description" content="Terminal is a community where developers gather together to mostly to talk, share information around, and work together. Here you can meet new people, find help, and just generally have a good time talking with others.">
<meta name="twitter:image" content="https://cdn.discordapp.com/attachments/330777295952543744/337184029671424000/sdfsdf.png">
<meta name="author" content="AlexFlipnote">
<link rel="publisher" href="https://plus.google.com/+AlexanderSamuelsenManso">
<!-- Style -->
<link href="https://modesta.alexflipnote.dev/css/modesta.css" type="text/css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link rel="icon" href="assets/images/favicon.gif" type="image/gif" >
</head>
<body>
<section class="fullscreen">
<div class="background" style="background-image: url('assets/images/background.png'); filter: brightness(20%) blur(5px);"></div>
<div class="center-object">
<div class="center">
<section class="me unset">
<img draggable="false" src="assets/images/avatar.png" class="image-title">
<h1 class="title">
<span class="bold">Terminal.ink</span>
<br>
<span class="undertitle">
a group for Developers<span class="cursor">_</span>
</span>
</h1>
</section>
</div>
<div class="buttons">
<a class="btn hover github" href="https://github.com/Terminal" target="_blank">GitHub</a>
<a class="btn hover discord" href="https://discord.gg/DwBCgta" target="_blank">Discord</a>
<a class="btn hover wet-asphalt" href="https://ls.terminal.ink/" target="_blank">Bot List</a>
</div>
</div>
</section>
</body>
</html>