Skip to content

Commit

Permalink
Add link to MIT News.
Browse files Browse the repository at this point in the history
  • Loading branch information
oswinso committed Jun 15, 2023
1 parent d30f907 commit 32bfbab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/LinkBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const {links} = Astro.props;
</div>
<style>
.publication-links {
margin: 0.75em 0;
margin: 0.75em 1.0em;
}

.button {
Expand All @@ -58,4 +58,4 @@ const {links} = Astro.props;
background-color: hsl(207 99% 30%);
/*background: linear-gradient(30deg, rgba(2,123,148,1) 0%, rgba(1,84,151,1) 80%, rgba(2,0,36,1) 100%);*/
}
</style>
</style>
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const links: Link[] = [
// {"name": "arXiv", "url": "b", "icon_class": "ial icon-arxiv-logo-small"},
{"name": "Paper", "url": "https://arxiv.org/pdf/2305.14154.pdf", "icon_class": "fas fa-file-pdf"},
{"name": "arXiv", "url": "https://arxiv.org/abs/2305.14154", "icon_class": "ial icon-arxiv-logo-small"},
{"name": "Jax F16", "url": "https://github.com/mit-realm/jax-f16", "icon_class": "fab fa-github"}
{"name": "Jax F16", "url": "https://github.com/mit-realm/jax-f16", "icon_class": "fab fa-github"},
{"name": "MIT News", "url": "https://news.mit.edu/2023/safe-and-reliable-autopilots-flying-0612", "icon_class": "fas fa-newspaper"}
// {"name": "Presentation Video", "url": "b", "icon_class": "fab fa-youtube"},
]
Expand Down

0 comments on commit 32bfbab

Please sign in to comment.