mirror of
https://github.com/ivabus/www
synced 2024-11-22 09:25:06 +03:00
Progress
This commit is contained in:
parent
407525fc0f
commit
0e7a4f87d9
3 changed files with 24 additions and 3 deletions
|
@ -333,6 +333,16 @@
|
|||
|
||||
{{- partial "animation-1.html" . -}}
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<img src="/Images/lg-screen-grid.svg" alt="grid-element">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Second -->
|
||||
|
||||
<div class="row">
|
||||
|
@ -362,6 +372,16 @@
|
|||
|
||||
{{- partial "animation-2.html" . -}}
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<img src="/Images/lg-screen-grid.svg" alt="grid-element">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Third -->
|
||||
|
||||
<div class="row one-box-down">
|
||||
|
|
1
src/static/Images/lg-screen-grid.svg
Normal file
1
src/static/Images/lg-screen-grid.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5 KiB |
|
@ -4,7 +4,7 @@
|
|||
position: fixed;
|
||||
width:100%;
|
||||
padding: 0px !important;
|
||||
height: 62px;
|
||||
height: 52px;
|
||||
background-color: #1a1a1a !important;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid gray;
|
||||
|
@ -13,8 +13,8 @@
|
|||
/* Drop Verion */
|
||||
|
||||
.top-logo{
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue