- new frontend style
- GetRecord also with metadata - no error during publishing - more home views (etc. help, introduction) - help image compressed (for web usage)
This commit is contained in:
parent
720aa57810
commit
d9e295f039
27 changed files with 956 additions and 343 deletions
|
@ -19,7 +19,7 @@
|
|||
<!-- FONT
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<!-- <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> -->
|
||||
<link href="http://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet" type='text/css'>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet" type='text/css'>
|
||||
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
|
@ -50,7 +50,13 @@
|
|||
<a href="#" class="menu-icon">
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
<div class="container">
|
||||
<ul class="menu">
|
||||
<!-- <li>
|
||||
<a href="#" class="menu-icon">
|
||||
<i class="fa fa-bars"></i>
|
||||
</a>
|
||||
</li> -->
|
||||
<li><a href="#hero">Home</a></li>
|
||||
<li><a href="#introduction">Introduction</a></li>
|
||||
<li><a href="#work">Work</a></li>
|
||||
|
@ -61,6 +67,7 @@
|
|||
<li><a href="#contact">Contact</a></li> -->
|
||||
<li class="right"><a href="#">Login</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -185,8 +192,7 @@
|
|||
<img src="images/clients/logo_zamg.png" alt="Zamg Client">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- About -->
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue