-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (165 loc) · 9.77 KB
/
index.html
File metadata and controls
196 lines (165 loc) · 9.77 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Safe Space - Home</title>
<link href="css/index.css" rel="stylesheet">
<script src="./JS/index.js" async></script>
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<div class="container">
<header id="top">
<section class="market-top">
<img src="assets/logo-white.png" alt="" class="logo">
<nav>
<h6>Already know the scoop?</h6>
<div class="market-nav">
<a href="https://unruffled-panini-b9bd04.netlify.com/" target="_blank" class="nav-link">Log In</a>
<h6> | </h6>
<a href="about.html">About Us</a>
</div>
</nav>
</section>
<section class="header-row1">
<section class="hello-welcome">
<h1 class="hello hidden">Hello,</h1>
<h2 class="welcome">and welcome</br> to Safe Space.</h2>
</section>
<img src="assets/mountains-lake.jpg" alt="" id="hidden-img" class="header-img">
</section>
<section class="intro">
<h3 class="intro-text hidden">We know it can be tough to stay positive and motivated throughout the day, so we're here to help.</h3>
<a href="#how" id="btn" class="intro-text hidden">See How</a>
</section>
</header>
<div class="tabs" id='how'>
<div class="topics">
<div data-tab="ourMission" class="tab active-tab"><h5>Our Mission</h5></div>
<div data-tab="howItWorks" class="tab"><h5>How It Works</h5></div>
<div data-tab="testimonials" class="tab"><h5>Testimonials</h5></div>
<div data-tab="all" class="tab"><h5>View All</h5></div>
</div>
</div>
<div id="main-content">
<section class="card active-card" data-tab="ourMission">
<h4>Our Mission</h4>
<section class="card-content">
<img src="assets/man-with-phone.jpg" alt="" id="woman-with-phone" class="body-img">
<p class="description">Safe Space is all about creating an environment that encourages self-love and self-motivation.</br>
</br>
We believe that once you learn to love yourself,
you'll have more inner stability, life becomes simpler, and you'll be happier.</br>
</br>
<em>“You yourself, as much
as anybody in the entire universe, deserve your love and affection.” -Buddha</em></p>
</section>
</section>
<section class="card hidden" data-tab="howItWorks">
<h4>How It Works</h4>
<section class="card-content" id="reverse">
<img src="assets/woman-with-phone.jpg" alt="" id="woman-with-phone" class="body-img">
<p class="description">The only things you need to get started are your name and a phone number eligible to receive texts.
After signing up, you will be able to type custom messages for yourself that will be sent to you throughout the day.</br>
</br>
And that's it!</br>
</br>
If you are worried about the cost, no need! Mental health and self-love are very important to us,
so Safe Space will always be free.
</p>
</section>
</section>
<section class="card hidden" data-tab="testimonials">
<h4>Testimonials</h4>
<section class="card-content">
<div class="review">
<div class="review-summary">
<img src="assets/testimony1.jpg" alt="" class="review-img">
<p>Joanne M.</br>Las Vegas, NV</p>
</div>
<div class="review-details">
<p class=stars>
<i class="fas fa-star star1"></i>
<i class="fas fa-star star2"></i>
<i class="fas fa-star star3"></i>
<i class="fas fa-star star4"></i>
<i class="fas fa-star star5"></i>
</p>
<p><strong>"A Wonderful Mood and Motivation Booster"</strong></p>
<p class="review-extended hidden">"As a mom, I spend a lot of timing loving and caring for others. Sometimes there isn't
enough time in the day to do anything for myself. Safe Space allows me to give myself a pat on the back for my hard
work, and I don't need to spend much time doing it! And the best part is, it's free! Definitely give this a try if
you're feeling overwhelmed or want that motivational push."</p>
<h6 class="see-btn see-more">See More</h6>
<h6 class="see-btn see-less hidden">See Less</h6>
</div>
</div>
<div class="review">
<div class="review-summary">
<img src="assets/testimony2.jpg" alt="" class="review-img">
<p>Kenny P.</br>New York, NY</p>
</div>
<div class="review-details">
<p class=stars>
<i class="fas fa-star star1"></i>
<i class="fas fa-star star2"></i>
<i class="fas fa-star star3"></i>
<i class="fas fa-star star4"></i>
<i class="fas fa-star star5"></i>
</p>
<p><strong>"Changed My Life and Career!"</strong></p>
<p class="review-extended hidden">"I'd been feeling down because I wasn't getting the best photos for my job, and was
losing clients. I tend to be pretty hard on myself, but then a friend told me about Safe Space. It's been great
to get that reminder that I'm an awesome person, especially because it's coming from my toughest critic: me!
Plus, my clients have been really happy with my photos since I stopped beating myself up and remained focused."</p>
<h6 class="see-btn see-more">See More</h6>
<h6 class="see-btn see-less hidden">See Less</h6>
</div>
</div>
<div class="review">
<div class="review-summary">
<img src="assets/testimony3.jpg" alt="" class="review-img">
<p>Marissa F.</br>Portland, OR</p>
</div>
<div class="review-details">
<p class=stars>
<i class="fas fa-star star1"></i>
<i class="fas fa-star star2"></i>
<i class="fas fa-star star3"></i>
<i class="fas fa-star star4"></i>
<i class="fas fa-star-half-alt star5"></i>
</p>
<p><strong>"Helped Me Become More Independent"</strong></p>
<p class="review-extended hidden">"I've been using Safe Space for a few weeks now, and it has helped me remember that,
as much as I want to make others happy, my own happiness is still extremely important. It does feel a little strange
at first, writing messages to yourself. But once you get used to it, it's amazing. Others may come and go, but you
will always have yourself. So why should your happiness depend on anyone else?"</p>
<h6 class="see-btn see-more">See More</h6>
<h6 class="see-btn see-less hidden">See Less</h6>
</div>
</div>
</section>
</section>
<section class="sign-up">
<p>Are you ready to get started with Safe Space?</p>
<a href="https://unruffled-panini-b9bd04.netlify.com/" target="_blank" id="signup-btn">Yes! Let's Go!</a>
</section>
</div>
<footer>
<div class="footer-content">
<nav>
<a href="https://unruffled-panini-b9bd04.netlify.com/" target="_blank">Log In</a>
<h6> | </h6>
<a href="about.html">About Us</a>
<h6> | </h6>
<a href="#top">Back To Top</a>
</nav>
<h6>© Safe Space 2019</h6>
</div>
</footer>
</div>
</body>
</html>