-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathborders.html
More file actions
106 lines (103 loc) · 4.85 KB
/
borders.html
File metadata and controls
106 lines (103 loc) · 4.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Border & Public Safety — PERSONFU // Arizona Public Intel Wiki</title>
<link rel="stylesheet" href="assets/css/fllc-govint.css">
</head>
<body>
<header class="site-header">
<div class="site-brand">
<h1><span class="accent">PERSONFU</span><span class="sep">//</span>ARIZONA PUBLIC INTEL WIKI</h1>
</div>
<div class="header-meta">
<span class="site-tagline">FLLC Intelligence Research & Archive</span>
<span class="header-clock" id="header-clock"></span>
</div>
</header>
<nav class="nav-bar">
<a href="index.html" class="nav-link">Dashboard</a>
<a href="arizona.html" class="nav-link">Arizona Watch</a>
<a href="cyber.html" class="nav-link">Cyber</a>
<a href="government.html" class="nav-link">Government</a>
<a href="defense.html" class="nav-link">Defense</a>
<a href="borders.html" class="nav-link active">Border & Safety</a>
<a href="infrastructure.html" class="nav-link">Infrastructure</a>
<a href="archive.html" class="nav-link">Archive</a>
<a href="anomalies.html" class="nav-link">Anomalies</a>
<a href="timelines.html" class="nav-link">Timelines</a>
<a href="maps.html" class="nav-link">Maps</a>
<a href="reports.html" class="nav-link">Reports</a>
<a href="documents.html" class="nav-link">Documents</a>
<a href="methodology.html" class="nav-link">Methodology</a>
</nav>
<div class="page-wrap">
<div class="section-hero">
<h2>Border & Public Safety</h2>
<p>Arizona shares 372 miles of international border with Mexico. The Tucson and Yuma sectors are among the most active in the nation. This section tracks surveillance technology, CBP operations, and public safety infrastructure.</p>
<span class="rel-badge rel-archived">ARCHIVED REPORTING</span>
</div>
<div class="grid-3 mb-2">
<div class="kpi"><div class="kpi-val">372</div><div class="kpi-label">Miles of Border</div></div>
<div class="kpi"><div class="kpi-val blue">2</div><div class="kpi-label">CBP Sectors</div></div>
<div class="kpi"><div class="kpi-val magenta">44</div><div class="kpi-label">AZ511 Cameras</div></div>
</div>
<div class="portal-grid mb-2">
<a href="content/border-tech.html" class="portal-card">
<div class="pc-icon">📡</div>
<div class="pc-title">Border Technology Corridor</div>
<div class="pc-desc">Autonomous surveillance towers, AI-powered cameras, ground sensors, and drone patrols. The AZ border as a surveillance technology testbed.</div>
<div class="pc-count"><span class="rel-badge rel-archived">archived</span></div>
</a>
<div class="portal-card">
<div class="pc-icon">🏜️</div>
<div class="pc-title">Tucson Sector</div>
<div class="pc-desc">262 miles of boundary. Historically the busiest sector for encounters. Remote desert terrain, tribal lands, and urban corridors.</div>
<div class="pc-count">Dossier coming</div>
</div>
<div class="portal-card">
<div class="pc-icon">🌊</div>
<div class="pc-title">Yuma Sector</div>
<div class="pc-desc">126 miles of boundary along the Colorado River. 300%+ increase in encounters 2021-2023. Agricultural corridor and military testing grounds.</div>
<div class="pc-count">Dossier coming</div>
</div>
</div>
<div class="grid-2">
<div class="card">
<div class="card-head"><span class="dot red"></span>DHS / CBP Notices</div>
<div class="card-body" id="border-dhs"><div class="loading">Loading DHS data</div></div>
</div>
<div class="card">
<div class="card-head"><span class="dot blue"></span>Live Cameras — AZ Highways</div>
<div class="card-body">
<p>44 live AZ511 camera feeds monitoring Arizona freeways and border-adjacent corridors.</p>
<p><a href="cameras.html">View live camera grid →</a></p>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="methodology">
<strong>METHODOLOGY:</strong> This wiki aggregates public-interest information from official government sources, FOIA releases,
and lawful public records for education and research. Content is tagged with reliability labels.
<a href="methodology.html">Full Methodology →</a>
</div>
<div class="credits">Built by <strong>Personfu</strong> under the <strong>FLLC</strong> design system.</div>
</footer>
<div class="status-bar">
<span class="status-dot"></span>
<span>FLLC // PERSONFU</span>
<span>|</span>
<span id="status-update">Last update: —</span>
<span style="margin-left:auto">Educational & Research Use Only</span>
</div>
<script src="assets/js/app.js"></script>
<script src="assets/js/feed-loader.js"></script>
<script>
FeedLoader.loadJSON('dhs_news.json', function(d){
FeedLoader.renderAdvisoryTable('border-dhs', d.items, {limit:10, showTags:true});
});
</script>
</body>
</html>