Skip to content

Commit

Permalink
New website
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Sep 12, 2024
1 parent 13fbfb0 commit 0758c44
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work-Notes: Your Simple Daily Companion</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
h1 {
color: #2c3e50;
}
h2 {
color: #2980b9;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
ul li {
margin-bottom: 10px;
padding-left: 15px;
text-indent: -10px;
}
</style>
</head>
<body>

<h1>Work-Notes: Your Simple Daily Companion</h1>
<p>Work-Notes is a lightweight and intuitive mobile application designed to streamline your daily meeting tracking and note-taking process. Whether you're a professional, a student, or anyone with a busy schedule, Work-Notes provides a convenient platform to jot down important insights, tasks, and meetings, ensuring you never miss a beat.</p>

<h2>Key Features:</h2>
<ul>
<li>Effortless Note-Taking: Seamlessly record your daily meetings, tasks, and thoughts with ease.</li>
<li>Date Tracking: Automatically saves the date of each note, helping you stay organized and easily reference past entries.</li>
<li>Local Storage: Your data stays securely stored on your device, ensuring privacy and confidentiality.</li>
<li>Intuitive Interface: Simple and user-friendly design makes navigating and using the app a breeze.</li>
<li>Customization: Tailor your notes with customizable options to suit your preferences and needs.</li>
<li>Offline Access: Access and update your notes even when you're offline, ensuring uninterrupted productivity.</li>
</ul>

<p>Whether you're jotting down meeting minutes, brainstorming ideas, or keeping track of tasks, Work-Notes is your reliable companion for staying organized and productive throughout your day.</p>

</body>
</html>

0 comments on commit 0758c44

Please sign in to comment.