-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
73 lines (67 loc) · 3.54 KB
/
Copy pathindex4.html
File metadata and controls
73 lines (67 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dadseyeview - A Dad's Perspective on Raising Three in Orange County</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1>Dadseyeview</h1>
<p class="tagline">A Dad's Perspective on Raising Three in Orange County</p>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#focus-areas">Focus Areas</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#financial-insights">Financial Insights</a></li>
</ul>
</div>
</nav>
<section id="about">
<div class="container">
<h2>About the Blog</h2>
<p>Welcome to Dadseyeview, a blog where I share the triumphs, challenges, and everyday moments of raising three kids in Orange County. From balancing work and family life to navigating school systems, affordability, and finding family activities that are both fun and budget-friendly, this space is about capturing what it really means to be a parent. It’s a glimpse into the experiences of a dad who’s learning, adapting, and growing along with his kids.</p>
</div>
</section>
<section id="focus-areas">
<div class="container">
<h2>Focus Areas</h2>
<div class="focus-item">
<h3>Affordability Challenges</h3>
<p>Practical insights and stories about how we make it work in an expensive place like Orange County—from groceries to school fees to family outings that don’t break the bank.</p>
</div>
<div class="focus-item">
<h3>Navigating School Systems</h3>
<p>Tips, tricks, and tales from my journey through the education system for three kids, from preschools to elementary choices and beyond.</p>
</div>
<div class="focus-item">
<h3>Work-Life Balance</h3>
<p>How we juggle demanding work schedules while making time for bedtime stories, soccer practices, and family dinners. Honest reflections on what works and what doesn’t.</p>
</div>
<div class="focus-item">
<h3>Family Activities</h3>
<p>A curated list of activities—from beaches and parks to hidden gems—that we’ve loved, all tried and tested by our own family adventures.</p>
</div>
</div>
</section>
<section id="financial-insights">
<div class="container">
<h2>Integration with Financial Practice</h2>
<p>Dadseyeview will not only be a space for parenting content but will also subtly tie into my financial advisory practice—showing my audience that the financial side of life doesn’t have to be overwhelming. I’ll provide helpful financial insights from time to time that cater specifically to families, like planning for school expenses, budgeting tips for parents, and finding ways to secure a more balanced and fulfilling future.</p>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Dadseyeview. All rights reserved.</p>
</div>
</footer>
</body>
</html>