-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (95 loc) · 4.02 KB
/
index.html
File metadata and controls
127 lines (95 loc) · 4.02 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title>Information Architecture for Dogs</title>
<!-- Insert Meta -->
<meta name="description" content="Personal site for Richard English" />
<meta name="keywords" content="information architecture, IA, resume, UX Design" />
<meta http-equiv="author" content="Richard English" />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/reset.css">
<link rel="stylesheet" type="text/css" href="assets/dog.css">
</head>
<body>
<div id="page">
<h1>Information Architecture for Dogs</h1>
<div id="menu">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="climbfit.html">ClimbFit</a></li>
<li><a href="soundblocks.html">SoundBlocks</a></li>
<li><a href="index.html">IA4Dogs</a></li>
<li>Past Projects</li>
</ul>
</div>
<div id="main">
<div class="section">
<h2><a href="soundblocks.html">SoundBlocks Released!</a></h2>
<div class="subhead">April 10, 2017</div>
<img src="images/soundblocks.png" id="cf-image-small" class="img-left">
<p>SoundBlocks v1.0 is now available in the Apple App Store.
</p>
<p class="cf">
Imagine a recording studio built out of brightly colored children's blocks.
Sound and music are blocks of color. Alter the sounds by stretching the block. Drag the
blocks into different configurations, build a soundscape out of colors. This is the
concept behind SoundBlocks. A simple and intuitive way to record, manipulate and combine audio clips.
</p>
<div id="appstore">
<a href="http://appstore.com/soundblocks"><img src="assets/appstore.svg"></a>
</div>
</div>
<hr>
<div class="section">
<h2><a href="climbfit.html">ClimbFit Version 1.2</a></h2>
<div class="subhead">March 21, 2017</div>
<img src="assets/climbfit.png" id="cf-image-small" class="img-left">
<p>ClimbFit v1.2 is now available in the Apple App Store.
</p>
<p class="cf">
This version consists of a fix to the export functionality.
Further enhancements are scheduled for 1.3 in early May.
</p>
<div id="appstore">
<a href="http://appstore.com/climbfit"><img src="assets/appstore.svg"></a>
</div>
</div>
<hr>
<div class="section">
<h2><a href="climbfit.html">ClimbFit Version 1.1</a></h2>
<div class="subhead">December 14, 2016</div>
<img src="assets/climbfit.png" id="cf-image-small" class="img-left">
<p>ClimbFit v1.1 is now available in the Apple App Store.
</p>
<p class="cf">
This version consists mostly of migrating the code base to Swift 3, but also includes the ability to change grading systems to
Australian or French systems. Version 1.2 should be out in January and include more functionality.
</p>
</div>
<hr>
<div class="section">
<h2><a href="climbfit.html">ClimbFit Launch</a></h2>
<div class="subhead">November 12, 2016</div>
<img src="assets/climbfit.png" id="cf-image-small" class="img-left">
<p>On November 10, 2016, ClimbFit launched in the Apple App Store.
</p>
<p class="cf">
ClimbFit is designed to be a simple and intuitive way to track your rockclimbing workouts. You can track grade and number of moves for each route or boulder problem. Future updates will include the ability to track Campus and System board sessions.
</p>
</div>
<hr>
<div class="section">
<h2>New Site Launched</h2>
<div class="subhead">October 30, 2016</div>
<p>Well, it's been at least 2 years since I've run my own site.</p>
<p>One of the requirements to submitting an app to Apple, is the existence of a support url. A support url means a website, and if I was going to build one for ClimbFit, then I might as well roll one out for myself.</p>
<p>It's fairly barebones at the moment but just wait...</p>
</div>
</div>
<div id="footer">
Copyright 2016<br />
<a href="http://iafordogs.com">Richard English</a> All Rights Reserved
</div>
</div>
</body>
</html>