Your 24/7 Personal Tutor: Learn Absolutely Anything with AI

What if you had a brilliant tutor available any time of day or night — who never got impatient, never judged you for asking “dumb” questions, and explained things exactly the way YOU understand best? That’s AI. Let’s learn how to use it!

🎓 Your 24/7 Personal Tutor

Learn absolutely ANYTHING with AI — at your own pace, in your own words, any time you want!

🤔 Remember School?

Remember sitting in class not understanding something, but being too embarrassed to ask? AI fixes all of that. It never gets impatient. It will explain the same thing 10 different ways if you need it to — free, 24/7, and it never makes you feel silly for asking.

🌟 What Can You Learn with AI?

Click a topic to see a beginner explanation:






👆 Pick a topic above!

📋 Learning Prompts — Click to Send!

Click any button to send the prompt straight to the AI assistant below, then customize it for your situation!

LEARN ANYTHING

“I want to learn about [topic]. I’m a complete beginner. Start with the most basic explanation possible, using everyday examples. Then ask me if I want to go deeper.”

. I’m a complete beginner. Start with the most basic explanation possible, using everyday examples. Then ask me if I want to go deeper.” label=”💬 Try This with AI” style=”primary”]

UNDERSTAND A WORD

“What does [word/term] mean? Give me a one-sentence definition, then an example of how it’s used in real life. Use simple language.”

mean? Give me a one-sentence definition, then an example of how it’s used in real life. Use simple language.” label=”💬 Try This with AI” style=”primary”]

STEP-BY-STEP SKILL

“Teach me how to [skill] step by step. Assume I have never done this before. Keep each step simple. After each step, pause and ask if I have questions.”

step by step. Assume I have never done this before. Keep each step simple. After each step, pause and ask if I have questions.” label=”💬 Try This with AI” style=”primary”]

QUIZ ME

“We just talked about [topic]. Now quiz me with 5 multiple choice questions to see how well I understood it. After each answer, tell me if I’m right and explain why.”

. Now quiz me with 5 multiple choice questions to see how well I understood it. After each answer, tell me if I’m right and explain why.” label=”💬 Try This with AI” style=”primary”]

AI Learning Tutor

🎮 Mini Quiz: How Would YOU Use AI to Learn?

Q1: You keep hearing “inflation” but don’t understand it. What do you ask AI?



⭐ Key Takeaways

1️⃣ No question is too dumb — AI never judges you.
2️⃣ Always say your level — “I’m a beginner” gets you the clearest answers.
3️⃣ Ask for a different explanation if the first one doesn’t click — AI has unlimited patience.
4️⃣ Quiz yourself — asking AI to test you after learning makes it stick!

🚀 Your Challenge: Pick ONE Thing to Learn Today

Open ChatGPT, Claude, or Gemini and ask it to teach you something you’ve always been curious about!

Related in Ecosystem

Explore related content from across our platforms

AI Education Front Page

