-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (83 loc) · 3.44 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Co2p</title>
<link rel="stylesheet" href="css/colour.css">
<link rel="stylesheet" href="css/layout.css">
<meta content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" name="viewport">
<link rel="shortcut icon" href="img/fav.png">
</head>
<body>
<header class="">
<image href="#" class="icon" src="img/bluedot.svg" alt="Co2p"></image>
<menu>
<!--<a href="#" class="menu-item text-blue">Home</a>
<a class="menu-item">Stuff</a>
<a class="menu-item">Contact</a>-->
</menu>
</header>
<div class="header-divider light_grey"></div>
<main class="content">
<div class="primary_content">
<section class="purple text-white">
<div class="textbox">
<div>
<p class="textbox-title text-white">Who am I?</p>
<p>Hello, my name is Gordon Cooper. I'm happy to have you in this little corner of the internet.<br/>
The plan is to collect links to Code and Design I have made or been involved in here.
So hopefully this page will grow.
</p>
</div>
</div>
</section>
<section class="light_grey text-white">
<div class="textbox">
<image class="icon" src="https://raw.githubusercontent.com/Co2p/SR-EPG/master/img/ic_big.png"></image>
<div>
<a class="textbox-title text-white" href="https://co2p.github.io/SR-EPG/">EPG web for the Swedish Radio (unofficial)</a>
<p>A EPG web-app in the same style as the ones for digital TV, but this one is for radio.
</p>
</div>
</div>
</section>
<section class="blue text-white">
<div class="textbox">
<image class="icon" src="https://raw.githubusercontent.com/Co2p/CluedoCardJS/master/res/favicon.png"></image>
<div>
<a class="textbox-title text-white" href="https://co2p.github.io/CluedoJS/">CluedoCardJS</a>
<p>Is a digital substitute for the suspect cards in Cluedo or Clue.
Designed to be mobile first and offline first.
</p>
</div>
</div>
</section>
<section class="green text-white">
<div class="textbox">
<image class="icon" src=""></image>
<div>
<a class="textbox-title text-white" href="https://co2p.github.io/AoE2/">Age of Empires II Civilization Cheat Sheet</a>
<p>A little cheat sheet for civilizations in Age of Empires II
</p>
</div>
</div>
</section>
<section class="yellow text-white">
<div class="textbox">
<image class="icon" src="https://raw.githubusercontent.com/Co2p/Droplet/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png"></image>
<div>
<a class="textbox-title text-white" href="https://play.google.com/store/apps/details?id=co2p.droplet">Droplet</a>
<p>A themometer basically. I wanted to experiment with presenting weather information in a extremely clear way.
Ended up changing the colour of the entire app, so you can just have it in your peripheral vision and get a idea of the current temperature.<br/>
</p>
</div>
</div>
</section>
</div>
</div>
</main>
<footer class="dark_grey">
<p style="padding-left: 1em;">2020 Gordon Cooper</p>
</footer>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>