HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html lang="en">
<head>
<title>Robinson Owino's Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
</style>
</head>
<body>
<nav id="navbar" class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#">Portfolio</a> -->
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#Home">Home</a></li>
<li><a href="#About">About Me</a></li>
<li><a href="#projects">Portfolio</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
-->
</div>
</div>
</nav>
<main id="main-doc">
<section id="welcome-section" class="main-section">
<div class="jumbotron pageOne">
<div class="container text-center">
<div class="block">
<h1 style="font-size:8vw; font-family:Aladin;">Robinson Owino</h1>
<p id="profile-link"><a href="#"></a></p>
<p><h5 style="font-size:4vw; font-family:Tangerine;"><i>"...Ambition is Priceless!..."</i></h5></p>
</div><br>
<div id="img-div">
<img id="image" src="https://lh3.googleusercontent.com/Vre0D2Sgex_VgmBX8F4uNdrUVdEwiCokd8UkuOXl2lDdRmWO2_5fma0CKhL76BcEM-KerNpQF2OeJv5wYCDHiX72LgfUvgZ8jt5NaOghlpNFgoewfSiidg09ZHzDtroGhHKkqcmAbOc=w2400" class="do img-responsive">
</div>
</div>
</div>
</section>
<section id="About" class="main-section">
<div class="container-fluid bg-3 text-center">
<h2 class="h2tittle"><hr class="style-one"></h2>
<div class="project-tile" style="color:; font-family:'ZCOOL XiaoWei', serif; line-height:2;">
<h5 class="tittle2" style="font-family:Alegreya; margin-bottom:40px; margin-top:30px;"><strong>---- having fun while at it! ---- </strong></h5>
<div class="card">
<div class="header" style="font-size:vw;">
<p>
<ul><li><strong>Happy coder and tech enthusiast. I love solutions to life.</strong></li>
<li><strong>I was Born in 1979, with a cosmopolitan exposure. Brought up in Mombasa Kenya - (went to Frere Town Primary & Shimo la Tewa High School).</strong></li>
<li><strong>Graduated with Business Administration (Finance) from Maseno University, my MBA at the Universtity of Nairobi is on going</strong></li>
<li><strong>I have worked in Finance Department as Enterprise Development and Credit Officer at World Vision Kenya rising to Branch Manager - Kisumu (Oct 2004-Apr 2009) and later as the Ass. Credit Control Manager for AccessKenya Group <i>- now Internet Solutions - </i> (April 2009-Sept 2010). Currently I am with BCD Travel as the Credit Manager (Sept 2010 to date)</strong>
</li>
<li><strong>I am also the Founder & Team Leader at <a href="https://jazzmedia.co.ke" target="_blank">Jazz Media</a>, a software development company which builds web and mobile applications</strong></li>
<li><strong>Pursuing Full Stacks with Free Code Camp University</strong></li>
<li><strong>Based in Nairobi, Kenya</strong></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="main-section pageTwo">
<div class="project-tile"><a href="#"></a></div>
<div class="container-fluid bg-3 text-center">
<h2 class="h2tittle"><strong><hr class="style-two"></strong></h2>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">RANDOM QUOTE GENERATOR</div>
<div class="panel-body"><p class="codepen" data-height="265" data-theme-id="0" data-default-tab="js,result" data-user="omoshx78" data-slug-hash="xWrYxm" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="My Verse Gen">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/xWrYxm/">
My Verse Gen</a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/xWrYxm" target="_blank">Bible motivational verses</a></div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">SIMPLE SURVEY FORM</div>
<div class="panel-body">
<p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="omoshx78" data-slug-hash="gZYMpv" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Website Survey Form ">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/gZYMpv/">
Website Survey Form </a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/gZYMpv" target="_blank">website visit survey</a></div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">TRIBUTE PAGE</div>
<div class="panel-body"><p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="omoshx78" data-slug-hash="ZMjOLv" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Richard Mailu Tribute">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/ZMjOLv/">
Richard Mailu Tribute</a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/ZMjOLv" target="_blank">tribute to my friend Richie</a></div>
</div>
</div>
</div>
</div><br>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">TECHNICAL DOCUMENTATION PAGE</div>
<div class="panel-body"><p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="omoshx78" data-slug-hash="yZOPyK" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Technical Documentation Page">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/yZOPyK/">
Technical Documentation Page</a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/yZOPyK" target="_blank">page to learn python</a></div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">PRODUCT LANDING PAGE</div>
<div class="panel-body"><p class="codepen" data-height="265" data-theme-id="0" data-default-tab="css,result" data-user="omoshx78" data-slug-hash="OdNjMw" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Uriri Fish Farm - Products Landing Page">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/OdNjMw/">
Uriri Fish Farm - Products Landing Page</a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/OdNjMw/" target="_blank">simple page for selling a product</a></div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-primary">
<div class="panel-heading">TRIBUTE FOR TOM MBOYA</div>
<div class="panel-body"><p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="omoshx78" data-slug-hash="gxMdOz" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Tom Mboya Tribute">
<span>See the Pen <a href="https://codepen.io/omoshx78/pen/gxMdOz/">
Tom Mboya Tribute</a> by Robbinson Omondi (<a href="https://codepen.io/omoshx78">@omoshx78</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script></div>
<div class="panel-footer"><a href="https://codepen.io/omoshx78/full/gxMdOz/" target="_blank">tribute page for Tom Mboya</a></div>
</div>
</div>
</div>
</div>
</section>
<section id="Contact" class="main-section pageThree">
<div class="container-fluid bg-3 text-center">
<hr style="height:2px;">
<h2 class="h2tittle">Contact Me</h2>
<hr>
<div class="container-fluid" id="contact-cont">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h4 class="h4tittle">Share your problem.</h4>
<h4 class="h4tittle">I'd love to help you.</h4>
<div class="row" id="social">
<div class="col-sm-3">
<a href="https://www.facebook.com/omoshx78" class="btn btn-default btn-block" target="_blank" style="color:blue;" id="profile-link"><i class="fa fa-facebook fa-2x"></i></a>
</div>
<div class="col-sm-3">
<a href="https://twitter.com/Do_Robbinson?s=03" class="btn btn-default btn-block" style="color:skyblue;" target="_blank" id="profile-link" ><i class="fa fa-twitter fa-2x"></i></a>
</div>
<div class="col-sm-3">
<a href="https://github.com/omoshx78" class="btn btn-default btn-block" target="_blank" id="profile-link"><i class="fa fa-github fa-2x"></i></a>
</div>
<div class="col-sm-3">
<a href="https://www.freecodecamp.org/omoshx78" class="btn btn-default btn-block" style="color:green;" id="profile-link" target="_blank"><h3>(<i class="fa fa-fire"></i>)</h3></a>
</div>
</div>
<div class="row text-center" id ="phoneemail">
<div class="col-sm-6">
<h4 class="h4tittle">+25470607496</h4>
</div>
<div class="col-sm-6">
<h4 class="h4tittle"><a href="info@jazzmedia.co.ke" style="color:white" target="_blank">info@jazzmedia.co.ke </a></h4>
</div>
</div>
</div>
<div class="col-sm-6" id="contact-form">
<form role="form">
<div class="form-group">
<label class="sr-only" for="name">Your Name:</label>
<input type="text" class="form-control" id="name" placeholder="Enter your name" required>
</div>
<div class="form-group">
<label class="sr-only" for="email">Your Email:</label>
<input type="email" class="form-control" id="email" placeholder="Enter your email" required>
</div>
<div class="form-group">
<label class="sr-only" for="phone">Your Phone Number:</label>
<input type="text" class="form-control" id="phone" placeholder="Enter your phone number (optional)">
</div>
<div class="form-group">
<label class="sr-only" for="message">Your Message:</label>
<textarea class="form-control" rows="5" id="message" placeholder="Tell me about your problem and I will contact you within 24hours." required></textarea>
</div>
<button class="button pull-right" type="send-message"><span>Send Message</span></button>
<!-- <button type="submit" class="btn btn-success pull-right">Send Message</button> -->
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -->
<footer class="container-fluid text-center" style="color:black; background-color: #a4a8aa;">
<p> | © Jazz Media 2019 | 0706 074 096 | omoshx78@gmail.com | <a href="www.jazzmedia.co.ke" target="_blank">www.jazzmedia.co.ke</a> |
</p>
</footer>
</main>
<a id="back2Top" title="Back to top" href="#">➤</a>
</body>
</html>
@import
url(https://fonts.googleapis.com/css?family=Aladin|Alegreya|Tangerine|Montserrat|Germania+One|Margarine|Slabo+27px|ZCOOL+XiaoWei);
/* font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Germania One', cursive;
font-family: 'Margarine', cursive;
font-family: 'Slabo 27px', serif; */
body{
font-family: 'Germania One', cursive;
}
.block{
background-color:black;
opacity:.6;
padding-left: 2%;
padding-right: 2%;
width:100%;
margin-right:auto;
margin-left:auto;
margin-top:1px;
border-radius:10px;
color:white;
}
h1{
padding:0;
margin-top:0px;
/*font-size:4.0em;*/
padding-top:0%;
color:white;
font-family:'Germania One', cursive;
}
.h2tittle{
color:white;
font-family:'Germania One', cursive;
padding-top: 30px;
padding-bottom: 10px;
font-style:bold;
}
.h4tittle{
color: white;
font-family:Montserrat;
font-style:bold;
}
li {
list-style-type:none;
}
hr.style-one {
height: 1.5px;
background: white;
border: none;
color: white;
text-align: center;
/*background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);*/
}
hr.style-one:after {
content: "About";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: skyblue;
}
hr.style-two {
height: 2px;
background: white;
border: none;
color: white;
text-align: center;
}
hr.style-two:after {
content: "Portfolio";
display: inline-block;
position: relative;
top: -0.7em;
font-size: 1.5em;
padding: 0 0.25em;
background: skyblue;
}
.pageOne{
background:url("https://images.unsplash.com/photo-1552585299-839ad7d0b89b?ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60");
background-size:cover;
height:700px;
padding-bottom:5px;
}
.do{
height:30%;
width:30%;
/*padding-top:50px;*/
border-radius:300px;
margin-left: auto;
margin-right: auto;
}
#main-doc {
background: skyblue;
/*background: -moz-linear-gradient(top, skyblue 0%, skyblue 50%, skyblue 100%);
background: -webkit-linear-gradient(top, skyblue 0%, skyblue 50%, skyblue 100%);
background: linear-gradient(to bottom, skyblue 0%, skyblue 50%, skyblue 100%);*/
}
@media screen and (max-width: 833px) {
.form-control {
width: 100%;
}
select {
width: 90%;
}
}
div.card {
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
/*text-align: center;*/
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.header {
/*background-color: #8bb6f9;*/
/*background-color: #42d7f4;*/
background-color: #a4a8aa;
color: black;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 15px;
/*text: center;*/
margin-left: auto;
margin-right: auto;
}
.button {
border-radius: 4px;
background-color: #41acf4;
border: none;
color: black;
font-family: Alegreya;
text-align: center;
font-size: 18px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
#social {
margin-top: 70px;
margin-bottom: 30px;
}
#social h3 {
margin: 1px 0px 1px 0px;
}
.typed {
font-weight: bold;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
#back2Top {
width: 40px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
position: fixed;
bottom: 50px;
right: 0;
background-color: skyblue;
color: #555;
text-align: center;
font-size: 30px;
text-decoration: none;
border-radius: 10px;
}
#back2Top:hover {
/*background-color: #DDF;*/
/*color: #000;*/
color: red;
}
footer {
/*text-color: black;*/
background-color: #a4a8aa;
}
$(window).scroll(function() {
var height = $(window).scrollTop();
if (height > 100) {
$('#back2Top').fadeIn();
} else {
$('#back2Top').fadeOut();
}
});
$(document).ready(function() {
$("#back2Top").click(function(event) {
event.preventDefault();
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
});
Also see: Tab Triggers