Modified drive icon, introduced websrv file store link/icon
This commit is contained in:
parent
d4410f7be0
commit
8be09426af
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<head>
|
||||
<title>Parsell Family Website</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
@ -29,7 +29,10 @@
|
|||
<a href="http://mail.parsell.me/" class="button is-medium is-rounded" title="Parsell Email">
|
||||
<span class="icon is-medium"><i class="far fa-envelope fa-lg"></i></span>
|
||||
</a>
|
||||
<a href="http://drive.parsell.me/" class="button is-medium is-rounded" title="Parsell Google Drive">
|
||||
<a href="http://drive.parsell.me" class="button is-medium is-rounded" title="Parsell Google Drive">
|
||||
<span class="icon is-medium"><i class="fab fa-google-drive fa-lg"></i></span>
|
||||
</a>
|
||||
<a href="https://parsell.me/files" class="button is-medium is-rounded" title="Parsell Files">
|
||||
<span class="icon is-medium"><i class="far fa-folder fa-lg"></i></span>
|
||||
</a>
|
||||
<a href="https://git.parsell.me/" class="button is-medium is-rounded" title="The Stash Git">
|
||||
|
@ -69,4 +72,4 @@
|
|||
<footer>
|
||||
<script type="text/javascript" src="/scripts/quickview.min.js"></script>
|
||||
</footer>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue