-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuse-project.html
250 lines (226 loc) · 13.5 KB
/
muse-project.html
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<title>Muse Project | Dreams of Women</title>
<meta
content="Muse Project – a platform where dreams, aspirations, and inspirations converge. At Dreams of Women, we believe in the power of stories to inspire and motivate, especially in the realms of science, technology, engineering, arts, and mathematics (STEAM). Your journey, challenges, and triumphs have the potential to ignite passion and determination in girls and women across the globe."
name="description" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Muse Project | Dreams of Women">
<meta itemprop="description"
content="Muse Project – a platform where dreams, aspirations, and inspirations converge. At Dreams of Women, we believe in the power of stories to inspire and motivate, especially in the realms of science, technology, engineering, arts, and mathematics (STEAM). Your journey, challenges, and triumphs have the potential to ignite passion and determination in girls and women across the globe.">
<meta itemprop="image" content="https://dreamsofwomen.org/assets/img/hero-bg.jpg">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dreamsofwomen.org">
<meta property="og:title" content="Muse Project | Dreams of Women">
<meta property="og:description"
content="Muse Project – a platform where dreams, aspirations, and inspirations converge. At Dreams of Women, we believe in the power of stories to inspire and motivate, especially in the realms of science, technology, engineering, arts, and mathematics (STEAM). Your journey, challenges, and triumphs have the potential to ignite passion and determination in girls and women across the globe.">
<meta property="og:image" content="https://dreamsofwomen.org/assets/img/hero-bg.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dreamsofwomen.org">
<meta property="twitter:title" content="Muse Project | Dreams of Women">
<meta property="twitter:description"
content="Muse Project – a platform where dreams, aspirations, and inspirations converge. At Dreams of Women, we believe in the power of stories to inspire and motivate, especially in the realms of science, technology, engineering, arts, and mathematics (STEAM). Your journey, challenges, and triumphs have the potential to ignite passion and determination in girls and women across the globe.">
<meta property="twitter:image" content="https://dreamsofwomen.org/assets/img/hero-bg.jpg">
<!-- Canonical -->
<link rel="canonical" href="https://dreamsofwomen.org">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png" />
<link rel="manifest" href="assets/img/favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="assets/img/favicon/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet">
<!-- fontawesome -->
<link rel="stylesheet" href="assets/css/all.min.css">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<!-- magnific popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- mean menu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- main style -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- responsive -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--PreLoader-->
<div class="loader">
<div class="loader-inner">
<div class="circle"></div>
</div>
</div>
<!--PreLoader Ends-->
<!-- header -->
<div class="top-header-area" id="sticker">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12 text-center">
<div class="main-menu-wrap">
<!-- logo -->
<div class="site-logo">
<a href="index.html">
<img src="assets/img/logo.png" alt="">
</a>
</div>
<!-- logo -->
<!-- menu start -->
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="index.html#stories">Stories</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href=""></a></li>
</ul>
</nav>
<div class="mobile-menu"></div>
<!-- menu end -->
</div>
</div>
</div>
</div>
</div>
<!-- end header -->
<!-- breadcrumb-section -->
<div class="breadcrumb-section muse-breadcrumb-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<div class="breadcrumb-text">
<p>Share Your Inspiring Story with Us</p>
<h1>The Dreams of Women Muse Project! </h1>
<div class="hero-btns">
<a href="https://forms.gle/JsHcZxPStdWxzJn36" class="boxed-btn" target="_blank">Share
Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end breadcrumb section -->
<!-- single article section -->
<div class="mt-80 mb-80">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="single-article-section">
<div class="single-article-text">
<!-- <div class="single-artcile-bg"></div> -->
<h4>Introduction</h4>
<p>Welcome to our Muse Project – a platform where dreams, aspirations, and inspirations
converge. At Dreams of Women, we believe in the power of stories to inspire and
motivate, especially in the realms of Science, Technology, Engineering, Arts, and
Mathematics (STEAM). Your journey, challenges, and triumphs have the potential to ignite
passion and determination in girls and women across the globe.</p>
<h4>Why Your Story Matters:</h4>
<p>Your experience is more than a personal journey; it's a beacon of hope and a testament to
perseverance in STEAM fields. By sharing your story, you become a role model, showcasing
the possibilities and the strength it takes to thrive in these exciting and evolving
sectors. Whether you're a seasoned professional, a budding innovator, or someone who has
taken an unconventional path, your narrative is a powerful tool to encourage others to
dream big and never give up.</p>
<h4>Your Impact:</h4>
<p>Imagine the impact your story can have: a girl gaining confidence to pursue her interest
in technology, a woman finding the courage to transition into a scientific career, or a
community realizing the value of supporting women in STEAM. Your words have the power to
break barriers and change lives.</p>
<h4>How to Share Your Story:</h4>
<p>Below is a simple form to share your experiences. Feel free to express yourself in the
language you are most comfortable with – English, Tamil, or Sinhala. We will feature
your story on our major social media platforms, reaching a diverse audience passionate
about STEAM.</p>
</div>
<div class="hero-btns">
<a href="https://forms.gle/JsHcZxPStdWxzJn36" class="boxed-btn" target="_blank">Share Your
Story</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end single article section -->
<!-- copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<p>Copyrights © 2024 - <a href="https://dreamsofwomen.org/" target="_blank">Dreams of
Women</a>, All
Rights Reserved.<br>
Developed By - <a href="https://dreamspace.academy/" target="_blank">DreamSpace Academy</a><br>
Image by <a target="_blank"
href="https://www.freepik.com/free-vector/happy-woman-work-with-tablet-office-night-vector-cartoon-background-student-designer-character-enjoy-drawing-project-late-time-workspace-cityscape-from-window-company-workplace_61393181.htm#query=tech%20women&position=3&from_view=search&track=ais&uuid=c03010c7-b756-40af-b33a-6d5824c17cdf">
upklyak</a> on Freepik
</p>
</div>
<div class="col-lg-6 text-right col-md-12">
<div class="social-icons">
<ul>
<li><a href="https://www.facebook.com/dreamsofwomendow" target="_blank"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/dreamsofwomen_dow" target="_blank"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/dreams-of-women" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end copyright -->
<!-- jquery -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!-- bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- count down -->
<script src="assets/js/jquery.countdown.js"></script>
<!-- isotope -->
<script src="assets/js/jquery.isotope-3.0.6.min.js"></script>
<!-- waypoints -->
<script src="assets/js/waypoints.js"></script>
<!-- owl carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- mean menu -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- sticker js -->
<script src="assets/js/sticker.js"></script>
<!-- main js -->
<script src="assets/js/main.js"></script>
<!-- Google form JS -->
<script src="./assets/js/google_form.js"></script>
</body>
</html>