Added the project's files to the repo
This commit is contained in:
5
assets/sass/pages/_-all.sass
Executable file
5
assets/sass/pages/_-all.sass
Executable file
@ -0,0 +1,5 @@
|
||||
@import 'about'
|
||||
@import 'contact'
|
||||
@import 'home'
|
||||
@import 'music'
|
||||
@import 'shows'
|
42
assets/sass/pages/_about.sass
Executable file
42
assets/sass/pages/_about.sass
Executable file
@ -0,0 +1,42 @@
|
||||
#about-header
|
||||
margin-bottom: 25px
|
||||
padding-bottom: 15px
|
||||
background: white
|
||||
|
||||
img
|
||||
+position(absolute, 0 null null 0)
|
||||
+size(100% 480px)
|
||||
/*+filter(blur(2px))
|
||||
|
||||
.about-band
|
||||
margin-top: 405px
|
||||
|
||||
h2
|
||||
margin-bottom: 20px
|
||||
color: white
|
||||
|
||||
p
|
||||
color: $text-color
|
||||
|
||||
#about-content
|
||||
section
|
||||
a
|
||||
display: block
|
||||
+position(absolute, 0 null null 15px)
|
||||
+calc(width, "100% - 30px")
|
||||
+calc(height, "100% - 20px")
|
||||
border-radius: 5px
|
||||
text-decoration: none
|
||||
+transition(all, 300ms ease-in)
|
||||
|
||||
h3,
|
||||
h4,
|
||||
p
|
||||
color: $text-color
|
||||
|
||||
&:hover
|
||||
a
|
||||
background: rgba(#000, .15)
|
||||
|
||||
hr
|
||||
border-color: #bbb
|
41
assets/sass/pages/_contact.sass
Executable file
41
assets/sass/pages/_contact.sass
Executable file
@ -0,0 +1,41 @@
|
||||
#contact-header
|
||||
text-align: center
|
||||
|
||||
h1
|
||||
color: white
|
||||
font:
|
||||
size: 34px
|
||||
weight: bold
|
||||
|
||||
#contact-info
|
||||
.card
|
||||
max-width: 680px
|
||||
margin-top: 15px
|
||||
padding:
|
||||
top: 20px
|
||||
bottom: 20px
|
||||
background: #f0f0f0
|
||||
|
||||
hr
|
||||
border-color: #666
|
||||
|
||||
a,
|
||||
p,
|
||||
h3
|
||||
text-align: center
|
||||
font-size: 20px
|
||||
|
||||
p
|
||||
padding: 5px
|
||||
color: #212121
|
||||
|
||||
a
|
||||
color: darkred
|
||||
text-decoration: none
|
||||
+transition(color 200ms ease-in-out)
|
||||
|
||||
&:hover
|
||||
color: red
|
||||
|
||||
h3
|
||||
margin-bottom: 15px
|
97
assets/sass/pages/_home.sass
Executable file
97
assets/sass/pages/_home.sass
Executable file
@ -0,0 +1,97 @@
|
||||
#featured
|
||||
display: flex
|
||||
flex-direction: row
|
||||
height: 300px
|
||||
margin: 0 auto 20px
|
||||
padding: 5px
|
||||
background: none
|
||||
|
||||
div
|
||||
position: relative
|
||||
background: none
|
||||
+transition(all, 200ms)
|
||||
|
||||
&:hover
|
||||
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
|
||||
|
||||
.news
|
||||
display: block
|
||||
+size(420px 100%)
|
||||
margin-right: 10px
|
||||
background: url(/img/banner/oo-banner.jpg)
|
||||
background-size: 100% 100%
|
||||
border-radius: 5px
|
||||
|
||||
.notes
|
||||
height: 100%
|
||||
padding: 0
|
||||
flex: 1
|
||||
|
||||
#twitter-widget-0
|
||||
display: block
|
||||
width: 100% !important
|
||||
height: 100%
|
||||
|
||||
#wrapper-home
|
||||
display: block
|
||||
min-height: 300px
|
||||
padding: 0
|
||||
|
||||
.content
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
.actions
|
||||
#mailing-list
|
||||
p
|
||||
margin-bottom: 7px
|
||||
text-align: center
|
||||
|
||||
.card
|
||||
display: block
|
||||
width: 100%
|
||||
height: auto
|
||||
margin-bottom: 15px
|
||||
padding: 15px 10px
|
||||
background: white
|
||||
|
||||
.underline
|
||||
text-decoration: underline
|
||||
|
||||
input[type=text]
|
||||
background: none
|
||||
border: none
|
||||
outline: none
|
||||
|
||||
.input-group
|
||||
position: relative
|
||||
display: block
|
||||
width: 100%
|
||||
margin: 20px auto 10px
|
||||
|
||||
input
|
||||
display: inline-block
|
||||
width: 100%
|
||||
padding: 10px 0
|
||||
border-bottom: solid 2px $main-color
|
||||
color: rgb(25, 25, 25)
|
||||
font-size: 16px
|
||||
|
||||
&:focus, &:active
|
||||
outline: none
|
||||
|
||||
label
|
||||
+position(absolute, 50% null null 0)
|
||||
+transform(translateY(-50%))
|
||||
font-style: italic
|
||||
font-size: 16px
|
||||
color: #999
|
||||
pointer-events: none
|
||||
+transition(all, 200ms ease-out 0s)
|
||||
|
||||
input:focus + label,
|
||||
input.has-value + label
|
||||
top: -5px
|
||||
font-size: 12px
|
||||
color: $main-color
|
||||
|
0
assets/sass/pages/_music.sass
Executable file
0
assets/sass/pages/_music.sass
Executable file
38
assets/sass/pages/_shows.sass
Executable file
38
assets/sass/pages/_shows.sass
Executable file
@ -0,0 +1,38 @@
|
||||
.shows-header
|
||||
margin:
|
||||
top: -20px
|
||||
bottom: 20px
|
||||
text-align: center
|
||||
|
||||
h3
|
||||
color: #fff
|
||||
font:
|
||||
size: 26px
|
||||
weight: bold
|
||||
|
||||
#shows-table
|
||||
margin-top: 20px
|
||||
|
||||
tr
|
||||
border-bottom: 1px solid rgba(#999, .4)
|
||||
|
||||
&:last-child
|
||||
border-bottom: none
|
||||
|
||||
td
|
||||
vertical-align: middle
|
||||
border: none
|
||||
|
||||
p,
|
||||
a
|
||||
font-size: 18px
|
||||
color: white
|
||||
|
||||
a
|
||||
font-weight: 600
|
||||
text-decoration: underline
|
||||
+transition(all, 200ms ease-in)
|
||||
|
||||
&:hover
|
||||
color: $main-color
|
||||
|
Reference in New Issue
Block a user