-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (196 loc) · 9.65 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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!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>Introvert Copilot</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- top nav bar -->
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="./index.html" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<img src="image/Introvert copilot Logo smaller.png" alt="cropped logo" class="bi me-2" width="40" height="32">
<span class="fs-4">Introvert Copilot</span>
</a>
<ul class="nav nav-pills">
<button class="btn" type="button" id="mymode">Dark mode
<img id="mymodepic" src="image/dark mode.svg" alt="open dark mode">
</button>
<li class="nav-item"><a href="./index.html#try" class="nav-link">Try</a></li>
<li class="nav-item"><a href="./index.html#reviews" class="nav-link">Reviews</a></li>
<li class="nav-item"><a href="./index.html#pricing" class="nav-link">Pricing</a></li>
<li class="nav-item"><a href="./login.html" class="nav-link active" aria-current="page">Login</a></li>
</ul>
</header>
</div>
<!-- random ad -->
<div id="ad-container">
<p id="random_opener">Time to expand your professional network! When you get to know people outside of your immediate team, you may learn about new projects, opportunities, or career paths that you wouldn't have otherwise known about.</p>
</div>
<!-- playground -->
<h1 id="try">Don't know how to start a <mark>casual chat</mark> ?</h1>
<h5>Choose the person to chat with and get inspiration from us</h5>
<div class="divider"></div>
<section id="card_gallery">
<h3>Today I wish to start a <span class="mytypebtn">chit chat</span> with:</h3>
<div class="grid_container">
<div class="grid_card">
<img src="image/avatar8.png" alt="Jane" class="avatar">
<div class="infowrapper">
<p class="char_name">Jane</p>
</div>
</div>
<div class="grid_card">
<img src="image/avatar7.png" alt="John" class="avatar">
<div class="infowrapper">
<p class="char_name">John</p>
</div>
</div>
<div class="grid_card">
<img src="image/avatar10.png" alt="Jose" class="avatar">
<div class="infowrapper">
<p class="char_name">Jose</p>
</div>
</div>
<div class="grid_card">
<img src="image/avatar16.png" alt="Jess" class="avatar">
<div class="infowrapper">
<p class="char_name">Jess</p>
</div>
</div>
<a href="./index.html#cta" class="nav-link">
<div class="grid_card add_person" id="grid_card_add_person">
<div class="infowrapper">
<p class="add_new_person">...</p>
</div>
</div>
</a>
</div>
</section>
<h3>AI <span class="mytypebtn">spark</span> response</h3>
<div id="response-container"></div>
<!-- customer reviews -->
<h1 id="reviews">Customer Reviews</h1>
<div class="flexwr">
<img class="reviewpic" src="image/review1.jpg" alt="customer1">
<div class="review review-shadow carousel_ad1">
<h5>Let the inclusive model be your shadow. Inherit the humane style.</h5>
<q>I was skeptical at first, but this product exceeded my expectations. The opening remarks it generates are thoughtful, engaging, and tailored to the specific scenario I'm in. I've received so many compliments on my communication skills since using it!</q>
</div>
</div>
<div class="flexwr">
<div class="review review-shadow carousel_ad2">
<h5>Be context specific. Different mode every day.</h5>
<q>This product has been a game changer for me! I used to struggle with coming up with the right things to say in social and professional situations, but now I feel confident and prepared thanks to the opening remarks generated by this tool.</q>
</div>
<img class="reviewpic" src="image/review2.jpg" alt="customer2">
</div>
<div class="flexwr">
<img class="reviewpic" src="image/review3.jpg" alt="customer3">
<div class="review review-shadow carousel_ad3">
<h5>No more fear for social-intensive scenarios. Save more energy to show your talent.</h5>
<q>As someone who is introverted and finds small talk challenging, this product has been a lifesaver. The opening remarks it generates are not only effective in breaking the ice and starting conversations, but they're also easy to remember and deliver with confidence.</q>
</div>
</div>
<!-- pricing -->
<h1 id="pricing"> Pricing</h1>
<div class="row row-cols-1 row-cols-md-3 mb-3 text-center">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Basic</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0<small class="text-body-secondary fw-light">/month</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Add 10 people</li>
<li>Get inspired in 3 scenarios</li>
<li>No Emailed cheatsheet</li>
<li>3 follow-up questions</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-primary tologin">Sign up for free</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Economy</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$5<small class="text-body-secondary fw-light">/month</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Add 30 people</li>
<li>10 scenarios</li>
<li>1 emailed cheatsheet /month</li>
<li>unlimited follow-up questions</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary tologin">Get started</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary">
<div class="card-header py-3 text-bg-primary border-primary">
<h4 class="my-0 fw-normal">Premium</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$8<small class="text-body-secondary fw-light">/month</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Add unlimited people</li>
<li>Unlimited scenarios</li>
<li>Customized emails on how to greet</li>
<li>Unlimited follow-up questions</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-primary tologin">Get started</button>
</div>
</div>
</div>
</div>
</section>
<!-- call to action -->
<section id="cta">
<div class="container my-5">
<div class="p-5 text-center bg-body-tertiary rounded-3">
<img src="image/Introvert copilot Logo smaller.png" alt="smaller logo" class="bi mt-4 mb-3" width="100" height="100">
<h1 class="text-body-emphasis">Be your AI networking pair</h1>
<p class="col-lg-8 mx-auto fs-5 text-muted">
Sweep out your social awkwardness <br>
Anytime, any scenario, be your chatting cheatsheet <br>
Step out the 1st inch, only in the right way
</p>
<div class="d-inline-flex gap-2 mb-5">
<button class="d-inline-flex align-items-center btn btn-primary btn-lg px-4 rounded-pill tologin" type="button">
Have a try
</button>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="#reviews" class="nav-link px-2 text-body-secondary">Features</a></li>
<li class="nav-item"><a href="#pricing" class="nav-link px-2 text-body-secondary">Pricing</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">About</a></li>
</ul>
<p class="text-center text-body-secondary">© Picture from freepik.com</p>
</footer>
</div>
</footer>
<img id="wavepic" src="image/wave.png" alt="wave in theme color">
<!-- popper and js integration of bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-heAjqF+bCxXpCWLa6Zhcp4fu20XoNIA98ecBC1YkdXhszjoejr5y9Q77hIrv8R9i" crossorigin="anonymous"></script>
<!-- project js -->
<script src="index.js"></script>
</body>
</html>