-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
67 lines (55 loc) · 2.73 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="author" content="CompJCDF">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link href="css/main.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header>
<h1 id="title">Health Explorer Wales</h1>
<a href="app.html" id="dashboard"></a>
</header>
<section style="margin-top:-20px;position:relative;">
<h2 style="margin-left:10px;">About the team</h2>
<div class="social">
<img src="media/twitter/annalisa.jpeg" class="profile" />
<span><a href="https://twitter.com/Idioteque90" target="_blank">Annalisa - @Idioteque90</a></span>
</div>
<div class="social">
<img src="media/twitter/charles.jpeg" class="profile" />
<span><a href="https://twitter.com/cboutaud" target="_blank">Charles - @cboutaud</a></span>
</div>
<div class="social">
<img src="media/twitter/glyn.jpeg" class="profile" />
<span><a href="https://twitter.com/egrommet" target="_blank">Glyn - @egrommet</a></span>
</div>
<div class="social">
<img src="media/twitter/will.jpeg" class="profile" />
<span><a href="https://twitter.com/flyingSparx" target="_blank">Will - @flyingSparx</a></span>
</div>
<div class="social">
<img src="media/twitter/martin.jpeg" class="profile" />
<span><a href="https://twitter.com/martinjc" target="_blank">Martin - @martinjc</a></span>
</div>
<div class="social">
<img src="media/twitter/matt.png" class="profile" />
<span><a href="https://twitter.com/voxmjw" target="_blank">Matt - @voxmjw</a></span>
</div>
<div class="social">
<img src="media/twitter/pooja.jpeg" class="profile" />
<span><a href="https://twitter.com/PoojaDante" target="_blank">Pooja - @PoojaDante</a></span>
</div>
<div class="social">
<img src="media/twitter/nikita.jpeg" class="profile" />
<span><a href="https://twitter.com/NikitaVashisth" target="_blank">Nikita - @NikitaVashisth</a></span>
</div>
<div class="social">
<span>Dan!</span>
</div>
<div style="clear:both"></div>
</section>
</body>
</html>