forked from tfcoop/www_duniayetu
48 lines
913 B
Markdown
48 lines
913 B
Markdown
|
---
|
||
|
title: "components"
|
||
|
description: ""
|
||
|
date: 2018-09-14
|
||
|
updated: 2021-02-20
|
||
|
draft: false
|
||
|
weight: 5
|
||
|
---
|
||
|
|
||
|
<div class="container mx-auto">
|
||
|
|
||
|
|
||
|
<!-- section hero -->
|
||
|
|
||
|
|
||
|
{% hero(
|
||
|
|
||
|
hero_subtitle = "Very proud to introduce"
|
||
|
hero_title = "Revolutionary way to build the web"
|
||
|
hero_text = "This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random."
|
||
|
hero_img = "https://images.unsplash.com/photo-1618004912476-29818d81ae2e?auto=format&q=75&fit=crop&w=1000"
|
||
|
hero_link1 = "#"
|
||
|
hero_link1_name = "Start Now"
|
||
|
hero_link2 = "#"
|
||
|
hero_link2_name = "Take tour"
|
||
|
|
||
|
) %}
|
||
|
|
||
|
# test
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
{% features items=[
|
||
|
{ header = "Header 1", text = "Description 1", link = "#" },
|
||
|
{ header = "Header 2", text = "Description 2", link = "#" },
|
||
|
{ header = "Header 3", text = "Description 3", link = "#" }
|
||
|
|
||
|
] %}
|
||
|
|
||
|
# test
|
||
|
|
||
|
{% end %}
|
||
|
|
||
|
</div>
|