Skip to content

Commit b79abce

Browse files
committed
new frontpage image
1 parent 6294260 commit b79abce

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

src/routes/index.svelte

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1-
<style>
2-
h1 {
3-
text-align: center;
4-
margin: 0 auto;
5-
}
1+
<svelte:head>
2+
<title>Matthew Elders' Home Page</title>
3+
</svelte:head>
64

7-
h1 {
8-
font-size: 2.8em;
9-
text-transform: uppercase;
10-
font-weight: 700;
11-
margin: 0 0 0.5em 0;
12-
}
5+
<div>
6+
<h1>Hire Me (Matthew Elder)</h1>
7+
<img
8+
alt="Jupiter Team Solving Them Problems..."
9+
src="/sophisticated-macman.jpg"
10+
/>
11+
</div>
1312

14-
@media (min-width: 480px) {
15-
h1 {
16-
font-size: 3em;
17-
}
18-
}
19-
</style>
13+
<style>
14+
h1 {
15+
text-align: center;
16+
margin: 0 auto;
17+
}
2018
21-
<svelte:head>
22-
<title>Matthew Elders' Home Page</title>
23-
</svelte:head>
19+
h1 {
20+
font-size: 2.8em;
21+
text-transform: uppercase;
22+
font-weight: 700;
23+
margin: 0 0 0.5em 0;
24+
}
2425
25-
<h1>Matthew Elders' Home Page</h1>
26+
@media (min-width: 480px) {
27+
h1 {
28+
font-size: 3em;
29+
}
30+
}
31+
</style>

static/sophisticated-macman.jpg

754 KB
Loading

0 commit comments

Comments
 (0)