This repository was archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (79 loc) · 2.7 KB
/
index.html
File metadata and controls
95 lines (79 loc) · 2.7 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
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
95
<!DOCTYPE html>
<html lang="en">
<head>
<title>coderage | Home</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#2170FE">
<link rel="stylesheet" href="stylesheets/coderage.css">
<link rel="stylesheet" href="stylesheets/loading.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="intrologoload"></div>
<div id="loadzone">
<nav>
<a href="./">HOME</a>
<!-- <a href="about.html">ABOUT</a> -->
<a href="./portfolio.html">PORTFOLIO</a>
<a href="./contact.html">CONTACT</a>
</nav>
<main>
<div id="intrologospace">
<a href="./">
<div id="intrologolinkfill"></div>
</a>
</div>
<div class="basic" id="submain">
<p>
We're two software developers that got started making addons for <i>Garry's Mod</i>
in the early 2010s. Now we're focused on making structurally superior systems.
</p>
<div id="profilecontainer">
<div>
<div class="pfp">
<img src="img/profiles/john-connor.webp" />
</div>
<h1>JOHN CONNOR</h1>
<h2>piqey</h2>
<div class="socialcontainer">
<a href="https://steamcommunity.com/id/masterpro11" class="fa fa-steam"></a>
<a href="https://github.com/piqey" class="fa fa-github"></a>
<a href="https://paypal.me/piqey" class="fa fa-paypal"></a>
</div>
<!-- <p>
I'm fairly certain I like programming more than anything else but so far I
haven't found anything able to stand between myself and my vision for my
projects. I've no formal experience in level or environment design but people
seem to like my work pretty consistently.
</p> -->
</div>
<div>
<div class="pfp">
<img src="img/profiles/thomas-terp.webp" />
</div>
<h1>THOMAS TERP</h1>
<h2>MultiTee</h2>
<div class="socialcontainer">
<a href="https://steamcommunity.com/id/MultiTee" class="fa fa-steam"></a>
<a href="https://github.com/ThomasTerp" class="fa fa-github"></a>
</div>
<!-- <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque
eget ullamcorper tellus. Suspendisse quis vestibulum odio, ac cursus
quam. Curabitur condimentum massa vitae quam mattis interdum. Nunc
sagittis orci orci, ac placerat ipsum feugiat eget.
</p> -->
</div>
</div>
</div>
</main>
<footer>
<p>
© 2021 John Kushmer
</p>
</footer>
</div>
</body>
</html>