mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-31 10:07:22 +01:00
Adds icons
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user