Skip to content

Commit

Permalink
modify media banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyanx02 committed Mar 26, 2024
1 parent 8db25d8 commit a873972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
<meta charset="utf-8">
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<meta name="description" content="DESCRIPTION META TAG">
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<meta name="description" content="MQE: Multi-agent Quadruped Environment">
<meta property="og:title" content="MQE: Multi-agent Quadruped Environment"/>
<meta property="og:description" content="An open-source reinforcement learning environment for multi-agent quadruped tasks."/>
<meta property="og:url" content="https://ziyanx02.github.io/multiagent-quadruped-environment/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/image/your_banner_image.png" />
<meta property="og:image" content="docs/static/images/banner.jpg" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:image:height" content="600"/>


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<meta name="twitter:title" content="MQE: Multi-agent Quadruped Environment">
<meta name="twitter:description" content="An open-source reinforcement learning environment for multi-agent quadruped tasks.">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
<meta name="twitter:image" content="docs/static/images/banner.jpg">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="keywords" content="Reinforcement Learning">
<meta name="viewport" content="width=device-width, initial-scale=1">


Expand Down
Binary file added docs/static/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a873972

Please sign in to comment.