diff --git a/.gitignore b/.gitignore index bbd5de7..c5c2e48 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,11 @@ app/config/production.php app/config/development.php +# Application mode # +#################### +# webiste mode settings +mode.php + # Vendor packages # ################### # we don't need to sync these everywhere diff --git a/app/routes.php b/app/routes.php index 8cb4c0b..dd61d3c 100755 --- a/app/routes.php +++ b/app/routes.php @@ -5,5 +5,4 @@ require 'routes/index.php'; require 'routes/about.php'; require 'routes/contact.php'; require 'routes/home.php'; -require 'routes/music.php'; require 'routes/shows.php'; diff --git a/app/views/about.twig b/app/views/about.twig index a1c1bf2..6ef1f05 100755 --- a/app/views/about.twig +++ b/app/views/about.twig @@ -1,4 +1,4 @@ -{% extends 'templates/default.php' %} +{% extends 'templates/default.twig' %} {% block title %}About Us{% endblock %} @@ -9,7 +9,7 @@
When one thinks of pioneers in rock music, Beethoven might not be the first name to roll off the tongue. However, as a 12 year old Wyatt Hamilton (Lead Vocals/Guitar) jammed out “Ode to Joy” in his middle school guitar class, he set the course for the inception of Halftone. Joining up with Andrew Hall (Bass/Vocals), Greg Ballantine (Drums/Vocals) and Zakk Vigneri (Guitar/Vocals), this alternative and punk rock influenced quartet has already made an impact in the Maryland music scene.
- Halftone has already played to large crowds at venues such as Rams Head Live, Ottobar and Fish Head Cantina. They also participated in the 16th annual Anne Arundel County High School Battle of the Bands at Maryland Hall, and returned the following year to perform as the showcase act. + Halftone has already played to large crowds at venues such as Rams Head Live, Ottobar and Fish Head Cantina. They also participated in the 16th annual Anne Arundel County High School Battle of the Bands at Maryland Hall, and returned the following year to perform as the showcase act.
Their debut EP, “Opting Out”, was produced by Jerome Maffeo (Jimmie’s Chicken Shack) and singer/songwriter, Eric James (formerly of vs. The Earth) and is available now on iTunes. Their single “Elsewhere” has received radio airplay on WIYY (98 Rock, Baltimore).
- “It’s refreshing to find a young band that strikes such a perfect balance between showmanship and musicianship and that understands what it means to work hard to build a following”, remarks co-producer Eric James. + “It’s refreshing to find a young band that strikes such a perfect balance between showmanship and musicianship and that understands what it means to work hard to build a following”, remarks co-producer Eric James.
@@ -35,7 +35,7 @@
For booking, press, promotion, or just to say "what's up?", you can shoot us an email at:
diff --git a/app/views/home.twig b/app/views/home.twig index 5f8d190..c16d597 100755 --- a/app/views/home.twig +++ b/app/views/home.twig @@ -1,4 +1,4 @@ -{% extends 'templates/default.php' %} +{% extends 'templates/default.twig' %} {% block title %}Home{% endblock %} diff --git a/app/views/music.twig b/app/views/music.twig deleted file mode 100755 index 19f4471..0000000 --- a/app/views/music.twig +++ /dev/null @@ -1,71 +0,0 @@ -{% extends 'templates/default.php' %} - -{% block javascripts %} - - -{% endblock %} - -{% block title %}Music{% endblock %} - -{% block content %} - -