[enh] add a nice logo

This commit is contained in:
Laurent Peuch 2015-12-04 11:22:00 +01:00
parent e3b06d9817
commit 0cef2a520d
3 changed files with 64 additions and 2 deletions

View File

@ -50,8 +50,12 @@ body {
.gallery-header { .gallery-header {
text-align: center; text-align: center;
margin-top: 10em; margin-top: 8em;
margin-bottom: 8em; margin-bottom: 6.5em;
}
#logo {
width: 10%;
} }
.gallery-header > h1 { .gallery-header > h1 {

57
materialize/img/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -10,6 +10,7 @@
<body> <body>
<div class="gallery-header"> <div class="gallery-header">
<img id="logo" src="../materialize/img/logo.svg" />
<h1>Gallery Name</h1> <h1>Gallery Name</h1>
<h4>Subtext of the gallery name</h4> <h4>Subtext of the gallery name</h4>
</div> </div>