-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (226 loc) · 11.2 KB
/
index.html
File metadata and controls
252 lines (226 loc) · 11.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Ed Reckers</title>
<meta name="description" content="The personal homepage and domain for Ed Reckers, founder of Red Bridge Internet; a working group of San Francisco WordPress Developers and Consultants.">
<meta name="keywords" content="ed reckers, edward reckers, red bridge internet, san francisco wordpress">
<!-- Open Graph -->
<meta property="og:title" content="Ed Reckers">
<meta property="og:description" content="Ed Reckers is founder of Red Bridge Internet; a working group of San Francisco WordPress Developers and Consultants.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ereckers.github.io/">
<meta property="og:image" content="https://pbs.twimg.com/profile_images/943246633663315968/tdgdxP-K_400x400.jpg">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ed Reckers">
<meta name="twitter:description" content="Ed Reckers is founder of Red Bridge Internet; a working group of San Francisco WordPress Developers and Consultants.">
<meta name="twitter:creator" content="@ereckers">
<meta name="twitter:image" content="https://pbs.twimg.com/profile_images/943246633663315968/tdgdxP-K_400x400.jpg">
<!-- Google Fonts -->
<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@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Font Awesome 6 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Primary Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-24939861-1', 'edreckers.com');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Fixed Nav -->
<nav class="nav-fixed" id="nav-fixed">
<div class="nav-inner">
<a class="nav-logo" href="https://www.edreckers.com">Ed Reckers</a>
<ul class="nav-links">
<li><a href="#about">about</a></li>
<li><a href="#projects">projects</a></li>
<li><a href="#photo">photo</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</div>
</nav>
<!-- Hero -->
<header class="hero" id="hero">
<div class="hero-grid"></div>
<div class="hero-glow hero-glow-1"></div>
<div class="hero-glow hero-glow-2"></div>
<div class="hero-content">
<h1 class="hero-title">Ed Reckers</h1>
<p class="hero-subtitle">A simple one page website for an Ed Reckers lookup...</p>
<nav class="hero-nav">
<a href="#about">about</a>
<a href="#projects">projects</a>
<a href="#photo">photo</a>
<a href="#contact">contact</a>
</nav>
</div>
</header>
<!-- Features & About -->
<section id="about">
<div class="container">
<h2 class="section-title">Features</h2>
<div class="features-grid">
<div class="feature-item">
<div class="feature-num">01</div>
<p class="feature-text">Created, manages, and grows <a href="https://www.redbridgenet.com">Red Bridge Internet</a>.</p>
</div>
<div class="feature-item">
<div class="feature-num">02</div>
<p class="feature-text">Builds projects like WP Federated and Built with WooCommerce.</p>
</div>
<div class="feature-item">
<div class="feature-num">03</div>
<p class="feature-text">Handles devops — that's development and operations.</p>
</div>
<div class="feature-item">
<div class="feature-num">04</div>
<p class="feature-text">Project management and client communications lead.</p>
</div>
<div class="feature-item">
<div class="feature-num">05</div>
<p class="feature-text">Executes sales and marketing plans.</p>
</div>
<div class="feature-item">
<div class="feature-num">06</div>
<p class="feature-text">Plans, implements, and executes search optimization strategies.</p>
</div>
<div class="feature-item">
<div class="feature-num">07</div>
<p class="feature-text">Great cook...</p>
</div>
</div>
<div class="divider"></div>
<h2 class="section-title">About</h2>
<img class="about-pic" src="https://pbs.twimg.com/profile_images/943246633663315968/tdgdxP-K_400x400.jpg" title="Ed Reckers" alt="Ed Reckers">
<div class="about-text">
<p>Ed Reckers is the founder and lead web development consultant at Red Bridge Internet, a San Francisco web development and consulting firm specializing in WordPress websites and applications. We've worked with tech companies including Neo4j, SnapLogic, Sysdig, and PacketFabric — helping them build and maintain a strong web presence across marketing sites, product pages, and developer-facing content.</p>
</div>
</div>
</section>
<!-- Projects -->
<section id="projects">
<div class="container">
<h2 class="section-title">Projects</h2>
<p style="text-align:center;color:var(--text-dim);font-size:0.9rem;margin-bottom:2rem;">Some current active projects — Red Bridge Internet and a number of live actualized projects.</p>
<div class="project-card">
<div class="project-screenshot">
<img src="https://s.wordpress.com/mshots/v1/http%3A%2F%2Fwww.redbridgenet.com%2F?w=150" alt="Red Bridge Internet">
</div>
<div class="project-info">
<div class="project-title"><a href="https://www.redbridgenet.com">Red Bridge Internet</a></div>
<p class="project-desc">WordPress design, development, and consulting in San Francisco and the greater Bay Area.</p>
</div>
</div>
<div class="project-card">
<div class="project-screenshot">
<img src="https://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpfederated.com%2F?w=150" alt="WP Federated">
</div>
<div class="project-info">
<div class="project-title"><a href="http://www.wpfederated.com">WP Federated</a></div>
<p class="project-desc">A directory of local WordPress developers, consultants, and design companies.</p>
</div>
</div>
<div class="project-card">
<div class="project-screenshot">
<img src="https://s.wordpress.com/mshots/v1/http%3A%2F%2Fbuiltwithwoo.com%2F?w=150" alt="Built with WooCommerce">
</div>
<div class="project-info">
<div class="project-title"><a href="http://www.builtwithwoo.com">Built with WooCommerce</a></div>
<p class="project-desc">A gallery of websites built with WooCommerce from WooThemes.</p>
</div>
</div>
<h2 class="section-title" style="margin-top:3rem;">Associated Websites</h2>
<p style="text-align:center;color:var(--text-dim);font-size:0.9rem;margin-bottom:2rem;">Personal websites and project URLs — for public documentation and discoverability.</p>
<div class="links-list">
<div class="link-item">
<span class="link-label">GitHub</span>
<a class="link-url" href="https://github.com/ereckers" title="Ed Reckers GitHub">github.com/ereckers</a>
</div>
<div class="link-item">
<span class="link-label">Bitbucket</span>
<a class="link-url" href="https://bitbucket.org/ereckers" title="Ed Reckers Bitbucket">bitbucket.org/ereckers</a>
</div>
<div class="link-item">
<span class="link-label">Medium</span>
<a class="link-url" href="https://edreckers.medium.com" title="Ed Reckers on Medium">edreckers.medium.com</a>
</div>
<div class="link-item">
<span class="link-label">WordPress.com</span>
<a class="link-url" href="http://ereckers.wordpress.com/" title="Ed Reckers on WordPress.com">ereckers.wordpress.com</a>
</div>
</div>
</div>
</section>
<!-- Photo -->
<section id="photo">
<div class="photo-overlay"></div>
<div class="photo-content">
<h2>Photo</h2>
<p>Web development always on tap</p>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="container">
<h2 class="section-title">Contact</h2>
<p style="text-align:center;color:var(--text-dim);font-size:0.9rem;margin-bottom:2rem;">Complete and submit this form to contact Ed Reckers.</p>
<div class="form-card">
<div data-fs-success class="success-message">Thanks for reaching out!</div>
<div data-fs-error class="fs-form-error"></div>
<form id="contact_form">
<div class="form-group">
<input id="name" name="name" type="text" class="form-control" placeholder="Name" data-fs-field tabindex="1">
<span data-fs-error="name" class="fs-field-error"></span>
</div>
<div class="form-group">
<input id="email" name="email" type="email" class="form-control" placeholder="Email" data-fs-field tabindex="2">
<span data-fs-error="email" class="fs-field-error"></span>
</div>
<div class="form-group">
<textarea id="message" name="message" class="form-control" placeholder="Message" data-fs-field tabindex="3"></textarea>
<span data-fs-error="message" class="fs-field-error"></span>
</div>
<div class="form-group">
<button type="submit" class="btn-submit" data-fs-submit-btn tabindex="4">Send Message</button>
</div>
</form>
</div>
<div class="divider"></div>
<h2 class="section-title">Social</h2>
<p style="text-align:center;color:var(--text-dim);font-size:0.9rem;">I'm not super into it, but I do tool around these places often enough.</p>
<div class="social-grid">
<a class="social-btn x-twitter" href="https://www.x.com/ereckers" title="Ed Reckers X" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a class="social-btn linkedin" href="https://www.linkedin.com/pub/ed-reckers/5/107/97b" title="Ed Reckers LinkedIn" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="social-btn github-link" href="https://github.com/ereckers" title="Ed Reckers GitHub" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</div>
<p class="footer-text">Site built and maintained by <a href="https://www.edreckers.com" title="Ed Reckers">Ed Reckers</a> of <a href="https://www.redbridgenet.com" title="Red Bridge Internet">Red Bridge Internet</a>, San Francisco <a href="https://www.redbridgenet.com/san-francisco-wordpress-developers/" title="San Francisco WordPress Developers">WordPress Developers</a>.</p>
</div>
</section>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="js/scripts.js"></script>
<script>
window.formspree = window.formspree || function () { (formspree.q = formspree.q || []).push(arguments); };
formspree('initForm', { formElement: '#contact_form', formId: 'xpqkajwz' });
</script>
<script src="https://unpkg.com/@formspree/ajax@1" defer></script>
</body>
</html>