Skip to content

Commit 06c95c5

Browse files
add email
1 parent 1f42d9e commit 06c95c5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 id="tagline"><span class="inline-logo">tech@nyu</span> is a community of art
2424
<p>Oh, and we also help you find jobs.</p>
2525
</div>
2626
</div>
27-
<div>Upcoming events can be found on our Facebook page <a href="https://www.facebook.com/TechatNYU/">here</a> (give us a like). We also have an email list, where you can sign up for <a href="https://techatnyu.org/email">here.</a> You can also find us on <a href="https://twitter.com/techatnyu">Twitter</a> and Instagram @techatnyu.</div>
27+
<div>Upcoming events can be found on our Facebook page <a href="https://www.facebook.com/TechatNYU/">here</a> (give us a like). We also have an email list, where you can sign up for <a href="https://techatnyu.org/email">here.</a> You can also find us on <a href="https://twitter.com/techatnyu">Twitter</a> and Instagram @techatnyu. Questions or comments? Email us at hello<span class="no-spam">nospamthankyou!</span>@techatnyu.org.</div>
2828
</body>
2929
</html>
3030

style.css

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylesheets/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ h1 {
6969
#above-the-fold {
7070
min-height: 100vh;
7171
}
72+
73+
.no-spam {
74+
display: none;
75+
}

0 commit comments

Comments
 (0)