-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8c41a1a
Showing
42 changed files
with
30,235 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.