-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.6 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/img/favicon.webp">
<link rel="apple-touch-icon" href="/img/icon.webp">
<link rel="icon" type="image/webp" sizes="180x180" href="/img/icon.webp">
<meta name="msapplication-TileImage" content="/img/icon.webp">
<title>rgbSource</title>
<meta name="title" content="rgbSource">
<meta name="description" content="">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/projects.css">
<link rel="stylesheet" href="/css/gradient.css">
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
</head>
<body class="no-scroll no-select">
<canvas id="gradient-canvas"></canvas>
<h1>
rgbSource
<br>
<br>
<!-- <i class="small">coming soon.</i> -->
</h1>
<section class="projects-section">
<h2><span class="projects-text">Our Projects</span> <span class="down-arrow">🡻</span></h2>
<div class="project-cards">
<a href="/portal-plus" class="project-card">
<div class="card-content">
<h3><img src="/portal-plus/img/favicon.webp" width="48px" />
Portal Plus</h3>
<p>An enhanced version of Valve's Portal, updated to run on the latest version of the Source SDK Multiplayer branch (TF2).</p>
<span class="card-arrow">🡺</span>
</div>
</a>
</div>
</section>
<script src="/js/gradient.js"></script>
<script src="/js/fade.js"></script>
</body>