-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (42 loc) · 1.98 KB
/
about.html
File metadata and controls
50 lines (42 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About CherryPad</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="css/about.css">
<script src="scripts/about.js" defer></script>
</head>
<div class="floating-bg" id="floating-bg"></div>
<body>
<a>
<img id="icon" src="icon/CherryPad.png" alt="CherryPad Logo">
</a>
<h1>CherryPad by cafali</h1>
<h2>Your Sleek, Distraction-Free Notepad in Your Browser</h2>
<p id="category-links">
<a href="LICENSE.txt">MIT License</a> -
<a href="https://github.com/cafali/CherryPad" target="_blank">GitHub</a> -
<a href="https://raw.githubusercontent.com/cafali/CherryPad/refs/heads/main/changelog" target="_blank">Changelog</a> -
<a href="https://chromewebstore.google.com/detail/cherrypad/fhneekooapbagkckacdlemielahijgfd" target="_blank">Web Store</a> -
<a href="https://chromewebstore.google.com/detail/cherrypad/fhneekooapbagkckacdlemielahijgfd/reviews" target="_blank">Review</a> -
<a href="https://cafali.art" target="_blank">Website</a>
</p>
<div id="back-button" class="back-button">
<i class="fa fa-arrow-left"></i> Return to CherryPad
</div>
<p class="thank-you">Thank you for using CherryPad!</p>
<div class="review-stars">
<i class="fa fa-star" data-value="1"></i>
<i class="fa fa-star" data-value="2"></i>
<i class="fa fa-star" data-value="3"></i>
<i class="fa fa-star" data-value="4"></i>
<i class="fa fa-star" data-value="5"></i>
</div>
<footer>
Button icons used in this project: Font Awesome (https://fontawesome.com), licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0)
</footer>
</body>
</html>
<p><a href="https://cafali.art" target="_blank" rel="noopener noreferrer" class="cafali-link">Visit cafali.art for more! ➔</a></p>