1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

Adds icons

This commit is contained in:
Amir Raminfar
2019-05-19 11:57:37 -07:00
parent 867a453500
commit e1ef638c5f

View File

@@ -8,6 +8,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto|Gafta&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="style.scss" />
<script src="script.js" defer></script>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<section class="hero is-fullheight is-light">
@@ -21,7 +22,12 @@
is a real-time log viewer for <span class="yellow-highlight">docker containers</span>.
</small>
</h1>
<a class="button is-primary is-large is-rounded" href="https://github.com/amir20/dozzle">Github</a>
<a class="button is-primary is-large is-rounded" href="https://github.com/amir20/dozzle">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>GitHub</span>
</a>
<a class="button is-info is-large is-rounded" href="#more">Learn More</a>
</div>
<div class="column is-8">