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 ![LittleLink](https://cdn.cottle.cloud/littlelink/social-circle.png) +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 @@ - - - MIT:REGRESSIONS - - + + + MIT:REGRESSIONS + + - - + + - - + + - - + + - - + + - + - - + + + + + + + @@ -74,7 +86,9 @@ -

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.

TRAILER

@@ -109,38 +123,42 @@

- - - Twitter Logo@MITREGRESSIONS -
- - - - Instagram Logo@MIT.REGRESSIONS -
- - - - YouTube LogoSUBSCRIBE -
- - - - Spotify LogoSOUNDTRACK -
+ +
+
+ + + Twitter LogoFOLLOW + + + + Spotify LogoLISTEN +
+
+
+
+ + + YouTube LogoSUBSCRIBE + + + Instagram LogoFOLLOW +
+
+ - - Email Iconhello@littlelink.io -
+
-

Created by Wes and Luke. -

+

Created by Wes and Luke. +

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; }