-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (117 loc) · 5.56 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
154
155
156
<!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>asktoks</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<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=Raleway:ital,wght@0,100;0,300;1,100;1,200;1,300&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="porject.css">
</head>
<body>
<div class="container">
<!--NAVBAR-->
<div class="d-flex justify-content-end mt-3">
<a href="https://asktoks.com/">
<img src="https://asktoks.com/assets/asktoks_logo%20_white.png" alt="">
</a>
</div>
<h1 class="mt-2">Hi, Who are You Today?</h1>
<div id="some">
<p class="lead mt-3">
Go ahead,choose a character
</p>
</div>
<div id="containit">
<div id="some" class="d-flex justify-content-around">
<div class="ope">
<a href="welcome2.html#farewell">
<figure>
<img class="hope" src="https://asktoks.com/assets/parent.png" alt="">
</a>
<h5 class="text-center mt-3">Parent</h5>
</figure>
</div>
<div class="norm">
<a href="felcome.html#complement">
<figure>
<img class="normal" src="https://asktoks.com/assets/professional.png" alt="">
</a>
<h5 class="text-center mt-3">Fellow Proffessional</h5>
</figure>
</div>
<div class="dope">
<a href="intro.html#smile">
<figure>
<img class="doped" src="https://asktoks.com/assets/everyone_else.png" alt="">
</a>
<h5 class="text-center mt-3">Everyone Else</h5>
</figure>
</div>
</div>
</div>
<!--SECOND SCREEN SIZE-->
<div id="act">
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div id="yo" class="carousel-item active">
<a href="welcome2.html#farewell">
<figure id="doer">
<img id="sope" src="https://asktoks.com/assets/parent.png" class="d-flex" alt="...">
</a>
<h5 class="">Parent</h5>
</figure>
</div>
<div id="yo" class="carousel-item">
<a href="felcome.html#complement">
<figure id="doers">
<img id="hope" src="https://asktoks.com/assets/professional.png" class="d-flex" alt="">
</a>
<h5 class=""> fellow Professional</h5>
</figure>
</div>
<div id="yo" class="carousel-item">
<a href="intro.html#smile">
<figure id="doerss">
<img id="nope" src="https://asktoks.com/assets/everyone_else.png" class="d-flex" alt="">
</a>
<h5 class="">Everyone Else</h5>
</figure>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--SECOND SCREEN SIZE ENDS-->
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"></script>
</body>
</html>