-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
209 lines (127 loc) · 7.09 KB
/
404.html
File metadata and controls
209 lines (127 loc) · 7.09 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
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
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>404 Page not found</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">
<meta name="description" content="FARFETCH Chat | FARFETCH Chat is a multimodal conversational agents for the online fashion marketplace. Co-promotion initiative with CMU, UNL and IST.">
<meta name="author" content="FARFETCH">
<meta name="generator" content="Hugo 0.104.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://farfetch-chat-rd.github.io/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://farfetch-chat-rd.github.io/plugins/Ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="https://farfetch-chat-rd.github.io/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://farfetch-chat-rd.github.io/plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://farfetch-chat-rd.github.io/scss/style.min.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://farfetch-chat-rd.github.io/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://farfetch-chat-rd.github.io/images/favicon.png" type="image/x-icon">
</head><body>
<!-- preloader start -->
<div class="preloader">
</div>
<!-- preloader end -->
<header class="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="https://farfetch-chat-rd.github.io/images/logo.png" alt="FARFETCH Chat | MultiModal Conversational Agents" class="img-responsive">
</a>
</div>
<div class="collapse navbar-collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://farfetch-chat-rd.github.io/">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Project <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="https://farfetch-chat-rd.github.io/demonstrations">Demonstrations</a></li>
<li><a href="https://farfetch-chat-rd.github.io/overview">Overview</a></li>
<li><a href="https://farfetch-chat-rd.github.io/project">Project Portfolio</a></li>
<li><a href="https://farfetch-chat-rd.github.io/team">Team</a></li>
<li><a href="https://farfetch-chat-rd.github.io/usecases">Use Cases</a></li>
<li><a href="https://farfetch-chat-rd.github.io/about">Vision</a></li>
</ul>
</li>
<li><a href="https://farfetch-chat-rd.github.io/blog">Blog</a></li>
<li><a href="https://farfetch-chat-rd.github.io/contact">PARTNERS</a></li>
<li><a href="https://farfetch-chat-rd.github.io/activities">Activities</a></li>
<li><a href="https://farfetch-chat-rd.github.io/opportunities">Opportunities</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Pages <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="https://farfetch-chat-rd.github.io/faq">FAQ</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Downloads <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="https://farfetch-chat-rd.github.io/data">DATA</a></li>
<li><a href="https://farfetch-chat-rd.github.io/papers">PAPERS</a></li>
<li><a href="https://farfetch-chat-rd.github.io/software">SOFTWARE</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section class="page-404">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html">
<img src="images/logo.png" alt="site logo" />
</a>
<h1>404</h1>
<h2>Page Not Found</h2>
<a href="index.html" class="btn btn-main"><i class="tf-ion-android-arrow-back"></i> Go Home</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-manu">
<ul>
</ul>
</div>
<img src="https://farfetch-chat-rd.github.io/images/sponsor/sponsor.png" width="100%" />
<p class="copyright">Copyright © 2019 <a href="https://themefisher.com">Themefisher</a> All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://farfetch-chat-rd.github.io/plugins/jQuery/jquery.min.js"></script>
<script src="https://farfetch-chat-rd.github.io/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://farfetch-chat-rd.github.io/plugins/slick/slick.min.js"></script>
<script src="https://farfetch-chat-rd.github.io/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://farfetch-chat-rd.github.io/plugins/shuffle/shuffle.min.js"></script>
<script src="https://farfetch-chat-rd.github.io/plugins/google-map/gmap.js"></script>
<script src="https://farfetch-chat-rd.github.io/js/script.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-162948195-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>