-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
133 lines (113 loc) · 5.13 KB
/
success.html
File metadata and controls
133 lines (113 loc) · 5.13 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pathways to Thrive</title>
<!-- AOS CSS for scroll animations -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Fonts and other CSS -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/templatemo-style.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">Pathways to Thrive</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="resources.html">Resources</a></li>
<li class="nav-item"><a class="nav-link active" href="success.html">Success Stories</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item">
<a class="nav-link" href="index.html">EN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index_es.html">ES</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Success Stories Section -->
<section class="tm-section bg-white">
<div class="container">
<!-- Section Header -->
<header class="tm-section-header text-center">
<h2 class="tm-section-title">🌟 Success Stories</h2>
<p class="tm-section-subtitle">Real voices of immigrants overcoming barriers and thriving.</p>
</header>
<!-- Stories Grid -->
<div class="stories-grid">
<div class="story-card" data-aos="fade-up" data-aos-delay="100">
<img src="assets/rosario-screenshot.jpeg" alt="Rosario" class="story-img" />
<div class="story-info">
<h4>Rosario Flores 🇨🇴</h4>
<p>“I found my path through community support. Now I run my own makeup business.”</p>
<a href="https://www.instagram.com/reel/DLY0jJpNrws/" target="_blank" class="btn-hero">Watch Reel</a>
</div>
</div>
<div class="story-card" data-aos="fade-up" data-aos-delay="100">
<img src="assets/krupscaya-1.png" alt="Kruspkaya" class="story-img" />
<div class="story-info">
<h4>Kruspkaya C. 🇵🇪</h4>
<p>“Thanks to small business support, I launched my kefir brand 'TRES'.”</p>
<a href="https://www.instagram.com/reel/DKKUmifuk1L/" target="_blank" class="btn-hero">Watch Story</a>
</div>
</div>
<div class="story-card" data-aos="fade-up" data-aos-delay="100">
<img src="assets/jorge-reel-thumbnail.jpg" alt="Jorge" class="story-img" />
<div class="story-info">
<h4>Jorge L. 🇲🇽</h4>
<p>“A scholarship helped me graduate from NYU with a master's degree.”</p>
<a href="https://www.instagram.com/p/DMjAioyOvk8/" target="_blank" class="btn-hero">Watch Reel</a>
</div>
</div>
<div class="story-card" data-aos="fade-up" data-aos-delay="100">
<img src="assets/mariana.png" alt="Mariama" class="story-img" />
<div class="story-info">
<h4>Mariama D. 🇸🇳</h4>
<p>“Free health insurance saved my life. I’m now cancer-free and thriving.”</p>
<a href="https://www.youtube.com/watch?v=GPmNWLYNQyw" target="_blank" class="btn-hero">Watch Video</a>
</div>
</div>
</div> <!-- End of .stories-grid -->
<!-- Share Your Story Form -->
<div class="share-form mt-5">
<h3>📬 Share Your Story</h3>
<p>If you're an immigrant and want to inspire others, submit your journey here!</p>
<div class="form-wrapper">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdZxsSC5pdN_FlrnRVwL1XqO5q0HkzNLI7-cCrKnck3MG5KVA/viewform?embedded=true"
class="story-form"
allowfullscreen>
</iframe>
</div>
</div>
</div> <!-- End of .container -->
</section>
<!-- Footer -->
<footer class="tm-footer text-center">
<p>© 2025 Pathways to Thrive | For Immigrants, By Immigrants</p>
</footer>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/templatemo-script.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>