fix broken links

This commit is contained in:
Lucas Igel 2022-07-23 03:07:09 -04:00
parent 8b77de9c42
commit 984fbe2dfe
9 changed files with 28 additions and 6 deletions

View File

@ -230,8 +230,8 @@ a super wide horizontal logo centered in the screen with minimal padding
.creator-name {
font-weight: bold;
text-decoration: none;
color:rgb(250, 211, 211);
filter: grayscale(0.5);
color: rgba(149,164,159,255);
filter: grayscale(0.3);
}
.creator-name:hover {

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
favicon/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

BIN
favicon/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
favicon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
favicon/site.webmanifest Normal file
View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -7,8 +7,29 @@
-->
<meta charset="utf-8">
<title>MIT: REGRESSIONS, a documentary.</title>
<meta name="description" content="A feature-length documentary on the history of MIT. Available soon on all platforms. Created by Wes and Luke.">
<meta name="description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta name="author" content="Lucas Igel and Wesley Block">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://regressions.net">
<meta property="og:type" content="website">
<meta property="og:title" content="MIT: REGRESSIONS, a documentary.">
<meta property="og:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta property="og:image" content="images/social-v1.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="regressions.net">
<meta property="twitter:url" content="http://regressions.net">
<meta name="twitter:title" content="MIT: REGRESSIONS, a documentary.">
<meta name="twitter:description" content="A feature-length film on the history of MIT, from World War 2 to COVID-19. Available soon on all platforms. Created by Wes and Luke.">
<meta name="twitter:image" content="images/social-v1.png">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Mobile Specific Metas
-->
@ -127,7 +148,7 @@
<div class="row">
<div class="two columns">
<!-- Twitter -->
<a class="button button-twit" href="#" target="_blank" rel="noopener">
<a class="button button-twit" href="http://twitter.com/mitregressions" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">FOLLOW</a>
<!-- Spotify -->
@ -138,7 +159,7 @@
<div class="row">
<div class="two columns">
<!-- YouTube -->
<a class="button button-yt" href="#" target="_blank" rel="noopener">
<a class="button button-yt" href="https://www.youtube.com/channel/UCLdboODKAmPxA4WTLgzihSw/about" target="_blank" rel="noopener">
<img class="icon" src="images/icons/youtube.svg" alt="YouTube Logo">SUBSCRIBE</a>
<!-- Instagram -->
@ -157,7 +178,7 @@
Footer
-->
<p><b>Created by <a class="creator-name" href="https://www.linkedin.com/in/wesleyblock/">Wes</a> and <a class="creator-name" href="https://twitter.com/lukeigel/">Luke</a>.</b>
<p class="created-by-line"><b>Created by <a class="creator-name" href="https://www.linkedin.com/in/wesleyblock/">Wes</a> and <a class="creator-name" href="https://twitter.com/lukeigel/">Luke</a>.</b>
<p class="copyright">Copyright © 2022 REGRESSIONS, a registered 501(c)(3)</p>
</div>
</div>