Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.
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
2 changes: 2 additions & 0 deletions proposta/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Binary file added proposta/Layout_Guepardo-Transportes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions proposta/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Guepardo_Transportes

![Layout_Guepardo-Transp](https://github.com/BrunoSilvaSaba/Guepardo_Transportes/blob/main/Layout_Guepardo-Transportes.png)
97 changes: 87 additions & 10 deletions proposta/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,93 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Início | Guepardo Transportes</title>
<link rel="stylesheet" href="./style.css" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="img/logo@3x.png" type="image/x-icon">
<title>Document</title>
</head>
<body>
<h1>Welcome!</h1>
<p>
Please, develop the Guepardo's home screeen here
</p>
<script src="app.js"></script>
<header>
<nav class="header_nav_container">
<div>
<a href="" class="logo">
<img src="img/logo@3x.png" alt="">
</a>
</div>
<div>
<ul>
<li><a href="">Inicio</a></li>
<li><a href="">Sobre</a></li>
<li><a href="">Serviços</a></li>
<li><a href="">Contato</a></li>
</ul>
</div>
</nav>
</header>
<main class="intro">
<img src="img/banner.jpg" alt="">
<div class="container-intro">
<div class="intro-info">
<div>
<h1>Entregando Cargas e Sonhos</h1>
<p>Desde 1980 entregamos cargas e fazemos pessoas e negócio sorrirem e se realizarem</p>
</div>
<div></div>
</div>
</div>
</main>
<main id="sections-main">
<section id="container-time">
<div>
<div class="time-inf">
<h2>Entregamos Rápido e eficientes</h2>
<p>Temos experiência na entrega de cargas para pessoas em tempo recorde para todo o Brasil</p>
</div>
</div>
<div class="time_image_area">
<div class="time_image">
<img src="img/relogio.png" alt="">
</div>
</div>
</section>
<section id="container-contact">
<div>
<div class="contact-form">
<h2>Fale Conosco</h2>
<form action="http://mockbin.org/bin/c7453271-fd59-48a8-9317-75059a32a32a" method="POST">
<br/>
<label for="name">Nome</label>
<input type="text" name="name" id="name" placeholder="Bruno Silva Saba">

<br><br>

<label for="email">E-mail</label>
<input type="email" name="email" id="email" placeholder="BrunoSsaba.tech@gmail.com">

<br><br><br>

<label for="message">Mensagem</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>


<br><br>

<button class="formBtn login()">Enviar</button>
</form>
</div>
</div>
<div class="balloons_image_area">
<div class="balloons">
<img src="img/baloes.png" alt="balloons">
</div>
</div>
</section>
<footer>
<h4>&copy;2021 Guepardo Transportes</h4>
</footer>
</main>
<script src="js/script.js"></script>
</body>
</html>