add home page resources
This commit is contained in:
parent
28c511187a
commit
f55c02d287
30 changed files with 41082 additions and 0 deletions
17
static/html/header-home.html
Normal file
17
static/html/header-home.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<header>
|
||||
<div class="container">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-3 col-sm-3">
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-6">
|
||||
<div class="logo" id="brand">
|
||||
<h1 class="title_site">
|
||||
<a href="index.html"><img src="images/logo.svg" width="280"></a>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 col-sm-3">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue