AmazonS3
tcp/80
Open service 3.5.130.66:80 · www.p3lic4n.com
2026-01-25 19:35
HTTP/1.1 200 OK
x-amz-id-2: /yBjhvgSROZ7sH8cS8G4rgnB1sfqXpMroEfO75Xg+BViLpMLKtN2t/3wtQg3oJDlM0m87utYpvh+uly5m2xkNjGz1nSewQHTcor6zMRwXNI=
x-amz-request-id: 126NB6BR3PM5XP5E
Date: Sun, 25 Jan 2026 19:35:54 GMT
Last-Modified: Sat, 24 Jan 2026 20:54:16 GMT
ETag: "bf5ced63befa429b57d7f3dacc4a9eee"
Content-Type: text/html
Content-Length: 17891
Server: AmazonS3
Connection: close
Page title: P3lic4n - Delivery Route Management for Fundraising Organizations
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>P3lic4n - Delivery Route Management for Fundraising Organizations</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--primary-color: #2c3e50;
--secondary-color: #3498db;
--accent-color: #e74c3c;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero-section {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
color: white;
padding: 100px 0;
text-align: center;
}
.hero-section h1 {
font-size: 3.5rem;
font-weight: bold;
margin-bottom: 20px;
}
.hero-section p {
font-size: 1.3rem;
margin-bottom: 30px;
}
.feature-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
border: none;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}
.feature-icon {
font-size: 3rem;
color: var(--secondary-color);
margin-bottom: 20px;
}
.section-title {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 50px;
text-align: center;
color: var(--primary-color);
}
.benefit-item {
margin-bottom: 20px;
}
.benefit-item i {
color: var(--accent-color);
margin-right: 10px;
}
.cta-section {
background-color: var(--accent-color);
color: white;
padding: 80px 0;
text-align: center;
}
.cta-section h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.btn-custom {
padding: 15px 40px;
font-size: 1.2rem;
border-radius: 50px;
transition: all 0.3s ease;
}
.btn-light-custom {
background-color: white;
color: var(--accent-color);
}
.btn-light-custom:hover {
background-color: var(--primary-color);
color: white;
}
.stats-section {
background-color: #f8f9fa;
padding: 60px 0;
}
footer {
background-color: var(--primary-color);
color: white;
padding: 30px 0;
text-align: center;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<div class="container">
<a class="navbar-brand" href="#">
P3lic4n
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#benefits">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#
Open service 3.5.130.66:80 · hsrpbooking.cfd
2026-01-25 15:14
HTTP/1.1 200 OK
x-amz-id-2: NttfOorAEzpLYjoMIvT2HwAkpV0bH8xahVjmXdzcU+m5+yWFaYFtwu1W1r5LexvpZ51MDwtReX6/ET1wm6KFe0NLrKpZSf7Dj9Nt+zjtc+8=
x-amz-request-id: 8JE5PQFH22CY0KV3
Date: Sun, 25 Jan 2026 15:14:56 GMT
Last-Modified: Thu, 27 Nov 2025 11:30:07 GMT
ETag: "da787e99a8bc9d9cc3bce49a8f45f323"
Content-Type: text/html
Content-Length: 22100
Server: AmazonS3
Connection: close
Page title: Road Safety — A Comprehensive Guide
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Road Safety — A Comprehensive Guide</title>
<meta name="description" content="Comprehensive guide to road safety: causes, prevention, vehicle and infrastructure safety, laws, technology, community action and resources." />
<style>
/* Simple, clean styling suitable for a static GitHub Pages site */
:root{
--bg: #fafafa;
--card: #ffffff;
--muted: #6b7280;
--accent: #0b74d1;
--maxw: 980px;
--radius: 12px;
font-family: Inter, Roboto, -apple-system, "Segoe UI", "Helvetica Neue", Arial;
color-scheme: light;
}
html,body{margin:0;padding:0;background:var(--bg);color:#111827;}
.wrap{max-width:var(--maxw);margin:32px auto;padding:24px;}
header{display:flex;align-items:center;gap:16px;margin-bottom:18px;}
header h1{font-size:1.6rem;margin:0;}
header p{margin:0;color:var(--muted);font-size:0.95rem;}
nav{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0;}
nav a{padding:8px 12px;background:var(--card);border-radius:8px;text-decoration:none;color:var(--accent);font-weight:600;border:1px solid rgba(11,116,209,0.08);}
.hero{background:linear-gradient(180deg, rgba(11,116,209,0.06), rgba(11,116,209,0.02));padding:18px;border-radius:12px;margin-bottom:18px}
article{background:var(--card);border-radius:12px;padding:22px;box-shadow:0 6px 18px rgba(15,23,42,0.06);}
h2{color:#0b1220;margin-top:28px;}
h3{margin-top:18px;color:#0f1724;}
p{line-height:1.62;color:#1f2937}
.muted{color:var(--muted);font-size:0.95rem}
ul{margin-left:1.1rem}
.toc{background:#fff;border-radius:10px;padding:12px;border:1px solid rgba(0,0,0,0.03);margin-bottom:16px}
footer{margin-top:20px;color:var(--muted);font-size:0.9rem;text-align:center;padding:8px}
.callout{background:#f1f5f9;padding:12px;border-radius:10px;border-left:4px solid var(--accent);margin:12px 0}
.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;background:#0b1220;color:#fff;padding:6px 8px;border-radius:6px;font-size:0.9rem}
@media (max-width:640px){
.wrap{margin:16px;padding:16px}
header{flex-direction:column;align-items:flex-start;gap:8px}
}
</style>
</head>
<body>
<div class="wrap">
<header>
<div>
<h1>Road Safety — A Comprehensive Guide</h1>
<p class="muted">Practical insights, prevention strategies and actions everyone can take to reduce crashes and injuries.</p>
</div>
</header>
<nav>
<a href="#why-road-safety">Why It Matters</a>
<a href="#common-causes">Common Causes</a>
<a href="#prevention">Prevention Strategies</a>
<a href="#vehicle-safety">Vehicle Safety</a>
<a href="#infrastructure">Infrastructure</a>
<a href="#vulnerable-users">Vulnerable Users</a>
<a href="#law-enforcement">Laws & Enforcement</a>
<a href="#technology">Technology</a>
<a href="#emergency-response">Emergency Response</a>
<a href="#get-involved">Get Involved</a>
<a href="#conclusion">Conclusion</a>
</nav>
<div class="hero">
<strong>Quick summary:</strong>
<span class="muted">Road safety combines engineering, enforcement, education and emergency care to reduce deaths and injuries on roads. Everyone — governments, communities and individuals — plays a role.</span>
</div>
<article>
<section id="why-road-safety">
<h2>Why Road Safety Matters</h2>
<p>
Roads are essential to modern life: they connect people, enable commerce, and power economies. But the human and economic cost of road crashes is huge.
Globally, road collisions rank among the leading causes of death for children and young adults. Beyond fatalities, many survivors suffer disabling injuries,
long-term medical needs, reduced earning capacity and psychological trauma. The financial burden—medical bills, rehabilitation, lost productivity—hits families and
Open service 3.5.130.66:80 · switchboards.app
2026-01-13 00:09
HTTP/1.1 301 Moved Permanently x-amz-id-2: uxuYI0zRZFmuK2Eddnbs1UHxSfQBJUpfj9fT/GwDyVChstXSuTihurYvYstydgYfRr/sAqLKwKbJnwsriSKEq/yPG+rVHzRXDDoGbAVlHMQ= x-amz-request-id: F18PGEZ96RBF6RS6 Date: Tue, 13 Jan 2026 00:09:50 GMT Location: http://www.switchboardaudio.com/ Content-Length: 0 Server: AmazonS3 Connection: close
Open service 3.5.130.66:80 · opencafenyc.com
2026-01-11 04:48
HTTP/1.1 200 OK
x-amz-id-2: vGu7ybK1i9lpHXC89bM6k8vqr22eHOo+fdHnDEW0PkGsrnwZyq0fwYFVx986IHCqj5lkc8RVBwOgeLYQH+AA5Eg/jAgO4RvcD+KYXzzmm/g=
x-amz-request-id: J3SK3ZP1QZ8M2NJK
Date: Sun, 11 Jan 2026 04:49:41 GMT
Last-Modified: Mon, 10 Feb 2025 19:03:28 GMT
x-amz-version-id: Ipy6Bjg6HMGW7T7xGj4q2vOCgxgdLasX
ETag: "46ba982143a879aa54ac8c7ea951e6f6"
Content-Type: text/html
Content-Length: 7412
Server: AmazonS3
Connection: close
Page title: Opencafe
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8YZJMYWGFJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8YZJMYWGFJ');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Opencafe helps you find cafes with available seating in NYC and beyond. Search by location or other specific criteria for productive workspaces.">
<meta name="keywords" content="Find Cafe Seating, Cafe Seat Availability, Real-Time Cafe Seats, Cafe Space Locator, Open Seats in Cafes, Available Seats Cafe NYC, Cafe Seat Finder, Cafe Locator App, NYC Cafe Seating, Cafe Workspace Availability, Best Cafes to Work NYC, Study Cafes Near Me, Remote Work Cafes NYC, Quiet Cafes with Seats, Cafes with Available Tables, Cafe Seat Finder App, Work-Friendly Cafes, Find Seats at Cafes, Cafe Search Tool NYC, Productivity Cafes NYC, Where to Find Open Seats in Cafes NYC, Best Cafes for Remote Work with Seating, Real-Time Cafe Seating Availability in NYC, App to Check Cafe Seats, Find Cafes with Open Seating Near Me, Best Places to Study with Available Seats, Locate Cafes with Open Tables in New York, Live Cafe Availability Tracker, How to Find a Cafe with Seats in NYC, NYC Cafes with the Most Seating Options, Busy Hours Cafes NYC, Seat Availability Tracker, Seating Data for Cafes, Cafe Productivity App, Remote Work Locations NYC, Student Study Cafes, Real-Time Seating Updates, Cafe Spot Finder, Work-Friendly Coffee Shops, Where to Work and Study NYC">
<title>Opencafe</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to external CSS file -->
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeGm-CFVrgbBNt16S7Lnrcsi8oSE0Mn7s&libraries=places"></script> <\!-- Replace with your actual Google Maps API key -\-> -->
<script src="lib/ocn.js"></script>
<style>
#logo {
display: block;
margin: 20px auto;
width: 200px;
}
#greeting-banner {
background-color: #FF7F00; /* Orange color */
color: white;
padding: 10px;
font-size: 1.2em;
}
nav {
text-align: center;
margin-top: 20px;
}
nav ul {
list-style-type: none;
display: inline-flex;
gap: 20px;
padding: 0;
}
#search-location {
margin-top: 60px;
padding: 20px;
}
footer {
text-align: center;
padding: 20px;
background-color: #b7245c;
}
footer ul {
list-style-type: none;
display: inline-flex;
gap: 15px;
padding: 0;
}
</style>
</head>
<body>
<header>
<img src="opencafelogo.png" alt="Opencafe Logo" id="logo">
<marquee behavior="scroll" direction="left" id="greeting-banner"></marquee>
<nav aria-label="Main Navigation">
</nav>
</header>
<main>
<section id="barnard">
<h2>conceived by a barnard student, opencafe helps NYC cafe-goers find open seating in real time. using public data, we make it easy to discover the perfect spot to study or relax, solving the problem of overcrowded cafes.</h2>
</section>
<h2>
<div style="color:#FF7F00">
<form action="https://formspree.io/f/mbjpbwnw" method="POST">
<label>
Register Email for Early Access
<input style="font-size:20px" type="text" name="_replyto" placeholder="me@gmail.com" required>
</label>
<button style="font-size:20px;color:#FF7F00" type="submit">Send</button>
</form>
</div>
</h2>
<!-- <div id="cafelist"></div> -->
</main>
<footer>
<p>© 2025 Opencafe. All rights reserved.</p>
<nav aria-label="Footer Navigation">
<ul>
Open service 3.5.130.66:80 · lsddreamjournal.online
2026-01-10 06:04
HTTP/1.1 200 OK
x-amz-id-2: 9uo4vI5BrXOKF0p+LZJEIGaC9WWcbCgSEiNfoudGiVMXJNOqLGX8m06qcqepdQ2jUIQv285hnk3jH5p6lXDr+UrdsB9ZBFKpauMYabPfuCM=
x-amz-request-id: HS10H21XKVVRN4SX
Date: Sat, 10 Jan 2026 06:04:52 GMT
Last-Modified: Fri, 09 Jan 2026 21:53:31 GMT
ETag: "a8479886de161bb20df21fc7fa63a4e6"
Content-Type: text/html
Content-Length: 45266
Server: AmazonS3
Connection: close
Page title: Main
<!DOCTYPE html>
<html>
<head>
<title>Main</title>
</head>
<body>
<p>Hello Rowan :DD</p>
<p>
:8.8 .:. S8%t.:X8 8 8t.%8S:.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ;8t:S8@88S8888S88S88@@8@888@S .;@X;. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . ;S 8tS@@88XX@8XXS%%%S;t%ttS%t%S@8@X@ S.8X;. . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . .;S;SS8888@88X8XX@%Stt:t;;:;%SX%%X8SS@@8S;XX:8XS;. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . .:8:S ;8%XSSSS8@@8XS%%S;::;;t::tX8%%t@SXt;::%@@X8Xt; .8;. . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . .S:%8@8@SSXtX@tS8XXX8%%;%@:;tt;t88@@888S@8@8S8888%%tS8@8XS @;. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . ;t 8%tX8%S%S@S@8X8SXtS%t%@ttt%t%8X8888@X@SXSX@@@X8@t%XS8%X8SX;@S:. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . .@X@%;S8%S88%%;;ttSX8X@S8XXX%t%;t;t8@888@8X@88@888X@888SS8SXS8X:S8S:%8t. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . .t.tt;tX8S8SX88ttt;;;t%@S%tSX%%SS;;ttX8XSXS@888@t;%t;%tX@888X88@888S@8X; 8: . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . .@X@::;S%888888%St%%St;%X88Stt;%ttt%%%%t%%SSS@XS%;;;t@888S88S8X@888@@8@SXS@ 8. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . :S 8:;;%@X@@X8@88@%X888%XtX88%;ttSX@8%SSS88XX8@8S%tt@XX%@@@SX@8X8@X88S@%8@S8X@S . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . :%t%;;;X888XX88X88XS@S8X888X88SStS8XS@8@8@888X888XX8X888XXtt%tS8@8@888@X@t%88X @: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .X8@;:t@88%8%Stt.;X88888@888888%SS888@@888X%88S88%@XX88X88XXt;St%%888@X@88SX%88ttt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . :@@8t:t8X