File tree 1 file changed +20
-24
lines changed
1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < title > Jim's Diversified Holdings</ title >
4
5
< style >
5
6
* {
6
7
margin : 0 ;
40
41
color : white;
41
42
}
42
43
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 ;
51
46
}
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;
54
52
}
55
53
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;
58
63
}
59
64
</ style >
60
65
</ head >
61
66
< body >
62
67
< h1 >
63
68
Jim's Diversified Holdings
64
69
</ h1 >
65
- < h2 >
66
- < span title ="Sailing! "> ⛵</ span >
67
- < span title ="Computers & 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 >
77
73
</ body >
78
74
</ html >
You can’t perform that action at this time.
0 commit comments