-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·70 lines (55 loc) · 2.16 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
<!DOCTYPE">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Social Clinic+</title>
<link href="css/sc.css" rel="stylesheet" type="text/css" />
<!-- <script type="text/javascript" src="js/jquery-1.6.min.js"></script> -->
<!-- <script type="text/javascript" src="js/001.js"></script> -->
</head>
<body>
<div id="Nav">
<a href="index.html"><img src="img/SC_logo.png" /></a>
<ul>
<li id="tab"><a href="index.html">About</a></li>
<li><a href="diagnosis.html">Diagnosis</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="appointment.html">Make an appointment</a></li>
</ul>
</div>
<div id="Header">
<img src="img/IMG_9759.jpg"/>
<div id="para">
<p>We live in a world that is full of different types of communications. The need for social skills increases as conversation and technology rapidly evolves around us and influences our behavior.</br>
</br>
Social Clinic is a public performance/installation project discussing the emerging social issues. We use face recognition, emotion detection technique to discover people’s potential social symptoms and provide medicine and prescription.</p>
</div>
</div>
<div id="Content">
<!-- <div id="A01"> -->
<div id="para2">
<h2>How Does It Work?</h2>
</br>
<p>Social Clinic proudly presents our Face Ray. Face Ray is a face detection photobooth installation, which can find out people’s potential social symptoms and gives prescription in real-time using clmtrackr.</p>
</div>
<video id="bgvid" autoplay loop>
<source src="video/SC_demo_ava.mp4" type="video/mp4" controls>
</video>
<div id="doc">
<div id="meet">
<h2>Meet Doctors</h2>
</div>
<img src="img/doctors.jpg"/>
</div>
<div id="call">
<img src="img/IMG_4094.jpg"/>
<div id="btn">
<a href="diagnosis.html">Start Diagnosing Now >>></a>
</div>
</div>
</div>
<div id="Footer">
<p>Copyright © Social Clinic+. NYU ITP 2015</p>
</div>
</body>
</html>