-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished Website
- Loading branch information
TEB2014
authored and
TEB2014
committed
Aug 1, 2014
1 parent
b529ca9
commit 4132623
Showing
128 changed files
with
29,945 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,24 @@ | ||
.left { | ||
float: left; | ||
} | ||
.right { | ||
float: right; | ||
} | ||
.ball.left { | ||
margin: -73px 0 0 -86px; | ||
} | ||
.ball.right { | ||
margin: -73px -86px 0 0; | ||
} | ||
body { | ||
background: url("../img/pitch.jpg") no-repeat ; | ||
background-size: cover; | ||
} | ||
|
||
.game { | ||
text-align: center; | ||
} | ||
|
||
.table{ | ||
text-align: center; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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.
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.
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.
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.
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,57 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Bootstrap 3, from LayoutIt!</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
<!--script src="js/less-1.3.3.min.js"></script--> | ||
<!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png"> | ||
<link rel="shortcut icon" href="img/favicon.png"> | ||
|
||
<script type="text/javascript" src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="js/scripts.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
<h3 class="text-center"> | ||
Football For Juniors | ||
</h3> | ||
</div> | ||
</div> | ||
<div class="jumbotron"> | ||
<img src="img/ball.jpg" class="ball left" width="50" height="50"><img src="img/ball.jpg" class="ball right" width="50" height="50"> | ||
Football is one of the biggest sports in the world!!!In football there are red and yellow cards and you can't hand ball the ball in football though.You shoot the Ball in to opponents goal but beware the ball does not always go in to the goal.In football the goalie/defenders try to stop the ball from getting in to goal! <a href="table.html">Click here to see some data about football clubs!</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class ="game"> | ||
<iframe allowtransparency="true" width="485" height="402" src="http://scratch.mit.edu/projects/embed/25225970/?autostart=false" frameborder="0" allowfullscreen></iframe> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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,67 @@ | ||
// | ||
// Alerts | ||
// -------------------------------------------------- | ||
|
||
|
||
// Base styles | ||
// ------------------------- | ||
|
||
.alert { | ||
padding: @alert-padding; | ||
margin-bottom: @line-height-computed; | ||
border: 1px solid transparent; | ||
border-radius: @alert-border-radius; | ||
|
||
// Headings for larger alerts | ||
h4 { | ||
margin-top: 0; | ||
// Specified for the h4 to prevent conflicts of changing @headings-color | ||
color: inherit; | ||
} | ||
// Provide class for links that match alerts | ||
.alert-link { | ||
font-weight: @alert-link-font-weight; | ||
} | ||
|
||
// Improve alignment and spacing of inner content | ||
> p, | ||
> ul { | ||
margin-bottom: 0; | ||
} | ||
> p + p { | ||
margin-top: 5px; | ||
} | ||
} | ||
|
||
// Dismissable alerts | ||
// | ||
// Expand the right padding and account for the close button's positioning. | ||
|
||
.alert-dismissable { | ||
padding-right: (@alert-padding + 20); | ||
|
||
// Adjust close link position | ||
.close { | ||
position: relative; | ||
top: -2px; | ||
right: -21px; | ||
color: inherit; | ||
} | ||
} | ||
|
||
// Alternate styles | ||
// | ||
// Generate contextual modifier classes for colorizing the alert. | ||
|
||
.alert-success { | ||
.alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); | ||
} | ||
.alert-info { | ||
.alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); | ||
} | ||
.alert-warning { | ||
.alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); | ||
} | ||
.alert-danger { | ||
.alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); | ||
} |
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 @@ | ||
// | ||
// Badges | ||
// -------------------------------------------------- | ||
|
||
|
||
// Base classes | ||
.badge { | ||
display: inline-block; | ||
min-width: 10px; | ||
padding: 3px 7px; | ||
font-size: @font-size-small; | ||
font-weight: @badge-font-weight; | ||
color: @badge-color; | ||
line-height: @badge-line-height; | ||
vertical-align: baseline; | ||
white-space: nowrap; | ||
text-align: center; | ||
background-color: @badge-bg; | ||
border-radius: @badge-border-radius; | ||
|
||
// Empty badges collapse automatically (not available in IE8) | ||
&:empty { | ||
display: none; | ||
} | ||
} | ||
|
||
// Hover state, but only for links | ||
a.badge { | ||
&:hover, | ||
&:focus { | ||
color: @badge-link-hover-color; | ||
text-decoration: none; | ||
cursor: pointer; | ||
} | ||
} | ||
|
||
// Quick fix for labels/badges in buttons | ||
.btn .badge { | ||
position: relative; | ||
top: -1px; | ||
} | ||
|
||
// Account for counters in navs | ||
a.list-group-item.active > .badge, | ||
.nav-pills > .active > a > .badge { | ||
color: @badge-active-color; | ||
background-color: @badge-active-bg; | ||
} | ||
.nav-pills > li > a > .badge { | ||
margin-left: 3px; | ||
} |
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,49 @@ | ||
// Core variables and mixins | ||
@import "variables.less"; | ||
@import "mixins.less"; | ||
|
||
// Reset | ||
@import "normalize.less"; | ||
@import "print.less"; | ||
|
||
// Core CSS | ||
@import "scaffolding.less"; | ||
@import "type.less"; | ||
@import "code.less"; | ||
@import "grid.less"; | ||
@import "tables.less"; | ||
@import "forms.less"; | ||
@import "buttons.less"; | ||
|
||
// Components | ||
@import "component-animations.less"; | ||
@import "glyphicons.less"; | ||
@import "dropdowns.less"; | ||
@import "button-groups.less"; | ||
@import "input-groups.less"; | ||
@import "navs.less"; | ||
@import "navbar.less"; | ||
@import "breadcrumbs.less"; | ||
@import "pagination.less"; | ||
@import "pager.less"; | ||
@import "labels.less"; | ||
@import "badges.less"; | ||
@import "jumbotron.less"; | ||
@import "thumbnails.less"; | ||
@import "alerts.less"; | ||
@import "progress-bars.less"; | ||
@import "media.less"; | ||
@import "list-group.less"; | ||
@import "panels.less"; | ||
@import "wells.less"; | ||
@import "close.less"; | ||
|
||
// Components w/ JavaScript | ||
@import "modals.less"; | ||
@import "tooltip.less"; | ||
@import "popovers.less"; | ||
@import "carousel.less"; | ||
|
||
// Utility classes | ||
@import "utilities.less"; | ||
@import "responsive-utilities.less"; |
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,23 @@ | ||
// | ||
// Breadcrumbs | ||
// -------------------------------------------------- | ||
|
||
|
||
.breadcrumb { | ||
padding: 8px 15px; | ||
margin-bottom: @line-height-computed; | ||
list-style: none; | ||
background-color: @breadcrumb-bg; | ||
border-radius: @border-radius-base; | ||
> li { | ||
display: inline-block; | ||
+ li:before { | ||
content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space | ||
padding: 0 5px; | ||
color: @breadcrumb-color; | ||
} | ||
} | ||
> .active { | ||
color: @breadcrumb-active-color; | ||
} | ||
} |
Oops, something went wrong.