Layout

Developer
Size
4,234 Kb
Views
14,168

How do I make an layout?

What is a layout? How do you make a layout? This script and codes were developed by Clayton on 18 October 2022, Tuesday.

Layout Previews

Layout - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>layout</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header class="header"> <a href="#" class="logo">Logo</a> <ul class ="menu"> <a href="#">Home</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">link</a> <a href="#">Fale Conosco</a> </ul> </header>
<!--slide1 -->
<section id="slide1"> <h1> Montagem e Manutenção de PC</h1> <br> <p>manutenção preventiva e corretiva montagem de computadores instalação e configuração hardwares em geral</p> </div> </div>
</section>
</section>
<!--slide2 -->
<section id="slide2"> <h1> Design Gráfico</h1> <br> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> </div>
</section> <!--slide3 -->
<section id="slide3"> <h1> Loja Virtual</h1> <br> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> </div>
</section> <!--slide4 -->
<section id="slide4"> <h1> Consultoria e Suporte Técnico</h1> <br> <p>Dizem que o sucesso de um restaurante se deve muito a forma como tratam seus clientes e, ainda mais importante, a forma como esses enxergam a oferta de serviços.
Hoje reproduzimos uma história sobre como um estabelecimento tradicional descobriu um fato não só sobre seus clientes, mas sobre a sociedade moderna.
Um restaurante famoso em Nova Iorque decidiu contratar uma empresa de consultoria para entender o porque seus clientes continuavam a mostrar insatisfação com o atendimento, e o que a empresa descobriu é bastante interessante.</p> </div>
</section> <!--slide5 -->
<section id="slide5"> <h1> CFTV e Portões Eletrônicos</h1> <br> <p>cameras de segurança</p> <p>portões eletrônicos</p> <p>instalações,manutenção,consultoria</p>
<p>e projetos de segurança</?>
<p>eletrônica em geral</p>
<p>acesso remoto(via internet)</p> <p>veja suas imagens</p> <p> em qualquer lugar</p>
<p>do mundo !</p> </div> </div>
</section> <!--slide6 -->
<section id="slide6"> <h1> Design Gráfico</h1> <br> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> <p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p> </div>
</section> <div style ="clear:both;"></div> <footer id="footer">	<section class="footer-infos">	<section class="location">	<h2>Nosso endereço:</h2>	<p>Rua blalal, 132 - Irajá - Rio de Janeiro - RJ.</p>	<p>Cep: 21300-630</ptd> <br>	<h3>[email protected]</h3>	</section>	<section class="contact">	<h2>Consulte-nos:</h2>	<td>Telefone: (21)9999-9999</td>	<td>Horário de Atendimento</td>	<td>de Seg a Sexta: 08:00 as 17:00</td>	</section>	<section class="share">	<h2>Fale conosco nas Redes Sociais:</h2><br> <span>	<a href="#"><img src="imagens/facebook.png"></a>	<a href="#"><img src="imagens/twitter.png"></a>	<a href="#"><img src="imagens/youtube.png"></a>	<a href="#"><img src="imagens/google.png"></a> </span>	</section>	</section>
<section class="footer-copyright">	<section class="copy">	<p>© 2017 Infogyba Soluções em TI</p>	</section>	</section>	</footer> <script src="js/index.js"></script>
</body>
</html>

Layout - Script Codes CSS Codes

