-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_layout.jade.orig
More file actions
executable file
·48 lines (47 loc) · 2.48 KB
/
_layout.jade.orig
File metadata and controls
executable file
·48 lines (47 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
doctype html
html
head
meta(http-equiv="refresh", content="0; URL='http://ayso.bluesombrero.com/region55'")
meta(name="viewport", content="width = device-width, initial-scale = 1.0")
//- Latest compiled and minified CSS
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css", integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7", crossorigin="anonymous")
//- Optional theme
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css", integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r", crossorigin="anonymous")
link(rel="stylesheet", href="/css/main.css")
body
a(href="https://github.com/dminear/ayso55.org")
img(style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png")
div.container
div.row
div.col-sm-1
div.col-sm-2
img(src="/images/r55logo-woody-trans-nohb-200x159.gif", width="120", height="100")
div.col-sm-8
div.title AYSO Section 11 Area K Region 55
div.subtitle North Huntington Beach Region
div.col-sm-1
div.row
div.col-sm-12
!= partial("_navbar")
div.container
div.row
div.col-sm-2
//-div.sunsurf
//-a(href="/sunsurf")
//-img(src="/sunsurf/sunsurf_logo.png")
div.mission
!= partial("_mission")
div.col-sm-10
div.content
!= yield
div.container
div.row
div.col-sm-1
div.col-sm-10
div.center Region 55 message center a.k.a. "Mudline" 714-585-3161
div.center Everyone Plays - Balanced Teams - Open Registration - Positive Coaching - Good Sportsmanship - Player Development
div.col-sm-1
//- jquery JavaScript
script(src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js")
//- Latest compiled and minified JavaScript
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js", integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS", crossorigin="anonymous")