summaryrefslogblamecommitdiff
path: root/_layouts/index.liquid
blob: 744b08eaa9bde31d58675913f1663dc347e4017d (plain) (tree)
1
2
3
4
5
6
7
8
9


               
                                   
                                                              
           
 
          
                           




                                                 

                                    
                                          
                  
                                  


                                    
                                       

                                            
 

                                                  
                                                  

                                                    
 
                                                     






                                                      



                                                                                                     
                                  
                              
                          
                      
 
                  
                                  



                         


                                         
           
 
       
<!DOCTYPE html>
<html>
    <head>
        {% include "head.liquid" %}
        <link rel="stylesheet" href="/public/css/animate.css">
    </head>

    <body>
        <!-- begin hero -->
        <section class="hero
                        is-primary
                        is-fullheight
                        is-fullheight-with-navbar
                        ">
            <!-- begin hero head -->
            <div class="hero-head">
                {% include "nav.liquid" %}
            </div>
            <!-- end hero head -->

            <!-- begin hero body -->
            <div class="hero-body">
                <div class="container">
                    <div class="columns">
                        <div class="column">

                            <!-- begin content -->
                            <div class="column">
                                <h1 class="title">
                                    {{ page.title }}
                                </h1>

                                <div class="content">
                                    {{ page.content }}
                                </div>
                            </div>
                            <!-- end content -->

                        </div>
                        <div class="column">
                            <div class="box animated">
                                <figure class="image">
                                    <img src="https://nextcloud.53hor.net/s/SNe4eGWiwgszJCW/preview">
                                </figure>
                            </div>
                        </div>
                    </div>
                </div>

            </div>
            <!-- end hero body -->

        </section>
        <!-- end hero -->

        <footer class="footer">
            {% include "footer.liquid" %}
        </footer>
    </body>

</html>