mirror of
https://github.com/mit-regressions/mit-regressions.github.io.git
synced 2025-04-09 23:10:19 -04:00
tweaks to links
This commit is contained in:
parent
f8453c035e
commit
daba4aec68
|
@ -44,7 +44,9 @@ button {
|
||||||
white-space: wrap;
|
white-space: wrap;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
filter: opacity(0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover,
|
button:hover,
|
||||||
.button:focus {
|
.button:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -266,6 +268,7 @@ button:hover,
|
||||||
.button.button-instagram {
|
.button.button-instagram {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
|
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
|
||||||
|
|
||||||
}
|
}
|
||||||
.button.button-instagram:hover,
|
.button.button-instagram:hover,
|
||||||
.button.button-instagram:focus {
|
.button.button-instagram:focus {
|
||||||
|
|
|
@ -218,4 +218,31 @@ a super wide horizontal logo centered in the screen with minimal padding
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
special hyperlink style for creators' names
|
||||||
|
*/
|
||||||
|
.creator-name {
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
color:aqua;
|
||||||
|
filter: grayscale(0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.creator-name:hover {
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
filter: grayscale(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
small text for copyright notice
|
||||||
|
*/
|
||||||
|
.copyright {
|
||||||
|
font-size: 12px;
|
||||||
|
color: #999;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
13
index.html
13
index.html
|
@ -71,10 +71,10 @@
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<!-- <h1 class="regressions-title">MIT: REGRESSIONS</h1> -->
|
<!-- <h1 class="regressions-title">MIT: REGRESSIONS</h1> -->
|
||||||
<!-- Subtitle -->
|
<!-- Subtitle -->
|
||||||
<h4 class="regressions-subtitle">A history of the Institute.</h2>
|
<!-- <h4 class="regressions-subtitle">A history of the Institute.</h2> -->
|
||||||
|
|
||||||
<!-- Short Bio -->
|
<!-- Short Bio -->
|
||||||
<p>MIT was founded in 1861. But our story begins in 1941. December 7th, 1941.<p></p>
|
<p><b>A feature-length documentary.</b> MIT was founded in 1861. But our story begins in 1941. December 7th, 1941.<p></p>
|
||||||
|
|
||||||
<h4>TRAILER</h5>
|
<h4>TRAILER</h5>
|
||||||
<!---responsive iframe via embedresponsively.com-->
|
<!---responsive iframe via embedresponsively.com-->
|
||||||
|
@ -106,7 +106,9 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<a class="button button-twit" href="#" target="_blank" rel="noopener">
|
<a class="button button-twit" href="#" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">@MITREGRESSIONS</a>
|
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">@MITREGRESSIONS</a>
|
||||||
|
@ -136,10 +138,9 @@
|
||||||
<!--
|
<!--
|
||||||
Footer
|
Footer
|
||||||
-->
|
-->
|
||||||
<p>©2022 REGRESSIONS, a registered 501(c)(3)</p>
|
|
||||||
<br>
|
|
||||||
<p><b>Created by Wes and Luke.</b>
|
|
||||||
|
|
||||||
|
<p><b>Created by <a class="creator-name" href="https://twitter.com/lukeigel/">Wes</a> and <a class="creator-name" href="https://twitter.com/lukeigel/">Luke</a>.</b>
|
||||||
|
<p class="copyright">©2022 REGRESSIONS, a registered 501(c)(3)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user