Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
117 changes: 102 additions & 15 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,106 @@

/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */
/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */
* {
margin: 0px;
padding: 0px;
text-align: center;
color: black;
}
.header {
position: relative;
}

body {
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
}

/**
* Add your custom styles below
*
* Remember:
* - Be organised, use comments and separate your styles into meaningful chunks
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
* - When using Flexbox, remember the items you want to move around need to be inside a parent container set to 'display: flex'
*/
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: 3rem;
color:orange;
text-align: center;
}
.ul link {
display: flex;
align-items: center;
justify-content: space-around;
}
nav ul li {
display: inline-block;
list-style: none;
margin: 10px;
}
nav ul li a {
text-decoration: none;
color: gray;
font-size: 10px;
}
nav ul li a:hover {
color: red;
}
.top3 {
float: right;
font-size: 30px;
width: 30px;
}

.image1 {
background-image: url(/img/first-background.jpg);
padding: 10em;
}
.button {
background-color: orange;
}
.h1{color: black;}
.h2{
background-image: url(/homepage-desktop.png);
}

*/ Icons/

.icon{
height: 100px;
border-radius: 1px solid ;
border: 2px;
}

.container{
display: flex;
flex-direction: row;
justify-content: space-around;
}

#p1{
color: black;
}
.ptest{
justify-content: center;
}

.test{
color:black;
padding: 0px;
width: 10px;
border-radius: 50px;
}
.icon2{
height: 30px;px;
width: 30px;
border-radius: 50px;
}
.topimag{
float: left;
}
.lady-image{
display: flex;
}
.p3{
align-items: center;
font-size: 20px;
}
.lady-image,button{
border-radius: 1px solid;
color: orange;
font-size: 20px;

}


91 changes: 78 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Karma</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div class="header">
<span class="top3"> &equiv;</span>
<nav>
<img id="topimage" src="favicon.ico" alt="logo" />
<ul class="link">
<li><a href="">Meet karma</a></li>
<li><a href="">How work</a></li>
<li><a href="">Store</a></li>
<li><a href="">help</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Login</a></li>
</ul>
</nav>
</div>
<section class="image1">
<h1>Inroducing karma</h1>
<p>Bring wifi with you everywhere, you go</p>
<button class="button">learn more</button>
</section>

<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<!-- All the images you need are in the 'img' folder -->
<div>
<h1 class="h1">Everything needs a little Karma.</h1>
</div>
<div class="container">
<div class="computer-icon">
<img class="icon" src="/img/icon-devices.svg" />
<p id="p1">internet all icon-devices</p>
</div>
<div class="coffe icon">
<img class="icon" src="/img/icon-coffee.svg" />
<p id="p1">Boot your productive</p>
</div>
<div class="payus">
<img class="icon" src="/img/icon-refill.svg" />
<p id="p1"> Pay US You go </p3>
</div>
</div>

<div class="lady-image">
<div class="box">
<img src="/level-2/homepage-feature.png" alt="">
</div>
<div class="box">
<p3> " Whenever i just , don't worry about my <br>connection anymore"</p3><br><br>

</body>
<button>Get karma today</button>
</div>
</div>
</body>
<footer>

<p class ="test">Join Us</p>
<img class="icon" src="/img/twitter-icon.svg">


<img class= "icon2" src="/img/instagram-icon.svg">


<img src="/img/facebook-icon.svg">
<p>Karma Mobil.inc</p>
<div></div>

</footer>
</body>
</html>
79 changes: 79 additions & 0 deletions level-3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/level-3/style.css" />
<title> Store</title>
</head>
<body>

<header class="header">
<img class="korma" src="/favicon.ico">
<img src="/menu.png" id="menu-icon">
<nav class="navbar">
<ul>
<li><a href="Meet karma">Meet karma</a></li>
<li><a href="How it work">How it work </a></li>
<li><a href="Store">Store</a></li>
<li><a href="bolg">Blog </a></li>
<li><a href="help">Help </a></li>
<li><a href="login"> Login</a></li>
</ul>
</nav>
</header>

<main>
<div side class="mag-lady">
<img src="/level-2/store-image_by-andrew-neel-unsplash.jpg"width="300px">
</div>
<section class="main-container">
<h1>Order your karma Wifi <br>device today!</h1>

<form action="#">
<div class="first">
<label for="Firstname "> First name:</label>
<input type="text" id="name ">
</div><br>

<div class="Last">
<label for="Lastname"> Last name</label>
<input type="text" id="Last name"></label>
</div><br>
<div class="input-box">

<label for="Address1 "> Address1</label><br>
<input type="text" id="address ">
</div>
<div class="address2">
<label for="Firstname "> Address2:</label><br>
<input type="text" id="address ">
</div>
<div class="city">
<label for="Firstname "> City</label><br>
<input type="text" id="city ">
</div>
<div class="postcode">
<label for="Firstname "> Postcode</label><br>
<input type="text" id="postcode ">
</div><br>

<div class="selector">
<p> selector color</p>
<div class="radio-button">
<input type="radio" id="option1" name="radio" value="option1">
<label for="radio1"> karma orange </label>
<input type="radio" id="option2" name="radio" value="option2">
<label for="radio2">Space Gray</label>
</div>
<br>
<input type="checkbox">
<label class="checkbox-container">By placing your order you agree karma and condition</label>
<button class="button place">Place my order </button>
</div>
</form>
</section>
</main>
</body>
</html>
Loading