Skip to content

Commit d3086b2

Browse files
add email link
1 parent 0a47e0f commit d3086b2

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

email.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Refresh" content="0; url='https://mailchi.mp/7b624ef8b8ad/techatnyu'" />
5+
</head>
6+
<body>
7+
Redirecting...
8+
</body>
9+
</html>

images/logo.svg

Lines changed: 1 addition & 1 deletion
Loading

style.css

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

stylesheets/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ h1 {
3737
font-weight: 400;
3838
font-family: var(--italic-serif);
3939
letter-spacing: -0.02em;
40-
font-size: 38px;
40+
font-size: 28px;
4141
-webkit-font-smoothing: antialiased;
4242
-moz-osx-font-smoothing: grayscale;
4343
}
4444

4545
#description {
4646
text-align: right;
47-
max-width: 500px;
48-
font-size: 32px;
47+
max-width: 400px;
48+
font-size: 24px;
4949
letter-spacing: -0.02em;
5050
font-family: var(--sans-serif);
5151
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)