Skip to content

Commit

Permalink
inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
plollaton committed Oct 24, 2017
0 parents commit 8c41a1a
Show file tree
Hide file tree
Showing 42 changed files with 30,235 additions and 0 deletions.
Binary file added Orlando-City.fw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions Projeto1/css/orlando.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
header{
width: 100%;
height: 150px;
background-color: #5E299A;
}

header .container{
position: relative;
}

header .header-black{
height: 40px;
background-color: #000000;
}

header .header-black li {
background-image: url("../img/clubs.png");
background-repeat: no-repeat;
display: inline-block;
margin: 4px 8px;
}

header .header-black li.club-01{
background-position: 0px 0px;
}

header .header-black li.club-02{
background-position: -49px 0px;
}

header .header-black li.club-03{
background-position: -98px 0px;
}

header .header-black li.club-04{
background-position: -139px 0px;
}

header .header-black li.club-05{
background-position: -189px 0px;
}

header .header-black li.club-06{
background-position: -239px 0px;
}

header .header-black li.club-07{
background-position: -288px 0px;
}

header .header-black li.club-08{
background-position: -337px 0px;
}

header .header-black li.club-09{
background-position: -379px 0px;
}

header .header-black li.club-10{
background-position: -430px 0px;
}

header .header-black li.club-11{
background-position: -481px 0px;
}

header .header-black li.club-12{
background-position: -530px 0px;
}

header .header-black li.club-13{
background-position: -577px 0px;
}

header .header-black li.club-14{
background-position: -627px 0px;
}

header .header-black li.club-15{
background-position: -675px 0px;
}

header .header-black li.club-16{
background-position: -720px 0px;
}

header .header-black li.club-17{
background-position: -764px 0px;
}

header .header-black li.club-18{
background-position: -807px 0px;
}

header .header-black li.club-19{
background-position: -855px 0px;
}

header .header-black li.club-20{
background-position: -996px 0px;
}

header .header-black li.club-21{
background-position: -1025px 0px;
}

header .header-black li.club-22{
background-position: -1055px 0px;
}

header .header-black li a{
width: 32px;
height: 32px;
display: block;
}

header #logotipo{
position: absolute;
top: -20px;
}
Binary file added Projeto1/img/clubs.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 Projeto1/img/orlando-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions Projeto1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Orlando City</title>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/orlando.css">
</head>
<body>
<header>
<div class="header-black">
<div class="container">
<ul class="float-right">
<li class="club-01"><a href="#"></a></li>
<li class="club-02"><a href="#"></a></li>
<li class="club-03"><a href="#"></a></li>
<!-- <li class="club-04"><a href="#"></a></li>
<li class="club-05"><a href="#"></a></li>
<li class="club-06"><a href="#"></a></li>
<li class="club-07"><a href="#"></a></li>
<li class="club-08"><a href="#"></a></li>
<li class="club-09"><a href="#"></a></li>
<li class="club-10"><a href="#"></a></li>
<li class="club-11"><a href="#"></a></li>
<li class="club-12"><a href="#"></a></li>
<li class="club-13"><a href="#"></a></li>
<li class="club-14"><a href="#"></a></li>
<li class="club-15"><a href="#"></a></li>
<li class="club-16"><a href="#"></a></li>
<li class="club-17"><a href="#"></a></li>
<li class="club-18"><a href="#"></a></li>
<li class="club-19"><a href="#"></a></li>
<li class="club-20"><a href="#"></a></li>
<li class="club-21"><a href="#"></a></li>
<li class="club-22"><a href="#"></a></li>-->
</ul>
</div>
</div>
<div class="container">
<div class="row">
</div>
</div>
<div class="container">
<img id="logotipo" src="img/orlando-logo.png" alt="Logotipo">
</div>
</header>
<script src="lib/popper/popper.js"></script>
<script src="lib/jquery/jquery-3.2.1.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
Loading

0 comments on commit 8c41a1a

Please sign in to comment.