-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
67 lines (47 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style id="stndz-style"></style>
<title>CVR-Lab</title>
<link rel="apple-touch-icon" href="./assest/compass.png">
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="./assest/favicon.ico">
<link rel="stylesheet" href="./assest/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="theme-color" content="#F1EED9">
</head>
<body>
<div class="wrapper">
<header>
<div class="logo-container">
<a class="logo" href="http://npu-cvr.cn/" style="background-image: url('./assest/compass.png')"></a>
</div>
<div class="author-container">
<h1>CVR-Lab</h1>
</div>
</header>
<main>
<div class="content">
<h2>About CVR-Lab</h2>
<p>
The Computer Vision and Robotics Group (CVR) is a research group of Northwestern Polytechnical University.
<br><br>
Official homepage: <a href="http://npu-cvr.cn/">npu-cvr.cn</a> <br>
This repo is mainly used to store the public projects code and pages. <br>
</p>
<hr>
<ul class="fa-ul main-list">
<li class="main-list-item">
<span class="fa fa-github fa-lg main-list-item-icon"></span>
<a href="https://github.com/npucvr">GitHub Repository</a>
</li>
<li class="main-list-item">
<span class="fa fa-user fa-lg main-list-item-icon"></span>
<a href="https://scholar.google.com/citations?user=fddAbqsAAAAJ&hl=en">Prof. Yuchao Dai</a>
</li>
</ul>
</div>
</main>
</div>
</body>
</html>