-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
240 lines (221 loc) · 8.44 KB
/
home.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>REPORT WEBSITE</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand font-tertiary h3" href="home.html"><img src="images/logo.png" alt="Myself"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="requirements.html">REQUIREMENTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">RESEARCH</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hci.html">HCI</a>
</li>
<li class="nav-item">
<a class="nav-link" href="design.html">DESIGN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="achievement.html">ACHIEVEMENT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="plan.html">PLAN FOR TERM2</a>
</li>
<li class="nav-item">
<a class="nav-link" href="appendices.html">APPENDICES</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- title area -->
<section class="hero-area bg-primary" id="parallax">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<h1 class="text-white font-tertiary">ARGUMENTED REALITY<br>BUSINESS CARD SERVICE</h1>
<h4 class="text-white font-tertiary">TEAM 13</h4>>
</div>
</div>
</div>
</section>
<!-- /title area -->
<!-- abstract -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<h3 class="section-title">Abstract</h3>
<p class="font-secondary paragraph-lg text-dark">For people who do business with different people,
they receive many business cards everyday. However, it is not very easy to manage them,
find the desired card, and extract useful information. Also, the typical business card is not
attractive and unique enough to get other people's attention.<br>Our project is an android and web application
service for people to view and share business cards using AI-powered interactive 3D AR avatar.
Users scan a QR code on the business card for triggering the AR avatar using Android app .
Then AR figure will announce itself using Watson Speech to Text and give a 10-second overview of
the owner of the card.After that, the user (the one who scans the QR code) can choose what details
they want to know about the owner of the card.Finally, the AR avatar will offer the user the option
of choosing the card as the favorite card. The user can find the list of favorite cards on the favorite
page. Meanwhile, the user can see the scan history on the history page.<br>
For website service, user can update their card details, design their own 3D AR avatar and view scan
history and list of favorite cards.
</p>
</div>
</div>
</div>
</section>
<!-- /abstract -->
<!-- key features -->
<section class="section position-relative">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-title">Key features</h3>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
</div>
<div>
<h4>AR avatar</h4>
<p class="mb-0 text-light">view and share business cards using AI-powered interactive 3D AR avatar</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
</div>
<div>
<h4>History and favorite</h4>
<p class="mb-0 text-light">can view scan history and list of favorite cards</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
</div>
<div>
<h4>Update details </h4>
<p class="mb-0 text-light">can update personal details directly using app and website</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
</div>
<div>
<h4>Watson Assitant and Watson Speech to Text</h4>
<p class="mb-0 text-light">use Watson Speech to Text and offer the user the opton of listening to more detalied info (using Watson Assitant) </p>
</div>
</div>
</div>
</div>
</div>
<!-- bg image -->
<img class="img-fluid edu-bg-image w-100" src="images/backgrounds/education-bg.png" alt="bg-image">
</section>
<!-- /key features -->
<!-- Intoduction video-->
<sectiion class="section">
<div class="container">
<div class ="row">
<div class="col-lg-10 mx-auto text-center">
<h3 class="section-title">Introduction video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/r3GGV2TG_vw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</sectiion>
<!-- /Introduction video-->>
<!-- development team -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h3 class="section-title">Development team</h3>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-palette icon mb-5 d-inline-block"></i>
<h4 class="mb-4"></h4>John Zhang</h4>
<p>Developer</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card active-bg-primary hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-vector icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Henry Zhang</h4>
<p>Team Leader, Developer</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-panel icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Jiayi Chen</h4>
<p>Developer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /development team -->
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="border-top text-center border-dark py-5">
<p class="mb-0 text-light">Copyright ©<script>
var CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
</script> UCL COMPPP16 TEAM13 | a theme by <a href="themefisher.com">themefisher.com</a></p>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>