tweaks to links

This commit is contained in:
Lucas Igel 2022-07-22 21:51:03 -04:00
parent f8453c035e
commit daba4aec68
3 changed files with 37 additions and 6 deletions

View File

@ -44,7 +44,9 @@ button {
white-space: wrap;
border-radius: 0px;
cursor: pointer;
filter: opacity(0.7);
}
button:hover,
.button:focus {
color: #333;
@ -266,6 +268,7 @@ button:hover,
.button.button-instagram {
color: #ffffff;
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.button.button-instagram:hover,
.button.button-instagram:focus {

View File

@ -218,4 +218,31 @@ a super wide horizontal logo centered in the screen with minimal padding
margin: 0 auto;
padding: 0 20px;
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;
}

View File

@ -71,10 +71,10 @@
<!-- Title -->
<!-- <h1 class="regressions-title">MIT: REGRESSIONS</h1> -->
<!-- Subtitle -->
<h4 class="regressions-subtitle">A history of the Institute.</h2>
<!-- <h4 class="regressions-subtitle">A history of the Institute.</h2> -->
<!-- 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>
<!---responsive iframe via embedresponsively.com-->
@ -106,7 +106,9 @@
-->
<br>
<br>
<!-- Twitter -->
<a class="button button-twit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">@MITREGRESSIONS</a>
@ -136,10 +138,9 @@
<!--
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>