Skip to content

Instantly share code, notes, and snippets.

View Rogendo's full-sized avatar

Peter Rogendo

View GitHub Profile
@Rogendo
Rogendo / index.html
Created July 3, 2023 04:22
Log In / Sign Up - pure css - #12
<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">
@Rogendo
Rogendo / index.html
Created July 28, 2023 13:53
testimonials comments carousel x
<!-- 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">
@Rogendo
Rogendo / index.html
Created August 11, 2023 18:52
Landing Page — Tailwind CSS
<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>
@Rogendo
Rogendo / bricks-io-homepage.markdown
Created August 11, 2023 19:06
Bricks.io - Homepage
@Rogendo
Rogendo / bricks-io-homepage.markdown
Created August 15, 2023 05:20
Bricks.io - Homepage
@Rogendo
Rogendo / index.html
Created August 23, 2023 11:36
Kenya Power
<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">
@Rogendo
Rogendo / index.html
Created August 25, 2023 12:30
Kenya Power
<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">