File size: 20,899 Bytes
234e818 |
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 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jeremy Caplan | Educator, Writer, Media Innovator</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #f9fafb;
}
.gradient-text {
background-clip: text;
-webkit-background-clip: text;
color: transparent;
background-image: linear-gradient(90deg, #3b82f6, #10b981);
}
.article-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.social-icon:hover {
transform: scale(1.1);
}
</style>
</head>
<body class="min-h-screen">
<!-- Hero Section -->
<section class="relative py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-blue-50 to-green-50">
<div class="max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-4">
Jeremy Caplan
</h1>
<p class="text-xl md:text-2xl text-gray-600 max-w-3xl mx-auto">
Educator, writer and media innovator helping people work smarter and learn better.
</p>
<div class="mt-10">
<a href="#work" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 transition duration-150 ease-in-out">
Explore My Work
<svg class="ml-3 -mr-1 h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
</div>
<div class="absolute bottom-0 left-0 right-0 overflow-hidden">
<svg class="w-full h-16" viewBox="0 0 1440 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0H1440V120C1195 120 955 120 720 120C485 120 245 120 0 120V0Z" fill="#f9fafb"/>
</svg>
</div>
</section>
<!-- Featured Work Section -->
<section id="work" class="py-16 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
<span class="gradient-text">Featured Articles & Projects</span>
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
A selection of my recent writing and media projects
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Article 1 -->
<div class="article-card rounded-lg overflow-hidden shadow-md bg-white transition-all duration-300 ease-in-out">
<div class="h-48 bg-gradient-to-r from-blue-400 to-blue-600 flex items-center justify-center">
<i class="fas fa-newspaper text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900 mb-2">The Future of Learning</h3>
<p class="text-gray-600 mb-4">Exploring how technology is transforming education and professional development in the digital age.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium inline-flex items-center">
Read Article
<svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
<!-- Article 2 -->
<div class="article-card rounded-lg overflow-hidden shadow-md bg-white transition-all duration-300 ease-in-out">
<div class="h-48 bg-gradient-to-r from-green-400 to-green-600 flex items-center justify-center">
<i class="fas fa-tools text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900 mb-2">Wonder Tools Newsletter</h3>
<p class="text-gray-600 mb-4">My weekly newsletter sharing practical tools and tips for working smarter in the digital era.</p>
<a href="https://wondertools.substack.com" target="_blank" class="text-green-600 hover:text-green-800 font-medium inline-flex items-center">
Visit Substack
<svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
<!-- Article 3 -->
<div class="article-card rounded-lg overflow-hidden shadow-md bg-white transition-all duration-300 ease-in-out">
<div class="h-48 bg-gradient-to-r from-purple-400 to-purple-600 flex items-center justify-center">
<i class="fas fa-video text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900 mb-2">YouTube Channel</h3>
<p class="text-gray-600 mb-4">Video tutorials and interviews about digital tools, media innovation, and productivity strategies.</p>
<a href="https://youtube.com/jeremycaplan" target="_blank" class="text-purple-600 hover:text-purple-800 font-medium inline-flex items-center">
Watch Videos
<svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
<!-- Article 4 -->
<div class="article-card rounded-lg overflow-hidden shadow-md bg-white transition-all duration-300 ease-in-out">
<div class="h-48 bg-gradient-to-r from-yellow-400 to-yellow-600 flex items-center justify-center">
<i class="fas fa-chalkboard-teacher text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900 mb-2">Teaching Resources</h3>
<p class="text-gray-600 mb-4">Curated materials and guides for educators looking to integrate digital tools into their classrooms.</p>
<a href="#" class="text-yellow-600 hover:text-yellow-800 font-medium inline-flex items-center">
Explore Resources
<svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
<!-- Article 5 -->
<div class="article-card rounded-lg overflow-hidden shadow-md bg-white transition-all duration-300 ease-in-out">
<div class="h-48 bg-gradient-to-r from-red-400 to-red-600 flex items-center justify-center">
<i class="fas fa-microphone-alt text-white text-6xl"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900 mb-2">Podcast Appearances</h3>
<p class="text-gray-600 mb-4">Interviews and guest appearances discussing media, technology, and digital learning strategies.</p>
<a href="#" class="text-red-600 hover:text-red-800 font-medium inline-flex items-center">
Listen Now
<svg class="ml-1 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
</svg>
</a>
</div>
</div>
<!-- Article 6 (CTA) -->
<div class="rounded-lg overflow-hidden shadow-md bg-gradient-to-br from-blue-500 to-blue-700 transition-all duration-300 ease-in-out flex flex-col justify-center p-8">
<div class="text-center">
<h3 class="text-xl font-semibold text-white mb-2">Want to see more?</h3>
<p class="text-blue-100 mb-6">Explore my complete portfolio of writing, teaching materials, and media projects.</p>
<a href="https://jeremycaplan.com" target="_blank" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-blue-700 bg-white hover:bg-blue-50 transition duration-150 ease-in-out">
Visit JeremyCaplan.com
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Get In Touch
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Let's connect and collaborate on interesting projects
</p>
</div>
<div class="bg-white shadow-xl rounded-lg overflow-hidden">
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="p-8 md:p-12">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Contact Information</h3>
<p class="text-gray-600 mb-6">Feel free to reach out for speaking engagements, consulting opportunities, or media inquiries.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-envelope text-blue-500 text-xl"></i>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-500">Email</p>
<a href="mailto:[email protected]" class="text-base text-blue-600 hover:text-blue-800">[email protected]</a>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i class="fas fa-globe text-blue-500 text-xl"></i>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-500">Website</p>
<a href="https://jeremycaplan.com" target="_blank" class="text-base text-blue-600 hover:text-blue-800">jeremycaplan.com</a>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="text-lg font-semibold text-gray-900 mb-4">Connect on Social Media</h4>
<div class="flex space-x-4">
<a href="https://linkedin.com/in/jeremycaplan" target="_blank" class="social-icon w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 hover:bg-blue-200 transition duration-150 ease-in-out">
<i class="fab fa-linkedin-in text-lg"></i>
</a>
<a href="https://x.com/jeremycaplan" target="_blank" class="social-icon w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center text-blue-600 hover:bg-blue-200 transition duration-150 ease-in-out">
<i class="fab fa-twitter text-lg"></i>
</a>
<a href="https://youtube.com/jeremycaplan" target="_blank" class="social-icon w-10 h-10 rounded-full bg-red-100 flex items-center justify-center text-red-600 hover:bg-red-200 transition duration-150 ease-in-out">
<i class="fab fa-youtube text-lg"></i>
</a>
<a href="https://wondertools.substack.com" target="_blank" class="social-icon w-10 h-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 hover:bg-green-200 transition duration-150 ease-in-out">
<i class="fas fa-newspaper text-lg"></i>
</a>
</div>
</div>
</div>
<div class="bg-gray-50 p-8 md:p-12">
<h3 class="text-2xl font-bold text-gray-900 mb-4">Send a Message</h3>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Name</label>
<input type="text" id="name" name="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email</label>
<input type="email" id="email" name="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition duration-150 ease-in-out">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<h3 class="text-lg font-semibold mb-4">Jeremy Caplan</h3>
<p class="text-gray-400">Educator, writer and media innovator helping people work smarter and learn better.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="https://jeremycaplan.com" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">Personal Website</a></li>
<li><a href="https://wondertools.substack.com" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">Wonder Tools Newsletter</a></li>
<li><a href="https://youtube.com/jeremycaplan" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">YouTube Channel</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="https://linkedin.com/in/jeremycaplan" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">
<i class="fab fa-linkedin-in text-xl"></i>
</a>
<a href="https://x.com/jeremycaplan" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="https://youtube.com/jeremycaplan" target="_blank" class="text-gray-400 hover:text-white transition duration-150 ease-in-out">
<i class="fab fa-youtube text-xl"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2023 Jeremy Caplan. All rights reserved.</p>
<div class="mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white text-sm mr-4">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
</div>
</div>
</div>
</footer>
<script>
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=jeremycaplan/my-jc-landing-page-demo" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |