-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (102 loc) · 3.97 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
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./styles.css">
</head>
<body id="main">
<div class="wrapper">
<div class="box header">Projects <html>
<head>
<style>
a:link, a:visited {
background-color: #e9b7d2;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: grey;
}
</style>
</head>
<body>
<a href="https://ktantillo.github.io/" target="_blank">Home</a>
</body>
</html></div>
<div class="box packman">Pacman Project
<br /><a href="https://ktantillo.github.io/pacman/"><img src="PacMan1.png" alt="Pacman Project" style="width:42px;height:42px;"></a>
<html>
<head>
<style>
a:link, a:visited {
background-color: #e9b7d2;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: grey;
}
</style>
</head>
<body>
<a href="https://github.com/ktantillo/pacman/" target="_blank">Github Repository and Readme</a>
Browser game where you create Pacmen and watch their behavior dictated by a few simple coded rules.
</body>
</html>
</div>
<div class="box eyes">Eyes Project
<br /><a href="https://ktantillo.github.io/eyes/"><img src="Untitled.png" alt="Eyes Project" style="width:42px;height:42px;"></a>
<html>
<head>
<style>
a:link, a:visited {
background-color: #e9b7d2;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: grey;
}
</style>
</head>
<body>
<a href="https://github.com/ktantillo/eyes/" target="_blank">Github Repository and Readme</a>
Browser animation where the eye graphics follow the users mouse cursor.
</body>
</html>
</div>
<div class="box bus"> Live Bus Tracker
<br /><a href="https://ktantillo.github.io/Bustracker/"><img src="bus.png" alt="Bus Project" style="width:42px;height:42px;"></a>
<html>
<head>
<style>
a:link, a:visited {
background-color: #e9b7d2;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: grey;
}
</style>
</head>
<body>
<a href="https://github.com/ktantillo/Bustracker/" target="_blank">Github Repository and Readme</a>
Tracker that follows the path of public busses as they move between MIT and Harvard.
</body>
</html>
</figure></div>
</div>
</body>
</html>