From e94e0727ff31997594e0ea429fd0cc3f612871e3 Mon Sep 17 00:00:00 2001 From: Paul <paulthibaud@outlook.com> Date: Thu, 25 Oct 2018 11:52:08 +0200 Subject: [PATCH] =?UTF-8?q?Supprim=C3=A9=20le=20bloc=20about?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WebApp/application/views/accueil.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/WebApp/application/views/accueil.php b/src/WebApp/application/views/accueil.php index 379c2cb..9318958 100644 --- a/src/WebApp/application/views/accueil.php +++ b/src/WebApp/application/views/accueil.php @@ -61,20 +61,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); </div> </header> - <!-- About Section --> - <section id="about" class="about-section text-center"> - <div class="container"> - <div class="row"> - <div class="col-lg-8 mx-auto"> - <h2 class="text-white mb-4">Built with Bootstrap 4</h2> - <p class="text-white-50">Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, simply download the template on - <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p> - </div> - </div> - <img src="<?php echo base_url(); ?>assets/img/ipad.png" class="img-fluid" alt=""> - </div> - </section> - <!-- Projects Section --> <section id="projects" class="projects-section bg-light"> <div class="container"> -- GitLab