From 7d2dbef454c2bc703fe2d4587b82cc1993b05b38 Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Thu, 26 Apr 2018 02:03:09 +0900 Subject: [PATCH] h --- ti/templates/ti/index.html | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html index dac7325..1a83956 100644 --- a/ti/templates/ti/index.html +++ b/ti/templates/ti/index.html @@ -66,34 +66,25 @@ <div class="container text-center"> <div class="row"> <div class="col-lg-10 mx-auto"> + <h2>Stylish Portfolio is the perfect theme for your next project!</h2> + <p class="lead mb-5">This theme features a flexible, UX friendly sidebar menu and stock photos from our friends at + <a href="https://unsplash.com/">Unsplash</a>!</p> + <a class="btn btn-dark btn-xl js-scroll-trigger" href="#services">What We Offer</a> <canvas id="canvas" width="500" height="500"> </canvas> </div> </div> </div> <div class="container text-center"> - - <div style="border: 1px; float: left; width: 10%;"> - <h5></h5> - </div> - <div style="border: 1px; float: left; width: 10%;"> - <h5></h5> - </div> - <div style="border: 1px; float: left; width: 20%;"> + <div style="border: 1px; float: left; width: 33%;"> <h5>{{probl2}}</h5> </div> - <div style="border: 1px; float: left; width: 20%;"> + <div style="border: 1px; float: left; width: 33%;"> <h5>{{probl1}}</h5> </div> - <div style="border: 1px; float: left; width: 20%;"> + <div style="border: 1px; float: left; width: 33%;"> <h5>{{probl3}}</h5> </div> - <div style="border: 1px; float: left; width: 10%;"> - <h5></h5> - </div> - <div style="border: 1px; float: left; width: 10%;"> - <h5></h5> - </div> </div> <div class="container text-center"> <div><form action="/#about" method="post" id="frm" enctype="multipart/form-data"></div> -- GitLab