-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 2.14 KB
/
index.html
File metadata and controls
62 lines (57 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Spinal is a wearables technology to help you improve your spine condition.">
<meta name="keywords" content="Spinal Tangible Media Wearables">
<meta name="author" content="Vsevolod (Seva) Ivanov">
<title>CART 412 : Wearables</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<style type="text/css">
#main {color: black; background: white;}
#main, #main p {text-align: center; line-height: 1.5;}
#main p.header {width: 40%; margin: 2em 20% 0;}
#main p {display: inline-block; width: 40%; text-align: left;}
#main div.images {display: inline-block; width: 100%; margin: 0;}
#main div.images img {display: inline-block; width: 40%; margin: 1em 20%;}
</style>
</head>
<body>
<div id="main">
<p class="header">Project Studio II (CART 412)</p>
</br></br>
<hr></hr>
<p>
Updates:
</br></br>
- Add video : <a href="https://sevaivanov.github.io/spinal">Prototype 1.0</a>
</br></br>
- Add progress : <a href="https://sevaivanov.github.io/spinal/progress-1.html">Spine Structure</a>
</br></br>
- Add assignment 3 : <a href="assignments/index.html">Weird Switch</a>
</p>
</br>
<p>
<a href="https://sevaivanov.github.io/spinal">
Spinal project
</a>
</br>
</br>
<a href="assignments/index.html">
Assignments
</a>
</br>
</br>
<a href="readings/index.html">
Readings
</a>
</p>
</br>
<p>
By Vsevolod (Seva) Ivanov</br>
</br>
For Valerie Lamontagne, Concordia University.
</p>
</div>
</body>
</html>