* {	/* Universal reset: */	margin:0;	padding:0;
}
html,
body { font-family:('Trebuchet MS'),arial,sans-serif; font-size: 1em; line-height: 1.4; height: 100%; margin: 0; padding: 0;
}
a { text-decoration: none; color: inherit;
}
section{
padding: 50px 0;
text-align: center;
}	section *:not(:first-child) {	margin-top: 30px;	} .logo { font-weight: 700; padding: 0 25px; float: left;
}
h1 {	font-size: 2em; font-weight:600;	margin-top:-100px;	color: #fff;	font-weight: normal;	line-height: 1; text-align:center;
}
p {	font-family: 'Vollkorn', serif;	margin-bottom: 24px; color:#fff;
}
td{
margin-right:5px;
text-align:center;
display:inline-block;
}
.header { position: fixed; left: 0; right: 0; height: 66px; line-height: 66px; color: #fff; background-color:#3f51b5;; }
.menu {
color:#fff;
text-align:center;
padding:5px;
margin-right: -5px;
margin-left: -5px;
margin-top: -4px;
}
.menu ul {
list-style-type: none; margin: 0;
padding: 0;
overflow: hidden;
background-color: #0F0F0F;
margin-right: -8px;
margin-left: -8px;
text-align: center;
}
.menu li {
display: inline-block;
}
.menu li:last-child {
border-right: none;
}
.menu li a { display: block; font: bold 14px Franklin Gothic Demi,Tahoma,Halvetica; color: red; border-bottom:3px solid #0c0c0c; border-style: solid; border-width: 0 0 3px 0; border-color: black; text-align: center; padding: 12px 12px; text-decoration: none; }
#slide1 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #0000CD;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/cats");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#slide2 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #00FF7F;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/people");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#slide3 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #FF4500;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/nature");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#slide4 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #9400D3;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/city");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#slide5 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #9400D3;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/city");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#slide6 {
border: 1px solid #000000;
padding: 160px;
height: 80%;
background-color: #9400D3;
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-image: url("http://lorempixel.com/1920/1000/city");
font-family:('Trebuchet MS'),sans-serif;
font-size:1.4em;
text-shadow: 2px 2px #222;
}
#contato {
background-color: #ccc;
}
#footer {
display:flex;
flex-direction:column;
width:100%;
min-height:5em;
background:#111112;
color:#fff;
}
.location, .contact{
font-family: "Trebuchet MS",sans-serif;
font-size:1em;
font-weight:600;
text-align:center;
}
#footer .footer-infos{
display:flex;
flex-direction:column;
width:100%;
height:auto;
background:#333;
}
#footer .footer-infos .location,
#footer .footer-infos .contact,
#footer .footer-infos .share{
width:100%;
background:#069;
padding:1em;
}
#footer .footer-copyright {
width:100%;
min-height:2em;
background:#666;
padding-left:100px;
text-align:center;
}
#footer p{
margin:0 auto;
text-align:center;
}
@media screen and (min-width:768px){
.logo {
padding-top: 7px;
text-align: left;
}
#footer .footer-infos {flex-direction:row; background:#999;}
#footer .footer-infos .location,
#footer .footer-infos .contact,
#footer .footer-infos .share{width:33.3%; background:#036;}
}
#footer .share a:hover{
display: inline-block;
position: relative;
-webkit-animation-name: rotacao; /* Chrome, Safari, Opera (nome da animação)*/
-webkit-animation-duration: 2s; /* Chrome, Safari, Opera (Duração da animação)*/
animation-name: rotacao; /* nome da animação */
animation-duration: 2s; /* Duração da animação */
}
@keyframes rotacao {
from {transform: rotate(1deg);}
to {transform: rotate(360deg);}
}
@media screen and(max-width:768){ footer{ padding-bottom: 3em; }
}
@media (min-width:48em){ .header li{ float:left; } .header li a{ margin:20px 30px; } .header .menu{ clear:none; float:right; max-height:none; } .header .menu-icon{ display:none; }
}

Layout - Script Codes JS Codes

window.onscroll = function(){	var obj = document.getElementById(".header");	var top = window.pageYOffset || document.documentElement.scrollTop;	if( top >= 60 ) {	obj.style.background="rgba(0,0,0,0.85)";	obj.style.position="fixed";	obj.style.top="0";	}else{	obj.style.background="rgba(0,0,0,0.1)";	obj.style.position="absolute";	obj.style.top="0";	}	}
Layout - Script Codes
Layout - Script Codes
Home Page Home
Developer Clayton
Username x-gyba
Uploaded October 18, 2022
Rating 3
Size 4,234 Kb
Views 14,168
Do you need developer help for Layout?

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!

Clayton (x-gyba) Script Codes
Create amazing love letters 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!