-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (51 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Learning to Represent Image and Text with Denotation Graph </title>
<link rel="shortcut icon" href="assets/image/favicon.ico" type="image/x-icon">
<link href="http://hexiang-hu.github.io/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="site-header" role="banner">
<div class="wrapper">
<div class="site-title">
<div class="site-block">
<img class="site-logo" src="assets/images/bison.png">
</div>
<div class="site-block">
DG
</div>
</div>
</div>
</header>
<!-- Body -->
<main class="page-content" aria-label="Content">
<div class="wrapper">
<!-- Title -->
<div class="row">
<div class="headline">Learning to Represent Image and Text with Denotation Graph</div>
</div>
<div class="row">
<p>Coming Soon...</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="wrapper">
<!-- Contact -->
<div class="footer-col-wrapper">
<div class="footer-col footer-col-4">
Contact <a href='mailto:[email protected]'>Bowen Zhang</a> or <a href='mailto:[email protected]'>Hexiang Hu</a> for quetions and comments.
</div>
</div>
</div>
</footer>
</body>
</html>