Skip to content

Commit f99a1af

Browse files
committed
website
1 parent 1774084 commit f99a1af

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@
55
<meta charset="utf-8">
66
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
77
<!-- Replace the content tag with appropriate information -->
8-
<meta name="description" content="DESCRIPTION META TAG">
9-
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG" />
10-
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG" />
11-
<meta property="og:url" content="URL OF THE WEBSITE" />
8+
<meta name="description" content="Decentralized Visual Monocular Simultaneous
9+
Localization and Mapping for Multi-Agent Systems">
10+
<meta property="og:title" content="DVM-SLAM" />
11+
<meta property="og:description" content="Decentralized Visual Monocular Simultaneous
12+
Localization and Mapping for Multi-Agent Systems" />
13+
<meta property="og:url" content="https://proroklab.github.io/DVM-SLAM/" />
14+
1215
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
13-
<meta property="og:image" content="static/image/your_banner_image.png" />
16+
<!-- <meta property="og:image" content="static/image/your_banner_image.png" />
1417
<meta property="og:image:width" content="1200" />
15-
<meta property="og:image:height" content="630" />
18+
<meta property="og:image:height" content="630" /> -->
1619

1720

18-
<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
19-
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
20-
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
21-
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
22-
<meta name="twitter:card" content="summary_large_image">
2321
<!-- Keywords for your paper to be indexed by-->
24-
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
2522
<meta name="viewport" content="width=device-width, initial-scale=1">
2623

2724

0 commit comments

Comments
 (0)