-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (242 loc) · 17 KB
/
Copy pathindex.html
File metadata and controls
270 lines (242 loc) · 17 KB
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travis Teo — Contact</title>
<meta name="description" content="Get in touch with Travis Teo — all social links, platforms, and contact info in one place.">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-net">
<a href="https://travisteo.com" class="sn-link">travisteo.com</a>
<a href="https://portfolio.travisteo.com" class="sn-link">portfolio</a>
<a href="https://projects.travisteo.com" class="sn-link">projects</a>
<a href="https://resume.travisteo.com" class="sn-link">resume</a>
<a href="https://writeups.travisteo.com" class="sn-link">writeups</a>
<a href="https://contact.travisteo.com" class="sn-link current">contact</a>
</div>
<nav class="main-nav">
<a href="https://travisteo.com" class="nav-logo">Travis Teo</a>
<ul class="nav-links" id="nav-links"></ul>
<button class="nav-hamburger" id="hamburger" aria-label="Menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</nav>
<div class="page">
<div class="ct-header">
<div class="ct-header-inner">
<div class="ct-eyebrow">// contact.travisteo.com</div>
<h1 class="ct-headline">Get In Touch</h1>
<p class="ct-subhead">Open to cybersecurity opportunities and internships in Singapore. All my links in one place.</p>
</div>
</div>
<div class="ct-body">
<!-- Availability -->
<div class="ct-availability reveal">
<div class="ct-avail-dot"></div>
<div class="ct-avail-text">
<strong>Available for opportunities.</strong> Currently an ICT student at Nanyang Polytechnic (graduating Dec 2027). Open to part-time cybersecurity roles, internships, and freelance projects in Singapore.
</div>
</div>
<!-- Primary Contact -->
<div class="ct-group reveal">
<div class="ct-group-label">Primary Contact</div>
<div class="ct-grid">
<a href="mailto:contact@travisteo.com" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="4" width="20" height="16" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg>
</div>
<div><div class="ct-card-label">Email</div><div class="ct-card-val">contact@travisteo.com</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
<a href="https://www.linkedin.com/in/travisteo/" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</div>
<div><div class="ct-card-label">LinkedIn</div><div class="ct-card-val">linkedin.com/in/travisteo</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
<a href="https://github.com/travisistaken" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.374 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.509 11.509 0 0 1 12 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z"/></svg>
</div>
<div><div class="ct-card-label">GitHub — All Projects</div><div class="ct-card-val">github.com/travisistaken</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
</div>
</div>
<!-- Writing & Blog -->
<div class="ct-group reveal">
<div class="ct-group-label">Writing & Blog</div>
<div class="ct-grid-3">
<a href="https://medium.com/@travis-teo" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M13.54 12a6.8 6.8 0 01-6.77 6.82A6.8 6.8 0 010 12a6.8 6.8 0 016.77-6.82A6.8 6.8 0 0113.54 12zm7.42 0c0 3.54-1.51 6.42-3.38 6.42-1.87 0-3.39-2.88-3.39-6.42s1.52-6.42 3.39-6.42 3.38 2.88 3.38 6.42M24 12c0 3.17-.53 5.75-1.19 5.75-.66 0-1.19-2.58-1.19-5.75s.53-5.75 1.19-5.75C23.47 6.25 24 8.83 24 12z"/></svg>
</div>
<div><div class="ct-card-label">Medium</div><div class="ct-card-val">@travis-teo</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
<a href="https://substack.com/@travisteo" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M22.539 8.242H1.46V5.406h21.08v2.836zM1.46 10.812V24L12 18.11 22.54 24V10.812H1.46zM22.54 0H1.46v2.836h21.08V0z"/></svg>
</div>
<div><div class="ct-card-label">Substack</div><div class="ct-card-val">@travisteo</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
<a href="https://writeups.travisteo.com" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 013 3L7 19l-4 1 1-4L16.5 3.5z"/></svg>
</div>
<div><div class="ct-card-label">Writeups</div><div class="ct-card-val">writeups.travisteo.com</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
</div>
</div>
<!-- Security Labs -->
<div class="ct-group reveal">
<div class="ct-group-label">Security Labs & Practice</div>
<div class="ct-grid-3">
<a href="https://profile.hackthebox.com/profile/019c8b17-61db-70e2-8b25-b19044df6342" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M11.996 0L0 6.5v11L12 24l12-6.5v-11L11.996 0zM12 2.236l9.5 5.146v9.24L12 21.764l-9.5-5.142v-9.24L12 2.236z"/></svg>
</div>
<div><div class="ct-card-label">HackTheBox Labs</div><div class="ct-card-val">travisteo</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
<a href="https://tryhackme.com/p/travisteo" target="_blank" rel="noopener noreferrer" class="ct-card">
<div class="ct-card-left">
<div class="ct-card-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M10.705 0C7.54 0 4.902 2.285 4.374 5.31 1.9 5.775 0 7.942 0 10.545c0 2.94 2.386 5.325 5.325 5.325h5.38V10.47H7.88l4.126-4.564 4.125 4.563h-2.825v5.4h5.375C21.619 15.87 24 13.485 24 10.545c0-2.603-1.9-4.77-4.374-5.235C19.098 2.285 16.46 0 13.295 0c-.87 0-1.698.166-2.455.466A5.268 5.268 0 0010.705 0zM9.194 17.127v6.872h5.613v-6.872H9.194z"/></svg>
</div>
<div><div class="ct-card-label">TryHackMe</div><div class="ct-card-val">travisteo</div></div>
</div>
<div class="ct-card-arrow">↗</div>
</a>
</div>
<!-- TryHackMe Live Badge -->
<div class="thm-live-badge" style="margin-top:26px;">
<div class="ct-group-label">// TryHackMe Live Badge</div>
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=2154149" style="border:none;" title="TryHackMe Profile Badge"></iframe>
</div>
</div>
<!-- Learning Resources -->
<div class="ct-group reveal">
<div class="ct-group-label">Learning Resources I Follow</div>
<div class="resource-grid">
<a href="https://thehackernews.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 22h16a2 2 0 002-2V4a2 2 0 00-2-2H8a2 2 0 00-2 2v2"/><path d="M2 20v-8a2 2 0 012-2h8"/></svg>
The Hacker News
</a>
<a href="https://roadmap.sh/cyber-security" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 12h18M3 6h18M3 18h12"/></svg>
roadmap.sh
</a>
<a href="https://portswigger.net/web-security" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M12 8v4l3 3"/></svg>
PortSwigger Academy
</a>
<a href="https://attack.mitre.org" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/></svg>
MITRE ATT&CK
</a>
<a href="https://owasp.org" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
OWASP
</a>
<a href="https://madhat.io" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>
madhat.io
</a>
<a href="https://overthewire.org/wargames/bandit/" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="m8 21 4-4 4 4M12 17v4"/><path d="M6 7h2M10 7h4M16 7h2M6 11h4"/></svg>
OverTheWire (Bandit)
</a>
<a href="https://hackthebox.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M11.996 0L0 6.5v11L12 24l12-6.5v-11L11.996 0zM12 2.236l9.5 5.146v9.24L12 21.764l-9.5-5.142v-9.24L12 2.236z"/></svg>
HackTheBox
</a>
<a href="https://tryhackme.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="currentColor"><path d="M10.705 0C7.54 0 4.902 2.285 4.374 5.31 1.9 5.775 0 7.942 0 10.545c0 2.94 2.386 5.325 5.325 5.325h5.38V10.47H7.88l4.126-4.564 4.125 4.563h-2.825v5.4h5.375C21.619 15.87 24 13.485 24 10.545c0-2.603-1.9-4.77-4.374-5.235C19.098 2.285 16.46 0 13.295 0c-.87 0-1.698.166-2.455.466A5.268 5.268 0 0010.705 0zM9.194 17.127v6.872h5.613v-6.872H9.194z"/></svg>
TryHackMe
</a>
<a href="https://hackerone.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
HackerOne
</a>
<a href="https://bugcrowd.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="m8 12 2 2 4-4"/></svg>
Bugcrowd
</a>
<a href="https://pwn.college" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c3 3 9 3 12 0v-5"/></svg>
pwn.college
</a>
<a href="https://crackmes.one" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M6 7h2M10 7h4M16 7h2M6 11h4"/></svg>
crackmes.one
</a>
<a href="https://labex.io" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 3H5a2 2 0 00-2 2v4m6-6h10a2 2 0 012 2v4M9 3v11m0 0H5m4 0h10m0 0V3m0 11v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6"/></svg>
LabEx
</a>
<a href="https://w3schools.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>
W3Schools
</a>
<a href="https://codecademy.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
Codecademy
</a>
<a href="https://netacad.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="2"/><path d="M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83"/></svg>
Cisco NetAcad
</a>
<a href="https://integrity.sg" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><path d="m9 12 2 2 4-4"/></svg>
Integrity.sg
</a>
<a href="https://yeswehack.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
YesWeHack
</a>
<a href="https://immunefi.com" target="_blank" rel="noopener noreferrer" class="resource-item">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>
Immunefi
</a>
</div>
</div>
</div><!-- /ct-body -->
</div><!-- /page -->
<footer class="main-footer">
<div class="footer-row">
<span style="font-weight:700;color:var(--accent);">Travis Teo</span>
<span class="footer-sep">—</span><span class="year"></span>
<span class="footer-sep">·</span>
<span style="color:var(--muted);">Singapore</span>
</div>
<div class="footer-sub">contact.travisteo.com</div>
</footer>
<button class="go-top" id="go-top" aria-label="Back to top">↑</button>
<script src="js/shared.js"></script>
<script src="js/main.js"></script>
</body>
</html>