-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
57 lines (50 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>profile.place</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="https://profile.place/assets/img/logo.png" />
<link rel="icon" href="https://profile.place/assets/img/logo.png" />
<meta name="description" content="All your social profiles in one place. o(〃^▽^〃)o" />
<meta name="theme-color" content="#F5BCD9" />
<meta property="og:description" content="All your social profiles in one place. o(〃^▽^〃)o" />
<meta property="og:title" content="profile.place" />
<meta property="og:image" content="https://cdn.floofy.dev/images/trans.png" />
<meta property="og:url" content="https://profile.place" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@profile_place" />
<link rel='stylesheet' href="./assets/css/style.css" />
</head>
<body>
<div class="container">
<div class="container-content">
<div class="container-left">
<img
src="assets/img/logo.svg"
class="icon"
alt="profile.place Icon"
width='234'
height='234'
draggable='false'
/>
</div>
<div class="container-right">
<h1>
profile.place
</h1>
<p>
We appreciate your interest! Currently, the planned release is around Q4 2021 to Q1 2022. <br/>
<b>Join our Discord server below to stay up to date with any changes.</b>
</p>
<div class="social-row">
<a href="https://discord.profile.place" class="button" style="background-color:#7289DA;color:white;">Discord</a>
<a href="https://twitter.profile.place" class="button" style="background-color:#1DA1F2;color:white;">Twitter</a>
<a href="https://github.profile.place" class="button" style="background-color:#333;color:white;">GitHub</a>
</div>
</div>
</div>
</div>
</body>
</html>