forked from Delta7Actual/Unity-Crafted-Indies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (67 loc) · 2.28 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
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="CSS/home.css" />
<title>UCI - HOME</title>
</head>
<body>
<div class="left-column">
<nav>
<a href="contributors.html" class="nav-button no-link">
CONTRIBUTORS
</a>
<a href="gameslist.html" class="nav-button no-link"> GAMES </a>
</nav>
<div class="left-title-container">
<div class="PrimaryTitle">WELCOME!</div>
<div class="SubTitle">
Help us <span class="box">CREATE</span> and
<span class="box">INSPIRE</span>
</div>
<div class="left-sub-container">
This project's purpose is to provide a safe space to display and show
off the games YOU make. <br />
Feel free to host your game here, or just get inspired by others!
<br />
If you want to contribute or have any questions feel free to message
us.
</div>
</div>
</div>
<div class="right-column-top">
<div class="right-title-container">
<div class="SubTitle">Feel free to contribute!</div>
<div class="right-sub-container">
<div class="content">
<div class="text-logo-container">
<div class="Git-Text">Learn how to contribute</div>
<img class="logo" src="Images/Git.png" />
</div>
<a
href="https://github.com/Delta7Actual/Unity-Crafted-Indies/blob/main/README.md"
><div class="link">Link to README.md</div></a
>
</div>
</div>
</div>
</div>
<div class="right-column-bottom">
<div class="right-title-container">
<div class="SubTitle">Current active projects</div>
<div class="game-container">
<a href="Games/Room-Temperature/index.html" class="game"
>@WDmaster235 - RoomTemperature</a
>
<a href="Games/HittingTheTarget/index.html" class="game"
>@Arad05 - Hitting The Target</a
>
<!-- <a href="Games/YOUR-GAME/index.html" class="game"
>@YOU - YOUR-GAME-NAME</a
> -->
</div>
</div>
</div>
</body>
</html>