landing page example with Bootstrap 3 creator https://codepen.io/veronicadev/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="https://front.codes/" class="logo" target="_blank"> | |
<img src="https://assets.codepen.io/1462889/fcy.png" alt=""> | |
</a> | |
<div class="section"> | |
<div class="container"> | |
<div class="row full-height justify-content-center"> | |
<div class="col-12 text-center align-self-center py-5"> | |
<div class="section pb-5 pt-5 pt-sm-2 text-center"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- TESTIMONIALS --> | |
<section class="testimonials"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-sm-12"> | |
<div id="customers-testimonials" class="owl-carousel"> | |
<!--TESTIMONIAL 1 --> | |
<div class="item"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="text-gray-700 body-font border-b border-gray-200"> | |
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"> | |
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0" href="https://tailblocks.cc" target="_blank"> | |
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24"> | |
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path> | |
</svg> | |
<span class="ml-3 text-xl">TAILBLOCKS</span> | |
</a> | |
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center"> | |
<a class="mr-5 hover:text-gray-900">First Link</a> |
landing page example with Bootstrap 3 creator https://codepen.io/veronicadev/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="shortcut icon" type="image/x-icon" href="https://image.ibb.co/fOur3b/favicon.png"/> | |
<meta name="theme-color" content="#1885ed"> | |
<title>Kenya Power - Homepage</title> | |
</head> | |
<body> | |
<header class="header"> | |
<div class="container header__container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="shortcut icon" type="image/x-icon" href="https://image.ibb.co/fOur3b/favicon.png"/> | |
<meta name="theme-color" content="#1885ed"> | |
<title>Kenya Power - Homepage</title> | |
</head> | |
<body> | |
<header class="header"> | |
<div class="container header__container"> |