Skip to content

Commit 3422e1d

Browse files
committed
Removed extra icons on bottem of page and made entire page link
1 parent a92cbfd commit 3422e1d

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
@media(min-width:60em){html{font-size: 90%}}
1717

18+
a, a:visited {
19+
color: inherit;
20+
}
21+
1822
body {
1923
font-size: 16px;
2024
font-family: 'Source Sans Pro', sans-serif;
@@ -80,21 +84,10 @@
8084
</head>
8185
<body>
8286
<center>
83-
<div class="large-text">ProperLinux</div>
84-
<img class="container" src="tux_circle_bw.svg"/>
85-
<hr/>
86-
<div class="row">
87-
<div class="column">
88-
<a href="https://github.com/ProperLinux">
89-
<img class="sm-container" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/github.svg"/>
90-
</a>
91-
</div>
92-
<div class="column">
93-
<a href="https://twitter.com/ProperLinux">
94-
<img class="sm-container"src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/twitter.svg"/>
95-
</a>
96-
</div>
97-
</div>
87+
<a href="https://github.com/ProperLinux">
88+
<div class="large-text">ProperLinux</div>
89+
<img class="container" src="tux_circle_bw.svg"/>
90+
</a>
9891
</center>
9992
</body>
10093
</html>

0 commit comments

Comments
 (0)