-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
259 lines (227 loc) · 8.48 KB
/
resume.html
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ronnie Bailey | Cybersecurity & IAM Strategist</title>
<style>
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background-color: #121212;
margin: 0;
padding: 0;
color: #E0E0E0;
}
a {
color: #76A9EA;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.top-nav {
padding: 10px 20px;
background: #1E1E1E;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-nav .name-and-title {
font-size: 1.2em;
color: #E0E0E0;
}
.top-nav .links a {
margin-left: 20px;
font-size: 0.95em;
}
.hero {
padding: 40px 20px;
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.hero h1 {
font-size: 2.5em;
letter-spacing: 2px;
color: #76A9EA;
margin-bottom: 20px;
}
.hero p {
font-size: 1.1em;
line-height: 1.5;
color: #B0B0B0;
margin-bottom: 15px;
}
.manifesto {
background: #1E1E1E;
position: relative;
padding: 40px 20px;
margin: 40px auto;
max-width: 800px;
border-radius: 8px;
overflow: hidden;
}
.manifesto::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
linear-gradient(rgba(18,18,18,0.6), rgba(18,18,18,0.6)),
url('https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExb21iMW4zbzJwNTJwaTk1anB1dW9pZWp2NHJ5ZzhrY2d0OXpsZXpiZyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/MFabj1E9mgUsqwVWHu/giphy.webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0.9;
z-index: 0;
}
.manifesto h2,
.manifesto p {
position: relative;
z-index: 1;
}
.manifesto h2 {
font-size: 1.8em;
margin-bottom: 20px;
border-bottom: 2px solid #76A9EA;
color: #76A9EA;
padding-bottom: 5px;
}
.manifesto p {
font-size: 1em;
line-height: 1.6;
color: #E0E0E0;
margin-bottom: 15px;
}
.insights {
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
}
.insights h2 {
font-size: 1.5em;
margin-bottom: 20px;
border-bottom: 2px solid #76A9EA;
color: #76A9EA;
padding-bottom: 5px;
}
.insight-article {
margin-bottom: 30px;
}
.insight-article h3 {
font-size: 1.3em;
margin-bottom: 10px;
color: #76A9EA;
}
.insight-article p {
font-size: 1em;
line-height: 1.6;
color: #B0B0B0;
margin-bottom: 15px;
}
.newsletter {
max-width: 800px;
margin: 40px auto;
padding: 20px;
background: #1E1E1E;
border-radius: 8px;
text-align: center;
}
.newsletter h2 {
font-size: 1.5em;
margin-bottom: 20px;
color: #76A9EA;
}
.newsletter p {
font-size: 1em;
margin-bottom: 20px;
color: #B0B0B0;
}
.newsletter input[type="email"] {
padding: 10px;
border: 1px solid #76A9EA;
border-radius: 5px;
font-size: 1em;
width: 60%;
max-width: 300px;
margin-right: 10px;
background: #121212;
color: #E0E0E0;
}
.newsletter input[type="submit"] {
padding: 10px 20px;
background: #76A9EA;
border: none;
border-radius: 5px;
font-size: 1em;
color: #121212;
cursor: pointer;
}
.footer-links {
text-align: center;
padding: 20px;
font-size: 0.9em;
color: #B0B0B0;
}
.footer-links a {
color: #76A9EA;
text-decoration: none;
margin: 0 10px;
}
.footer-links a:hover {
text-decoration: underline;
}
@media (max-width: 600px) {
.top-nav {
flex-direction: column;
align-items: flex-start;
}
.links a {
margin-left: 0;
display: block;
margin-top: 10px;
}
}
</style>
</head>
<body>
<div class="top-nav">
<div class="name-and-title">Ronnie Bailey, Cybersecurity & IAM Strategist</div>
<div class="links">
<a href="narrative.html">About Ronnie Bailey</a>
<a href="documentationlanding.html">Documentation</a>
</div>
</div>
<div class="hero">
<h1>Ronnie Bailey</h1>
<p>Principal Cybersecurity & IAM Strategist dedicated to navigating complex corporate ecosystems with adaptability and a critical eye. I bring the experience to secure infrastructures and the insight to question entrenched norms.</p>
<p><a href="mailto:[email protected]">[email protected]</a> | <a href="tel:+8048031311">+1 (804) 803-1311</a></p>
<p><a href="https://calendly.com/ronniebailey" target="_blank">Schedule Appointment</a> | <a href="Resume.pdf" download="Ronnie Bailey Resume.pdf">Download Resume (PDF)</a> | <a href="Resume.docx" download="Ronnie Bailey Resume.docx">Download Resume (WORD)</a> | <a href="https://www.linkedin.com/in/ronniebailey" target="_blank">LinkedIn Profile</a></p>
</div>
<div class="manifesto">
<h2>My Professional Philosophy</h2>
<p>In traditional corporate environments, “stability” and “value” often hinge on superficial credentials and rigid hierarchies. I believe that genuine expertise is about strategic adaptability—recognizing the illusions, leveraging evolving technologies, and forging new paths in decentralized identity and beyond.</p>
<p>By transcending standard corporate narratives, I focus on building resilience through understanding systems at their core. It’s not just about tools and certifications; it’s about unlocking real innovation by seeing beyond the conventional and seizing opportunities in the midst of uncertainty.</p>
</div>
<div class="insights">
<h2>Insights & Analysis</h2>
<div class="insight-article">
<h3>Deconstructing the Credential Myth</h3>
<p>As IAM technologies commodify, surface-level badges matter less. The real currency is your ability to navigate decentralized frameworks, anticipate emerging threats, and apply security principles fluidly, without clinging to the old rules.</p>
</div>
<div class="insight-article">
<h3>The Decentralized Identity Revolution</h3>
<p>From W3C’s DIDs to blockchain-based authentication, decentralized identity is reshaping trust. The future belongs to those who can integrate these paradigms seamlessly, enabling user-centric models and dismantling outdated central authorities.</p>
</div>
<div class="insight-article">
<h3>Turning Chaos into Opportunity</h3>
<p>Corporate volatility isn’t a problem to solve—it’s a resource to tap. When you stop seeking permanence, you start discovering creative ways to extract value, implement scalable solutions, and remain agile no matter what the market throws at you.</p>
</div>
</div>
<div class="newsletter">
<h2>Stay Connected</h2>
<p>Subscribe for perspectives on the evolving security landscape, decentralized IAM trends, and strategies for thriving in a world where the rules are always changing.</p>
<form action="https://example.com/newsletter-signup" method="POST">