-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (67 loc) · 2.59 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
<!DOCTYPE html>
<html class='paper dark'>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>G-dawg blog</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/paper.min.css">
</head>
<body>
<div class="paper container">
<nav class="border split-nav">
<div class="nav-brand">
<h3><a href="index.html">G-dawg</a></h3>
</div>
</nav>
<h1>Hey there,</h1>
<p>My name is Ryan Gallagher, but you can call me G-dawg. That was my nickname back in highschool. Alright only
a few people called me that. Alright I pushed it on a people but it never stuck. It is still used by some of
my closest friends.</p>
<p>
This site is where I will hopefully write cool stuff.
</p>
<h3>
My writing
</h3>
<ul>
<li><a href="validictorian_speech.html">My high school validictorian speech</a></li>
</ul>
<h3 id="my work">
My work
</h3>
<div class="row">
<div class="row">
<a href="https://www.scribenote.com" class="paper-btn">Scribenote</a>
</div>
<div class="row">
<h5>
Jan 2020 - Present
</h5>
</div>
<p>
Scribenote makes documentation effortless for veterinarians.
Vets typically have to spend hours a day typing medical notes based on their appointments.
Instead, Scribenote captures appointment audio and uses it to generate user friendly notes.
</p>
</div>
<div class="row">
<div class="row">
<a href="https://www.icarusmed.com" class="paper-btn">Icarus Medical</a>
</div>
<div class="row">
<h5>
Sept 2018 - Jan 2020
</h5>
</div>
<p>
Icarus Medical was a network built to connect family physicians with other specialist physicians.
The goal was to reduce Canadian wait times for specialists care by improving the routing of patients
through the health care system. While Icarus Medical did not succeed, it led me to the insight behind
the founding of Scribenote.
</p>
</div>
</div>
</body>
</html>