Showing
16 changed files
with
132 additions
and
0 deletions
templates/page--about.html.twig
0 → 100644
| 1 | +<div class="page"> | |
| 2 | + <div class="container">{{ page.header }}</div> | |
| 3 | + {{ page.breadcrumb }} | |
| 4 | + {{ page.about_page_top }} | |
| 5 | + <div class="about-content container"> | |
| 6 | + <div class="row"> | |
| 7 | + <div class="col-xs-12 col-sm-6 col-md-6"> | |
| 8 | + {{ page.about_content }} | |
| 9 | + </div> | |
| 10 | + <address class="about-content-end col-xs-12 col-sm-12"> | |
| 11 | + {{ page.about_content_2 }} | |
| 12 | + </address> | |
| 13 | + </div> | |
| 14 | + </div> | |
| 15 | + {{ page.footer }} | |
| 16 | +</div> | |
| \ No newline at end of file | ... | ... |
templates/page--front.html.twig
0 → 100644
| 1 | +<div class="boxed index-img"> | |
| 2 | + <div class="page index-page"> | |
| 3 | + <div class="index-content"> | |
| 4 | + <div class="index-top-box">{{ page.header }}</div> | |
| 5 | + <div class="index-slick">{{ page.slide_large }}{{ page.slide_mid }}</div> | |
| 6 | + {{ page.public_content }} | |
| 7 | + <div class="index-content-5 container-fluid"> | |
| 8 | + <div class="content-5-1"> | |
| 9 | + <div class="row"> | |
| 10 | + {{ page.content_5_1 }} | |
| 11 | + {{ page.content_5_2 }} | |
| 12 | + </div> | |
| 13 | + </div> | |
| 14 | + </div> | |
| 15 | + {{ page.footer }} | |
| 16 | + </div> | |
| 17 | + </div> | |
| 18 | +</div> | |
| \ No newline at end of file | ... | ... |
templates/page--list.html.twig
0 → 100644
| 1 | +<div class="page"> | |
| 2 | + <div class="container">{{ page.header }}</div> | |
| 3 | + {{ page.breadcrumb }} | |
| 4 | + {{ page.list_page_top }} | |
| 5 | + <div class="page-content container"> | |
| 6 | + <div class="row"> | |
| 7 | + <div class="page-article col-xs-12 col-sm-9"> | |
| 8 | + {{ page.list_content }} | |
| 9 | + </div> | |
| 10 | + <div class="page-aside col-xs-12 col-sm-3"> | |
| 11 | + {{ page.sidebar_second }} | |
| 12 | + </div> | |
| 13 | + </div> | |
| 14 | + </div> | |
| 15 | + {{ page.footer }} | |
| 16 | +</div> | |
| \ No newline at end of file | ... | ... |
templates/page.html.twig
0 → 100644
templates/region--content-5-1.html.twig
0 → 100644
templates/region--content-5-2.html.twig
0 → 100644
templates/region--footer.html.twig
0 → 100644
| 1 | +<footer class="footer"> | |
| 2 | + <div class="footer-item-4"> | |
| 3 | + <div class=""> | |
| 4 | + <div class="row"> | |
| 5 | + {{ content }} | |
| 6 | + </div> | |
| 7 | + </div> | |
| 8 | + </div> | |
| 9 | + <div class="footer-item-5"> | |
| 10 | + <div class=""><p>Copyright ◎ Progressive, 2019</p></div> | |
| 11 | + </div> | |
| 12 | +</div> | |
| 13 | + | |
| \ No newline at end of file | ... | ... |
Please
register
or
login
to post a comment