-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (131 loc) · 5.69 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Serene Minds</title>
</head>
<body>
<header>
<!-- navbar start -->
<nav>
<div class="nav-logo">
Serenity
</div>
<ul class="nav-list">
<li><a href="">Features</a></li>
<li><a href="">Pricing</a></li>
<li class="nav-button"><a href="">Get Started</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div class="homepage">
<div class="heading">
Streamline Your Psychological Practice
</div>
<div class="disc">
Serenity is a comprehensive SaaS platform designed to simplify and
enhance the workflow of psychologists and mental health professionals.
</div>
<a href="" class="homepage-button">Get Started</a>
</div>
<div class="key-features-page">
<div class="key-features-title">
Key Features
</div>
<div class="heading">
Streamline Your Practice
</div>
<div class="disc">
Serenity offers a suite of tools to help psychologists and mental health professionals manage their practice more efficiently, from mental health assessments to appointment booking and secure payment processing.
</div>
<div class="feature">
<div class="feature-heading">
Mental Health Assessments
</div>
<div class="feature-disc">
Administer a wide range of validated psychological assessments to your clients, with automatic scoring and reporting.
</div>
</div>
<div class="feature">
<div class="feature-heading">
Appointment Booking
</div>
<div class="feature-disc">
Allow your clients to easily book appointments online, with automatic reminders and calendar integration.
</div>
</div>
<div class="feature">
<div class="feature-heading">
Secure Payments
</div>
<div class="feature-disc">
Seamlessly process payments from yout clients, including insurance claims, with our HIPAA-compliant payment processing.
</div>
</div>
</div>
<div class="testimonials-page">
<div class="heading">
Trusted by Mental Health Professionals
</div>
<div class="disc">
Serenity is used by thousands of psychologists and mental health professionals to streamline their practice and provide better care to their clients.
</div>
<div class="testimonials-wrapper">
<div class="testimonial">
<div class="top">
<i class="far fa-user-circle"></i>
<div class="text">
<div class="name">Scott</div>
<div class="address">Bernard Hill, California</div>
</div>
</div>
<div class="mid">
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="time-ago">
1 week ago
</div>
</div>
<div class="bottom">
catherline's was amazing !The views were incredible and the house was very clean.we had a great time.
</div>
</div>
<div class="testimonial">
<div class="top">
<i class="far fa-user-circle"></i>
<div class="text">
<div class="name">juiel</div>
<div class="address">Miami, California</div>
</div>
</div>
<div class="mid">
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="time-ago">
1 week ago
</div>
</div>
<div class="bottom">
we had great time and would definitelystay again! gorgeous views and a beautiful home. </div>
</div>
</main>
</body>
</html>