-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (107 loc) · 5.02 KB
/
index.html
File metadata and controls
108 lines (107 loc) · 5.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wendy Randolph</title>
<meta name="description" content="Open Source Community Builder, Software Developer, International Conference Speaker & MC">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>W</text></svg>">
<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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header class="site-header">
<nav>
<a href="#speaking">Speaking</a>
<a href="#consulting">Consulting</a>
<a href="#connect">Connect</a>
</nav>
</header>
<main>
<section class="hero">
<p class="eyebrow">Community Builder · Software Developer · Conference Speaker & Host</p>
<h1>Wendy Randolph</h1>
<p class="tagline">Elixir · Clojure · Functional Programming</p>
<div class="hero-links">
<a href="https://github.com/the-dress-code" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.linkedin.com/in/wendy-randolph/" target="_blank" rel="noopener">LinkedIn</a>
</div>
</section>
<section id="speaking">
<h2>Speaking</h2>
<p class="section-intro">
I speak at international conferences and help engineers level up in their careers —
from breaking into tech to building open source communities.
</p>
<div class="talk-card">
<h3>When Your Disney Playlist Saves Your Tech Career</h3>
<p class="talk-meta">Conference Talk · YouTube</p>
<p>A candid, personal look at finding your own path in tech — and the unexpected places inspiration can come from.</p>
<div class="talk-links">
<a href="https://www.youtube.com/watch?v=rLJattwAceU" target="_blank" rel="noopener">Watch</a>
<a href="https://www.canva.com/design/DAGUOP08fuQ/PWlXnfK5uzMcWbFxAojWQw/view" target="_blank" rel="noopener">Slides</a>
<a href="https://music.apple.com/us/playlist/psych-me-up-disney/pl.u-6mo4l2yTBWXN06" target="_blank" rel="noopener">iTunes Playlist</a>
<a href="https://open.spotify.com/playlist/2r1v8WKiXHOAWrxjquqVc6?si=uhkx9ruqS5WSX-l7ZjmCPQ" target="_blank" rel="noopener">Spotify Playlist</a>
</div>
</div>
<div class="topics-grid">
<div class="topic">
<h4>Getting Into Tech</h4>
<p>Practical advice and encouragement for people navigating their first steps into a software career.</p>
</div>
<div class="topic">
<h4>Building Open Source Communities</h4>
<p>How to grow, nurture, and sustain healthy open source communities — from first commit to thriving ecosystem.</p>
</div>
<div class="topic">
<h4>Clojure & Elixir</h4>
<p>Deep dives into functional programming, web applications, and the joy of working with expressive languages.</p>
</div>
</div>
</section>
<section id="consulting">
<h2>Consulting</h2>
<p class="section-intro">
I partner with teams and individuals to build full stack web applications —
from architecture and design to shipping production-ready code.
</p>
<div class="topics-grid">
<div class="topic">
<h4>Full Stack Web Apps</h4>
<p>End-to-end development with modern tools. I help you take an idea from concept to deployed, maintainable product.</p>
</div>
<!--
<div class="topic">
<h4>Code & Architecture Review</h4>
<p>Fresh eyes on your codebase — identifying bottlenecks, improving readability, and strengthening engineering practices.</p>
</div>
<div class="topic">
<h4>Team Mentorship</h4>
<p>Pair programming, code reviews, and targeted mentorship to help your team level up together.</p>
</div>
-->
</div>
</section>
<section id="connect">
<h2>Let's Connect</h2>
<p>
Interested in having me speak at your event, or looking for engineering consulting?
Reach out and let's talk.
</p>
<div class="connect-links">
<a href="mailto:wendy.randolph5@gmail.com" class="email-link">wendy.randolph5@gmail.com</a>
<!-- <a href="#" class="calendly-placeholder">Book a call (coming soon)</a> -->
</div>
</section>
</main>
<footer>
<p>© <script>document.write(new Date().getFullYear())</script> Wendy Randolph</p>
<div class="footer-links">
<a href="https://github.com/the-dress-code" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.linkedin.com/in/wendy-randolph/" target="_blank" rel="noopener">LinkedIn</a>
</div>
</footer>
</body>
</html>