This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (74 loc) · 4.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Menu Note - Quick note taking in your menu bar</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="macos, menubar, note, note taking app, note taking, mac os notes, mac note taking, menu bar note taking, mac os menu bar note taking, mac os menu bar note, menu bar notes, menu bar note">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Menu Note">
<meta name="twitter:description" content="Quick note taking in your menu bar">
<meta name="twitter:image" content="https://menunote.app/assets/embed.png">
<link rel="stylesheet" href="assets/style.css?v=2">
<link rel="shortcut icon" href="assets/icon.png?v=1" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body class="body">
<div class="container py-5 my-5">
<center>
<div>
<h1 class="fw-bold" id="title">Menu Note</h1>
<h5 class="text-grey" id="moto">Quick note taking in your menu bar</h5>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<img src="assets/screenshot.png?v=1" class="my-5 img-fluid">
<div class="section features-wrapper mt-5">
<div>
<i class="fa-brands fa-github fa-2x m-3 feature-icon"></i>
<h5>Open Source</h5>
<p class="text-grey feature-text">Menu Note is open source and available on <a href="https://github.com/MenuNote">GitHub</a>.</p>
</div>
<div>
<i class="fa-solid fa-wind fa-2x m-3 feature-icon"></i>
<h5>Easy To Use</h5>
<p class="text-grey feature-text">Menu Note is easy to use and has a simple interface.</p>
</div>
<div>
<i class="fa-solid fa-note-sticky fa-2x m-3 feature-icon"></i>
<h5>Always There</h5>
<p class="text-grey feature-text">Notes made with Menu Note will always be visable.</p>
</div>
</div>
<div class="section mt-3" id="download-section">
<div class="download-wrapper">
<div style="display: flex; justify-content: center; align-items: center;">
<img src="assets/icon.png?v=1" class="img-fluid" style="height: 100px;">
<div style="text-align: left; margin-left: 15px;">
<h3 class="fw-bold" id="title">Menu Note <span id="release-version"></span></h3>
<p class="text-grey p-0 m-0">MenuNote requires macOS 12.0 or newer.</p>
</div>
</div>
<div style="text-align: right;" class="download-btn-wrapper">
<a id="download-btn" type="button" class="custom-btn mb-3 h-100" style="display: flex; align-items: center; justify-content: center;" href="https://github.com/MenuNote/menunote/releases/latest/download/Menu.Note.zip">Download</a>
</div>
</div>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
</center>
</div>
<div class="container pb-2">
<center>
<div id="footer">
<p class="text-grey">© 2022 — <a href="https://benny.fun/">Ben Tettmar</a></p>
</div>
</center>
</div>
<script src="assets/script.js?v=1"></script>
<script src="https://kit.fontawesome.com/bbd7036ee1.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>