-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding-page.html
55 lines (55 loc) · 3.53 KB
/
landing-page.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title>Take Control of Notes</title>
</head>
<body>
<header id="header"><img src="images/TCoNotes-cover.png" alt="Take Control of Notes cover" id="header-img">
<nav id="nav-bar">
<ul>
<li><a href="#about" class="nav-link">About <em>Take Control of Notes</em></a></li>
<li><a href="#toc" class="nav-link">What's in <em>Take Control of Notes</em></a></li>
<li><a href="#author" class="nav-link">About the Author</a></li>
<li><a href="#contact" class="nav-link">Updates</a></li>
</ul>
</nav>
</header>
<main>
<h2 id="about">About <em>Take Control of Notes</em></h2>
<p>
Apple’s Notes has come a long way since it was first introduced with the iPhone as a simple note-taking app, but many users are still unaware of its expanded capabilities. Now available on Macs, iOS devices, and on the web at iCloud.com, Notes has become a surprisingly powerful tool for writing, sketching, organizing, and sharing information of all kinds.
</p>
<p>
In <em>Take Control of Notes</em>, TidBITS Managing Editor Josh Centers provides a quick but thorough guide to this deceptively simple app, showing you how to master its many tools—and avoid or work around its limitations.
</p>
<h2 id="toc">What's in <em>Take Control of Notes</em></h2>
<p>Among many other things, you’ll learn how to:</p>
<ul>
<li>Choose where to stores notes (iCloud, IMAP, or a device) and whether or how they sync</li>
<li>Import notes from other apps and services</li>
<li>Apply and modify character-level and paragraph-level formatting in a note</li>
<li>Make lists (including checklists and lists with multiple levels of indentation)</li>
<li>Work with tables in notes</li>
<li>Encrypt notes with a password</li>
<li>Add photos, videos, audio, maps, and other content to your notes</li>
<li>Scan printed documents into Notes and save them as PDF attachments</li>
<li>Draw and sketch using your finger or an Apple Pencil</li>
<li>Share notes with other users</li>
<li>Organize your notes into folders and search their contents</li>
</ul>
<p>Here's author Josh Centers discussing the book on MacVoices with Chuck Joiner:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/A0oN0Jyxpm0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="video"></iframe>
<h2 id="author">About the Author</h2>
<p>Josh Centers is the managing editor of TidBITS and a freelance writer who has written for Macworld, the Magazine, Boing Boing, and the Sweethome. He has been featured on Daring Fireball, the Loop, TUAW, and Scientific American, and is a frequent guest on MacVoices and the Tech Night Owl. He lives in Tennessee with his wife and children.</p>
<h2 id="contact">Sign Up for Updates</h2>
<p>Enter your email address below to get the latest updates on Take Control titles from Josh Centers!</p>
<form id="form" action="https://www.freecodecamp.com/email-submit" target="_blank">
<input type="email" id="email" name="email" placeholder="Email address">
<input type="submit" id="submit">
</form>
</main>
</body>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</html>