AkamaiNetStorage
tcp/443
Open service 2a02:26f0:3500:b::5c7b:688d:443 · friday.tobintony.com
2026-01-23 13:14
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html
ETag: "9f5ce650c499f38f127036d1bbe60f36:1743005829.90283"
Last-Modified: Wed, 26 Mar 2025 16:17:10 GMT
Server: AkamaiNetStorage
Content-Length: 4832
Expires: Fri, 23 Jan 2026 13:14:42 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 23 Jan 2026 13:14:42 GMT
Connection: close
Server-Timing: ak_p; desc="1769174082474_390277133_166490966_141_1142_150_0_-";dur=1
Page title: Portfolio | Home
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>
:root {
--bg-color: #f4f4f9;
--text-color: #333;
--accent-color: #0078ff;
--nav-hover: #0056b3;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #3C3f58;
--text-color: #f5f5f5;
--accent-color: #2e3047;
--nav-hover: #3b82f6;
}
}
body, html {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
height: 100%;
overflow: hidden;
}
nav {
display: flex;
justify-content: center;
background-color: var(--accent-color);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
nav a {
color: white;
margin: 0 20px;
text-decoration: none;
font-size: 1.1rem;
position: relative;
}
nav a:hover {
color: var(--nav-hover);
}
nav a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
background: white;
bottom: -5px;
left: 0;
transition: width 0.3s;
}
nav a:hover::after {
width: 100%;
}
.hero {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
text-align: center;
padding: 0 20px;
}
.hero h1 {
font-size: 3.5rem;
margin: 0;
animation: fadeIn 1.2s ease;
}
.hero p {
font-size: 1.5rem;
margin: 10px 0 20px;
animation: fadeIn 1.4s ease;
}
.cta {
background-color: var(--accent-color);
color: white;
padding: 15px 30px;
text-decoration: none;
font-size: 1.2rem;
border-radius: 30px;
transition: background-color 0.3s ease, transform 0.3s;
}
.cta:hover {
background-color: var(--nav-hover);
transform: translateY(-5px);
}
.about-preview {
margin-top: 40px;
text-align: center;
opacity: 0;
transform: translateY(40px);
transition: all 0.6s ease;
}
.show {
opacity: 1;
transform: translateY(0);
}
footer {
text-align: center;
padding: 15px 0;
background-color: var(--accent-color);
color: white;
position: fixed;
width: 100%;
bottom: 0;
z-index: 1000;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="https://github.com/tonytobin">Projects</a>
<a href="https://friday.tobintony.com"> Meet Friday</a>
<a href="contact.html">Contact</a>
</nav>
<header class="hero">
<h1>Hello, I'm Tobin Tony</h1>
<p>Developer | Designer | Innovator</p>
<a href="https://github.com/tonytobin" class="cta">View My Projects</a>
<div class="about-preview" id="about-preview">
<
Open service 2a02:26f0:3500:b::5c7b:6888:443 · friday.tobintony.com
2026-01-23 13:14
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html
ETag: "9f5ce650c499f38f127036d1bbe60f36:1743005829.90283"
Last-Modified: Wed, 26 Mar 2025 16:17:10 GMT
Server: AkamaiNetStorage
Content-Length: 4832
Expires: Fri, 23 Jan 2026 13:14:41 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 23 Jan 2026 13:14:41 GMT
Connection: close
Server-Timing: ak_p; desc="1769174081804_390277128_138555314_241_1318_0_0_-";dur=1
Page title: Portfolio | Home
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>
:root {
--bg-color: #f4f4f9;
--text-color: #333;
--accent-color: #0078ff;
--nav-hover: #0056b3;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #3C3f58;
--text-color: #f5f5f5;
--accent-color: #2e3047;
--nav-hover: #3b82f6;
}
}
body, html {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
height: 100%;
overflow: hidden;
}
nav {
display: flex;
justify-content: center;
background-color: var(--accent-color);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
nav a {
color: white;
margin: 0 20px;
text-decoration: none;
font-size: 1.1rem;
position: relative;
}
nav a:hover {
color: var(--nav-hover);
}
nav a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
background: white;
bottom: -5px;
left: 0;
transition: width 0.3s;
}
nav a:hover::after {
width: 100%;
}
.hero {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
text-align: center;
padding: 0 20px;
}
.hero h1 {
font-size: 3.5rem;
margin: 0;
animation: fadeIn 1.2s ease;
}
.hero p {
font-size: 1.5rem;
margin: 10px 0 20px;
animation: fadeIn 1.4s ease;
}
.cta {
background-color: var(--accent-color);
color: white;
padding: 15px 30px;
text-decoration: none;
font-size: 1.2rem;
border-radius: 30px;
transition: background-color 0.3s ease, transform 0.3s;
}
.cta:hover {
background-color: var(--nav-hover);
transform: translateY(-5px);
}
.about-preview {
margin-top: 40px;
text-align: center;
opacity: 0;
transform: translateY(40px);
transition: all 0.6s ease;
}
.show {
opacity: 1;
transform: translateY(0);
}
footer {
text-align: center;
padding: 15px 0;
background-color: var(--accent-color);
color: white;
position: fixed;
width: 100%;
bottom: 0;
z-index: 1000;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="https://github.com/tonytobin">Projects</a>
<a href="https://friday.tobintony.com"> Meet Friday</a>
<a href="contact.html">Contact</a>
</nav>
<header class="hero">
<h1>Hello, I'm Tobin Tony</h1>
<p>Developer | Designer | Innovator</p>
<a href="https://github.com/tonytobin" class="cta">View My Projects</a>
<div class="about-preview" id="about-preview">
<
Open service 2.16.204.158:443 · friday.tobintony.com
2026-01-23 13:14
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html
ETag: "9f5ce650c499f38f127036d1bbe60f36:1743005829.90283"
Last-Modified: Wed, 26 Mar 2025 16:17:10 GMT
Server: AkamaiNetStorage
Content-Length: 4832
Expires: Fri, 23 Jan 2026 13:14:42 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 23 Jan 2026 13:14:42 GMT
Connection: close
Server-Timing: ak_p; desc="1769174082837_34610585_1151631233_3336_957_89_0_-";dur=1
Page title: Portfolio | Home
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>
:root {
--bg-color: #f4f4f9;
--text-color: #333;
--accent-color: #0078ff;
--nav-hover: #0056b3;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #3C3f58;
--text-color: #f5f5f5;
--accent-color: #2e3047;
--nav-hover: #3b82f6;
}
}
body, html {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
height: 100%;
overflow: hidden;
}
nav {
display: flex;
justify-content: center;
background-color: var(--accent-color);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
nav a {
color: white;
margin: 0 20px;
text-decoration: none;
font-size: 1.1rem;
position: relative;
}
nav a:hover {
color: var(--nav-hover);
}
nav a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
background: white;
bottom: -5px;
left: 0;
transition: width 0.3s;
}
nav a:hover::after {
width: 100%;
}
.hero {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
text-align: center;
padding: 0 20px;
}
.hero h1 {
font-size: 3.5rem;
margin: 0;
animation: fadeIn 1.2s ease;
}
.hero p {
font-size: 1.5rem;
margin: 10px 0 20px;
animation: fadeIn 1.4s ease;
}
.cta {
background-color: var(--accent-color);
color: white;
padding: 15px 30px;
text-decoration: none;
font-size: 1.2rem;
border-radius: 30px;
transition: background-color 0.3s ease, transform 0.3s;
}
.cta:hover {
background-color: var(--nav-hover);
transform: translateY(-5px);
}
.about-preview {
margin-top: 40px;
text-align: center;
opacity: 0;
transform: translateY(40px);
transition: all 0.6s ease;
}
.show {
opacity: 1;
transform: translateY(0);
}
footer {
text-align: center;
padding: 15px 0;
background-color: var(--accent-color);
color: white;
position: fixed;
width: 100%;
bottom: 0;
z-index: 1000;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="https://github.com/tonytobin">Projects</a>
<a href="https://friday.tobintony.com"> Meet Friday</a>
<a href="contact.html">Contact</a>
</nav>
<header class="hero">
<h1>Hello, I'm Tobin Tony</h1>
<p>Developer | Designer | Innovator</p>
<a href="https://github.com/tonytobin" class="cta">View My Projects</a>
<div class="about-preview" id="about-preview">
<
Open service 2.16.204.153:443 · friday.tobintony.com
2026-01-23 13:14
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Type: text/html
ETag: "9f5ce650c499f38f127036d1bbe60f36:1743005829.90283"
Last-Modified: Wed, 26 Mar 2025 16:17:10 GMT
Server: AkamaiNetStorage
Content-Length: 4832
Expires: Fri, 23 Jan 2026 13:14:42 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Fri, 23 Jan 2026 13:14:42 GMT
Connection: close
Server-Timing: ak_p; desc="1769174082272_34610590_457862984_452_961_8_0_-";dur=1
Page title: Portfolio | Home
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Home</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>
:root {
--bg-color: #f4f4f9;
--text-color: #333;
--accent-color: #0078ff;
--nav-hover: #0056b3;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #3C3f58;
--text-color: #f5f5f5;
--accent-color: #2e3047;
--nav-hover: #3b82f6;
}
}
body, html {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
height: 100%;
overflow: hidden;
}
nav {
display: flex;
justify-content: center;
background-color: var(--accent-color);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
nav a {
color: white;
margin: 0 20px;
text-decoration: none;
font-size: 1.1rem;
position: relative;
}
nav a:hover {
color: var(--nav-hover);
}
nav a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
background: white;
bottom: -5px;
left: 0;
transition: width 0.3s;
}
nav a:hover::after {
width: 100%;
}
.hero {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
text-align: center;
padding: 0 20px;
}
.hero h1 {
font-size: 3.5rem;
margin: 0;
animation: fadeIn 1.2s ease;
}
.hero p {
font-size: 1.5rem;
margin: 10px 0 20px;
animation: fadeIn 1.4s ease;
}
.cta {
background-color: var(--accent-color);
color: white;
padding: 15px 30px;
text-decoration: none;
font-size: 1.2rem;
border-radius: 30px;
transition: background-color 0.3s ease, transform 0.3s;
}
.cta:hover {
background-color: var(--nav-hover);
transform: translateY(-5px);
}
.about-preview {
margin-top: 40px;
text-align: center;
opacity: 0;
transform: translateY(40px);
transition: all 0.6s ease;
}
.show {
opacity: 1;
transform: translateY(0);
}
footer {
text-align: center;
padding: 15px 0;
background-color: var(--accent-color);
color: white;
position: fixed;
width: 100%;
bottom: 0;
z-index: 1000;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
</style>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="https://github.com/tonytobin">Projects</a>
<a href="https://friday.tobintony.com"> Meet Friday</a>
<a href="contact.html">Contact</a>
</nav>
<header class="hero">
<h1>Hello, I'm Tobin Tony</h1>
<p>Developer | Designer | Innovator</p>
<a href="https://github.com/tonytobin" class="cta">View My Projects</a>
<div class="about-preview" id="about-preview">
<