-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (99 loc) · 4.08 KB
/
index.html
File metadata and controls
100 lines (99 loc) · 4.08 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Cache-control" content="public">
<title>ccmehil - just me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="wrapper">
<section class="hero">
<h1>Apple Shortcut Gallery</h1>
<article>
<p>These are some of the Apple Shortcuts I have created. I also have videos on YouTube and a Skillshare course showing how to make them.</p>
</article>
</section>
<section class="shortcuts" id="shortcuts">
<ul>
<li>
<figure>
<img src="assets/img/img-8.jpeg" alt="" width="80%"/>
</figure>
<p>
Use through the Share menu to add markup and annotations to items
</p>
<a href="https://www.icloud.com/shortcuts/ed028cda2d9a4ac7bae7fb1ce3483de3">Get Shortcut</a>
</li>
<li>
<figure>
<img src="assets/img/img-4.jpeg" alt="" width="80%"/>
</figure>
<p>
Use dictation to create notes associated with individuals for reminders
</p>
<a href="https://www.icloud.com/shortcuts/b422f45944e042689e228dc8a983842a">Get Shortcut</a>
</li>
<li>
<figure>
<img src="assets/img/img-6.jpeg" alt="" width="80%"/>
</figure>
<p>
Quick interface to choose between dictation or written voice logs.
</p>
<a href="https://www.icloud.com/shortcuts/52d24139da604d50ae98bc95b30d02dd">Get Shortcut</a>
</li>
<li>
<figure>
<img src="assets/img/img-5.jpeg" alt="" width="80%"/>
</figure>
<p>
written voice log entry for reminders for when dication is not appropriate.
</p>
<a href="https://www.icloud.com/shortcuts/35e15d03d7174f07a9a2e224802a42cd">Get Shortcut</a>
</li>
<li>
<figure>
<img src="assets/img/img-9.jpeg" alt="" width="80%"/>
</figure>
<p>
Easily get your current count of YouTube subscribers.
</p>
<a href="https://www.icloud.com/shortcuts/d7707c1ed9d54969bbcec424e1f678bb">Get Shortcut</a>
</li>
<li>
<figure>
<img src="assets/img/img-16.jpeg" alt="" width="80%"/>
</figure>
<p>
Record an issue for follow up later.
</p>
<a href="https://www.icloud.com/shortcuts/1f21e3c0856e48bfa2c098eaf8e715fa">Get Shortcut</a>
</li>
<li>
<figure>
<iframe width="340" height="191" src="https://www.youtube.com/embed/J1ITTrIgRZA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</figure>
<p>
Youtube Tech Tips
</p>
<a href="https://youtu.be/J1ITTrIgRZA">Youtube</a>
</li>
<li>
<figure>
<img src="assets/img/head.jpeg" alt="" width="80%"/>
</figure>
<p>
A bit more about me!
</p>
<a href="https://github.com/ccmehil">craigcmehil.com</a>
</li>
</ul>
</section>
</main>
<footer>
<p>Borrowed with ❤ from <ahref="https://css-tricks.com/look-ma-no-media-queries-responsive-layouts-using-css-grid/">CSS Tricks</a> © 2019. Made with ❤ and CSS Grid.</p>
</footer>
</body>
</html>