Test

Developer
Size
5,842 Kb
Views
16,192

How do I make an test?

Sdfsdfsdf. What is a test? How do you make a test? This script and codes were developed by Jax77 on 13 November 2022, Sunday.

Test Previews

Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>test</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <header> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="#home">Strona główna</a></li> <li><a href="#about_us">O nas</a></li> <li><a href="#offer">Oferta</a></li> <li><a href="#contact">Kontakt</a></li> </ul> </div><!--/.nav-collapse --> </div> </nav> <div class="container"> <div class="row"> <div class="container"> <br> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="http://www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg" alt="Chania" width="460" height="345"> </div> <div class="item"> <img src="http://www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg" alt="Chania" width="460" height="345"> </div> <div class="item"> <img src="http://www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg" alt="Flower" width="460" height="345"> </div> <div class="item"> <img src="http://www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg" alt="Flower" width="460" height="345"> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div>
</div><!-- .row --> </div> </header> <div>TODO write conten</div> </body>
</html> <script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
</body>
</html>

Test - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Lato:400,700italic,900,700&subset=latin,latin-ext);
/* Global
---------------------*/
body { font-family: 'Lato', sans-serif; font-weight: 400; color: #000000;
}
h1 { color: #505050; text-transform: uppercase; font-weight: 900; margin-bottom: 67px;
}
h2 { text-transform: uppercase; margin-bottom: 30px; font-size: 18px; font-weight: 700;
}
.content_text { text-align: justify;
}
/* Header
---------------------*/
header { padding: 40px 0; background: url("http://www.html.am/images/samples/remarkables_queenstown_new_zealand-300x225.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.navbar-default { background-color: transparent; border-color: transparent;
}
.navbar-nav { float: right;
}
.navbar-default .navbar-nav > li > a { color: #ffffff; text-transform: uppercase; border: 1px solid #ffffff; border-radius: 30px; margin-left: 30px; font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover { color: #ffffff; text-decoration: underline;
}
#home h1 { color: #ffffff; text-align: center; font-size: 30px; border-bottom: 1px solid #a6907c; margin-bottom: 40px; padding-bottom: 40px; margin-top: 100px;
}
#home img { float: left; margin: 0 70px 0 -318px;
}
#home p { color: #ffffff; text-align: center;
}
/* Easy Slider
---------------------*/
#slider ul, #slider li { margin: 0; padding: 0; list-style: none;
}
#slider li { width: 1170px; height: 450px; overflow: hidden;
}
#slider li:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -28px -114px; width: 281px; height: 41px; float: left; margin: 401px 0px 0 58px;
}
#prevBtn, #slider1prev { display: block; width: 30px; height: 77px; position: absolute; left: 385px; top: 416px; z-index: 1000; text-indent: -10000px;
}
#nextBtn, #slider1next { display: block; width: 30px; height: 77px; position: absolute; z-index: 1000; left: 408px; top: 386px; text-indent: -10000px;
}
#prevBtn a, #slider1prev a { display: block; position: relative; width: 40px; height: 40px; background: url("../img/icons.png") no-repeat; background-position: -43px -168px;
}
#nextBtn a, #slider1next a { display: block; position: relative; width: 50px; height: 50px; background: url("../img/icons.png") no-repeat; background-position: -84px -161px;
}
/* About
---------------------*/
#about_us { padding: 40px 0; background: url("../img/bg_about.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
#established, #customers, #certifications { font-size: 40px; font-weight: 700;
}
.about_numbers { padding: 20px 0; border-bottom: 1px solid #cea77f;
}
.about_numbers p { margin: 7px 0; padding: 0; float: right; width: 86px; text-align: right;
}
.established_wrapper:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -39px -16px; width: 42px; height: 41px; float: left; margin: 7px 10px 0 10px;
}
.customers_wrapper:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -96px -16px; width: 40px; height: 41px; float: left; margin: 7px 35px 0 10px;
}
.certifications_wrapper:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -150px -18px; width: 53px; height: 41px; float: left; margin: 7px 70px 0 10px;
}
/* Offer
---------------------*/
#offer { padding: 40px 0; background: url("../img/bg_offer.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.motto { font-weight: 700; font-style: italic; font-size: 36px;
}
.what_we_do { padding: 0; list-style: none; margin: 50px 0;
}
.what_we_do li { margin: 0 auto;
}
.what_we_do li:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -37px -72px; width: 43px; height: 42px; display: block; margin: 7px auto 35px auto;
}
/* Contact
---------------------*/
#contact { padding: 40px 0; background: url("../img/bg_contact.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.contact_address { margin-left: 292px;
}
.company_name { font-weight: 900; color: #505050; text-transform: uppercase;
}
.company_address, .company_phone, .company_mail, .company_nip { margin-bottom: 30px;
}
.company_address:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -97px -72px; width: 23px; height: 25px; float: left; margin: 2px 15px 0 0;
}
.company_phone:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -128px -74px; width: 23px; height: 22px; float: left; margin: 0 15px 0 0;
}
.company_mail:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -165px -74px; width: 23px; height: 17px; float: left; margin: 2px 15px 0 0;
}
.company_nip:before { content: ""; background: url("../img/icons.png") no-repeat; background-position: -201px -73px; width: 23px; height: 23px; float: left; margin: -1px 15px 0 0;
}
input[name="name"], input[name="phone"], input[name="email"], textarea[name="message"] { width: 100%; margin-bottom: 30px; border-left: none; border-right: none; border-top: none; border-bottom: 1px solid #cea77f; background-color: transparent; padding: 10px; color: #8b8989;
}
input[name="submit"] { width: 100%; text-align: left; padding: 20px 15px; background-color: #cea77f; border: 0; color: #ffffff; font-weight: 700; background: linear-gradient(to right, #cea77f 50%, #c29a71 50%); background-size: 200% 100%; background-position: left bottom; transition: all 1s ease;
}
input[name="submit"]:hover { background-position: right bottom;
}
#btn { width: 100%; height: auto; margin-bottom: 50px;
}
#btn:before { content: ""; float: right; margin: -3px 0 0 0; background-image: url("../img/icons.png"); background-repeat: no-repeat; background-position: -240px -18px; width: 79px; height: 67px; position: absolute; right: 30px;
}
#map { overflow: hidden; height: 315px; width: 100%; padding: 0;
}
#map2 { width: 100%; height: 300px; margin-top: 15px;
}
#map2 img { max-width: 100%;
}
/* Footer
---------------------*/
footer { font-size: 12px;
}
footer a { color: #000000;
}
footer a:hover { color: #000000; text-decoration: underline;
}
.realization { text-align: right;
}
Test - Script Codes
Test - Script Codes
Home Page Home
Developer Jax77
Username jax77
Uploaded November 13, 2022
Rating 3
Size 5,842 Kb
Views 16,192
Do you need developer help for Test?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jax77 (jax77) Script Codes
Name
Nasz flota 2
A Pen by jax77
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!