-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·188 lines (168 loc) · 6.18 KB
/
Copy pathindex.html
File metadata and controls
executable file
·188 lines (168 loc) · 6.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="trrico.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Latest Radio Transcripts For Douglas County">
<meta property="og:title" content="Latest Radio Transcripts For Douglas County">
<meta property="og:description" content="Latest Radio Transcripts For Douglas County. Live voice to text transcription">
<meta property="og:image" content="https://www.theroseburgreceiver.com/wp-content/uploads/2023/07/BannerLights.png">
<meta property="og:url" content="https://transcript.theroseburgreceiver.com">
<meta name="author" content="Joseph Ziegler - The Roseburg Receiver">
<meta name="keywords" content="Douglas County Fire Dispatch, Douglas County Sheriff, Oregon Scanner, Southern Oregon Scanner, emergency communications, live transcription, fire dispatch, fire emergency, Douglas County scanner">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://transcript.theroseburgreceiver.com">
<meta name="theme-color" content="#7ea253">
<title>Radio Transcripts For Douglas County</title>
<!-- Inter font to match other RR pages -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
/* ==== Base layout ==== */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
align-items: center;
justify-content: center;
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: radial-gradient(circle at top left, #101827 0, #020617 45%, #000 100%);
color: #e5e7eb;
min-height: 100vh;
}
/* ==== Card container ==== */
.container {
background: rgba(15, 23, 42, 0.96); /* slate-900-ish */
padding: 32px 24px;
border-radius: 16px;
box-shadow:
0 24px 60px rgba(0, 0, 0, 0.75),
0 0 0 1px rgba(148, 163, 184, 0.35);
max-width: 960px;
width: min(960px, 100% - 32px);
text-align: center;
}
.logo {
width: 100%;
max-width: 640px;
height: auto;
margin: 0 auto 20px auto;
display: block;
border-radius: 12px;
}
h1 {
margin: 0 0 8px 0;
font-size: clamp(1.4rem, 2vw, 1.7rem);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #f9fafb;
}
h3 {
margin: 0 0 4px 0;
font-size: 1rem;
font-weight: 500;
color: #cbd5f5;
}
.subtext {
margin-top: 4px;
margin-bottom: 20px;
font-size: 0.9rem;
color: #9ca3af;
}
/* ==== Buttons row ==== */
.buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
margin-top: 20px;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 24px;
min-width: 220px;
font-size: 0.95rem;
font-weight: 600;
text-decoration: none;
border-radius: 9999px;
border: 1px solid transparent;
background-color: #7ea253; /* RR green */
color: #0b1120; /* very dark text */
box-shadow:
0 10px 30px rgba(126, 162, 83, 0.45),
0 0 0 1px rgba(34, 197, 94, 0.05);
cursor: pointer;
transition:
background-color 0.18s ease,
transform 0.12s ease,
box-shadow 0.18s ease,
border-color 0.18s ease;
}
.button:hover {
background-color: #9aca68;
transform: translateY(-1px);
box-shadow:
0 16px 40px rgba(126, 162, 83, 0.6),
0 0 0 1px rgba(74, 222, 128, 0.08);
border-color: rgba(74, 222, 128, 0.7);
}
.button:active {
transform: translateY(0);
box-shadow:
0 8px 20px rgba(15, 23, 42, 0.9),
0 0 0 1px rgba(55, 65, 81, 0.9);
background-color: #6a8c47;
}
.button:focus-visible {
outline: 2px solid #bbf7d0;
outline-offset: 2px;
}
/* ==== Small devices ==== */
@media (max-width: 640px) {
.container {
padding: 20px 16px;
}
h1 {
font-size: 1.2rem;
}
h3 {
font-size: 0.95rem;
}
.subtext {
font-size: 0.8rem;
}
.button {
width: 100%;
min-width: 0;
}
}
</style>
</head>
<body>
<div class="container">
<img src="https://s3.us-west-1.wasabisys.com/cdn.zigsphere.com/roseburgscanner.com/photos/BannerLights.png"
alt="The Roseburg Receiver Banner"
class="logo">
<h1>The Roseburg Receiver</h1>
<h3>Live Voice-to-Text Transcriptions</h3>
<p class="subtext">
Select a feed below to view near real-time radio transcripts for Douglas County.
</p>
<div class="buttons">
<a href="/law1" class="button">Douglas County Law 1</a>
<a href="/law2" class="button">Douglas County Law 2</a>
<a href="/fire_dispatch" class="button">Douglas County Fire Dispatch</a>
<a href="/fire2" class="button">Douglas County Fire 2</a>
<a href="/dfpa_primary" class="button">Douglas Fire Protective Association</a>
</div>
</div>
</body>
</html>