forked from VaishnaviDhobale/step-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonboarding.html
47 lines (43 loc) · 1.71 KB
/
onboarding.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Onboarding Page</title>
<link rel="stylesheet" href="styles/onboarding.css">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<style>
body{
background-color: white;
}
.cdl{
/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
width:320px;
height:630px;
margin: auto;
padding-top: 50px;
}
</style>
</head>
<body>
<img id="logo" src="img/fev.png">
<div id="first">
<div id="div">
<img id="andy" src="https://s3.amazonaws.com/ebuploads2/uploads/6401208455528448/andy(1).png">
<div ><h3 style="margin-left:4px;font-family: 'Roboto', sans-serif;">Andy</h3>
<p>10:30 AM - 7:30 PM</p>
<p style="color:rgb(172, 176, 184)">UTC</p></div>
</div>
<div style="margin-top:25px"><p>Welcome to my calendar!
<p>Please choose a convenient time to schedule an appointment and I will reach you at the scheduled time :)</p>
<p> Have a great day!</p>
</div>
</p>
</div>
</body>
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget cdl" data-url="https://calendly.com/sharmarahul-aj?hide_gdpr_banner=1"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
</html>