jeremycaplan's picture
Add 2 files
234e818 verified
<!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>