-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (196 loc) · 6.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chris Belson – Security & Operations Leader</title>
<style>
:root {
--primary-color: #2563eb;
--text-color: #1f2937;
--bg-light: #f9fafb;
--bg-white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: var(--text-color);
background: var(--bg-light);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
header {
background: var(--bg-white);
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
padding: 1rem 0;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-links a {
color: var(--text-color);
text-decoration: none;
margin-left: 2rem;
font-weight: 500;
transition: color 0.3s;
}
.nav-links a:hover {
color: var(--primary-color);
}
.hero {
background: linear-gradient(to right, #2563eb, #1d4ed8);
color: white;
padding: 4rem 0;
margin-bottom: 4rem;
}
.hero-content {
max-width: 800px;
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.25rem;
opacity: 0.9;
}
.section {
margin-bottom: 4rem;
}
.section-title {
font-size: 1.8rem;
margin-bottom: 1.5rem;
color: var(--text-color);
}
.card {
background: var(--bg-white);
border-radius: 8px;
padding: 2rem;
margin-bottom: 2rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.project-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
.tag {
display: inline-block;
background: #e5edff;
color: var(--primary-color);
padding: 0.3rem 0.8rem;
border-radius: 999px;
font-size: 0.875rem;
margin: 0.5rem 0.5rem 0.5rem 0;
}
.contact-links {
display: flex;
gap: 1rem;
margin-top: 2rem;
}
.contact-links a {
color: var(--primary-color);
text-decoration: none;
display: flex;
align-items: center;
gap: 0.5rem;
}
footer {
background: var(--bg-white);
padding: 2rem 0;
margin-top: 4rem;
border-top: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
.header-content {
flex-direction: column;
gap: 1rem;
}
.nav-links a {
margin: 0 1rem;
}
.hero {
padding: 3rem 0;
}
.hero h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<header>
<div class="container header-content">
<h2>Chris Belson</h2>
<nav class="nav-links">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#vision">Vision</a>
<a href="https://github.com/chrisbelson">GitHub</a>
</nav>
</div>
</header>
<section class="hero">
<div class="container hero-content">
<h1>Security & Operations Leader</h1>
<p>Transforming complex security challenges into opportunities for innovation and growth</p>
</div>
</section>
<main class="container">
<section id="about" class="section">
<h2 class="section-title">About Me</h2>
<div class="card">
<p>I'm a seasoned leader in information security and operations with deep-rooted expertise in high-stakes industries like financial services and cloud technology. My approach combines innovative strategy with hands-on technical execution, consistently delivering transformative results in complex environments.</p>
</div>
</section>
<section id="projects" class="section">
<h2 class="section-title">Featured Projects</h2>
<div class="project-grid">
<div class="card">
<h3>OpenStack Balancer</h3>
<p>A sophisticated Python-based orchestration tool that optimizes cloud infrastructure through intelligent VM migration algorithms.</p>
<div class="tags">
<span class="tag">Python</span>
<span class="tag">OpenStack</span>
<span class="tag">Cloud Architecture</span>
</div>
</div>
<div class="card">
<h3>MySQL Workbench Decryptor</h3>
<p>Security utility enabling password recovery for MySQL Workbench on Windows, demonstrating practical security implementation.</p>
<div class="tags">
<span class="tag">Python</span>
<span class="tag">Security</span>
<span class="tag">Windows</span>
</div>
</div>
</div>
</section>
<section id="vision" class="section">
<h2 class="section-title">My Vision</h2>
<div class="card">
<p>I am dedicated to pushing the boundaries of what's possible in information security and operational strategy. My mission is to harness cutting-edge technology to secure our digital landscape while enabling businesses to thrive in an increasingly complex world.</p>
<div class="contact-links">
<a href="mailto:beaming@msn.com">Get in touch →</a>
<a href="https://github.com/chrisbelson">View my work →</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2025 Chris Belson. All rights reserved.</p>
</div>
</footer>
</body>
</html>