-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOMP2013Task3.html
More file actions
57 lines (54 loc) · 1.57 KB
/
COMP2013Task3.html
File metadata and controls
57 lines (54 loc) · 1.57 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
<!DOCTYPE HTML>
<html>
<head>
<title>Task3</title>
<style>
h1
{
text-align: center;
}
h2
{
text-align: center;
}
h3
{
text-align: center;
}
p
{
text-align: center;
}
#timedate
{
bottom: 0;
left: 0;
position: fixed;
right: 0;
text-align: center;
}
#frame
{
width: 50%;
height: 750px;
margin: 0 auto;
display: block;
}
</style>
<!-- Make sure you've included jQuery before jquery-github-widget.js. -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- Load jquery-github-widget.js. -->
<script src="github.commits.widget.js" type="text/javascript"></script>
</head>
<body>
<a href="index.html">Home</a>
<h1> SmartScarf </h1>
<h2> Too smart for me </h2>
<article>The Smart Scarf is a hardware device that lets the user communicate wirelesses with their mobile telephone. The device will communicate via Bluetooth and consist of bone conduction speakers, binaural microphones and volume control devices, and use rechargeable batteries via a micro USB port. The Smart Scarf will use an Arduino Lilypad as its microcontroller.</article>
<br>
<article>This device will be in the shape of a cushioned pad that will rest on the user’s neck. It can also be attached to and worn underneath items of clothing such as a scarf, tie or shirt, if the user so wishes. It can also be worn on its own.</article>
<br>
<article>The Scarf is designed to lightweight, comfortable, waterproof to some degree, and have a relatively long battery life.</article>
<image src="smartscarf.png">
</body>
</htmal>