-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (73 loc) · 2.65 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
<html>
<head>
<title> andt.io </title>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="index.js"></script>
</head>
<body>
<div class="header box">
<div class="header-text">
<h1> andt.io </h1>
<h2> andrew tran </h2>
</div>
</div>
<div class="projects box">
<div class="flex-area">
<div class="column left">
<div class="item">
<img src="watermelons.png" />
<div class="hidden">
<div class="hidden-text">
<h3>growing watermelons</h3>
<p> puzzle game released on the playstore and itch </p>
<a target="_blank" rel="noopener noreferrer" href="https://patran.itch.io/growing-watermelons">link</a>
</div>
</div>
</div>
<div class="item">
<p> project </p>
</div>
</div>
<div class="column middle">
<div class="item">
<img src="traveller.png" />
<div class="hidden">
<div class="hidden-text">
<h3>traveller ep</h3>
<p> music ep recorded in montreal canada </p>
<a target="_blank" rel="noopener noreferrer" href="https://soundcloud.com/patransaint/sets/traveller">link</a>
</div>
</div>
</div>
<div class="item">
<p> project </p>
</div>
</div>
<div class="column right">
<div class="item">
<img src="accessiblemobilemenu.png" />
x <div class="hidden">
<div class="hidden-text">
<h3> accessible mobile menu </h3>
<p> senior design project at McGill, a web based restaurant menu for low vision users </p>
<a target="_blank" rel="noopener noreferrer" href="https://docs.google.com/presentation/d/1jzRaRKnO8u0yAchgR9PwLsR6g4kBgpOunLuJS5Cfgj4/edit?usp=sharing">overview</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/ATranimal/AccessibleMobileMenu">repo</a>
</div>
</div>
</div>
<div class="item">
<img src="crossbrained.png" />
<div class="hidden">
<div class="hidden-text">
<h3> cross-brained </h3>
<p> unity project experimenting with alternative control methods </p>
<a target="_blank" rel="noopener noreferrer" href="https://patran.itch.io/cross-brained">link</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>