Skip to content

Commit 9e6032e

Browse files
Update index.html
1 parent d673dd5 commit 9e6032e

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

index.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Sebastian Griego | Math</title>
77
<style>
88
body {
9-
font-family: Georgia, serif;
9+
font-family: Arial, sans-serif;
1010
line-height: 1.6;
1111
color: #000;
1212
background: #fff;
@@ -62,7 +62,7 @@
6262
}
6363

6464
.project a {
65-
color: #0000ff;
65+
color: #333;
6666
text-decoration: none;
6767
}
6868

@@ -81,14 +81,28 @@
8181
}
8282

8383
.contact a {
84-
color: #0000ff;
84+
color: #333;
8585
text-decoration: none;
8686
}
8787

8888
.contact a:hover {
8989
text-decoration: underline;
9090
}
9191

92+
.header-links {
93+
margin-top: 10px;
94+
}
95+
96+
.header-links a {
97+
color: #333;
98+
text-decoration: none;
99+
margin: 0 15px;
100+
}
101+
102+
.header-links a:hover {
103+
text-decoration: underline;
104+
}
105+
92106
hr {
93107
margin: 40px 0;
94108
border: none;
@@ -100,7 +114,10 @@
100114
<div class="header">
101115
<img src="Snapchat-1305767540~2.jpg" alt="Sebastian Griego">
102116
<h1>Sebastian Griego</h1>
103-
<p class="tagline">Math Student</p>
117+
<div class="header-links">
118+
<a href="cv4.pdf">CV</a>
119+
<a href="https://github.com/sebastian-griego">GitHub</a>
120+
</div>
104121
</div>
105122

106123
<h2>About</h2>
@@ -114,7 +131,6 @@ <h2>About</h2>
114131
</p>
115132
</div>
116133

117-
<p><a href="cv4.pdf">CV</a> | <a href="https://github.com/sebastian-griego">GitHub</a></p>
118134

119135
<h2>Software</h2>
120136
<div class="projects">

0 commit comments

Comments
 (0)