Skip to content

Commit

Permalink
php design
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 18, 2017
1 parent 1557919 commit dce4887
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
Binary file added footer_image_background_kenkhero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>First Page</title>
<style media="screen">
body{
background-image:url("footer_image_background_kenkhero.png");
background-repeat: no-repeat;
background-size: contain;
font-size: 100%;
padding: 0 !important;
margin: 0 !important;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lead{
text-align: left;
margin-left:15%;
font-size: 100px;
font-size: 9vw;
margin-top: 0 !important;
font-weight: 600;
}
.awesome {
background-color: #eeff00;
margin-left: 15%;
width: 20%;
height: 40%;
float:left;
}
.awesome h1{
margin-left:10%;
}
.typo{
margin-left: 40%;
}
.typo h2{
float:left;
}
</style>
</head>
<body>
<div class="lead">LIVE. <br> DESIGN. <br> INSPIRE.</div>
<div class="awesome">
<h1>THE ROAD TO <br> <span style="color:#ffffff;">AWESOME :</span> </h1>
</div>
<div class="typo">
<p>Every Mistake - Every Rejection - Every <span style=" text-decoration:line-through;">taipo</span> typo -</p>
<h2>Has led me here. Who is this Awesome Guy?</h2 >
<a href="http://www.kenkhero.co.ke/avengers/"><img src="next_button_kenkhero.png" alt="click next" height="60px"width="50px"></a>
</div>
</body>
</html>
Binary file added loadingpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo_footer_kenkhero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added next_button_kenkhero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dce4887

Please sign in to comment.