mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:35:15 +03:00
Added placeholder for terminal demo
This commit is contained in:
parent
ceedf10924
commit
5157840511
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
|
|
||||||
{{- partial "mobile-art-home" -}}
|
|
||||||
|
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container hero-container">
|
<div class="container hero-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -16,9 +14,33 @@
|
||||||
<div class="full-width-cta-container">
|
<div class="full-width-cta-container">
|
||||||
{{- partial "full-width-cta-split.html" . -}}
|
{{- partial "full-width-cta-split.html" . -}}
|
||||||
</div>
|
</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>
|
</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 -->
|
<!-- Teal Impact Section -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue