-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |