mirror of
https://github.com/Xevion/history-of-robotics.git
synced 2025-12-05 23:15:10 -06:00
add subtitle name reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!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"><meta property=og:title content="Sojourner & Spirit"><meta property=og:site_name content="History of Robotics"><meta property=og:url content=https://xevion.github.io/history-of-robotics/ ><meta property=og:description content="A Vue.js based project about the first two rovers to land on Mars - Sojourner and Spirit. A high-school project centered on a unique and responsive presentation."><meta property=og:type content=website><meta property=og:image content=/history-of-robotics/img/spirit.3d461bd1.jpg><link rel=icon href=/history-of-robotics/favicon.ico><title>History of Robotics - Spirit & Sojourner</title><style>@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');
|
<!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"><meta property=og:title content="Sojourner & Spirit"><meta property=og:site_name content="History of Robotics"><meta property=og:url content=https://xevion.github.io/history-of-robotics/ ><meta property=og:description content="A Vue.js based project about the first two rovers to land on Mars - Sojourner and Spirit. A high-school project centered on a unique and responsive presentation."><meta property=og:type content=website><meta property=og:image content=/history-of-robotics/img/spirit.3d461bd1.jpg><link rel=icon href=/history-of-robotics/favicon.ico><title>History of Robotics - Spirit & Sojourner</title><style>@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');
|
||||||
|
|
||||||
/* Shamelessly stolen from Tim Hazledine */
|
/* Shamelessly stolen from Tim Hazledine */
|
||||||
/* Source: https://codepen.io/tomhazledine/pen/dvKZLg */
|
/* Source: https://codepen.io/tomhazledine/pen/dvKZLg */
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
@@ -198,4 +198,4 @@
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: 'Segoe UI', sans-serif;
|
font-family: 'Segoe UI', sans-serif;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}</style><link href=/history-of-robotics/css/app.60e4a862.css rel=preload as=style><link href=/history-of-robotics/css/chunk-vendors.db58f2bd.css rel=preload as=style><link href=/history-of-robotics/js/app.0d2d68e6.js rel=preload as=script><link href=/history-of-robotics/js/chunk-vendors.a18a59e3.js rel=preload as=script><link href=/history-of-robotics/css/chunk-vendors.db58f2bd.css rel=stylesheet><link href=/history-of-robotics/css/app.60e4a862.css rel=stylesheet></head><body><div id=app><div id=loader><div class=logo><div class="stars stars-1"></div><div class="stars stars-2"></div><div class="stars stars-3"></div><div class=swooshes><span class="swoosh swoosh-1"></span> <span class="swoosh swoosh-2"></span> <span class="swoosh swoosh-3"></span> <span class="swoosh swoosh-4"></span></div><h1 class=text>nasa</h1><div class=orbit-outer><div class=orbit-wrapper><div class=orbit></div></div></div></div><noscript><p id=noscript>We're sorry but history-of-robotics doesn't work properly without JavaScript enabled. Please enable it to continue.</p></noscript></div></div><script src=/history-of-robotics/js/chunk-vendors.a18a59e3.js></script><script src=/history-of-robotics/js/app.0d2d68e6.js></script></body></html>
|
}</style><link href=/history-of-robotics/css/app.60e4a862.css rel=preload as=style><link href=/history-of-robotics/css/chunk-vendors.db58f2bd.css rel=preload as=style><link href=/history-of-robotics/js/app.997df3db.js rel=preload as=script><link href=/history-of-robotics/js/chunk-vendors.a18a59e3.js rel=preload as=script><link href=/history-of-robotics/css/chunk-vendors.db58f2bd.css rel=stylesheet><link href=/history-of-robotics/css/app.60e4a862.css rel=stylesheet></head><body><div id=app><div id=loader><div class=logo><div class="stars stars-1"></div><div class="stars stars-2"></div><div class="stars stars-3"></div><div class=swooshes><span class="swoosh swoosh-1"></span> <span class="swoosh swoosh-2"></span> <span class="swoosh swoosh-3"></span> <span class="swoosh swoosh-4"></span></div><h1 class=text>nasa</h1><div class=orbit-outer><div class=orbit-wrapper><div class=orbit></div></div></div></div><noscript><p id=noscript>We're sorry but history-of-robotics doesn't work properly without JavaScript enabled. Please enable it to continue.</p></noscript></div></div><script src=/history-of-robotics/js/chunk-vendors.a18a59e3.js></script><script src=/history-of-robotics/js/app.997df3db.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/js/app.997df3db.js
Normal file
2
docs/js/app.997df3db.js
Normal file
File diff suppressed because one or more lines are too long
1
docs/js/app.997df3db.js.map
Normal file
1
docs/js/app.997df3db.js.map
Normal file
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
<b-navbar class="header py-0" fixed="top">
|
<b-navbar class="header py-0" fixed="top">
|
||||||
<b-navbar-brand class="px-2 pl-3 exo-2 font-weight-normal text-white">
|
<b-navbar-brand class="px-2 pl-3 exo-2 font-weight-normal text-white">
|
||||||
<h3>
|
<h3>
|
||||||
Sojourner & Spirit
|
Sojourner & Spirit <span class="h6">by Ryan Walters</span>
|
||||||
</h3>
|
</h3>
|
||||||
</b-navbar-brand>
|
</b-navbar-brand>
|
||||||
<b-navbar-nav>
|
<b-navbar-nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user