templates/blog/index.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. {% include ('includes/head.html.twig') %}
  4. <body>
  5. <!-- Page Loader
  6. ========================================================= -->
  7. <div class="loader-container" id="page-loader"> 
  8.   <div class="loading-wrapper loading-wrapper-hide">
  9.       <div class="loader-animation" id="loader-animation">
  10.           <svg class="svg-loader" width=100 height=100>
  11.           <circle cx=50 cy=50 r=25 />
  12.         </svg>
  13.       </div>    
  14.     <!-- Edit With Your Name -->
  15.     <div class="loader-name" id="loader-name">
  16.       <img src="/img/loader-logo.png" alt="">
  17.     </div>
  18.     <!-- /Edit With Your Name -->
  19.     <!-- Edit With Your Job -->
  20.     <p class="loader-job" id="loader-job">June 4-8 2016 @ New York City</p>
  21.     <!-- /Edit With Your Job -->
  22.   </div>   
  23. </div>
  24. <!-- /End of Page loader
  25. ========================================================= -->
  26. <!-- Header
  27. ================================================== -->
  28. {% include ('includes/header.html.twig') %}
  29.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  30.   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  31.   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
  32.   <style>
  33.       .navbar-fixed-bottom{display:none}
  34.     @media screen and (max-width:739px) 
  35.         {
  36.             .navbar-fixed-bottom{display:block}
  37.         }
  38.   </style>
  39.     <nav class="navbar navbar-inverse navbar-fixed-bottom" style="z-index:10000;height:47px;background: #E2E1E0;">
  40.   <div class="container-fluid">
  41.   
  42.     <ul class="nav navbar-nav" style="margin:0px 0px;margin-left: -3%;height:47px">
  43.       <li class="active" style="width:20%;height:47px"><a href="#" style="height:100%"><i class="fa fa-home" aria-hidden="true"></i></a></li>
  44.       <li style="width:20%;height:47px;border-right:1px solid white"><a href="#" style="height:100%;color:black"><i class="fa fa-calendar" aria-hidden="true" style="color:black;"></i></a></li>
  45.       <li style="width:20%;height:47px;border-right:1px solid white"><a href="#" style="height:100%;color:black"><i class="fa fa-envelope" aria-hidden="true" style="color:black;"></i></a></li>
  46.       <li style="width:20%;height:47px;border-right:1px solid white"><a href="#" style="height:100%;color:black"><i class="fa fa-user" aria-hidden="true" style="color:black;"></i></a></li>
  47.       <li style="width:20%;height:47px;"><a href="#" style="height:100%;color:black"><i class="fa fa-sign-in" aria-hidden="true" style="color:black;"></i></a></li>
  48.     </ul>
  49.   </div>
  50. </nav>
  51. <!-- /Header
  52. ================================================== -->
  53. <style type="text/css">
  54.     .main-intro:before {
  55.         content: '';
  56.     display: block;
  57.     width: 100%;
  58.     height: 100%;
  59.     background: none;
  60.     position: absolute;
  61.     top: 0;
  62.     left: 0;
  63.     
  64. }
  65. .main-intro:before{
  66.     background: rgba(31, 81, 139, 0.2) !important;
  67. }
  68. </style>
  69. <div class="page-wrapper" >
  70.     
  71.     <div id="body-content" style="background:white;background: url(/astp-image/back1.jpg) no-repeat bottom right #fafafa;">
  72.         <div class="owl-carousel main-carousel" id="main-carousel" >
  73.             <!-- slide -->
  74.             <div class="main-intro" style="background-image: url('/astp-image/back1.png');" >
  75.                 <div class="container" style="height:500px">    
  76.                     <div class="intro-content-wrapper viewport">
  77.                         <!-- INTRO CONTENT -->
  78.                         <!-- Adjust the margin-top in style atribute according to content to keep always centered vertically-->
  79.                         <div class="intro-content intro-content-slide1">
  80.                             <!-- row -->
  81.                             <div class="row">
  82.                                 <!-- col -->
  83.                                 <div class="col-md-10 col-md-offset-1">
  84.                                     <!--<img src="img/globe.png" alt="">-->
  85.                                     <h2 class="intro-title1">Blog</h2>
  86.                                     <!-- Buttons -->
  87.                                     <div class="ic-buttons">
  88.                                         
  89.                                     </div>
  90.                                     <!-- /Buttons -->
  91.                                 </div>
  92.                                 <!-- /col -->
  93.                             </div>
  94.                             <!-- /row -->                        
  95.                                                             
  96.                         </div>    
  97.                         <!-- /INTRO CONTENT -->                    
  98.                     </div>                            
  99.                 </div>
  100.             </div>
  101. </div>
  102.         <!-- SECTION: Intro
  103.         ================================================== -->
  104.                 
  105.         <!-- /SECTION: Intro
  106.         ================================================== -->
  107.         <!-- SECTION: Event Infos
  108.         ================================================== -->
  109.                 
  110.         <!-- SECTION: /Event Infos
  111.         ================================================== -->    
  112.         <!-- SECTION: Event Description
  113.         ================================================== -->
  114.     
  115.         <!-- /SECTION: Event Description
  116.         ================================================== -->
  117.         <!-- SECTION: Event Schedule
  118.         ================================================== -->
  119.     <div class="col-lg-12" style="height:70px;">
  120.       
  121.     </div>
  122.     <div class="row">
  123.              <div class="col-lg-2"></div>
  124.              <div class="col-lg-6">
  125.          {% for key in blog %}
  126.     
  127.         <div class="section-about" id="section-about" style="background-color:white;margin-top:5%;padding-top:3%">
  128.             <div class="container-fluid">
  129.                 <div class="row">
  130.                     <!-- Left Column -->
  131.                     <div class="about-picture-wrapper">
  132.                         <div class="about-picture" id="about-picture">
  133.                             <img src="/uploads/images/event/{{key.image|e}}" alt="" class="img-fluid" style="max-height:400px">
  134.                         </div>
  135.                     </div>                
  136.                     <!-- /Left Column -->
  137.                     <!-- Right Column -->
  138.                     <div class="about-text-wrapper"> 
  139.                         <div class="about-text" id="about-text">
  140.                             <h1 class="title3 title-border">    {{key.titre|e}}        </h1>
  141.                             <div class="about-text-content">
  142.                                 <p class="team-item-subtitle"><i class="fa fa-calendar" aria-hidden="true"></i>   {{ key.date_add|date('d/m/Y') }}</p>    
  143.                                 <p>    
  144.                                     {{ key.description|u.truncate(350, true) }}        
  145.                                 </p>
  146.                             </div>                            
  147.                             <a href="/blog/{{key.id |e }}/{{key.titre|replace({' ': "-", ".":""})}}" class="btn btn-nobg"><i class="fa fa-paper-plane"></i> View</a>
  148.                         </div>
  149.                     </div>
  150.                     <!-- /Right Column -->
  151.                 </div>
  152.             </div>
  153.         </div>
  154.         {% endfor %}
  155.         </div>
  156.              <div class="col-lg-3">
  157.                 <div class="row" style="padding-top:15%">
  158.                 <!--- blog pc -->
  159.                  {% for key in blog_new %}
  160.                 <div class="col-lg-12" style="margin-top:5%">
  161.                         <div class="col-lg-4">
  162.                             <img src="/uploads/images/event/{{key.image|e}}"  style="height:100px">
  163.                         </div>
  164.                         <div class"col-lg-6">
  165.                             <dd>
  166.                                     <i class="fa fa-calendar" aria-hidden="true"></i>   {{ key.date_add|date('d/m/Y') }} </dd>
  167.                                         <h5><b><a href="/blog/{{key.id |e }}/{{key.titre|replace({' ': "-", ".":""})}}">{{key.titre|e}}</a>    </b></h5>
  168.                                     <p>{{ key.description|u.truncate(30, true) }}    ...    </p>
  169.                         </div>
  170.                 </div>
  171.                 {% endfor %}
  172.                     
  173.                 </div>
  174.              </div>
  175.     
  176.     </div>
  177. <!---- test 1---->
  178.     
  179.         <!-- SECTION: Register
  180.         ================================================== -->
  181.         
  182.         <!-- /SECTION: Register
  183.         ================================================== -->
  184.         <!-- SECTION: Location
  185.         ================================================== -->
  186.     
  187.         <!-- /SECTION: Location
  188.         ================================================== -->
  189.     </div>
  190. </div>
  191. <!-- Contact Form - Ajax Messages
  192. ========================================================= -->
  193. <!-- Footer
  194. ================================================== -->
  195. {% include ('includes/footer.html.twig') %}
  196. </body>
  197. </html>