diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..1aa87df --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +regressions.net/new \ No newline at end of file diff --git a/README.md b/README.md index 164f1f8..343ae92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MIT: REGRESSIONS (2022) -A documentary on the history of MIT. +A feature-length documentary on the history of MIT, spanning from World War 2 to COVID-19. -### Made with  +Created by Wes and Luke. + +### Website forked from [LittleLink](https://littlelink.io) diff --git a/css/brands.css b/css/brands.css index ee4e481..ed61858 100644 --- a/css/brands.css +++ b/css/brands.css @@ -29,17 +29,18 @@ /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ + .button, button { display: inline-block; text-decoration: none; - height: 48px; + height: 40px; text-align: center; vertical-align: middle; - font-size: 18px; - width: 300px; + font-size: 14px; + width: 200px; font-weight: 700; - line-height: 48px; + line-height: 40px; letter-spacing: 0.1px; white-space: wrap; border-radius: 0px; diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index 43cd925..c08dd0d 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -226,7 +226,7 @@ a super wide horizontal logo centered in the screen with minimal padding .creator-name { font-weight: bold; text-decoration: none; - color:aqua; + color:rgb(250, 211, 211); filter: grayscale(0.5); } diff --git a/index.html b/index.html index f49d904..b005b48 100644 --- a/index.html +++ b/index.html @@ -3,39 +3,51 @@
- - -A feature-length documentary. MIT was founded in 1861. But our story begins in 1941. December 7th, 1941.
+A feature-length documentary on the history of MIT, spanning from World War 2 to COVID-19.
+ +Full release coming soon.
©2022 REGRESSIONS, a registered 501(c)(3)
+Copyright © 2022 REGRESSIONS, a registered 501(c)(3)
diff --git a/skeleton.css b/skeleton.css index 5fc9307..5cbd6cc 100644 --- a/skeleton.css +++ b/skeleton.css @@ -31,7 +31,7 @@ .container { position: relative; width: 100%; - max-width: 960px; + max-width: 3000px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }