-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (145 loc) · 4.18 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
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>withU247</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="main">
<nav>
<span><img width="53" src="" alt="" /></span>
<div>
<button class="btn">English</button>
<button class="btn btn-red-sm">Sign In</button>
</div>
</nav>
<div class="box"></div>
<div class="hero">
<span>EText block 1.</span>
<span>Join today. Cancel anytime.</span>
<span
>Ready to heal? Enter your email to create or restart your
membership.</span
>
<div class="hero-buttons">
<input type="text" placeholder="Email Address / Phone number" />
<button class="btn btn-red">Get Started ></button>
</div>
</div>
<div class="separation"></div>
</div>
<section class="first">
<div>
<span> Therapy</span>
<span> feature1 </span>
</div>
<div class="secimg">
<img src="Assets/images/s1.png" alt="therapist" />
<video src="Assets/videos/videos1.m4v" autoplay loop muted></video>
</div>
</section>
<div class="separation"></div>
<section class="first second">
<div class="secimg">
<img src="Assets/images/s2.jpg" alt="therapist" />
</div>
<div>
<span> feature1 </span>
<span> feature1 </span>
</div>
</section>
<div class="separation"></div>
<section class="first third">
<div>
<span>feature1 </span>
<span> feature1 </span>
</div>
<div class="secimg">
<img src="Assets/images/s3.png" alt="therapist" />
<video
src="Assets/videos/rajma.m4v"
autoplay
loop
muted
height="200px"
></video>
</div>
</section>
<div class="separation"></div>
<section class="first fourth">
<div class="secimg">
<img src="Assets/images/s4.png" alt="therapist" />
</div>
<div>
<span> feature1</span>
<span> exp </span>
</div>
</section>
<div class="separation"></div>
<section class="faq">
<h2>Frequently Asked Questions</h2>
<div class="faqbox">
<span>What is withU247</span>
<svg
image1
</svg>
</div>
<div class="faqbox">
<span>How can I get in touch?</span>
<svg
image1
</svg>
</div>
<div class="faqbox">
<span>How do I cancel?</span>
<svg
image1
</svg>
</div>
<div class="faqbox">
<span>What can I do with the membership?</span>
<svg
image1
</svg>
</div>
<div class="faqbox">
<span>Is it available for kids?</span>
<svg
image1
</svg>
</div>
</section>
<div class="separation"></div>
<footer>
<div class="questions">Questions? Call 000-800-919-1694</div>
<div class="footer">
<div class="footer-item">
<a href="https://fast.com/">Investor Relations</a>
<a href="https://fast.com/">Jobs</a>
<a href="https://fast.com/">Ways to Watch</a>
<a href="https://fast.com/">Terms of Use</a>
</div>
<div class="footer-item">
<a href="https://fast.com/">Help Centre</a>
<a href="https://fast.com/">Account</a>
<a href="https://fast.com/">Speed Test</a>
<a href="https://fast.com/">Legal Notices</a>
</div>
<div class="footer-item">
<a href="https://fast.com/">Media Centre</a>
<a href="https://fast.com/">Privacy</a>
<a href="https://fast.com/">Cookie Preferences</a>
<a href="https://fast.com/">Corporate</a>
</div>
<div class="footer-item">
<a href="https://fast.com/">Contact Us</a>
<a href="https://fast.com/">Speed Test</a>
<a href="https://fast.com/">Legal Notices</a>
<a href="https://fast.com/">Only on Netflix</a>
</div>
</div>
</footer>
</body>
</html>