better accessibility
add titles to all the links
This commit is contained in:
12
index.html
12
index.html
@@ -23,32 +23,32 @@
|
||||
<div class=contact style="background-color: #494949;">
|
||||
<h3>GitHub</h3>
|
||||
<p>CesiumCs</p>
|
||||
<a href="https://github.com/CesiumCs"></a>
|
||||
<a title="GitHub" href="https://github.com/CesiumCs"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #5c4050;">
|
||||
<h3>Instagram</h3>
|
||||
<p>c.es.ium</p>
|
||||
<a href="https://instagram.com/c.es.ium/"></a>
|
||||
<a title="Instagram" href="https://instagram.com/c.es.ium/"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #674141;">
|
||||
<h3>YouTube</h3>
|
||||
<p>Cesium</p>
|
||||
<a href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig"></a>
|
||||
<a title="YouTube" href="https://www.youtube.com/channel/UCXPFpgA9G9_wtlyDeT7QAig"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #6b4633;">
|
||||
<h3>Reddit</h3>
|
||||
<p>unfunnycesium</p>
|
||||
<a href="https://www.reddit.com/user/unfunnycesium"></a>
|
||||
<a title="Reddit" href="https://www.reddit.com/user/unfunnycesium"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #394a7f;">
|
||||
<h3>Keybase</h3>
|
||||
<p>cesium2349</p>
|
||||
<a href="https://keybase.io/cesium2349/"></a>
|
||||
<a title="Keybase" href="https://keybase.io/cesium2349/"></a>
|
||||
</div>
|
||||
<div class=contact style="background-color: #3b617c;">
|
||||
<h3>Twitter</h3>
|
||||
<p>cesium2349</p>
|
||||
<a href="https://twitter.com/cesium2349"></a>
|
||||
<a title="Twitter" href="https://twitter.com/cesium2349"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user