cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3034::6815:1381:8443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 522 <none> Date: Wed, 07 Jan 2026 11:27:34 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=19392,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9ba31ad5b8527235-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.19.129:443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 200 OK
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImhXeStWSnFBZUNXV0daV3FRRlQ0MkE9PSIsInZhbHVlIjoiVm1KKzFoU1U5cWl1ZGx0NnArYnZXa2Y0UzQxb3VVZnVIajJCSE5iOFlPak1rb0tvZTFDWmZadWRmMlBHaU4yOVZUNm1vb3BFa0NHVkdEc3pFVjZleVdvOWYwek1VT3h3ZW14c2k0U3hRV1J4L0o4L1B0OXNHMk9TUkcwY3N4MS8iLCJtYWMiOiJlNTFhMmYyOTQxYWY1ODQzMzYxNWIyNTdkOWJmOTM0NDJjODgxODIyNjU2YTY1NGYzMjk5YzJhNzk2OWQwNDQ1IiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: laravel_session=eyJpdiI6IjhhejJhemJaK3NuSXU2bTVla1NIYVE9PSIsInZhbHVlIjoiTDI5Nmt3YUNJUWxNZkIyVkpZb09Ta09rcFBPdVBGYzJ3NTN1K0Zyd0pXY1FWN2tJUmhSWlIrdDMvSXNlOHI1NUVsYWFwR3FJdFJVV3A0ZzhNb1oySkdVQmI3YU5qR1BrbFFVUHo3Q1FyQzVqOWJDdzZINWpFcllaRnBkcmozS2wiLCJtYWMiOiI2NTlhNjA3NGQxY2QxNDkwNTAzMWVlMjkyMWMyYmE5Zjc1NjNkYzY3NGRiNTZiNzNjNTA3MmIwNDUzMWVjNWQ5IiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0zIpyBx28v7xTcwd0YL62vtyv7Cpb60UhN8A1exkOsu9gQvK9wLGpEC8qkZZknR4z5S5np0wYo6s%2Bj%2BH9ScOdfgsAqMuJtOsSnp6kYe0d1TZ"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9ba31acf5d3da040-FRA
alt-svc: h3=":443"; ma=86400
Page title: Robb Dewey | Digital PR Lead
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/cropped-Logo-White-copy-32x32.png" sizes="32x32" />
<link rel="icon" href="/cropped-Logo-White-copy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/cropped-Logo-White-copy-180x180.png" />
<title>Robb Dewey | Digital PR Lead</title>
<style>
:root {
--primary-color: #0c2041;
--accent-color: #ff3e8a;
--light-bg: #f0f6ff;
--gray-text: #6e7a8a;
--shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
body {
background-color: #f7f9fc;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
header {
padding: 15px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
font-weight: bold;
font-size: 24px;
color: var(--primary-color);
}
.logo-icon {
background-color: var(--accent-color);
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
.profile-banner {
background-color: white;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e0e7ff;
box-shadow: var(--shadow);
margin-bottom: 30px;
}
.banner-img {
height: 200px;
background-image: linear-gradient(to right, #e0f7ff, #f0f9ff);
position: relative;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.banner-content {
text-align: center;
position: relative;
z-index: 2;
}
.banner-content h1 {
font-size: 32px;
font-weight: bold;
color: var(--primary-color);
margin-bottom: 5px;
}
.banner-content p {
font-size: 16px;
color: var(--gray-text);
margin-bottom: 10px;
}
.social-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.social-icon {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
color: #777;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.profile-image {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid white;
object-fit: cover;
position: absolute;
left: 40px;
bottom: -50px;
box-shadow: var(--shadow);
z-index: 10;
}
.profile-info {
padding: 70px 40px 30px;
}
.profile-name {
font-size: 28px;
font-weight: bold;
Open service 172.67.186.47:443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 200 OK
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImozUUpYaXdNbjJBSDAzaElxVmV6Tmc9PSIsInZhbHVlIjoibjMwakRwY2VXOVNpVTBZTDJySGRwaG00RWJlUTgzS1NGcElUWndCKzhjRzE2YlRqVFZOWDc5anBDR3hsZkt4ekRVWkdDMEZrWFVjWkNJMWQxbkl5UHB4RXlzWnp3SXBKdmRJQjFjUFpoK25nSGpHQjlJcjdBQjRYbW9RWHNtemciLCJtYWMiOiJmM2NmOGUzYmRlMjM3MWExM2U0ODkxN2E3MjMwZDgxYjA3ODMzYzVlYmMyYzYwMzk5NTYwZTEzY2QxMGI3ODUwIiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: laravel_session=eyJpdiI6InhGbFBONGpBc0VreGlLOHZjVTVXVHc9PSIsInZhbHVlIjoiUHUrSFo5c3orUFNpUm9naUpzTlhxSXMwNGVuUHZmQnFWYUplUmNUWG4rNVBvZXQ1enJ4bktzQ2dQQjQxRUlIOTluSWt4WTFsRUdKT3crd3ZlZzRKMW03OEhIeWxIYkE1c0lROS9GRTYyTm5Pb1lBWDE2cC9tWjZJSlhvQmpCYXEiLCJtYWMiOiI3ZjZjMjI0MzljMDBlN2U3NTVkYzI3Njg3OTE0MDIxNzMzNDY5Y2ZiNjA4ZTc3NTMzMGIxYWI3NmE4ZjQ2ZDExIiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=a5y7InsLaD598UwtUfwxK7eQ7HIZfm%2Bum3EkB9j9AYC0eC3HkHSdVLRv2Dq2toxTMBpHG49K3NwuUtYB65NkwfrU4RvfBI2pfoupwLCBTaAv"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9ba31acf595f1d8c-FRA
alt-svc: h3=":443"; ma=86400
Page title: Robb Dewey | Digital PR Lead
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/cropped-Logo-White-copy-32x32.png" sizes="32x32" />
<link rel="icon" href="/cropped-Logo-White-copy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/cropped-Logo-White-copy-180x180.png" />
<title>Robb Dewey | Digital PR Lead</title>
<style>
:root {
--primary-color: #0c2041;
--accent-color: #ff3e8a;
--light-bg: #f0f6ff;
--gray-text: #6e7a8a;
--shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
body {
background-color: #f7f9fc;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
header {
padding: 15px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
font-weight: bold;
font-size: 24px;
color: var(--primary-color);
}
.logo-icon {
background-color: var(--accent-color);
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
.profile-banner {
background-color: white;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e0e7ff;
box-shadow: var(--shadow);
margin-bottom: 30px;
}
.banner-img {
height: 200px;
background-image: linear-gradient(to right, #e0f7ff, #f0f9ff);
position: relative;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.banner-content {
text-align: center;
position: relative;
z-index: 2;
}
.banner-content h1 {
font-size: 32px;
font-weight: bold;
color: var(--primary-color);
margin-bottom: 5px;
}
.banner-content p {
font-size: 16px;
color: var(--gray-text);
margin-bottom: 10px;
}
.social-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.social-icon {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
color: #777;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.profile-image {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid white;
object-fit: cover;
position: absolute;
left: 40px;
bottom: -50px;
box-shadow: var(--shadow);
z-index: 10;
}
.profile-info {
padding: 70px 40px 30px;
}
.profile-name {
font-size: 28px;
font-weight: bold;
Open service 2606:4700:3035::ac43:ba2f:8443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 522 <none> Date: Wed, 07 Jan 2026 11:27:34 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9ba31ad4ef050b58-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.19.129:8443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 522 <none> Date: Wed, 07 Jan 2026 11:27:34 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9ba31ad4bf636637-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.186.47:80 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 301 Moved Permanently
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://robertdeweypr.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mpFMZ0dk%2F9bt2d5Gcy6Ny%2BLRj3lRF6idWG%2BSK5lgEOq7cFvRpUf%2BVboWO8mp%2FZYqrfs7gCJPTO31O0mCvhDHZ1et1D3QgrF0vduBOjnoM6ft"}]}
CF-RAY: 9ba31ace9cad2f36-AMS
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2606:4700:3035::ac43:ba2f:443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 200 OK
Date: Wed, 07 Jan 2026 11:27:14 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6Ii9ONS9LSlZMYnVMeW9YVUdLWVI3cnc9PSIsInZhbHVlIjoiSEQreS9mNldCcEs5TjgyNDZ1RVcrd1pTbHBUNHBNcHJsVUJqVUpoMmNqRi9CTjNhd2l4TWpIZmVia0VjeERpT2pDaDlmdnJuUmVrdVFpdTNWblUvL1Z2L2FOeHhMQ1pKMk5USlFwUXVwSVlpYXJjVjNPYkloblA1VWVMdysrN28iLCJtYWMiOiI3MzljZmNiNWZiZTdiZjQ4ZTE2MmM3MTlmOGRlN2YwNGRiNzdiM2M3NGMxZWNmMTUwNWE3MmMyMjcwNGE0MjY1IiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:14 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: laravel_session=eyJpdiI6IktNVm8rOTJuYXZEZUlEMUNFQ0ZLOFE9PSIsInZhbHVlIjoiWW56Y0k1YXMxeVJuZ242bi9mTWYzc2tSdGsxWW9PMkNLOWhxN25yNytzTUJLZ05Gek8xMEtqS1lmaWJZVU9VT1BDS3ozOEF1eDllUG4yRnRiK3lxTmUyQWRLWDZTQ0NVOGo0bGIrM1loZFlkclplVnVpTzd0ZFI2OW40S3llZmQiLCJtYWMiOiI1M2JjMjFiYWE5YWRkZGZmY2I5ZTFlNjM3YmM3MTNiY2E1YmM5ZTQ3NWQ0YzIwYTBlZjFjZTYxNDQ1ZDg1N2VkIiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:14 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GShaEspwFOrTm4Fc9BAL6YwdmL8SxGeDb01JJQEat1jDiZmmaj9FbHl%2FsOG7X0XRzeVkIgBN7FaAYuQvaggzSZ%2FH6lvEXKfwtr2Ijd91jv9s%2FNfYs2jVCst3MQTu"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=18,cfOrigin;dur=529
CF-RAY: 9ba31ad17865ce69-SIN
alt-svc: h3=":443"; ma=86400
Page title: Robb Dewey | Digital PR Lead
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/cropped-Logo-White-copy-32x32.png" sizes="32x32" />
<link rel="icon" href="/cropped-Logo-White-copy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/cropped-Logo-White-copy-180x180.png" />
<title>Robb Dewey | Digital PR Lead</title>
<style>
:root {
--primary-color: #0c2041;
--accent-color: #ff3e8a;
--light-bg: #f0f6ff;
--gray-text: #6e7a8a;
--shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
body {
background-color: #f7f9fc;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
header {
padding: 15px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
font-weight: bold;
font-size: 24px;
color: var(--primary-color);
}
.logo-icon {
background-color: var(--accent-color);
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
.profile-banner {
background-color: white;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e0e7ff;
box-shadow: var(--shadow);
margin-bottom: 30px;
}
.banner-img {
height: 200px;
background-image: linear-gradient(to right, #e0f7ff, #f0f9ff);
position: relative;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.banner-content {
text-align: center;
position: relative;
z-index: 2;
}
.banner-content h1 {
font-size: 32px;
font-weight: bold;
color: var(--primary-color);
margin-bottom: 5px;
}
.banner-content p {
font-size: 16px;
color: var(--gray-text);
margin-bottom: 10px;
}
.social-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.social-icon {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
color: #777;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.profile-image {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid white;
object-fit: cover;
position: absolute;
left: 40px;
bottom: -50px;
box-shadow: var(--shadow);
z-index: 10;
}
.profile-info {
padding: 70px 40px 30px;
}
.profile-name {
font-size: 28px;
font-weight: bold;
Open service 2606:4700:3035::ac43:ba2f:80 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 301 Moved Permanently
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://robertdeweypr.com/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Vkz8BKOnqiC%2Fmf%2B%2BR9FFXGhn6XdynHl4VYueOQZCi%2BBHOM5xiQTMrpwVuRGw1Zg7ALntkvfmRfhN2M3BFNn68sV6pT0i0nsuAvg1O967CGpPtZp2lJ40e8ma2SGF"}]}
CF-RAY: 9ba31ace6f85dccd-FRA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2606:4700:3034::6815:1381:443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 200 OK
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlFibVJSRFVadWxLaUV2aGtCSXNVV0E9PSIsInZhbHVlIjoiYjlsM09PckZodVVkR1huNlRvZ1V0NnVWQWRMZ0krV0lZRVlwZTJUU1h4ZWFGeDZnSGZmNW01Y2JUaWFhOXVQWGo1SjJJdWxZejV1RUNYVDBlUlFQaklWSVg3eE9ZeW9DZS9CUmpOZ1h2N1FoSU1vTGRScldsbGRaaVdTNkhFMHgiLCJtYWMiOiI3MDNkNmZjNjdmMGYyZWVkYzc0M2Q1OWM5ZGUxYmY4ZTNjM2Y3NDE3MDJiZTg5YWVhMmEyYzYyNTc2YzYwYzU2IiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; samesite=lax
Set-Cookie: laravel_session=eyJpdiI6IjljZ0NsdHh6bjJCTTIzcklTQlNDWVE9PSIsInZhbHVlIjoidUZseVJ5SG1Rb01KTnNYWm1DYWlMWTM4REFsaHRLeUtVZjhpSFozRkFoTmpURExjQzk1NjIvajhyL1FXWE5WaUMrQ3lvQjVUQnQ3UzVKaks1ekdpR0hZNlZETHA1cUhnY3YycFIzb2Z1QzdKUCtxMkpjcW42dEZIS1NVMXZyRDMiLCJtYWMiOiIxZjVhNjJmNDFmYWQzNTA3YTM1YzI3YWI5Zjg0MDk3YjQwNTUxM2UwNzJjZTRjYWVjZjMzNGM5ZWVlOTJlNGVlIiwidGFnIjoiIn0%3D; expires=Wed, 07 Jan 2026 13:27:13 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=E%2Fq4lTnme9E6LFhYW%2F1J%2BfWq6GIgYPegBDBwkC8MfCs%2B2EsArRCR7VgIkg%2FzgWgr49n6d7uNHIpSjwJo7e%2BxbGorT%2B0yKVv18zW94acPvhWY6mvEniLPwv5X5kZZ"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9ba31aced9180394-FRA
alt-svc: h3=":443"; ma=86400
Page title: Robb Dewey | Digital PR Lead
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/cropped-Logo-White-copy-32x32.png" sizes="32x32" />
<link rel="icon" href="/cropped-Logo-White-copy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/cropped-Logo-White-copy-180x180.png" />
<title>Robb Dewey | Digital PR Lead</title>
<style>
:root {
--primary-color: #0c2041;
--accent-color: #ff3e8a;
--light-bg: #f0f6ff;
--gray-text: #6e7a8a;
--shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
body {
background-color: #f7f9fc;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
header {
padding: 15px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
font-weight: bold;
font-size: 24px;
color: var(--primary-color);
}
.logo-icon {
background-color: var(--accent-color);
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
.profile-banner {
background-color: white;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e0e7ff;
box-shadow: var(--shadow);
margin-bottom: 30px;
}
.banner-img {
height: 200px;
background-image: linear-gradient(to right, #e0f7ff, #f0f9ff);
position: relative;
overflow: visible;
display: flex;
justify-content: center;
align-items: center;
}
.banner-content {
text-align: center;
position: relative;
z-index: 2;
}
.banner-content h1 {
font-size: 32px;
font-weight: bold;
color: var(--primary-color);
margin-bottom: 5px;
}
.banner-content p {
font-size: 16px;
color: var(--gray-text);
margin-bottom: 10px;
}
.social-icons {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
padding: 20px;
}
.social-icon {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
color: #777;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.profile-image {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid white;
object-fit: cover;
position: absolute;
left: 40px;
bottom: -50px;
box-shadow: var(--shadow);
z-index: 10;
}
.profile-info {
padding: 70px 40px 30px;
}
.profile-name {
font-size: 28px;
font-weight: bold;
Open service 2606:4700:3034::6815:1381:80 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 301 Moved Permanently
Date: Wed, 07 Jan 2026 11:27:14 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://robertdeweypr.com/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=255
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qsWZNIw3cpMRd2SReyO4rqk4QTblvs21xMI5PcnLGzGCrzaJDjiYtlAWDNoMtBOekTg96MpiyXgjJHImrJo1G0GCA4rFRgMIU6h4fT5nKtnqMMB4lQDR9TSd0TVa"}]}
CF-RAY: 9ba31ad36c2e802c-MAA
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2109d74b4c30444cb2523f1b37b24d61","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.186.47:8443 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 522 <none> Date: Wed, 07 Jan 2026 11:27:34 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9ba31ad4597a0e2f-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.19.129:80 · robertdeweypr.com
2026-01-07 11:27
HTTP/1.1 301 Moved Permanently
Date: Wed, 07 Jan 2026 11:27:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://robertdeweypr.com/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=19,cfOrigin;dur=170
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3jzRolpy5vrGkO%2FWQyp%2BQGUDNiIcVob1T7RtyOldO19uVB4DMv9eEc2szbcUVrvasNvDOmDQCIw2z0b5FW%2FWWFdnQ8iw5XFvqv5aCKHfth3F"}]}
CF-RAY: 9ba31acf4cc43a04-YYZ
alt-svc: h3=":443"; ma=86400
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2109d74b4c30444cb2523f1b37b24d61","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>