-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgpukiller.html
241 lines (223 loc) · 8.13 KB
/
gpukiller.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Me - William J. Tolley</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="William J. Tolley - Teacher and Researcher">
<link rel="icon" href="https://goblin-heart.net/sadgrl/assets/images/fav.gif" type="image/gif">
<style>
/* Base Styles */
body {
font-family: 'Nunito', sans-serif;
margin: 0;
background-color: #1E1B2E;
color: #bd9aa6;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.container {
display: flex; /* Enables side-by-side layout */
width: 100%;
max-width: 1200px; /* Adjusts the overall width */
background-color: rgba(41, 40, 77, 0.418);
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
padding: 20px;
z-index: 2;
flex-direction: column; /* Column layout for navbar and content */
}
/* Navbar */
#navbar {
background-color: #2C2850;
padding: 10px 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px; /* Added for bottom rounding */
border-bottom-right-radius: 10px; /* Added for bottom rounding */
width: 100%; /* Full width of the container */
margin-bottom: 20px; /* Space below the navbar */
z-index: 2; /* Ensure it's above the particles */
position: relative;
}
#navbar ul {
list-style: none;
display: flex;
justify-content: space-around;
padding: 0;
margin: 0;
}
#navbar li {
padding: 0 15px;
}
#navbar li a {
color: #AA336A;
text-decoration: none;
font-weight: 700;
}
#navbar li a:hover {
color: #A478CB;
}
/* Main Content */
.content-area {
display: flex; /* Allows the main and photo boxes to be side by side */
width: 100%;
margin-top: 10px; /* Small gap between main content and photo box */
}
main {
flex: 2; /* Main content is wider */
background-color: #403A5B;
padding: 20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Photo Box */
.photo-box {
flex: 1; /* Photo box is narrower */
background-color: #2C2850;
display: flex;
justify-content: center;
align-items: center;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for photo box */
margin-left: 10px; /* Small gap between main content and photo box */
}
.photo-box img {
max-width: 100%; /* Ensures the image fits inside the box */
height: auto;
border-radius: 0%; /* Makes the image circular */
border: 6px solid #2C2850; /* Adds a border around the image */
transition: opacity 0.6s ease-in-out; /* Smooth transition */
}
.photo-box:hover img {
content: url('me2.png'); /* Changes the image on hover */
}
/* Footer */
footer {
background-color: #2C2850;
color: #A478CB;
text-align: center;
padding: 10px;
margin-top: 20px;
border-radius: 10px;
}
</style>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</head>
<body>
<!-- Particles.js Container -->
<div id="particles-js"></div>
<div class="container">
<nav id="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Publications</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="content-area">
<main>
<h1>William J. Tolley</h1>
<style>
.summary p {
text-align: justify;
}
</style>
<div class="summary">
<p>I'm currently a Visiting Assistant Professor of Computer Science at Washington and Lee University and in the final stages of my PhD at Arizona State University. My work is rooted in systems and network security, where I design and analyze privacy-focused technologies and countermeasures against censorship and surveillance. I believe that teaching is more than just passing on knowledge—it’s about immersing students in the kind of problems that challenge them to think deeply, adapt, and create. My approach integrates my research and practical experiences, bridging the gap between theory and impactful application.</p>
<p>I am seeking a tenure-track position at a liberal arts college starting in Fall 2025. My goal is to cultivate an engaging, collaborative space where students become active thinkers and problem-solvers, equipped not just with technical skills but with the mindset to apply them meaningfully in a complex world.</p>
</div>
</main>
<div class="photo-box">
<img src="me.png" alt="William J. Tolley">
</div>
</div>
</div>
<!-- Particles.js Configuration -->
<script>
particlesJS('particles-js', {
"particles": {
"number": {
"value": 1000,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#403A5B"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#ED64F5"
}
},
"opacity": {
"value": 0.5,
"random": false
},
"size": {
"value": 3,
"random": true
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#AA336A",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 2,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "push"
}
},
"modes": {
"repulse": {
"distance": 100,
"duration": 0.4
},
"push": {
"particles_nb": 4
}
}
},
"retina_detect": true
});
</script>
</body>
</html>