Logos
This commit is contained in:
@ -15,6 +15,7 @@ foreach ($files as $file) {
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<title>Demos - ProVM</title>
|
||||
<link rel="icon" href="http://www.provm.cl/favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/semantic.min.css" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/brand-icons.woff" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/brand-icons.woff2" />
|
||||
@ -26,7 +27,7 @@ foreach ($files as $file) {
|
||||
<nav class="ui menu">
|
||||
<a class="item" href="#">
|
||||
<div class="ui image">
|
||||
<img src="http://www.provm.cl/logo_big.png" width="64" />
|
||||
<img src="http://www.provm.cl/logo_menu.png" height="64" />
|
||||
</div>
|
||||
</a>
|
||||
</nav>
|
||||
|
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>ProVM</title>
|
||||
<link rel="icon" href="favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/semantic.min.css" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/brand-icons.woff" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.6/themes/default/assets/fonts/brand-icons.woff2" />
|
||||
|
BIN
logo_menu.png
Normal file
BIN
logo_menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user