-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocials.html
94 lines (94 loc) · 4.89 KB
/
socials.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
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="de">
<head>
<!-- set some defalt formating stuff -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- import css file -->
<link rel="stylesheet" href="css/main.css">
<!-- set page title -->
<title>Snoweuph - Socials</title>
<!-- import favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<header>
<nav>
<ul class="top_nav">
<li class="nav_list_object"></li>
<li class="nav_logo_container">
<div class="nav_logo">
<a href="https://snoweuph.github.io">
<img src="public/img/logo.gif" class="nav_logo_img">
</a>
</div>
<h1 class="nav_logo_text">Snoweuph</h1>
</li>
<li class="nav_list_object">
<a class="nav_text" href="https://snoweuph.github.io">Home</a>
</li>
<li class="nav_list_object">
<a class="nav_text" href="https://snoweuph.github.io/socials.html">Socials</a>
</li>
<li class="nav_list_object"></li>
</ul>
</nav>
</header>
<section>
<div class="wrapper">
<div class="background">
<svg class="slice_svg" viewBox="0 0 1879 388" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="#151515" d="M 0 388 C 481.5 388 481.5 131 963 131 L 963 131 L 963 0 L 0 0 Z" stroke-width="0"></path>
<path fill="#151515" d="M 962 131 C 1420.5 131 1420.5 27 1879 27 L 1879 27 L 1879 0 L 962 0 Z" stroke-width="0"></path>
</svg>
</div>
<div class="content-wrapper">
<div class="content-field content-field-transparent">
<div class="link-section">
<div class="link-item link-item-small">
<a href="https://git.euph.dev/Snoweuph" class="link-button">
<div class="link-icon-float">
<div class="link-icon-beaon" style="background-color:#5f9825"></div>
<img src="public/img/socials/gitea.svg" class="link-icon-float-img">
</div>
<p class="link-button-text">Gitea</p>
<div class="link-arrow-wrapper">
<img src="public/img/link-button-arrow.svg" class="link-arrow">
</div>
</a>
</div>
<div class="link-item link-item-small">
<a href="https://github.com/snoweuph" class="link-button">
<div class="link-icon-float">
<div class="link-icon-beaon" style="background-color:#111111d9"></div>
<img src="public/img/socials/github.svg" class="link-icon-float-img">
</div>
<p class="link-button-text">Github</p>
<div class="link-arrow-wrapper">
<img src="public/img/link-button-arrow.svg" class="link-arrow">
</div>
</a>
</div>
<div class="link-item link-item-full">
<a href="https://matrix.to/#/@snoweuph:matrix.org" class="link-button">
<div class="link-icon-float">
<div class="link-icon-beaon" style="background-color:#ffffff"></div>
<img src="public/img/socials/matrix.svg" class="link-icon-float-img">
</div>
<p class="link-button-text">Matrix</p>
<div class="link-arrow-wrapper">
<img src="public/img/link-button-arrow.svg" class="link-arrow">
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>