Skip to content

Commit 1583203

Browse files
committed
links
1 parent 45413ff commit 1583203

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

index.html

+20-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Jim's Diversified Holdings</title>
45
<style>
56
* {
67
margin: 0;
@@ -40,39 +41,34 @@
4041
color: white;
4142
}
4243

43-
h2 > span {
44-
display: inline-block;
45-
font-size: 30pt;
46-
vertical-align: top;
47-
text-align: center;
48-
width: 80px;
49-
height: 60px;
50-
transition: font-size 0.2s;
44+
body {
45+
padding-top: 100px;
5146
}
52-
h2 > span:hover {
53-
font-size: 40pt;
47+
48+
div#links {
49+
padding-top: 60px;
50+
font-family: noto sans mono, mono;
51+
text-align: center;
5452
}
5553

56-
body {
57-
padding-top: 100px;
54+
a {
55+
color: orange;
56+
font-weight: bold;
57+
}
58+
a:visited {
59+
color: orange;
60+
}
61+
a:hover {
62+
color: red;
5863
}
5964
</style>
6065
</head>
6166
<body>
6267
<h1>
6368
Jim's Diversified Holdings
6469
</h1>
65-
<h2>
66-
<span title="Sailing!"></span>
67-
<span title="Computers &amp; Programming!">💻</span>
68-
<span title="Board Games!">🎲</span>
69-
<span title="Home Automation!">💡</span>
70-
<span title="Robots!">🤖</span>
71-
<span title="Science!">🔬</span>
72-
<span title="Electronics!">🔌</span>
73-
<span title="Software Radio!">📻</span>
74-
<span title="Rockets are cool!">🚀</span>
75-
<span title="Fixing things!">🛠️</span>
76-
</h2>
70+
<div id="links">
71+
⛵ | <a href="http://blog.jimmo.id.au/">Blog</a> | <a href="https://github.com/jimmo">GitHub</a> | <a rel="me" href="https://mastodon.social/@jimmo">Mastodon</a> | <a href="https://twitter.com/jim_mussared">Twitter</a> | 🌴
72+
</div>
7773
</body>
7874
</html>

0 commit comments

Comments
 (0)