This repository was archived by the owner on Apr 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 7.07 KB
/
Copy pathindex.html
File metadata and controls
95 lines (89 loc) · 7.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
joy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Parenting in The OC: Tips and insights for raising children in today's challenging economy.">
<meta name="keywords" content="parenting, The OC, tips, family activities, childcare, financial planning">
<link rel="stylesheet" href="styles.css">
<title>Dadseyeview - A Dad's Perspective on Raising Three in The OC</title>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;600;800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img src="https://example.com/your-logo.png" alt="Dadseyeview Logo" class="logo">
<div class="header-container">
<h1 style="font-family: 'Nunito', sans-serif; font-weight: 800;">Dadseyeview</h1>
<p class="tagline" style="font-family: 'Nunito', sans-serif; font-weight: 600;">Navigating Challenges and Finding Balance with Young Children in The OC</p>
</div>
</header>
<nav class="sticky-nav">
<div class="nav-container">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="focus.html">Focus Areas</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="lifesgood.html">Life's GOOD</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-section" style="background: linear-gradient(to bottom, #4facfe, #00f2fe); padding: 80px; text-align: center;">
<div class="hero-text">
<h2 style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 3em; color: white;">Welcome to Dadseyeview</h2>
<p style="font-family: 'Nunito', sans-serif; font-weight: 300; font-size: 1.2em; color: white;">Sharing experiences of raising three kids in The OC. Tips, tricks, and insights for making family life more joyful and less stressful.</p>
</div>
</section>
<!-- Featured Section -->
<section class="featured-section" style="display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; padding: 60px;">
<div class="featured-item" style="background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); border-radius: 12px; overflow: hidden; max-width: 350px;">
<img src="https://example.com/featured1.jpg" alt="Family activities" class="featured-image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="font-family: 'Nunito', sans-serif; font-weight: 800;">Life's GOOD Overview</h3>
<p style="font-family: 'Nunito', sans-serif; font-weight: 300;">Explore how financial freedom can transform family life through meaningful experiences, travel, giving back, and creating lasting memories.</p>
<a href="lifesgood.html" class="cta-button" style="display: inline-block; margin-top: 15px; padding: 12px 25px; background: #ff7f50; color: white; text-decoration: none; border-radius: 6px; font-family: 'Nunito', sans-serif;">Read Full Story</a>
</div>
</div>
<div class="featured-item" style="background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); border-radius: 12px; overflow: hidden; max-width: 350px;">
<img src="https://example.com/featured2.jpg" alt="Parenting in OC" class="featured-image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="font-family: 'Nunito', sans-serif; font-weight: 800;">Parenting in The OC</h3>
<p style="font-family: 'Nunito', sans-serif; font-weight: 300;">Practical insights on navigating parenting, affordability, and work-life balance in an expensive place like The OC.</p>
<a href="blog.html" class="cta-button" style="display: inline-block; margin-top: 15px; padding: 12px 25px; background: #ff7f50; color: white; text-decoration: none; border-radius: 6px; font-family: 'Nunito', sans-serif;">Explore More</a>
</div>
</div>
</section>
<!-- Blog Section -->
<section id="blog-content" class="blog-section" style="padding: 60px; background: #f9f9f9;">
<h2 style="font-family: 'Nunito', sans-serif; font-weight: 800; text-align: center;">Latest Articles</h2>
<div style="display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; margin-top: 20px;">
<div class="blog-item" style="background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); border-radius: 12px; overflow: hidden; max-width: 350px;">
<img src="https://example.com/blog1.jpg" alt="Finding Balance" class="blog-image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="font-family: 'Nunito', sans-serif; font-weight: 800;">First Post: Finding Balance in Chaos</h3>
<p style="font-family: 'Nunito', sans-serif; font-weight: 300;">Life with three kids can be chaotic, but finding the balance is key. Here's how we manage work, school, and fun all in one day...</p>
<a href="blog-post1.html" class="read-more-button" style="display: inline-block; margin-top: 15px; padding: 12px 25px; background: #ff7f50; color: white; text-decoration: none; border-radius: 6px; font-family: 'Nunito', sans-serif;">Read More</a>
</div>
</div>
<div class="blog-item" style="background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); border-radius: 12px; overflow: hidden; max-width: 350px;">
<img src="https://example.com/blog2.jpg" alt="Family Adventures" class="blog-image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="font-family: 'Nunito', sans-serif; font-weight: 800;">Family Adventures on a Budget</h3>
<p style="font-family: 'Nunito', sans-serif; font-weight: 300;">Exploring The OC doesn’t have to cost a fortune. Here are some of our favorite low-cost family activities that are fun for all...</p>
<a href="blog-post2.html" class="read-more-button" style="display: inline-block; margin-top: 15px; padding: 12px 25px; background: #ff7f50; color: white; text-decoration: none; border-radius: 6px; font-family: 'Nunito', sans-serif;">Read More</a>
</div>
</div>
</div>
</section>
<footer class="footer-container" style="background: #333; color: #fff; padding: 40px; text-align: center;">
<p style="font-family: 'Nunito', sans-serif; font-weight: 300;">© 2024 Dadseyeview. All rights reserved.</p>
<ul class="social-links" style="list-style: none; padding: 0; display: flex; justify-content: center; gap: 20px;">
<li><a href="https://twitter.com" style="color: #fff; text-decoration: none;">Twitter</a></li>
<li><a href="https://instagram.com" style="color: #fff; text-decoration: none;">Instagram</a></li>
</ul>
</footer>
</body>
</html>