Small start on site setup
This commit is contained in:
parent
f5fdb14ad8
commit
17ee241708
3 changed files with 54 additions and 0 deletions
13
layouts/partials/logo.html
Normal file
13
layouts/partials/logo.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<a id="logo"
|
||||
href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}"
|
||||
style="
|
||||
color: #f5f5f5;
|
||||
font-family: 'Novacento Sans Wide', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
margin-top: -2px;
|
||||
">
|
||||
BC AL Help . dev
|
||||
</a>
|
||||
|
||||
<i style="color: #f5f5f5;" >Code is Poetry</i>
|
||||
Loading…
Add table
Add a link
Reference in a new issue