-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpremium.html
More file actions
656 lines (602 loc) · 27.1 KB
/
premium.html
File metadata and controls
656 lines (602 loc) · 27.1 KB
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<title>Premium Licenses - OverleafCopilot</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="OverleafCopilot: Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.">
<meta name="keywords" content="overleaf copilot, academic, chatgpt, chrome extension, ai">
<meta name="author" content="OverleafCopilot Team">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Theme switcher (color modes) -->
<script src="assets/js/theme-switcher.js"></script>
<script src="assets/js/jquery-3.7.1.min.js"></script>
<!-- Favicon and Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#6366f1">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#080032">
<meta name="msapplication-config" content="assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Vendor Styles -->
<link rel="stylesheet" media="screen" href="assets/vendor/boxicons/css/boxicons.min.css">
<link rel="stylesheet" media="screen" href="assets/vendor/swiper/swiper-bundle.min.css">
<!-- Main Theme Styles + Bootstrap -->
<link rel="stylesheet" media="screen" href="assets/css/theme.min.css">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<!-- Page loading styles -->
<style>
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .4s .2s ease-in-out;
transition: all .4s .2s ease-in-out;
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
background-color: #0b0f19;
}
.page-loading.active {
opacity: 1;
visibility: visible;
}
.page-loading-inner {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
opacity: 0;
}
.page-loading.active>.page-loading-inner {
opacity: 1;
}
.page-loading-inner>span {
display: block;
font-size: 1rem;
font-weight: normal;
color: #9397ad;
}
[data-bs-theme="dark"] .page-loading-inner>span {
color: #fff;
opacity: .6;
}
.page-spinner {
display: inline-block;
width: 2.75rem;
height: 2.75rem;
margin-bottom: .75rem;
vertical-align: text-bottom;
border: .15em solid #b4b7c9;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner .75s linear infinite;
animation: spinner .75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
border-color: rgba(255, 255, 255, .4);
border-right-color: transparent;
}
@-webkit-keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
</style>
<!-- Page loading scripts -->
<script>
(function () {
window.onload = function () {
const preloader = document.querySelector('.page-loading');
preloader.classList.remove('active');
setTimeout(function () {
preloader.remove();
}, 1000);
};
})();
</script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESFM9J4MVL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ESFM9J4MVL');
</script>
<!-- Body -->
<body>
<!-- Page loading spinner -->
<div class="page-loading active">
<div class="page-loading-inner">
<div class="page-spinner"></div><span>Loading...</span>
</div>
</div>
<!-- Page wrapper for sticky footer -->
<!-- Wraps everything except footer to push footer to the bottom of the page if there is little content -->
<main class="page-wrapper">
<!-- Navbar -->
<!-- Remove "navbar-sticky" class to make navigation bar scrollable with the page -->
<header class="header navbar navbar-expand-lg position-absolute navbar-sticky">
<div class="container px-3">
<a href="index.html" class="navbar-brand pe-3">
<img src="assets/favicon/favicon.ico" width="35" alt="OverleafCopilot">
<span style="color:#408827;">Overleaf</span>
<span style="color:#ff7300;">Copilot</span>
</a>
<div id="navbarNav" class="offcanvas offcanvas-end">
<div class="offcanvas-header border-bottom">
<h5 class="offcanvas-title">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav me-auto mb-2 mb-lg-0" id="header-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item active">
<a href="#top" class="nav-link">Premium</a>
</li>
<li class="nav-item">
<a href="https://www.overleafcopilot.com/agents/" class="nav-link">Agents</a>
</li>
</ul>
</div>
<div class="offcanvas-header border-top">
<a href="https://themes.getbootstrap.com/product/silicon-business-technology-template-ui-kit/"
class="btn btn-primary w-100" target="_blank" rel="noopener">
<i class="bi bi-browser-chrome fs-5 lh-1 me-1"></i>
Add to Browser
</a>
</div>
</div>
<div class="form-check form-switch mode-switch pe-lg-1 ms-auto me-4" data-bs-toggle="mode">
<input type="checkbox" class="form-check-input" id="theme-mode" checked>
<label class="form-check-label d-none d-sm-block" for="theme-mode">Light</label>
<label class="form-check-label d-none d-sm-block" for="theme-mode">Dark</label>
</div>
<button type="button" class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"
class="btn btn-primary btn-sm fs-sm rounded d-none d-lg-inline-flex" target="_blank" rel="noopener">
<i class="bi bi-browser-chrome fs-5 lh-1 me-1"></i>
Add to Browser
</a>
</div>
</header>
<!-- Hero -->
<section class="bg-dark py-4" data-bs-theme="dark" id="top">
<div class="container pb-2 py-3">
<!-- Breadcrumb -->
<nav class="pb-4 mb-lg-3" aria-label="breadcrumb">
</nav>
<h3 class="text-center mb-0">Cut one cup of coffee, publish one more paper.</h3>
<h3 class="text-center mb-0">少喝一杯奶茶,多发一篇论文。</h3>
</div>
<div style="height: 300px;"></div>
</section>
<!-- Pricing plans -->
<section class="container position-relative zindex-2" style="margin-top: -300px;">
<div class="price-switch-wrapper">
<div class="pb-2 pb-lg-3" data-bs-theme="dark">
<div class="form-check form-switch price-switch justify-content-center mt-2 mb-4" data-bs-toggle="price">
<input type="checkbox" class="form-check-input" id="pricing">
<label class="form-check-label" for="pricing">RMB</label>
<label class="form-check-label d-flex align-items-start" for="pricing">USD</label>
</div>
</div>
<div class="table-responsive-lg">
<div class="d-flex align-items-center pb-4">
<!-- Pricing plan -->
<div class="border rounded-3 rounded-end-0 shadow-sm me-n1" style="width: 32%; min-width: 16rem;">
<div class="card bg-light h-100 border-0 border-end rounded-end-0 py-3 py-sm-4 py-lg-5">
<div class="card-body text-center">
<h3 class="mb-2">Free</h3>
<div class="fs-md pb-4 mb-3">
Bring your own OpenAI API Key<br>
Practical default agents<br>
High-quality default prompts<br>
Customizable prompts<br>
Fully integrated with Overleaf
</div>
<div class="display-5 text-dark mb-1" data-monthly-price>¥0</div>
<div class="d-none display-5 text-dark mb-1" data-annual-price>$0</div>
<div class="text-muted mb-5">Forever</div>
</div>
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"
class="btn btn-outline-primary btn-lg">Start Using</a>
</div>
</div>
</div>
<!-- Featurd pricing plan -->
<div class="bg-primary position-relative rounded-3 shadow-primary shadow-dark-mode-none zindex-2 p-4"
style="width: 36%; min-width: 18rem;">
<div class="card bg-transparent border-light py-3 py-sm-4 py-lg-5">
<div class="card-body text-light text-center">
<h3 class="text-light mb-2">Premium</h3>
<div class="fs-md opacity-70 pb-4 mb-3">
<b>Unlimited Access to GPT-3.5</b><br>
Unlimited Agents<br>
Customizable shortcut<br>
Update of Advanced Agents<br>
All free tier benefits
</div>
<div class="display-5 mb-1" data-monthly-price>¥24.9</div>
<div class="d-none display-5 mb-1" data-annual-price>$3.9</div>
<div class="opacity-50 mb-5">per 30 days</div>
</div>
<!-- https://www.promptgallery.cn/create-checkout-session?prefix=30dGPT3®ion=CHN -->
<div class="card-footer border-0 text-center pt-0 pb-4">
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"
class="btn btn-light btn-lg shadow-secondary">Try</a>
</div>
<!-- <form-->
<!-- action="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"-->
<!-- method="POST">-->
<!-- <button type="submit" action="submit" class="btn btn-light btn-lg shadow-secondary"-->
<!-- data-monthly-price>Buy</button>-->
<!-- </form>-->
<!-- -->
<!-- -->
<!-- <form-->
<!-- action="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"-->
<!-- method="POST">-->
<!-- <button type="submit" action="submit" class="d-none btn btn-light btn-lg shadow-secondary"-->
<!-- data-annual-price>Buy</button>-->
<!-- </form>-->
</div>
</div>
</div>
<!-- Pricing plan -->
<div class="border rounded-3 rounded-start-0 shadow-sm" style="width: 32%; min-width: 16rem;">
<div class="card bg-light h-100 border-0 rounded-start-0 py-3 py-sm-4 py-lg-5">
<div class="card-body text-center">
<h3 class="mb-2">Premium+</h3>
<div class="fs-md pb-4 mb-3">
<b>Access to GPT-4</b><br>
Unlimited Agents<br>
Customizable shortcut<br>
Update of Advanced Agents<br>
All free tier benefits
</div>
<div class="display-5 text-dark mb-1" data-monthly-price>¥59.9</div>
<div class="d-none display-5 text-dark mb-1" data-annual-price>$9.9</div>
<div class="text-muted mb-5">per 30 days</div>
</div>
<div class="card-footer border-0 text-center pt-0 pb-4">
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"
class="btn btn-outline-primary btn-lg">Try</a>
</div>
<!-- <form-->
<!-- action="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"-->
<!-- method="POST">-->
<!-- <button type="submit" action="submit" class="btn btn-outline-primary btn-lg"-->
<!-- data-monthly-price>Buy</button>-->
<!-- </form>-->
<!-- <form-->
<!-- action="https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb"-->
<!-- method="POST">-->
<!-- <button type="submit" action="submit" class="d-none btn btn-outline-primary btn-lg"-->
<!-- data-annual-price>Buy</button>-->
<!-- </form>-->
</div>
</div>
</div>
</div>
<p class="text-center">
<span>
We also offer team licenses with customizable keys and discounted individual rates.
</span>
<a class="link" href="mailto:feedback@overleafcopilot.com">
Click here to contact us for more details.
</a>
</p>
</div>
</div>
</section>
<!-- Plans comparison -->
<section class="container py-5 my-md-3 my-lg-5">
<div class="row align-items-center">
<div class="col-md-4 text-center text-md-start">
<h2 class="h1 mb-4">Plan Comparison</h2>
</div>
<div class="col-md-8">
<div class="row row-cols-1 row-cols-md-3 align-items-center">
<div class="col text-md-center">
<h3 class="h5">Free</h3>
<ul class="d-md-none list-unstyled">
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Concurrent Users: </span>
N/A
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">API Key-free Access: </span>
<i class="bx bx-x lead text-muted"></i>
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Access to GPT-3.5: </span>
Pay As You Go
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Access to GPT-4: </span>
Pay As You Go
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Unlimited Agents: </span>
<i class="bx bx-x lead text-muted"></i>
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Update of Advance Agents: </span>
<i class="bx bx-x lead text-muted"></i>
</li>
</ul>
</div>
<div class="col text-md-center">
<h3 class="h5">Premium</h3>
<ul class="d-md-none list-unstyled">
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Concurrent Users: </span>
1
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">API Key-free Access: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Access to GPT-3.5: </span>
Unlimited
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Access to GPT-4: </span>
<i class="bx bx-x lead text-muted"></i>
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Unlimited Agents: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Update of Advance Agents: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
</ul>
</div>
<div class="col text-md-center">
<h3 class="h5">Premium+</h3>
<ul class="d-md-none list-unstyled">
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Concurrent Users: </span>
1
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">API Key-free Access: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Access to GPT-3.5: </span>
Unlimited
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Access to GPT-4: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
<li class="d-flex align-items-center p-2">
<span class="text-dark fw-medium">Unlimited Agents: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
<li class="d-flex align-items-center p-2 bg-secondary">
<span class="text-dark fw-medium">Update of Advance Agents: </span>
<i class="bx bx-check lead text-primary"></i>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="d-none d-md-block pt-5 mt-2 pb-4">
<div class="row g-0">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">Concurrent Users</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4">N/A</div>
<div class="col position-relative bg-primary px-2 py-4">
<span class="text-light opacity-80">1</span>
<span class="position-absolute start-0 bottom-100 w-100 bg-primary rounded-3 rounded-bottom-0"
style="height: 2rem;"></span>
</div>
<div class="col px-2 py-4">1</div>
</div>
</div>
</div>
<div class="row g-0 bg-secondary rounded-3">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">API Key-free Access</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4"><i class="bx bx-x lead text-muted"></i></div>
<div class="col bg-primary px-2 py-4">
<span class="text-light opacity-80"><i class="bx bx-check lead text-light"></i></span>
</div>
<div class="col px-2 py-4"><i class="bx bx-check lead text-primary"></i></div>
</div>
</div>
</div>
<div class="row g-0">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">Access to GPT-3.5</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4">
Pay As You Go
</div>
<div class="col bg-primary px-2 py-4">
<span class="text-light opacity-80">Unlimited</span>
</div>
<div class="col px-2 py-4">Unlimited</div>
</div>
</div>
</div>
<div class="row g-0 bg-secondary rounded-3">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">Access to GPT-4</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4">
Pay As You Go
</div>
<div class="col bg-primary px-2 py-4">
<i class="bx bx-x lead text-light"></i>
</div>
<div class="col px-2 py-4">
<i class="bx bx-check lead text-primary"></i>
</div>
</div>
</div>
</div>
<div class="row g-0">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">Unlimited Agents</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4"><i class="bx bx-x lead text-muted"></i></div>
<div class="col bg-primary px-2 py-4">
<span class="text-light opacity-80"><i class="bx bx-check lead text-light"></i></span>
</div>
<div class="col px-2 py-4"><i class="bx bx-check lead text-primary"></i></div>
</div>
</div>
</div>
<div class="row g-0 bg-secondary rounded-3">
<div class="col-md-4 text-dark fw-semibold ps-4 pe-2 py-4">Update of Advance Agents</div>
<div class="col-md-8 text-center">
<div class="row row-cols-3 g-0">
<div class="col px-2 py-4">
<i class="bx bx-x lead text-muted"></i>
</div>
<div class="col position-relative bg-primary px-2 py-4">
<i class="bx bx-check lead text-light"></i>
<span class="position-absolute start-0 top-100 w-100 bg-primary rounded-3 rounded-top-0"
style="height: 2rem;"></span>
</div>
<div class="col px-2 py-4">
<i class="bx bx-check lead text-primary"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark py-5" data-bs-theme="dark">
<div class="container pt-2 pt-sm-4">
<div class="row">
<div class="col-md-6 col-lg-5 col-xl-4 pb-2 pb-sm-3 pb-md-0 mb-4 mb-md-0">
<div class="navbar-brand text-dark p-0 me-0 mb-3 mb-lg-4">
<img src="assets/favicon/favicon.ico" width="35" alt="Silicon">
OverleafCopilot Team
</div>
<p class="text-body mb-2">
We are a group of four computer science students with a shared goal of developing practical and
enjoyable software applications.
</p>
<p class="text-body mb-0">
If you have any questions or suggestions, please don't hesitate to reach out to us.
</p>
</div>
<div class="col-md-6 col-xxl-5 offset-lg-1 offset-xl-2 offset-xxl-3">
<div class="row row-cols-1 row-cols-sm-2">
<div class="col pb-2 pb-sm-0 mb-4 mb-sm-0">
<h3 class="h5 pb-1 pb-sm-2 pb-lg-3">Contact us</h3>
<ul class="nav flex-column mb-3">
<li>
<a href="mailto:feedback@overleafcopilot.com" class="nav-link fs-lg fw-normal px-0 py-1">
<i class="bx bx-envelope fs-4 me-2"></i>
Feedback Email
</a>
</li>
</ul>
<div class="d-flex pt-2 pt-sm-3 pt-md-4">
<a href="https://github.com/OverleafCopilot/OverleafCopilot.github.io"
class="btn btn-icon btn-sm btn-secondary btn-facebook rounded-circle me-3">
<i class="bx bxl-github"></i>
</a>
<a href="https://www.youtube.com/@loganlin3792"
class="btn btn-icon btn-sm btn-secondary btn-facebook rounded-circle me-3">
<i class="bx bxl-youtube"></i>
</a>
</div>
</div>
<div class="col ps-sm-4 ps-md-5">
<h3 class="h5 pb-1 pb-sm-2 pb-lg-3">Affiliate Links</h3>
<ul class="nav flex-column mb-3">
<li>
<a href="https://www.promptgenius.site/" class="nav-link fs-lg fw-normal px-0 py-1">
PromptGenius
</a>
</li>
<li>
<a href="https://www.yanlincs.com" class="nav-link fs-lg fw-normal px-0 py-1">
Yan's Page
</a>
</li>
<li>
<a href="https://wenhaomin.github.io/" class="nav-link fs-lg fw-normal px-0 py-1">
Haomin's Page
</a>
</li>
<li>
<a href="https://github.com/Kogler7" class="nav-link fs-lg fw-normal px-0 py-1">
Zhenjie's Page
</a>
</li>
<li>
<a href="https://github.com/wangjiyuan9" class="nav-link fs-lg fw-normal px-0 py-1">
Jiyuan's Page
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<p class="nav d-block fs-sm pt-5 mb-0">
<span class="text-light opacity-60">© All rights reserved.</span>
</p>
</div>
</footer>
<!-- Back to top button -->
<a href="#top" class="btn-scroll-top" data-scroll>
<span class="btn-scroll-top-tooltip text-muted fs-sm me-2">Top</span>
<i class="btn-scroll-top-icon bx bx-chevron-up"></i>
</a>
<!-- Vendor Scripts -->
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main Theme Script -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>