-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (41 loc) · 1.87 KB
/
about.html
File metadata and controls
46 lines (41 loc) · 1.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About - 3DRadSpace</title>
<link rel="icon" type="image/png" href="3dradspace_logo.png">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="header">
<div class="header-left">
<a class="header-left-link" href="index.html">
<img src="3dradspace_logo.png" alt="Logo" class="header-logo">
<span class="header-title">3DRadSpace</span>
</a>
</div>
<div style="align-self: center;">
<nav>
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="download.html">Download</a>
<a class="nav-link" href="Documentation/index.html">Documentation</a>
<a class="nav-link" href="about.html">About</a>
</nav>
</div>
</div>
<div class="content">
<h1>About</h1>
<p>
Here are some ways to get in touch with the development and the community:
</p>
<a title="YouTube" href="https://www.youtube.com/channel/UCiXfOS97DJm305h5rE7Ljng" target="_blank" style="text-decoration: none;">
<img class="social-card" src="youtube-logo.png" alt="Youtube Logo">
</a>
<a title="Discord" href="https://discord.gg/9BcQQyu" target="_blank" style="text-decoration: none; margin-left: 0.5rem;">
<img class="social-card" src="discord-logo.png" alt="Discord Logo">
</a>
<a title="Patreon" href="https://www.patreon.com/3dradspace" target="_blank" style="text-decoration: none; margin-left: 0.5rem;">
<img class="social-card" src="patreon-logo.png" alt="Patreon Logo">
</a>
</div>
</body>
</html>