<!-- AI Education Platform Redesign --> <style> :root { --color-primary: #0066cc; --color-secondary: #0052a3; --color-accent: #ff6b35; --color-success: #06a77d; --color-warning: #f77f00; --color-danger: #d62828; --color-light: #f0f5ff; --color-dark: #111; --color-text: #222; --color-border: #ddd; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--color-text); background: #fff; } /* ─── Hero Section ─── */ .hero { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 80px 20px; text-align: center; margin-bottom: 60px; } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 20px; letter-spacing: -1px; } .hero p { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 600px; margin: 0 auto 30px; opacity: 0.95; } .hero .tagline { font-size: 0.95rem; opacity: 0.85; font-style: italic; } .hero-cta { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 30px; } .btn { display: inline-block; padding: 12px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; } .btn-primary { background: white; color: var(--color-primary); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); } .btn-secondary { background: transparent; color: white; border: 2px solid white; } .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); } /* ─── Container ─── */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ─── Section Styles ─── */ section { margin-bottom: 80px; } section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--color-primary); margin-bottom: 15px; font-weight: 700; } section .section-subtitle { color: #666; font-size: 1.05rem; margin-bottom: 40px; max-width: 700px; } /* ─── Learning Paths ─── */ .learning-paths { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; margin-bottom: 50px; } .path-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-align: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; color: inherit; } .path-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(0, 102, 204, 0.15); transform: translateY(-4px); } .path-emoji { font-size: 3rem; margin-bottom: 15px; } .path-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--color-primary); } .path-card p { font-size: 0.95rem; color: #666; margin-bottom: 20px; } .path-duration { font-size: 0.85rem; color: #999; font-weight: 600; } /* ─── AI Tutor Section ─── */ .tutor-section { background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 102, 204, 0.02) 100%); border: 2px solid var(--color-border); border-radius: 12px; padding: 40px; margin-bottom: 50px; text-align: center; } .tutor-title { font-size: 1.6rem; color: var(--color-primary); margin-bottom: 15px; } .tutor-description { font-size: 1.05rem; color: #666; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; } .tutor-input { display: flex; gap: 10px; margin-bottom: 15px; max-width: 600px; margin-left: auto; margin-right: auto; } .tutor-input input { flex: 1; padding: 12px 16px; border: 1px solid var(--color-border); border-radius: 8px; font-size: 1rem; } .tutor-input button { padding: 12px 24px; background: var(--color-primary); color: white; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; } .tutor-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; font-size: 0.9rem; color: #666; } /* ─── Core Topics Grid ─── */ .topics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 50px; } .topic-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 25px; text-decoration: none; color: inherit; transition: all 0.3s ease; } .topic-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1); transform: translateY(-4px); border-color: var(--color-primary); } .topic-emoji { font-size: 2.5rem; margin-bottom: 12px; } .topic-card h3 { font-size: 1.2rem; color: var(--color-primary); margin-bottom: 10px; } .topic-card p { font-size: 0.9rem; color: #666; margin-bottom: 15px; } .topic-meta { display: flex; justify-content: space-between; font-size: 0.8rem; color: #999; } /* ─── Difficulty Badge ─── */ .difficulty { display: inline-block; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; } .difficulty-beginner { background: #e0f5e0; color: #06a77d; } .difficulty-intermediate { background: #e0e8ff; color: #0066cc; } .difficulty-advanced { background: #ffe0e0; color: #d62828; } /* ─── Impact Stories ─── */ .stories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; } .story-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; } .story-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12); transform: translateY(-4px); } .story-image { width: 100%; height: 180px; background: linear-gradient(135deg, var(--color-light) 0%, #e0ebf5 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; } .story-content { padding: 25px; } .story-category { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: var(--color-light); color: var(--color-primary); margin-bottom: 12px; } .story-card h3 { font-size: 1.2rem; color: var(--color-primary); margin-bottom: 10px; line-height: 1.4; } .story-card p { font-size: 0.9rem; color: #666; line-height: 1.5; } /* ─── Courses Section ─── */ .courses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 50px; } .course-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-decoration: none; color: inherit; transition: all 0.3s ease; } .course-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(0, 102, 204, 0.15); transform: translateY(-4px); } .course-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; } .course-title { font-size: 1.3rem; color: var(--color-primary); margin: 0; } .course-level { text-align: right; } .course-description { font-size: 0.95rem; color: #666; margin: 15px 0; line-height: 1.5; } .course-meta { display: flex; gap: 20px; font-size: 0.85rem; color: #999; padding-top: 15px; border-top: 1px solid var(--color-border); } /* ─── Resource Library ─── */ .resources-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 50px; } .resource-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; text-align: center; cursor: pointer; transition: all 0.3s ease; } .resource-card:hover { background: var(--color-light); border-color: var(--color-primary); } .resource-icon { font-size: 2.5rem; margin-bottom: 12px; } .resource-card h4 { color: var(--color-primary); margin-bottom: 8px; } .resource-card p { font-size: 0.85rem; color: #666; margin: 0; } /* ─── CTA Section ─── */ .cta-section { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 50px 30px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .cta-section h3 { font-size: 1.6rem; margin-bottom: 15px; } .cta-section p { font-size: 1.05rem; margin-bottom: 25px; opacity: 0.95; } /* ─── Responsive ─── */ @media (max-width: 768px) { .hero { padding: 50px 20px; } .hero-cta { flex-direction: column; } .tutor-features { flex-direction: column; gap: 15px; } section h2 { font-size: 1.8rem; } } /* ─── Dark Mode ─── */ @media (prefers-color-scheme: dark) { body { background: #1a1a1a; color: #e0e0e0; } .path-card, .topic-card, .story-card, .course-card, .resource-card, .tutor-section { background: #2a2a2a; border-color: #444; } section h2 { color: #e0e0e0; } .topic-card p, .story-card p, .course-description { color: #b0b0b0; } } </style> <div class="hero"> <h1>Understand AI, Shape the Future</h1> <p>Master artificial intelligence in a rapidly changing world. Learn how AI works, why it matters, and how to use it responsibly.</p> <p class="tagline">From curious beginners to advanced practitioners — find your path</p> <div class="hero-cta"> <a href="#" class="btn btn-primary">Start Learning Now</a> <a href="#" class="btn btn-secondary">Explore Courses</a> </div> </div> <div class="container"> <!-- ─── Learning Paths ─── --> <section> <h2>Choose Your Learning Path</h2> <p class="section-subtitle">Select the path that matches your goals and background</p> <div class="learning-paths"> <a href="#" class="path-card"> <div class="path-emoji">🌟</div> <h3>Beginner</h3> <p>Start from scratch. Understand what AI is, how it works, and why it matters to you.</p> <div class="path-duration">4-6 weeks • 12-15 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">💼</div> <h3>Professional</h3> <p>Advance your career. Learn AI tools for productivity, job skills, and workplace applications.</p> <div class="path-duration">6-8 weeks • 20-25 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">👨‍🏫</div> <h3>Educator</h3> <p>Teach the future. Get resources and lesson plans to bring AI literacy to your classroom.</p> <div class="path-duration">3-4 weeks • 10-12 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">👥</div> <h3>Citizen</h3> <p>Think critically. Understand AI's impact on democracy, rights, jobs, and society.</p> <div class="path-duration">3-5 weeks • 8-10 hours</div> </a> </div> </section> <!-- ─── AI Tutor ─── --> <section> <div class="tutor-section"> <h2 class="tutor-title">🤖 Chat with Your AI Tutor</h2> <p class="tutor-description">Ask any question about AI and get instant explanations. Available 24/7, adjusted to your skill level.</p> <div class="tutor-input"> <input type="text" placeholder="Ask me anything about AI..." /> <button class="btn btn-primary" style="background: var(--color-primary); color: white;">Ask</button> </div> <div class="tutor-features"> <span>🎙️ Voice questions</span> <span>⚡ Instant answers</span> <span>📚 Follow-up learning</span> </div> </div> </section> <!-- ─── Core Topics ─── --> <section> <h2>Core Topics to Master</h2> <p class="section-subtitle">Explore the fundamental concepts and applications of AI</p> <div class="topics-grid"> <a href="#" class="topic-card"> <div class="topic-emoji">🧠</div> <h3>What is AI?</h3> <p>Foundations: definitions, history, types of AI, how it differs from human intelligence.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚙️</div> <h3>How AI Works</h3> <p>Algorithms, machine learning, neural networks, training data, and the math behind the magic.</p> <div class="topic-meta"> <span class="difficulty difficulty-intermediate">Intermediate</span> <span>4-5 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚖️</div> <h3>AI Ethics & Bias</h3> <p>Think critically: fairness, bias in training data, ethical decision-making, responsible AI.</p> <div class="topic-meta"> <span class="difficulty difficulty-intermediate">Intermediate</span> <span>3-4 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">💼</div> <h3>AI in the Workplace</h3> <p>Career implications: jobs changing, new skills needed, how to adapt and thrive.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🗳️</div> <h3>AI & Democracy</h3> <p>Society and politics: misinformation, election interference, voting systems, surveillance.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>3-4 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🔐</div> <h3>AI & Your Rights</h3> <p>Privacy, data ownership, algorithmic discrimination, consent, and digital freedoms.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🛠️</div> <h3>Practical AI Tools</h3> <p>Hands-on: ChatGPT, image generators, coding assistants, and how to use them effectively.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>4-5 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚠️</div> <h3>AI Safety & Risks</h3> <p>What could go wrong: job displacement, misinformation, control, existential risks.</p> <div class="topic-meta"> <span class="difficulty difficulty-advanced">Advanced</span> <span>5-6 hours</span> </div> </a> </div> </section> <!-- ─── Real-World Impact ─── --> <section> <h2>Real-World Impact Stories</h2> <p class="section-subtitle">See how AI is changing industries, society, and individual lives</p> <div class="stories-grid"> <div class="story-card"> <div class="story-image">🏥</div> <div class="story-content"> <span class="story-category">Healthcare</span> <h3>AI Diagnosing Diseases Faster</h3> <p>How machine learning is helping doctors detect cancer, COVID, and rare diseases earlier than ever before.</p> </div> </a> <div class="story-card"> <div class="story-image">📰</div> <div class="story-content"> <span class="story-category">Media & Truth</span> <h3>Fighting Misinformation with AI</h3> <p>The tools journalists and fact-checkers use to identify deepfakes, AI-generated content, and false claims.</p> </div> </a> <div class="story-card"> <div class="story-image">💰</div> <div class="story-content"> <span class="story-category">Economy</span> <h3>Jobs Changing, Not Disappearing</h3> <p>Real stories from people adapting to AI: new skills, new roles, new opportunities emerging as AI reshapes work.</p> </div> </a> <div class="story-card"> <div class="story-image">⚖️</div> <div class="story-content"> <span class="story-category">Justice & Rights</span> <h3>AI Bias in Criminal Justice</h3> <p>How AI systems affect bail decisions, sentencing, and policing—and what we can do about algorithmic discrimination.</p> </div> </a> <div class="story-card"> <div class="story-image">🌍</div> <div class="story-content"> <span class="story-category">Environment</span> <h3>AI Fighting Climate Change</h3> <p>Using AI to model climate, optimize energy, predict disasters, and discover sustainable solutions faster.</p> </div> </a> <div class="story-card"> <div class="story-image">🎓</div> <div class="story-content"> <span class="story-category">Education</span> <h3>Personalized Learning with AI</h3> <p>How AI tutors adapt to each student, making education more accessible and effective worldwide.</p> </div> </a> </div> </section> <!-- ─── Skill-Builder Courses ─── --> <section> <h2>Structured Courses</h2> <p class="section-subtitle">Learn at your own pace with guided, hands-on courses</p> <div class="courses-grid"> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">AI Fundamentals</h3> <div class="course-level"> <span class="difficulty difficulty-beginner">Beginner</span> </div> </div> <p class="course-description">Start from zero: what AI is, why it matters, basic concepts everyone should know.</p> <div class="course-meta"> <span>📚 6 lessons</span> <span>4-6 weeks</span> <span>Free</span> </div> </a> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">Prompting & Productivity</h3> <div class="course-level"> <span class="difficulty difficulty-intermediate">Intermediate</span> </div> </div> <p class="course-description">Master the art of asking AI: effective prompts, workflows, tools for work and creativity.</p> <div class="course-meta"> <span>📚 8 lessons</span> <span>6-8 weeks</span> <span>$29</span> </div> </a> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">AI Systems & Ethics</h3> <div class="course-level"> <span class="difficulty difficulty-advanced">Advanced</span> </div> </div> <p class="course-description">Deep dive: how systems work, ethical implications, governance, safety, and the future of AI.</p> <div class="course-meta"> <span>📚 10 lessons</span> <span>8-10 weeks</span> <span>$49</span> </div> </a> </div> </section> <!-- ─── Resource Library ─── --> <section> <h2>Resource Library</h2> <p class="section-subtitle">Curated tools, reading, and references to deepen your knowledge</p> <div class="resources-grid"> <div class="resource-card"> <div class="resource-icon">🛠️</div> <h4>Tools to Try</h4> <p>Curated list of AI tools, apps, and experiments you can use today.</p> </div> <div class="resource-card"> <div class="resource-icon">📖</div> <h4>Recommended Reading</h4> <p>Books, papers, and articles to expand your understanding of AI.</p> </div> <div class="resource-card"> <div class="resource-icon">🎥</div> <h4>Video Tutorials</h4> <p>Watch-friendly explainers on AI concepts, applications, and ethics.</p> </div> <div class="resource-card"> <div class="resource-icon">📝</div> <h4>Glossary</h4> <p>AI terms explained simply: from algorithm to neural network.</p> </div> <div class="resource-card"> <div class="resource-icon">✅</div> <h4>Fact vs. Fiction</h4> <p>Myths about AI debunked: what's real, what's Hollywood, what's uncertain.</p> </div> <div class="resource-card"> <div class="resource-icon">📚</div> <h4>Lesson Plans</h4> <p>For educators: ready-to-use classroom materials and discussion guides.</p> </div> </div> </section> <!-- ─── CTA ─── --> <section> <div class="cta-section"> <h3>Ready to Understand the Future?</h3> <p>Start your AI learning journey today. Join thousands of people building AI literacy for the world we're creating.</p> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-primary);">Start Learning Free</a> </div> </section> </div>

QTW-DoDropInn.com Page

AI Education Front Page

<!-- AI Education Platform Redesign --> <style> :root { --color-primary: #0066cc; --color-secondary: #0052a3; --color-accent: #ff6b35; --color-success: #06a77d; --color-warning: #f77f00; --color-danger: #d62828; --color-light: #f0f5ff; --color-dark: #111; --color-text: #222; --color-border: #ddd; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--color-text); background: #fff; } /* ─── Hero Section ─── */ .hero { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 80px 20px; text-align: center; margin-bottom: 60px; } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 20px; letter-spacing: -1px; } .hero p { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 600px; margin: 0 auto 30px; opacity: 0.95; } .hero .tagline { font-size: 0.95rem; opacity: 0.85; font-style: italic; } .hero-cta { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 30px; } .btn { display: inline-block; padding: 12px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; } .btn-primary { background: white; color: var(--color-primary); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); } .btn-secondary { background: transparent; color: white; border: 2px solid white; } .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); } /* ─── Container ─── */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ─── Section Styles ─── */ section { margin-bottom: 80px; } section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--color-primary); margin-bottom: 15px; font-weight: 700; } section .section-subtitle { color: #666; font-size: 1.05rem; margin-bottom: 40px; max-width: 700px; } /* ─── Learning Paths ─── */ .learning-paths { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; margin-bottom: 50px; } .path-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-align: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; color: inherit; } .path-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(0, 102, 204, 0.15); transform: translateY(-4px); } .path-emoji { font-size: 3rem; margin-bottom: 15px; } .path-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--color-primary); } .path-card p { font-size: 0.95rem; color: #666; margin-bottom: 20px; } .path-duration { font-size: 0.85rem; color: #999; font-weight: 600; } /* ─── AI Tutor Section ─── */ .tutor-section { background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, rgba(0, 102, 204, 0.02) 100%); border: 2px solid var(--color-border); border-radius: 12px; padding: 40px; margin-bottom: 50px; text-align: center; } .tutor-title { font-size: 1.6rem; color: var(--color-primary); margin-bottom: 15px; } .tutor-description { font-size: 1.05rem; color: #666; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; } .tutor-input { display: flex; gap: 10px; margin-bottom: 15px; max-width: 600px; margin-left: auto; margin-right: auto; } .tutor-input input { flex: 1; padding: 12px 16px; border: 1px solid var(--color-border); border-radius: 8px; font-size: 1rem; } .tutor-input button { padding: 12px 24px; background: var(--color-primary); color: white; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; } .tutor-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; font-size: 0.9rem; color: #666; } /* ─── Core Topics Grid ─── */ .topics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 50px; } .topic-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 25px; text-decoration: none; color: inherit; transition: all 0.3s ease; } .topic-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1); transform: translateY(-4px); border-color: var(--color-primary); } .topic-emoji { font-size: 2.5rem; margin-bottom: 12px; } .topic-card h3 { font-size: 1.2rem; color: var(--color-primary); margin-bottom: 10px; } .topic-card p { font-size: 0.9rem; color: #666; margin-bottom: 15px; } .topic-meta { display: flex; justify-content: space-between; font-size: 0.8rem; color: #999; } /* ─── Difficulty Badge ─── */ .difficulty { display: inline-block; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; } .difficulty-beginner { background: #e0f5e0; color: #06a77d; } .difficulty-intermediate { background: #e0e8ff; color: #0066cc; } .difficulty-advanced { background: #ffe0e0; color: #d62828; } /* ─── Impact Stories ─── */ .stories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; } .story-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; } .story-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12); transform: translateY(-4px); } .story-image { width: 100%; height: 180px; background: linear-gradient(135deg, var(--color-light) 0%, #e0ebf5 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; } .story-content { padding: 25px; } .story-category { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: var(--color-light); color: var(--color-primary); margin-bottom: 12px; } .story-card h3 { font-size: 1.2rem; color: var(--color-primary); margin-bottom: 10px; line-height: 1.4; } .story-card p { font-size: 0.9rem; color: #666; line-height: 1.5; } /* ─── Courses Section ─── */ .courses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 50px; } .course-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-decoration: none; color: inherit; transition: all 0.3s ease; } .course-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(0, 102, 204, 0.15); transform: translateY(-4px); } .course-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; } .course-title { font-size: 1.3rem; color: var(--color-primary); margin: 0; } .course-level { text-align: right; } .course-description { font-size: 0.95rem; color: #666; margin: 15px 0; line-height: 1.5; } .course-meta { display: flex; gap: 20px; font-size: 0.85rem; color: #999; padding-top: 15px; border-top: 1px solid var(--color-border); } /* ─── Resource Library ─── */ .resources-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 50px; } .resource-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; text-align: center; cursor: pointer; transition: all 0.3s ease; } .resource-card:hover { background: var(--color-light); border-color: var(--color-primary); } .resource-icon { font-size: 2.5rem; margin-bottom: 12px; } .resource-card h4 { color: var(--color-primary); margin-bottom: 8px; } .resource-card p { font-size: 0.85rem; color: #666; margin: 0; } /* ─── CTA Section ─── */ .cta-section { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 50px 30px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .cta-section h3 { font-size: 1.6rem; margin-bottom: 15px; } .cta-section p { font-size: 1.05rem; margin-bottom: 25px; opacity: 0.95; } /* ─── Responsive ─── */ @media (max-width: 768px) { .hero { padding: 50px 20px; } .hero-cta { flex-direction: column; } .tutor-features { flex-direction: column; gap: 15px; } section h2 { font-size: 1.8rem; } } /* ─── Dark Mode ─── */ @media (prefers-color-scheme: dark) { body { background: #1a1a1a; color: #e0e0e0; } .path-card, .topic-card, .story-card, .course-card, .resource-card, .tutor-section { background: #2a2a2a; border-color: #444; } section h2 { color: #e0e0e0; } .topic-card p, .story-card p, .course-description { color: #b0b0b0; } } </style> <div class="hero"> <h1>Understand AI, Shape the Future</h1> <p>Master artificial intelligence in a rapidly changing world. Learn how AI works, why it matters, and how to use it responsibly.</p> <p class="tagline">From curious beginners to advanced practitioners — find your path</p> <div class="hero-cta"> <a href="#" class="btn btn-primary">Start Learning Now</a> <a href="#" class="btn btn-secondary">Explore Courses</a> </div> </div> <div class="container"> <!-- ─── Learning Paths ─── --> <section> <h2>Choose Your Learning Path</h2> <p class="section-subtitle">Select the path that matches your goals and background</p> <div class="learning-paths"> <a href="#" class="path-card"> <div class="path-emoji">🌟</div> <h3>Beginner</h3> <p>Start from scratch. Understand what AI is, how it works, and why it matters to you.</p> <div class="path-duration">4-6 weeks • 12-15 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">💼</div> <h3>Professional</h3> <p>Advance your career. Learn AI tools for productivity, job skills, and workplace applications.</p> <div class="path-duration">6-8 weeks • 20-25 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">👨‍🏫</div> <h3>Educator</h3> <p>Teach the future. Get resources and lesson plans to bring AI literacy to your classroom.</p> <div class="path-duration">3-4 weeks • 10-12 hours</div> </a> <a href="#" class="path-card"> <div class="path-emoji">👥</div> <h3>Citizen</h3> <p>Think critically. Understand AI's impact on democracy, rights, jobs, and society.</p> <div class="path-duration">3-5 weeks • 8-10 hours</div> </a> </div> </section> <!-- ─── AI Tutor ─── --> <section> <div class="tutor-section"> <h2 class="tutor-title">🤖 Chat with Your AI Tutor</h2> <p class="tutor-description">Ask any question about AI and get instant explanations. Available 24/7, adjusted to your skill level.</p> <div class="tutor-input"> <input type="text" placeholder="Ask me anything about AI..." /> <button class="btn btn-primary" style="background: var(--color-primary); color: white;">Ask</button> </div> <div class="tutor-features"> <span>🎙️ Voice questions</span> <span>⚡ Instant answers</span> <span>📚 Follow-up learning</span> </div> </div> </section> <!-- ─── Core Topics ─── --> <section> <h2>Core Topics to Master</h2> <p class="section-subtitle">Explore the fundamental concepts and applications of AI</p> <div class="topics-grid"> <a href="#" class="topic-card"> <div class="topic-emoji">🧠</div> <h3>What is AI?</h3> <p>Foundations: definitions, history, types of AI, how it differs from human intelligence.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚙️</div> <h3>How AI Works</h3> <p>Algorithms, machine learning, neural networks, training data, and the math behind the magic.</p> <div class="topic-meta"> <span class="difficulty difficulty-intermediate">Intermediate</span> <span>4-5 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚖️</div> <h3>AI Ethics & Bias</h3> <p>Think critically: fairness, bias in training data, ethical decision-making, responsible AI.</p> <div class="topic-meta"> <span class="difficulty difficulty-intermediate">Intermediate</span> <span>3-4 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">💼</div> <h3>AI in the Workplace</h3> <p>Career implications: jobs changing, new skills needed, how to adapt and thrive.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🗳️</div> <h3>AI & Democracy</h3> <p>Society and politics: misinformation, election interference, voting systems, surveillance.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>3-4 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🔐</div> <h3>AI & Your Rights</h3> <p>Privacy, data ownership, algorithmic discrimination, consent, and digital freedoms.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>2-3 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">🛠️</div> <h3>Practical AI Tools</h3> <p>Hands-on: ChatGPT, image generators, coding assistants, and how to use them effectively.</p> <div class="topic-meta"> <span class="difficulty difficulty-beginner">Beginner</span> <span>4-5 hours</span> </div> </a> <a href="#" class="topic-card"> <div class="topic-emoji">⚠️</div> <h3>AI Safety & Risks</h3> <p>What could go wrong: job displacement, misinformation, control, existential risks.</p> <div class="topic-meta"> <span class="difficulty difficulty-advanced">Advanced</span> <span>5-6 hours</span> </div> </a> </div> </section> <!-- ─── Real-World Impact ─── --> <section> <h2>Real-World Impact Stories</h2> <p class="section-subtitle">See how AI is changing industries, society, and individual lives</p> <div class="stories-grid"> <div class="story-card"> <div class="story-image">🏥</div> <div class="story-content"> <span class="story-category">Healthcare</span> <h3>AI Diagnosing Diseases Faster</h3> <p>How machine learning is helping doctors detect cancer, COVID, and rare diseases earlier than ever before.</p> </div> </a> <div class="story-card"> <div class="story-image">📰</div> <div class="story-content"> <span class="story-category">Media & Truth</span> <h3>Fighting Misinformation with AI</h3> <p>The tools journalists and fact-checkers use to identify deepfakes, AI-generated content, and false claims.</p> </div> </a> <div class="story-card"> <div class="story-image">💰</div> <div class="story-content"> <span class="story-category">Economy</span> <h3>Jobs Changing, Not Disappearing</h3> <p>Real stories from people adapting to AI: new skills, new roles, new opportunities emerging as AI reshapes work.</p> </div> </a> <div class="story-card"> <div class="story-image">⚖️</div> <div class="story-content"> <span class="story-category">Justice & Rights</span> <h3>AI Bias in Criminal Justice</h3> <p>How AI systems affect bail decisions, sentencing, and policing—and what we can do about algorithmic discrimination.</p> </div> </a> <div class="story-card"> <div class="story-image">🌍</div> <div class="story-content"> <span class="story-category">Environment</span> <h3>AI Fighting Climate Change</h3> <p>Using AI to model climate, optimize energy, predict disasters, and discover sustainable solutions faster.</p> </div> </a> <div class="story-card"> <div class="story-image">🎓</div> <div class="story-content"> <span class="story-category">Education</span> <h3>Personalized Learning with AI</h3> <p>How AI tutors adapt to each student, making education more accessible and effective worldwide.</p> </div> </a> </div> </section> <!-- ─── Skill-Builder Courses ─── --> <section> <h2>Structured Courses</h2> <p class="section-subtitle">Learn at your own pace with guided, hands-on courses</p> <div class="courses-grid"> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">AI Fundamentals</h3> <div class="course-level"> <span class="difficulty difficulty-beginner">Beginner</span> </div> </div> <p class="course-description">Start from zero: what AI is, why it matters, basic concepts everyone should know.</p> <div class="course-meta"> <span>📚 6 lessons</span> <span>4-6 weeks</span> <span>Free</span> </div> </a> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">Prompting & Productivity</h3> <div class="course-level"> <span class="difficulty difficulty-intermediate">Intermediate</span> </div> </div> <p class="course-description">Master the art of asking AI: effective prompts, workflows, tools for work and creativity.</p> <div class="course-meta"> <span>📚 8 lessons</span> <span>6-8 weeks</span> <span>$29</span> </div> </a> <a href="#" class="course-card"> <div class="course-header"> <h3 class="course-title">AI Systems & Ethics</h3> <div class="course-level"> <span class="difficulty difficulty-advanced">Advanced</span> </div> </div> <p class="course-description">Deep dive: how systems work, ethical implications, governance, safety, and the future of AI.</p> <div class="course-meta"> <span>📚 10 lessons</span> <span>8-10 weeks</span> <span>$49</span> </div> </a> </div> </section> <!-- ─── Resource Library ─── --> <section> <h2>Resource Library</h2> <p class="section-subtitle">Curated tools, reading, and references to deepen your knowledge</p> <div class="resources-grid"> <div class="resource-card"> <div class="resource-icon">🛠️</div> <h4>Tools to Try</h4> <p>Curated list of AI tools, apps, and experiments you can use today.</p> </div> <div class="resource-card"> <div class="resource-icon">📖</div> <h4>Recommended Reading</h4> <p>Books, papers, and articles to expand your understanding of AI.</p> </div> <div class="resource-card"> <div class="resource-icon">🎥</div> <h4>Video Tutorials</h4> <p>Watch-friendly explainers on AI concepts, applications, and ethics.</p> </div> <div class="resource-card"> <div class="resource-icon">📝</div> <h4>Glossary</h4> <p>AI terms explained simply: from algorithm to neural network.</p> </div> <div class="resource-card"> <div class="resource-icon">✅</div> <h4>Fact vs. Fiction</h4> <p>Myths about AI debunked: what's real, what's Hollywood, what's uncertain.</p> </div> <div class="resource-card"> <div class="resource-icon">📚</div> <h4>Lesson Plans</h4> <p>For educators: ready-to-use classroom materials and discussion guides.</p> </div> </div> </section> <!-- ─── CTA ─── --> <section> <div class="cta-section"> <h3>Ready to Understand the Future?</h3> <p>Start your AI learning journey today. Join thousands of people building AI literacy for the world we're creating.</p> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-primary);">Start Learning Free</a> </div> </section> </div>

QTW-DoDropInn.com Page

Family Platform Front Page

<!-- Family Platform Redesign --> <style> :root { --color-primary: #6b4423; --color-secondary: #d4845a; --color-accent: #a85836; --color-success: #6ba583; --color-light: #faf6f1; --color-dark: #2a2a2a; --color-text: #333; --color-border: #e8dfd5; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--color-text); background: #fff; } /* ─── Hero Section ─── */ .hero { background: transparent; color: #333; padding: 80px 20px; text-align: center; margin-bottom: 60px; position: relative; overflow: hidden; } .hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent; pointer-events: none; } .hero > * { position: relative; z-index: 1; } .hero h1 { font-size: clamp(1rem, 2.5vw, 1.75rem); font-weight: 700; margin-bottom: 20px; letter-spacing: -1px; color: #000; } .hero p { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 600px; margin: 0 auto 30px; opacity: 1; color: #333; } .hero .tagline { font-size: 0.95rem; opacity: 1; font-style: italic; color: #555; } .hero-cta { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 30px; } .btn { display: inline-block; padding: 18px 40px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1.1rem; } .btn-primary { background: #6DB3F2; color: #000; } .btn-primary:hover { background: #4A90E2; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); } .btn-secondary { background: transparent; color: #333; border: 2px solid #333; } .btn-secondary:hover { background: #f0f0f0; } /* ─── Container ─── */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ─── Section Styles ─── */ section { margin-bottom: 80px; } section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--color-primary); margin-bottom: 15px; font-weight: 700; } section .section-subtitle { color: #666; font-size: 1.05rem; margin-bottom: 40px; max-width: 700px; } /* ─── Features Grid ─── */ .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 50px; } .feature-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-align: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; color: inherit; } .feature-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(107, 68, 35, 0.15); transform: translateY(-4px); } .feature-emoji { font-size: 3rem; margin-bottom: 15px; } .feature-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--color-primary); } .feature-card p { font-size: 0.95rem; color: #666; } /* ─── Story Cards ─── */ .stories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; } .story-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; text-decoration: none; color: inherit; } .story-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12); transform: translateY(-4px); border-color: var(--color-primary); } .story-image { width: 100%; height: 200px; background: linear-gradient(135deg, var(--color-light) 0%, #f0e4d5 100%); display: flex; align-items: center; justify-content: center; font-size: 4rem; } .story-content { padding: 25px; } .story-category { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: var(--color-light); color: var(--color-primary); margin-bottom: 12px; } .story-card h3 { font-size: 1.3rem; color: var(--color-primary); margin-bottom: 10px; line-height: 1.4; } .story-card p { font-size: 0.9rem; color: #666; line-height: 1.5; } .story-meta { font-size: 0.85rem; color: #999; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--color-border); } /* ─── Family Tree Section ─── */ .family-tree-section { background: linear-gradient(135deg, rgba(107, 68, 35, 0.05) 0%, rgba(212, 132, 90, 0.05) 100%); border-left: 5px solid var(--color-primary); padding: 40px; border-radius: 8px; margin-bottom: 50px; } .family-tree-section h3 { color: var(--color-primary); font-size: 1.4rem; margin-bottom: 30px; } .tree-subsection { margin-bottom: 30px; } .tree-subsection h4 { color: var(--color-secondary); font-size: 1.15rem; margin-bottom: 15px; } .tree-subsection ul { list-style: none; margin-left: 0; } .tree-subsection li { padding: 8px 0; padding-left: 30px; position: relative; color: #555; } .tree-subsection li:before { content: "→"; position: absolute; left: 0; color: var(--color-secondary); font-weight: bold; } /* ─── Together Room Promo ─── */ .together-room-promo { background: linear-gradient(135deg, var(--color-success) 0%, #7db896 100%); color: white; padding: 40px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .together-room-promo h3 { font-size: 1.6rem; margin-bottom: 15px; } .together-room-promo p { font-size: 1rem; margin-bottom: 25px; opacity: 0.95; max-width: 600px; margin-left: auto; margin-right: auto; } .together-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; font-size: 0.9rem; margin-bottom: 25px; } .together-features span { opacity: 0.9; } /* ─── Memory Preservation ─── */ .memory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 50px; } .memory-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 25px; text-align: center; cursor: pointer; transition: all 0.3s ease; } .memory-card:hover { background: var(--color-light); border-color: var(--color-primary); transform: translateY(-4px); } .memory-icon { font-size: 2.5rem; margin-bottom: 12px; } .memory-card h4 { color: var(--color-primary); margin-bottom: 8px; font-size: 1.1rem; } .memory-card p { font-size: 0.85rem; color: #666; line-height: 1.4; margin: 0; } /* ─── Family Types Section ─── */ .family-types { background: var(--color-light); padding: 50px 30px; border-radius: 12px; margin-bottom: 50px; } .family-types h3 { color: var(--color-primary); font-size: 1.6rem; margin-bottom: 15px; } .family-types p { color: #666; margin-bottom: 30px; max-width: 700px; } .types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .type-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; text-align: center; } .type-card h4 { color: var(--color-primary); margin-bottom: 8px; } .type-card p { font-size: 0.85rem; color: #666; } /* ─── CTA Section ─── */ .cta-section { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 50px 30px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .cta-section h3 { font-size: 1.6rem; margin-bottom: 15px; } .cta-section p { font-size: 1.05rem; margin-bottom: 25px; opacity: 0.95; } /* ─── Responsive ─── */ @media (max-width: 768px) { .hero { padding: 50px 20px; } .hero-cta { flex-direction: column; } .family-tree-section { padding: 25px 20px; } .together-features { flex-direction: column; gap: 15px; } section h2 { font-size: 1.8rem; } } /* ─── Dark Mode ─── */ @media (prefers-color-scheme: dark) { body { background: #1a1a1a; color: #e0e0e0; } .feature-card, .story-card, .memory-card, .type-card, .family-tree-section, .family-types { background: #2a2a2a; border-color: #444; } .story-image { background: linear-gradient(135deg, #333 0%, #2a2a2a 100%); } section h2 { color: #e0e0e0; } .feature-card p, .story-card p, .memory-card p, .type-card p, .family-types p, .tree-subsection li { color: #b0b0b0; } .story-category { background: #333; } } </style> <div class="hero"> <h1>Your Family Story Lives Here</h1> <p>Build your family tree, share memories across generations, and stay connected no matter the distance. Preserve your family's unique story for the future.</p> <p class="tagline">One family, many stories, boundless connection</p> <div class="hero-cta"> <a href="#" class="btn btn-primary">Start Your Family Tree</a> <a href="#" class="btn btn-secondary">Share a Memory</a> </div> </div> <div class="container"> <!-- ─── Key Features ─── --> <section> <h2>What You Can Do Here</h2> <p class="section-subtitle">Build, connect, remember, and celebrate your family</p> <div class="features-grid"> <a href="#" class="feature-card"> <div class="feature-emoji">🌳</div> <h3>Build Your Family Tree</h3> <p>Create a visual family tree. Add photos, dates, and connections. Grow it generation by generation.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">📖</div> <h3>Share Stories & Memories</h3> <p>Record family stories, traditions, recipes, and wisdom. Preserve what makes your family unique.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">👨‍👩‍👧‍👦</div> <h3>Connect Across Distances</h3> <p>Stay in touch with family members near and far. Collaborate on the family tree together.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">🎉</div> <h3>Celebrate Milestones</h3> <p>Mark birthdays, anniversaries, family gatherings. Keep everyone updated on what matters.</p> </a> </div> </section> <!-- ─── Family Tree Building ─── --> <section> <div class="family-tree-section"> <h3>Build Your Family Tree</h3> <div class="tree-subsection"> <h4>Getting Started</h4> <ul> <li><strong>Start With Yourself</strong> — Create your profile as the foundation</li> <li><strong>Add Your Parents</strong> — Build up the family line</li> <li><strong>Include Siblings & Relatives</strong> — Connect brothers, sisters, cousins, aunts, uncles</li> <li><strong>Extend Across Generations</strong> — Add grandparents, great-grandparents, descendants</li> <li><strong>Connect Family Connections</strong> — Show marriages, adoptions, step-relations</li> </ul> </div> <div class="tree-subsection"> <h4>Making It Personal</h4> <ul> <li><strong>Upload Photos</strong> — Add family pictures to each person's profile</li> <li><strong>Record Dates</strong> — Birth, marriage, milestone dates that matter</li> <li><strong>Write Bios</strong> — Capture the essence of each family member</li> <li><strong>Include Important Information</strong> — Locations, professions, interests, accomplishments</li> <li><strong>Preserve Stories</strong> — Link stories and memories to family members</li> </ul> </div> <div class="tree-subsection"> <h4>Invite & Collaborate</h4> <ul> <li><strong>Invite Family Members</strong> — Let relatives add their own stories and photos</li> <li><strong>Collaborative Building</strong> — Family members can contribute information</li> <li><strong>Privacy Controls</strong> — Choose who sees what information</li> <li><strong>Keep It Updated</strong> — Add new generations as they arrive</li> <li><strong>Share Your Tree</strong> — Display your completed family tree with pride</li> </ul> </div> </div> </section> <!-- ─── Memory Preservation ─── --> <section> <h2>Preserve Your Family's Legacy</h2> <p class="section-subtitle">Capture the memories and wisdom that define your family</p> <div class="memory-grid"> <div class="memory-card"> <div class="memory-icon">🎬</div> <h4>Photo Albums</h4> <p>Organize family photos by generation, era, or event. Preserve visual history.</p> </div> <div class="memory-card"> <div class="memory-icon">📝</div> <h4>Life Stories</h4> <p>Record audio or written stories from parents, grandparents, and family elders.</p> </div> <div class="memory-card"> <div class="memory-icon">🍳</div> <h4>Family Recipes</h4> <p>Share recipes with the stories behind them. Keep family cooking traditions alive.</p> </div> <div class="memory-card"> <div class="memory-icon">📚</div> <h4>Oral History</h4> <p>Document family history, immigration journeys, and important events told by those who lived them.</p> </div> <div class="memory-card"> <div class="memory-icon">🎨</div> <h4>Family Traditions</h4> <p>Record unique family rituals, celebrations, and customs that define your heritage.</p> </div> <div class="memory-card"> <div class="memory-icon">💝</div> <h4>Legacy Letters</h4> <p>Write letters to future generations sharing wisdom, advice, and expressions of love.</p> </div> </div> </section> <!-- ─── Featured Family Stories ─── --> <section> <h2>Family Stories That Inspire</h2> <p class="section-subtitle">Real families sharing their connections and traditions</p> <div class="stories-grid"> <div class="story-card"> <div class="story-image">🌍</div> <div class="story-content"> <span class="story-category">Immigration & Legacy</span> <h3>From Five Countries to One Family</h3> <p>How one family discovered relatives across continents and reconnected generations separated by immigration, geography, and time.</p> <div class="story-meta">Family of 47 members across 5 countries</div> </div> </div> <div class="story-card"> <div class="story-image">👵</div> <div class="story-content"> <span class="story-category">Oral History</span> <h3>Grandma Rosa's 100-Year Journey</h3> <p>Through recorded interviews and photos, three generations captured their grandmother's incredible life story spanning a century of change.</p> <div class="story-meta">40+ interviews, 200+ photos, 8 hours of video</div> </div> </div> <div class="story-card"> <div class="story-image">🍲</div> <div class="story-content"> <span class="story-category">Traditions</span> <h3>Passing Down the Family Recipes</h3> <p>A family created a digital cookbook preserving recipes, cooking techniques, and the stories behind every cherished family meal.</p> <div class="story-meta">87 recipes, video cooking tutorials, family memories</div> </div> </div> <div class="story-card"> <div class="story-image">🎓</div> <div class="story-content"> <span class="story-category">Milestones</span> <h3>Three Generations, One Tree</h3> <p>From great-grandparents to newborns, this family mapped their tree and discovered surprising connections and shared family traits.</p> <div class="story-meta">6 generations, 312 family members</div> </div> </div> <div class="story-card"> <div class="story-image">🏡</div> <div class="story-content"> <span class="story-category">Home & Belonging</span> <h3>Building a Blended Family Legacy</h3> <p>A modern blended family of 14 came together to create a unified family tree and share their unique story of love and belonging.</p> <div class="story-meta">Multiple family lines, 14 members, growing</div> </div> </div> <div class="story-card"> <div class="story-image">💬</div> <div class="story-content"> <span class="story-category">Connection</span> <h3>Reconnecting After 30 Years</h3> <p>A family tree project reconnected siblings who hadn't been in touch for decades, reigniting bonds and creating new memories.</p> <div class="story-meta">7 siblings across 4 states, renewed connection</div> </div> </div> </div> </section> <!-- ─── Together Room ─── --> <section> <div class="together-room-promo"> <h3>🤝 Welcome to the Together Room</h3> <p>A dedicated space for your entire family to gather, share updates, celebrate milestones, and stay connected. Video calls, shared calendars, group messaging—all in one place your whole family can access.</p> <div class="together-features"> <span>👥 Invite your whole family</span> <span>💬 Chat & video calls</span> <span>📅 Shared family calendar</span> <span>📸 Photo sharing</span> </div> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-success);">Visit the Together Room</a> </div> </section> <!-- ─── Family Types ─── --> <section> <div class="family-types"> <h3>Every Family is Welcome</h3> <p>Whether you're building a traditional family tree, a blended family, an adopted family, a chosen family, or any other family structure—this platform celebrates and honors your unique family story.</p> <div class="types-grid"> <div class="type-card"> <h4>🏠 Traditional</h4> <p>Direct family lines across generations</p> </div> <div class="type-card"> <h4>💑 Blended</h4> <p>Multiple family lines coming together</p> </div> <div class="type-card"> <h4>👨‍👨‍👧 Modern Families</h4> <p>All configurations and relationships</p> </div> <div class="type-card"> <h4>🤝 Chosen Family</h4> <p>Friends who are family in every way</p> </div> <div class="type-card"> <h4>🌍 Blended Cultures</h4> <p>Families spanning multiple cultures and countries</p> </div> <div class="type-card"> <h4>👶 New Families</h4> <p>Starting your family story from the beginning</p> </div> </div> </div> </section> <!-- ─── CTA ─── --> <section> <div class="cta-section"> <h3>Start Building Your Family Legacy Today</h3> <p>Your family's story matters. Create your family tree, preserve memories, and stay connected across generations. Start free, no credit card required.</p> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-primary);">Create Your Family Tree</a> </div> </section> </div>

QTW-DoDropInn.com Page

Family Platform Front Page

<!-- Family Platform Redesign --> <style> :root { --color-primary: #6b4423; --color-secondary: #d4845a; --color-accent: #a85836; --color-success: #6ba583; --color-light: #faf6f1; --color-dark: #2a2a2a; --color-text: #333; --color-border: #e8dfd5; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--color-text); background: #fff; } /* ─── Hero Section ─── */ .hero { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 50%, var(--color-secondary) 100%); color: white; padding: 80px 20px; text-align: center; margin-bottom: 60px; position: relative; overflow: hidden; } .hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%); pointer-events: none; } .hero > * { position: relative; z-index: 1; } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 20px; letter-spacing: -1px; } .hero p { font-size: clamp(1rem, 2vw, 1.25rem); max-width: 600px; margin: 0 auto 30px; opacity: 0.95; } .hero .tagline { font-size: 0.95rem; opacity: 0.85; font-style: italic; } .hero-cta { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 30px; } .btn { display: inline-block; padding: 12px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; } .btn-primary { background: white; color: var(--color-primary); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); } .btn-secondary { background: transparent; color: white; border: 2px solid white; } .btn-secondary:hover { background: rgba(255, 255, 255, 0.1); } /* ─── Container ─── */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ─── Section Styles ─── */ section { margin-bottom: 80px; } section h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--color-primary); margin-bottom: 15px; font-weight: 700; } section .section-subtitle { color: #666; font-size: 1.05rem; margin-bottom: 40px; max-width: 700px; } /* ─── Features Grid ─── */ .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 50px; } .feature-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; padding: 30px; text-align: center; cursor: pointer; transition: all 0.3s ease; text-decoration: none; color: inherit; } .feature-card:hover { border-color: var(--color-primary); box-shadow: 0 12px 36px rgba(107, 68, 35, 0.15); transform: translateY(-4px); } .feature-emoji { font-size: 3rem; margin-bottom: 15px; } .feature-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--color-primary); } .feature-card p { font-size: 0.95rem; color: #666; } /* ─── Story Cards ─── */ .stories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; } .story-card { background: white; border: 2px solid var(--color-border); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; text-decoration: none; color: inherit; } .story-card:hover { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12); transform: translateY(-4px); border-color: var(--color-primary); } .story-image { width: 100%; height: 200px; background: linear-gradient(135deg, var(--color-light) 0%, #f0e4d5 100%); display: flex; align-items: center; justify-content: center; font-size: 4rem; } .story-content { padding: 25px; } .story-category { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 6px 12px; border-radius: 20px; background: var(--color-light); color: var(--color-primary); margin-bottom: 12px; } .story-card h3 { font-size: 1.3rem; color: var(--color-primary); margin-bottom: 10px; line-height: 1.4; } .story-card p { font-size: 0.9rem; color: #666; line-height: 1.5; } .story-meta { font-size: 0.85rem; color: #999; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--color-border); } /* ─── Family Tree Section ─── */ .family-tree-section { background: linear-gradient(135deg, rgba(107, 68, 35, 0.05) 0%, rgba(212, 132, 90, 0.05) 100%); border-left: 5px solid var(--color-primary); padding: 40px; border-radius: 8px; margin-bottom: 50px; } .family-tree-section h3 { color: var(--color-primary); font-size: 1.4rem; margin-bottom: 30px; } .tree-subsection { margin-bottom: 30px; } .tree-subsection h4 { color: var(--color-secondary); font-size: 1.15rem; margin-bottom: 15px; } .tree-subsection ul { list-style: none; margin-left: 0; } .tree-subsection li { padding: 8px 0; padding-left: 30px; position: relative; color: #555; } .tree-subsection li:before { content: "→"; position: absolute; left: 0; color: var(--color-secondary); font-weight: bold; } /* ─── Together Room Promo ─── */ .together-room-promo { background: linear-gradient(135deg, var(--color-success) 0%, #7db896 100%); color: white; padding: 40px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .together-room-promo h3 { font-size: 1.6rem; margin-bottom: 15px; } .together-room-promo p { font-size: 1rem; margin-bottom: 25px; opacity: 0.95; max-width: 600px; margin-left: auto; margin-right: auto; } .together-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; font-size: 0.9rem; margin-bottom: 25px; } .together-features span { opacity: 0.9; } /* ─── Memory Preservation ─── */ .memory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 50px; } .memory-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 25px; text-align: center; cursor: pointer; transition: all 0.3s ease; } .memory-card:hover { background: var(--color-light); border-color: var(--color-primary); transform: translateY(-4px); } .memory-icon { font-size: 2.5rem; margin-bottom: 12px; } .memory-card h4 { color: var(--color-primary); margin-bottom: 8px; font-size: 1.1rem; } .memory-card p { font-size: 0.85rem; color: #666; line-height: 1.4; margin: 0; } /* ─── Family Types Section ─── */ .family-types { background: var(--color-light); padding: 50px 30px; border-radius: 12px; margin-bottom: 50px; } .family-types h3 { color: var(--color-primary); font-size: 1.6rem; margin-bottom: 15px; } .family-types p { color: #666; margin-bottom: 30px; max-width: 700px; } .types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .type-card { background: white; border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; text-align: center; } .type-card h4 { color: var(--color-primary); margin-bottom: 8px; } .type-card p { font-size: 0.85rem; color: #666; } /* ─── CTA Section ─── */ .cta-section { background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%); color: white; padding: 50px 30px; border-radius: 12px; text-align: center; margin-bottom: 50px; } .cta-section h3 { font-size: 1.6rem; margin-bottom: 15px; } .cta-section p { font-size: 1.05rem; margin-bottom: 25px; opacity: 0.95; } /* ─── Responsive ─── */ @media (max-width: 768px) { .hero { padding: 50px 20px; } .hero-cta { flex-direction: column; } .family-tree-section { padding: 25px 20px; } .together-features { flex-direction: column; gap: 15px; } section h2 { font-size: 1.8rem; } } /* ─── Dark Mode ─── */ @media (prefers-color-scheme: dark) { body { background: #1a1a1a; color: #e0e0e0; } .feature-card, .story-card, .memory-card, .type-card, .family-tree-section, .family-types { background: #2a2a2a; border-color: #444; } .story-image { background: linear-gradient(135deg, #333 0%, #2a2a2a 100%); } section h2 { color: #e0e0e0; } .feature-card p, .story-card p, .memory-card p, .type-card p, .family-types p, .tree-subsection li { color: #b0b0b0; } .story-category { background: #333; } } </style> <div class="hero"> <h1>Your Family Story Lives Here</h1> <p>Build your family tree, share memories across generations, and stay connected no matter the distance. Preserve your family's unique story for the future.</p> <p class="tagline">One family, many stories, boundless connection</p> <div class="hero-cta"> <a href="#" class="btn btn-primary">Start Your Family Tree</a> <a href="#" class="btn btn-secondary">Share a Memory</a> </div> </div> <div class="container"> <!-- ─── Key Features ─── --> <section> <h2>What You Can Do Here</h2> <p class="section-subtitle">Build, connect, remember, and celebrate your family</p> <div class="features-grid"> <a href="#" class="feature-card"> <div class="feature-emoji">🌳</div> <h3>Build Your Family Tree</h3> <p>Create a visual family tree. Add photos, dates, and connections. Grow it generation by generation.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">📖</div> <h3>Share Stories & Memories</h3> <p>Record family stories, traditions, recipes, and wisdom. Preserve what makes your family unique.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">👨‍👩‍👧‍👦</div> <h3>Connect Across Distances</h3> <p>Stay in touch with family members near and far. Collaborate on the family tree together.</p> </a> <a href="#" class="feature-card"> <div class="feature-emoji">🎉</div> <h3>Celebrate Milestones</h3> <p>Mark birthdays, anniversaries, family gatherings. Keep everyone updated on what matters.</p> </a> </div> </section> <!-- ─── Family Tree Building ─── --> <section> <div class="family-tree-section"> <h3>Build Your Family Tree</h3> <div class="tree-subsection"> <h4>Getting Started</h4> <ul> <li><strong>Start With Yourself</strong> — Create your profile as the foundation</li> <li><strong>Add Your Parents</strong> — Build up the family line</li> <li><strong>Include Siblings & Relatives</strong> — Connect brothers, sisters, cousins, aunts, uncles</li> <li><strong>Extend Across Generations</strong> — Add grandparents, great-grandparents, descendants</li> <li><strong>Connect Family Connections</strong> — Show marriages, adoptions, step-relations</li> </ul> </div> <div class="tree-subsection"> <h4>Making It Personal</h4> <ul> <li><strong>Upload Photos</strong> — Add family pictures to each person's profile</li> <li><strong>Record Dates</strong> — Birth, marriage, milestone dates that matter</li> <li><strong>Write Bios</strong> — Capture the essence of each family member</li> <li><strong>Include Important Information</strong> — Locations, professions, interests, accomplishments</li> <li><strong>Preserve Stories</strong> — Link stories and memories to family members</li> </ul> </div> <div class="tree-subsection"> <h4>Invite & Collaborate</h4> <ul> <li><strong>Invite Family Members</strong> — Let relatives add their own stories and photos</li> <li><strong>Collaborative Building</strong> — Family members can contribute information</li> <li><strong>Privacy Controls</strong> — Choose who sees what information</li> <li><strong>Keep It Updated</strong> — Add new generations as they arrive</li> <li><strong>Share Your Tree</strong> — Display your completed family tree with pride</li> </ul> </div> </div> </section> <!-- ─── Memory Preservation ─── --> <section> <h2>Preserve Your Family's Legacy</h2> <p class="section-subtitle">Capture the memories and wisdom that define your family</p> <div class="memory-grid"> <div class="memory-card"> <div class="memory-icon">🎬</div> <h4>Photo Albums</h4> <p>Organize family photos by generation, era, or event. Preserve visual history.</p> </div> <div class="memory-card"> <div class="memory-icon">📝</div> <h4>Life Stories</h4> <p>Record audio or written stories from parents, grandparents, and family elders.</p> </div> <div class="memory-card"> <div class="memory-icon">🍳</div> <h4>Family Recipes</h4> <p>Share recipes with the stories behind them. Keep family cooking traditions alive.</p> </div> <div class="memory-card"> <div class="memory-icon">📚</div> <h4>Oral History</h4> <p>Document family history, immigration journeys, and important events told by those who lived them.</p> </div> <div class="memory-card"> <div class="memory-icon">🎨</div> <h4>Family Traditions</h4> <p>Record unique family rituals, celebrations, and customs that define your heritage.</p> </div> <div class="memory-card"> <div class="memory-icon">💝</div> <h4>Legacy Letters</h4> <p>Write letters to future generations sharing wisdom, advice, and expressions of love.</p> </div> </div> </section> <!-- ─── Featured Family Stories ─── --> <section> <h2>Family Stories That Inspire</h2> <p class="section-subtitle">Real families sharing their connections and traditions</p> <div class="stories-grid"> <div class="story-card"> <div class="story-image">🌍</div> <div class="story-content"> <span class="story-category">Immigration & Legacy</span> <h3>From Five Countries to One Family</h3> <p>How one family discovered relatives across continents and reconnected generations separated by immigration, geography, and time.</p> <div class="story-meta">Family of 47 members across 5 countries</div> </div> </div> <div class="story-card"> <div class="story-image">👵</div> <div class="story-content"> <span class="story-category">Oral History</span> <h3>Grandma Rosa's 100-Year Journey</h3> <p>Through recorded interviews and photos, three generations captured their grandmother's incredible life story spanning a century of change.</p> <div class="story-meta">40+ interviews, 200+ photos, 8 hours of video</div> </div> </div> <div class="story-card"> <div class="story-image">🍲</div> <div class="story-content"> <span class="story-category">Traditions</span> <h3>Passing Down the Family Recipes</h3> <p>A family created a digital cookbook preserving recipes, cooking techniques, and the stories behind every cherished family meal.</p> <div class="story-meta">87 recipes, video cooking tutorials, family memories</div> </div> </div> <div class="story-card"> <div class="story-image">🎓</div> <div class="story-content"> <span class="story-category">Milestones</span> <h3>Three Generations, One Tree</h3> <p>From great-grandparents to newborns, this family mapped their tree and discovered surprising connections and shared family traits.</p> <div class="story-meta">6 generations, 312 family members</div> </div> </div> <div class="story-card"> <div class="story-image">🏡</div> <div class="story-content"> <span class="story-category">Home & Belonging</span> <h3>Building a Blended Family Legacy</h3> <p>A modern blended family of 14 came together to create a unified family tree and share their unique story of love and belonging.</p> <div class="story-meta">Multiple family lines, 14 members, growing</div> </div> </div> <div class="story-card"> <div class="story-image">💬</div> <div class="story-content"> <span class="story-category">Connection</span> <h3>Reconnecting After 30 Years</h3> <p>A family tree project reconnected siblings who hadn't been in touch for decades, reigniting bonds and creating new memories.</p> <div class="story-meta">7 siblings across 4 states, renewed connection</div> </div> </div> </div> </section> <!-- ─── Together Room ─── --> <section> <div class="together-room-promo"> <h3>🤝 Welcome to the Together Room</h3> <p>A dedicated space for your entire family to gather, share updates, celebrate milestones, and stay connected. Video calls, shared calendars, group messaging—all in one place your whole family can access.</p> <div class="together-features"> <span>👥 Invite your whole family</span> <span>💬 Chat & video calls</span> <span>📅 Shared family calendar</span> <span>📸 Photo sharing</span> </div> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-success);">Visit the Together Room</a> </div> </section> <!-- ─── Family Types ─── --> <section> <div class="family-types"> <h3>Every Family is Welcome</h3> <p>Whether you're building a traditional family tree, a blended family, an adopted family, a chosen family, or any other family structure—this platform celebrates and honors your unique family story.</p> <div class="types-grid"> <div class="type-card"> <h4>🏠 Traditional</h4> <p>Direct family lines across generations</p> </div> <div class="type-card"> <h4>💑 Blended</h4> <p>Multiple family lines coming together</p> </div> <div class="type-card"> <h4>👨‍👨‍👧 Modern Families</h4> <p>All configurations and relationships</p> </div> <div class="type-card"> <h4>🤝 Chosen Family</h4> <p>Friends who are family in every way</p> </div> <div class="type-card"> <h4>🌍 Blended Cultures</h4> <p>Families spanning multiple cultures and countries</p> </div> <div class="type-card"> <h4>👶 New Families</h4> <p>Starting your family story from the beginning</p> </div> </div> </div> </section> <!-- ─── CTA ─── --> <section> <div class="cta-section"> <h3>Start Building Your Family Legacy Today</h3> <p>Your family's story matters. Create your family tree, preserve memories, and stay connected across generations. Start free, no credit card required.</p> <a href="#" class="btn btn-primary" style="background: white; color: var(--color-primary);">Create Your Family Tree</a> </div> </section> </div>

QTW-DoDropInn.com Page

Home

<!-- QTW Front Page Redesign --> <div style="background: linear-gradient(135deg, #2d6a4f 0%, #52b788 100%); color: white; padding: 80px 20px; text-align: center; margin-bottom: 60px;"> <h1 style="font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; letter-spacing: -1px;">Building a Better World for All Living Things</h1> <p style="font-size: 1.1rem; max-width: 600px; margin: 0 auto; opacity: 0.95;">An interconnected ecosystem dedicated to informed living, civic engagement, and shared understanding across cultures and generations</p> </div> <div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;"> <h2 style="font-size: 2rem; color: #1b4332; margin-bottom: 15px; font-weight: 700;">Resources for Everyone</h2> <p style="color: #555; font-size: 1.05rem; margin-bottom: 40px;">Find content tailored to your age, experience, and needs. Everyone has a role in building a better world.</p> <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 50px;"> <div style="background: #f0f7f4; border: 2px solid #ddd; border-radius: 12px; padding: 30px; text-align: center; transition: all 0.3s ease;"> <div style="font-size: 3rem; margin-bottom: 15px;">👶</div> <h3 style="font-size: 1.3rem; margin-bottom: 10px; color: #1b4332;">Young People</h3> <p style="font-size: 0.95rem; margin: 0;">Age-appropriate civics education and digital literacy</p> </div> <div style="background: #f0f7f4; border: 2px solid #ddd; border-radius: 12px; padding: 30px; text-align: center;"> <div style="font-size: 3rem; margin-bottom: 15px;">👥</div> <h3 style="font-size: 1.3rem; margin-bottom: 10px; color: #1b4332;">Adults</h3> <p style="font-size: 0.95rem; margin: 0;">Career, community engagement, and informed decision-making</p> </div> <div style="background: #f0f7f4; border: 2px solid #ddd; border-radius: 12px; padding: 30px; text-align: center;"> <div style="font-size: 3rem; margin-bottom: 15px;">🧓</div> <h3 style="font-size: 1.3rem; margin-bottom: 10px; color: #1b4332;">Seniors</h3> <p style="font-size: 0.95rem; margin: 0;">Civic legacy, wisdom sharing, and active participation</p> </div> <div style="background: #f0f7f4; border: 2px solid #ddd; border-radius: 12px; padding: 30px; text-align: center;"> <div style="font-size: 3rem; margin-bottom: 15px;">🌍</div> <h3 style="font-size: 1.3rem; margin-bottom: 10px; color: #1b4332;">Global Citizens</h3> <p style="font-size: 0.95rem; margin: 0;">Nation-specific information and cross-cultural understanding</p> </div> </div> <h2 style="font-size: 2rem; color: #1b4332; margin-bottom: 15px; font-weight: 700;">🗳️ For US Citizens: Know Your Rights & Vote</h2> <p style="color: #555; font-size: 1.05rem; margin-bottom: 40px;">Voting is how we shape the future. Heres everything you need to participate in democracy.</p> <div style="background: linear-gradient(135deg, rgba(45, 106, 79, 0.05) 0%, rgba(82, 183, 136, 0.05) 100%); border-left: 5px solid #d62828; padding: 40px; border-radius: 8px; margin-bottom: 50px;"> <h3 style="color: #d62828; font-size: 1.4rem; margin-bottom: 30px;">Your Path to Informed Civic Engagement</h3> <div style="margin-bottom: 30px;"> <h4 style="color: #2d6a4f; font-size: 1.15rem; margin-bottom: 15px;">How to Become Informed</h4> <ul style="list-style: none; margin-left: 0;"> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Learn Fact-Checking Skills</strong> — Identify reliable sources and misinformation</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Understand the Issues</strong> — Deep dives into policies that affect your life</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Know Your Candidates</strong> — Research positions, voting records, and proposals</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Use Trusted Resources</strong> — Links to nonpartisan, vetted news sources</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Follow Local News</strong> — State and local elections matter most</li> </ul> </div> <div style="margin-bottom: 30px;"> <h4 style="color: #2d6a4f; font-size: 1.15rem; margin-bottom: 15px;">How to Vote</h4> <ul style="list-style: none; margin-left: 0;"> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Check Your Registration</strong> — Ensure youre registered in your state</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Know the Deadline</strong> — Registration and voting deadlines vary by state</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Choose Your Method</strong> — Vote early, by mail, or on Election Day</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Find Your Polling Location</strong> — State-by-state polling place finder</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Bring ID</strong> — Requirements vary; check your states rules</li> </ul> </div> <div style="margin-bottom: 30px;"> <h4 style="color: #2d6a4f; font-size: 1.15rem; margin-bottom: 15px;">Understand Your Government</h4> <ul style="list-style: none; margin-left: 0;"> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>How Bills Become Laws</strong> — The legislative process explained</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Contact Your Representatives</strong> — Find and reach out to your elected officials</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Three Levels of Government</strong> — Local, state, and federal</li> <li style="padding: 8px 0; padding-left: 30px; position: relative;"><strong>Your Constitutional Rights</strong> — Know what the law protects</li> </ul> </div> </div> <h2 style="font-size: 2rem; color: #1b4332; margin-bottom: 15px; font-weight: 700;">Choose Your Learning Style</h2> <p style="color: #555; font-size: 1.05rem; margin-bottom: 40px;">We present information in multiple formats so you can learn the way that works best for you.</p> <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-bottom: 50px;"> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">📖</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Reading</h4> <p style="font-size: 0.9rem; margin: 0;">In-depth articles, reports, and guides</p> </div> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">🎬</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Video</h4> <p style="font-size: 0.9rem; margin: 0;">Visual explanations and documentaries</p> </div> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">🎙️</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Audio</h4> <p style="font-size: 0.9rem; margin: 0;">Podcasts and recorded discussions</p> </div> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">🗣️</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Dialogue</h4> <p style="font-size: 0.9rem; margin: 0;">Community forums and live discussions</p> </div> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">🎨</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Visual</h4> <p style="font-size: 0.9rem; margin: 0;">Infographics and data visualizations</p> </div> <div style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 25px; text-align: center;"> <div style="font-size: 2.5rem; margin-bottom: 12px;">🎯</div> <h4 style="font-size: 1.1rem; margin-bottom: 8px; color: #1b4332;">Action</h4> <p style="font-size: 0.9rem; margin: 0;">Hands-on projects and real-world impact</p> </div> </div> <h2 style="font-size: 2rem; color: #1b4332; margin-bottom: 15px; font-weight: 700;">Our Four Platforms</h2> <p style="color: #555; font-size: 1.05rem; margin-bottom: 40px;">Explore our interconnected ecosystem designed to inform, educate, celebrate, and connect.</p> <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 50px;"> <a href="https://news.qtw-dodropinn.com" style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 35px; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;"> <div style="font-size: 2.5rem; margin-bottom: 15px;">📰</div> <h3 style="font-size: 1.4rem; margin-bottom: 12px; color: #1b4332;">News Platform</h3> <p style="margin-bottom: 20px; font-size: 0.95rem;">Stay informed with curated news on politics, environment, society, and what matters to your community.</p> <div style="font-size: 0.85rem; color: #2d6a4f; font-weight: 600; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd;">→ Informed citizens make better decisions</div> </a> <a href="https://ai-ed.qtw-dodropinn.com" style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 35px; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;"> <div style="font-size: 2.5rem; margin-bottom: 15px;">🤖</div> <h3 style="font-size: 1.4rem; margin-bottom: 12px; color: #1b4332;">AI Education</h3> <p style="margin-bottom: 20px; font-size: 0.95rem;">Understand the tools shaping our future. Learn how AI works and its impact on society and ethics.</p> <div style="font-size: 0.85rem; color: #2d6a4f; font-weight: 600; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd;">→ Knowledge is power in a changing world</div> </a> <a href="https://c-shock.qtw-dodropinn.com" style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 35px; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;"> <div style="font-size: 2.5rem; margin-bottom: 15px;">🎨</div> <h3 style="font-size: 1.4rem; margin-bottom: 12px; color: #1b4332;">Culture Shock</h3> <p style="margin-bottom: 20px; font-size: 0.95rem;">Celebrate diverse traditions, art, history, and perspectives. Discover what makes every culture unique.</p> <div style="font-size: 0.85rem; color: #2d6a4f; font-weight: 600; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd;">→ Understanding builds empathy and unity</div> </a> <a href="https://family.qtw-dodropinn.com" style="background: white; border: 2px solid #ddd; border-radius: 12px; padding: 35px; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block;"> <div style="font-size: 2.5rem; margin-bottom: 15px;">👨‍👩‍👧‍👦</div> <h3 style="font-size: 1.4rem; margin-bottom: 12px; color: #1b4332;">Family Platform</h3> <p style="margin-bottom: 20px; font-size: 0.95rem;">Build your family tree, share stories, and stay connected across generations and distances.</p> <div style="font-size: 0.85rem; color: #2d6a4f; font-weight: 600; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd;">→ Strong families strengthen communities</div> </a> </div> <div style="background: #f0f7f4; padding: 50px 40px; border-radius: 12px; text-align: center; border-left: 5px solid #2d6a4f;"> <h3 style="color: #1b4332; font-size: 1.8rem; margin-bottom: 20px;">Our Mission</h3> <p style="font-size: 1.1rem; font-style: italic; color: #444; max-width: 700px; margin: 0 auto;">We believe that informed, connected, and empathetic people create better communities. By providing accessible information, civic tools, cultural understanding, and family connection, we work toward improving existence for all living things on our shared planet.</p> </div> </div>

QTW-DoDropInn.com Page
Tags: · · · · · · · · ·

Leave a Reply

Your email address will not be published. Required fields are marked *