-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (65 loc) · 2.49 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
82
<!doctype html>
<head>
<title>Aaron Bond</title>
<link href="styles.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
</head>
<body>
<header>
<h1>Aaron Bond</h1>
</header>
<summary>
<a href="https://github.com/aaron-bond/" title="Github/Aaron-Bond" class="github"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/Askanison4" title="Twitter/Aaron-Bond" class="twitter"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/aaron-bond/" title="LinkedIn/Aaron-Bond" class="linkedin"><i class="fab fa-linkedin"></i></a>
</summary>
<header>Projects</header>
<main>
<section>
<a href="https://aaron-bond.github.io/xbox-clips">
<h5>Xbox Clips</h5>
</a>
<summary>
<aside>
<i class="fas fa-gamepad"></i>
</aside>
<p>A gallery of Xbox DVR game clips which can be viewed and shared through a Progressive Web App for easy loading from your phone's homescreen.</p>
</summary>
<footer>
<a href="https://github.com/aaron-bond/xbox-clips" title="Xbox Clips on Github"><i class="fab fa-github"></i></a>
</footer>
</section>
<section>
<a href="https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments">
<h5>Better Comments</h5>
</a>
<summary>
<aside>
<i class="fas fa-code"></i>
</aside>
<p>An extension for VSCode which turns comments into stylised notes to help make code that little bit more readable. Now with <b>3 million</b> downloads!</p>
</summary>
<footer>
<a href="https://github.com/aaron-bond/better-comments" title="Better Comments on Github"><i class="fab fa-github"></i></a>
</footer>
</section>
<section>
<a href="https://aaron-bond.github.io/ng-todo/">
<h5>ng todo</h5>
</a>
<summary>
<aside>
<i class="fas fa-check-double"></i>
</aside>
<p>
A daily todo list web-app. Keep track of tasks and which ones are pending for the day, with a handy progress bar to let you know how much you've done!<br />
<br />
Can be pinned to the homescreen on your phone to run offline and keep track of your tasks when you don't have an internet connection.
</p>
</summary>
<footer>
<a href="https://github.com/aaron-bond/ng-todo" title="ng-todo on Github"><i class="fab fa-github"></i></a>
</footer>
</section>
</main>
</body>