summaryrefslogtreecommitdiff
path: root/templates/banner.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/banner.html')
-rw-r--r--templates/banner.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/banner.html b/templates/banner.html
new file mode 100644
index 0000000..02b12e4
--- /dev/null
+++ b/templates/banner.html
@@ -0,0 +1,10 @@
+ <section class="banner">
+ <div class="container sm-none">
+ <div class="banner__text-button">
+ <h1 class="banner__title">VyOS. The universal router.</h1>
+ <div class="banner__btn_container">
+ <a href="#" class="banner__btn">Learn about the project</a>
+ </div>
+ </div>
+ </div>
+ </section>