-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (27 loc) · 2.06 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="flattr:id" content="lj36x9">
<link href="https://fonts.googleapis.com/css?family=Dosis:200,400" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link href="main.css" rel="stylesheet">
<title>trouble book club</title>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<div class="container header">
<img src=TBC-logo-BLACK-72dpi.png id="logo">
<h2>We craft experiments in fictional worlds<br> <img src="Images/star-glyph.png" height=12><br>Est. 2018</h2>
<!--<span class="firstlet">L</span><Br>-->
<p style="padding-top:60px;"><strong>Lost Mail:</strong> Currently working on a web-based game, drawing from a monthly mystery space-postage detritus project we ran from 03.2018 until 02.2020.<br><img class="fullimg" src="Images/lostmail sm.png"></p>
<!--<p><strong>& Others:</strong> some glimpses of the Lost Mail world and artwork.<br><a href=https://medium.com/and-others><img class="fullimg" src="etc.PNG"></a></p>-->
<p>
Narrative and art direction: <a href=http://xnze.ro>Kit Kuksenok</a><br>
Graphic design and character design: <a href=https://www.coraleecreates.com/>Cora Lee</a><br>
Additional contributions from Victoria Downing; Gaines Hall; Saga Milena Briggs.<br>
Last updated: January 2022
</p>
</div>
</body>
</html>