forked from tfcoop/www_duniayetu
changes
This commit is contained in:
parent
22f820cda6
commit
6616a136c5
@ -8,7 +8,7 @@ extra:
|
||||
imgPath: ""
|
||||
---
|
||||
|
||||
- [Info]("https://ourworldfreezone.github.io/info_freezone/intro/intro_readme.html")
|
||||
- [Info]("https://info.flowers4peace.com/flowers4peace/intro/intro.html")
|
||||
- [Project]("https://denismukwege2023.com/images/Projet_de_Société_Dr_Mukwege.pdf")
|
||||
- [Features]("/features")
|
||||
- [News]("/newsroom")
|
||||
|
@ -7,143 +7,246 @@ draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<div class="container mx-auto">
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
{% row(style="left" margin="none" reverse="rightreserve" padding="bottom") %}
|
||||
|
||||
<!-- section hero -->
|
||||
<div class="px-4 md:px-16 lg:px-28">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
{% 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 %}
|
||||
|
||||
|
||||
|
||||
<!-- section CTA -->
|
||||
|
||||
|
||||
|
||||
|
||||
{% cta(
|
||||
|
||||
cta_title = "Summer Sale Up to 70% off."
|
||||
cta_text = "This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text."
|
||||
cta_img = "https://images.unsplash.com/photo-1505846951821-e25bacf2eccd?auto=format&q=75&fit=crop&crop=top&w=1000&h=500"
|
||||
cta_link = "#"
|
||||
cta_link_name = "See More"
|
||||
)
|
||||
%}
|
||||
|
||||
|
||||
# test
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section content -->
|
||||
|
||||
{% content1(
|
||||
content1_title = "Our competitive advantage",
|
||||
content1_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 or otherwise generated. It may be used to display a sample of fonts or generate text for testing. Filler text is dummy text which has no meaning however looks very similar to real text. The important factor when using filler text is that the text looks realistic otherwise it will not look very good.",
|
||||
content1_subtitle = "About Us",
|
||||
content1_photo = "https://images.unsplash.com/photo-1593508512255-86ab42a8e620?auto=format&q=75&fit=crop&w=600&h=350"
|
||||
content1_title2 = "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 or otherwise generated. It may be used to display a sample of fonts or generate text for testing. Filler text is dummy text which has no meaning however looks very similar to real text."
|
||||
content1_item1 = "This is a section of some simple filler text"
|
||||
content1_item2 = "Also known as placeholder text"
|
||||
content1_item3 = "It shares some characteristics of a real written text"
|
||||
quate_title = "“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 or otherwise generated.”"
|
||||
|
||||
) %}
|
||||
|
||||
# test
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
{% myloop(
|
||||
items=["Item 1", "Item 2", "Item 3", "Item 4"])
|
||||
%}
|
||||
|
||||
# test
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<!-- section reviews -->
|
||||
|
||||
{% reviews(
|
||||
reviews_name = "Jhone",
|
||||
reviews_date = "12/6/2023"
|
||||
reviews_description = "test test"
|
||||
|
||||
) %},
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section logos -->
|
||||
|
||||
{% logo(
|
||||
logos=["https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png", "https://purepng.com/public/uploads/large/purepng.com-disney-logologobrand-logoiconslogos-251519939495wtv86.png"])
|
||||
|
||||
%}
|
||||
|
||||
# test
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section banner -->
|
||||
|
||||
|
||||
{% banner(
|
||||
banner_text = "This is a section of some simple filler text, also known as placeholder text.",
|
||||
banner_button = "Learn More"
|
||||
)
|
||||
%}
|
||||
|
||||
# test
|
||||
# h1 title
|
||||
## h2 subtitle
|
||||
|
||||
### Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
|
||||
<button onclick="yourlink">
|
||||
button
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|||
|
||||
|
||||
![placeholder](./img/img_header.png#mx-auto)
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 2 (header) -->
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
{% row(style="center" margin="withContainer" padding="none") %}
|
||||
|
||||
## h2 h2 h2
|
||||
|
||||
### h3 h3 h3
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column_item.png#md#mx-auto)
|
||||
|
||||
#### item 1
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column_item.png#md#mx-auto)
|
||||
|
||||
#### item 2
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column_item.png#md#mx-auto)
|
||||
|
||||
#### item 3
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
|
||||
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 2 security -->
|
||||
|
||||
{% row(style="left" margin="withContainer" padding="bottom") %}
|
||||
|
||||
![placeholder](./img/img_section.png#mx-auto)
|
||||
|
||||
|||
|
||||
|
||||
## h2h2h2
|
||||
|
||||
### h3 subtitle
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam <br>
|
||||
<br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<br><br>
|
||||
|
||||
<button onclick="yourlink">
|
||||
button
|
||||
</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 2 security -->
|
||||
|
||||
{% row(style="right" margin="withContainer" padding="bottom") %}
|
||||
|
||||
## h2 h2 h2
|
||||
|
||||
### h3 subtitle
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam <br>
|
||||
<br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<br><br>
|
||||
|
||||
<button onclick="yourlink">
|
||||
button
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
![placeholder](./img/img_section.png#mx-auto)
|
||||
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 3 features title -->
|
||||
|
||||
{% row(style="center" margin="narrow" padding="none") %}
|
||||
|
||||
## middle title
|
||||
### subtitle
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
||||
|
||||
<br>
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="none") %}
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center" margin="narrow" padding="none") %}
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
|||
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/img_column.png#sm#mx-auto)
|
||||
|
||||
#### Lorem ipsum
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 5 subscription -->
|
||||
|
||||
{% row(style="left" margin="withContainer" padding="both") %}
|
||||
|
||||
![](./img/img_portrait.png#mx-auto)
|
||||
|
||||
|||
|
||||
|
||||
## h2 h2 h2
|
||||
### h3 h3 h3 h3
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
|
||||
<br>
|
||||
|
||||
<button onclick="yourlink">
|
||||
button
|
||||
</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 6 in the news -->
|
||||
|
||||
{% row(style="center" padding="bottom") %}
|
||||
|
||||
[![logo1](img/logo_bottom.png#small)](yourlink)
|
||||
|
||||
|||
|
||||
|
||||
[![logo2](img/logo_bottom.png#small)](yourlink)
|
||||
|
||||
|||
|
||||
|
||||
[![logo3](img/logo_bottom.png#small)](yourlink)
|
||||
|
||||
|||
|
||||
|
||||
[![logo4](img/logo_bottom.png#small)](yourlink)
|
||||
|
||||
{% end %}
|
Loading…
Reference in New Issue
Block a user