mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:45:05 +03:00
Added placeholder for terminal demo
This commit is contained in:
parent
ceedf10924
commit
5157840511
1 changed files with 26 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
<!-- Hero Section -->
|
||||
|
||||
{{- partial "mobile-art-home" -}}
|
||||
|
||||
<section class="hero-section">
|
||||
<div class="container hero-container">
|
||||
<div class="row">
|
||||
|
@ -16,9 +14,33 @@
|
|||
<div class="full-width-cta-container">
|
||||
{{- partial "full-width-cta-split.html" . -}}
|
||||
</div>
|
||||
<div class="hero-bottom flex align-content-middle">
|
||||
{{- partial "additional-install-methods.html" -}}
|
||||
|
||||
<section class="hero-section terminal-demo">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="terminal"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
.terminal{
|
||||
height: 37.667vw;
|
||||
width: 58.594vw;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: -8.371vw;
|
||||
border-radius: 10px;
|
||||
background-color: #121212;
|
||||
box-shadow: 0px 0px 18px #000;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Teal Impact Section -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue