-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
115 lines (109 loc) · 4.05 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<head>
<link rel="stylesheet" href="./main.css" />
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<script src="script.js"></script>
<meta
name="google-site-verification"
content="FfS62JJY6OUfOWg4OiVTeuOLSQ_D0lZLWPSN7Es8H9E"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Bungee&family=Fraunces:ital,wght@0,400;0,500;1,400;1,500&family=Yusei+Magic&display=swap"
rel="stylesheet"
/>
<title>AlgoRat</title>
</head>
<body>
<div id="header">
<h1 id="title">AlgoRat</h1>
</div>
<div class="project" onclick="document.location='./ratchelor'">
<h2 class="proj-title"><a href="./ratchelor">The Ratchelor</a></h2>
<p>
Play as The Ratchelor, a smoking hot rat. Slowly narrow down your love
prospects until you find your soulmate.
</p>
<img src="img/ratchelor.gif" />
</div>
<div class="project" onclick="document.location='./sharpiemaker'">
<h2 class="proj-title">
<a href="./sharpiemaker">Sharpiemaker</a>
</h2>
<p>
SharpieMaker! Get spooky-styling with our Hallowen-inspired style selector
costume dresser!
</p>
<img src="img/sharpieheader.png" />
</div>
<div class="project" onclick="document.location='./grad/index.html'">
<h2 class="proj-title"><a href="./grad/index.html">congRATulations</a></h2>
<p>
Graduation e-card for the rat lover grad in your life. Use the customizer
button in the corner to add their name and yours.
</p>
<img src="img/grad.png" />
</div>
<div class="project" onclick="document.location='./sweater/index.html'">
<h2 class="proj-title">
<a href="./sweater/index.html">Sweateratcreator </a>
</h2>
<p>Design a sweater for this tiny rat!</p>
<img src="img/sweater.png" />
</div>
<div class="project" onclick="document.location='./ratmaker/index.html'">
<h2 class="proj-title"><a href="./ratmaker/index.html">Ratmaker </a></h2>
<p>
Rat makeover experience; make your true rat self, make a new buddy, make a
rando rat, up to you!
</p>
<img src="img/ratmaker.png" />
</div>
<div class="project" onclick="document.location='./valentine.html'">
<h2 class="proj-title"><a href="./valentine.html">Algotines </a></h2>
<p>
Auto-generated Valentines! Let that special someone know they are a
special someone
</p>
<img src="img/valentine.png" />
</div>
<div id="about">
<p>
Algorat is a rat-centric computational arts collective. We are
<a href="http://charstiles.com/" target="_blank">Char Stiles</a>,
<a href="https://connieye.com/" target="_blank">Connie Ye</a>,
<a href="https://tatyanade.github.io/portfolio/" target="_blank"
>Tatyana Mustakos</a
>, and <a href="https://caro.io/" target="_blank">Caroline Hermans</a>.
</p>
<p>
Find us on
<a href="https://twitter.com/alg0rat" target="_blank">Twitter</a> and
<a href="https://instagram.com/alg0rat" target="_blank">Insta</a> or
<a href="https://ko-fi.com/alg0rat" target="_blank">buy us a coffee!</a>
</p>
<p>
We were founded at the
<a href="https://studioforcreativeinquiry.org/" target="_blank"
>Frank-Ratchye STUDIO for Creative Inquiry</a
>
in Pittsburgh, PA.
</p>
</div>
<script src="https://www.gstatic.com/firebasejs/8.2.7/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.7/firebase-analytics.js"></script>
<script>
var firebaseConfig = {
apiKey: "AIzaSyA7Eo6WN7CXU5ft28HwZb9Ku0GNf3VYqVI",
authDomain: "ratchelor-analytics.firebaseapp.com",
projectId: "ratchelor-analytics",
storageBucket: "ratchelor-analytics.appspot.com",
messagingSenderId: "10749754195",
appId: "1:10749754195:web:bd4c48504709e2eb84bfa6",
measurementId: "G-0SNS2N7HEB",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</body>