Skip to content

Commit

Permalink
hoozingle
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Mar 3, 2013
0 parents commit 01a92c3
Show file tree
Hide file tree
Showing 15 changed files with 250 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.nide
1 change: 1 addition & 0 deletions .npmignore
@@ -0,0 +1 @@
.nide
24 changes: 24 additions & 0 deletions about.html
@@ -0,0 +1,24 @@
<!doctype html>
<html class="no-js">
<meta charset="utf-8">
<title>Peaksound</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Peak Sound: Highest quality, lowest cost sound system in Belfast.">
<meta name="viewport" content="width:device-width">
<link rel="stylesheet" href="style/gorgeous.css">
<script src="lib/modernizr.js"></script>
<div class="container">
<header class="top-header">
<h1><strong>Peak</strong>Sound</h1>
<nav>
<ul>
<li><a class="selected" href="about.html">about us</a>
<li><a href="system.html">sound system</a>
<li><a href="service.html">services &amp; pricing</a>
<li><a href="contact.html">contact</a>
</ul>
</nav>
</header>
<div class="main" role="main">
</div>
</div>
24 changes: 24 additions & 0 deletions contact.html
@@ -0,0 +1,24 @@
<!doctype html>
<html class="no-js">
<meta charset="utf-8">
<title>Peaksound</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Peak Sound: Highest quality, lowest cost sound system in Belfast.">
<meta name="viewport" content="width:device-width">
<link rel="stylesheet" href="style/gorgeous.css">
<script src="lib/modernizr.js"></script>
<div class="container">
<header class="top-header">
<h1><strong>Peak</strong>Sound</h1>
<nav>
<ul>
<li><a class="selected" href="about.html">about us</a>
<li><a href="system.html">sound system</a>
<li><a href="service.html">services &amp; pricing</a>
<li><a href="contact.html">contact</a>
</ul>
</nav>
</header>
<div class="main" role="main">
</div>
</div>
24 changes: 24 additions & 0 deletions index.html
@@ -0,0 +1,24 @@
<!doctype html>
<html class="no-js">
<meta charset="utf-8">
<title>Peaksound</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Peak Sound: Highest quality, lowest cost sound system in Belfast.">
<meta name="viewport" content="width:device-width">
<link rel="stylesheet" href="style/gorgeous.css">
<script src="lib/modernizr.js"></script>
<div class="container">
<header class="top-header">
<h1><strong>Peak</strong>Sound</h1>
<nav>
<ul>
<li><a class="selected" href="about.html">about us</a>
<li><a href="system.html">sound system</a>
<li><a href="service.html">services &amp; pricing</a>
<li><a href="contact.html">contact</a>
</ul>
</nav>
</header>
<div class="main" role="main">
</div>
</div>
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{
"name": "testing",
"description": "testing directory in ~/Projects",
"version": "0.1.0",
"author": "chee",
"dependencies": {},
"devDependencies": {}
}
26 changes: 26 additions & 0 deletions peaksound.org
@@ -0,0 +1,26 @@
peaksound.org

-- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- --
our main aim is to show we have a top quality sound system for a better price than any one locally - and that we will beat any price on simaler sound systems
-- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- --

# about us:
over 10 years experience
* knowledge of out door and indoor events, charity fundraisers, orthodox and unorthodox events, end of year final shows.
* our engineer , lots of experience including such things as work on the oceans 11 sound track
* willing to take on any event

# the sound system:
the spec of the sound system with links to the actual spec sheets
* photos of the system
* good reviews of the system
* how good the price is for the quality of the system

# services and pricing:
will work with each project to provide exactly what is needed, will do as much as possible to take the stress away from the organiser
* small to mid sized room ( half rig ) include the price for collected and returned, plus fully delivered and collected by us.
* mid sized to large room and out doors ( full rig ) include price again for collected or delivered by us.
* include extra fees for, lighting, face painting, room decor, visuals full set and use of engineer.

# contact us:
simply include enquiry form and telephone numebers
4 changes: 4 additions & 0 deletions script/untitled.js
@@ -0,0 +1,4 @@
(function() {
'use strict';

})()
24 changes: 24 additions & 0 deletions service.html
@@ -0,0 +1,24 @@
<!doctype html>
<html class="no-js">
<meta charset="utf-8">
<title>Peaksound</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Peak Sound: Highest quality, lowest cost sound system in Belfast.">
<meta name="viewport" content="width:device-width">
<link rel="stylesheet" href="style/gorgeous.css">
<script src="lib/modernizr.js"></script>
<div class="container">
<header class="top-header">
<h1><strong>Peak</strong>Sound</h1>
<nav>
<ul>
<li><a class="selected" href="about.html">about us</a>
<li><a href="system.html">sound system</a>
<li><a href="service.html">services &amp; pricing</a>
<li><a href="contact.html">contact</a>
</ul>
</nav>
</header>
<div class="main" role="main">
</div>
</div>
1 change: 1 addition & 0 deletions style/gorgeous.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions style/gorgeous.scss
@@ -0,0 +1,88 @@
@import "normalize";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@mixin transition( $property, $duration, $easing ) {
-webkit-transition: $duration $easing;
-moz-transition: $duration $easing;
-ms-transition: $duration $easing;
-o-transition: $duration $easing;
transition: $duration $easing;
-webkit-transition-property: $property;
-moz-transition-property: $property;
-ms-transition-property: $property;
-o-transition-property: $property;
transition-property: $property;
}

body {
background: #e0e0e0;
font-family: roboto;
}

.top-header {
background: #e7e7e7;
overflow: hidden;

h1 {
font-weight: 100;
text-shadow: -1px 1px white;

strong {
font-weight: 400;
}
}

nav {
width: 100%;
margin: auto;
box-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 );
ul {
list-style-type: none;
width: 100%;
padding: 0;

li {
display: inline-block;
width: 25%;

a {
color: #333;
background: white;
text-decoration: none;
line-height: 3;
height: 3em;
display: block;
width: 100%;
text-align: center;
border-bottom: 1px solid #d7d7f7;
@include transition( ( border-color,background-color ), .3s, ease-in );
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&:hover {
border-bottom-color: red;
background: #eee;
}
}

&:first-child a {
border-radius: .3em 0 0 0;
}

&:last-child a {
border-radius: 0 .3em 0 0;
}
}
}
}
}

.main {
width: 95%;
margin: auto;
}
1 change: 1 addition & 0 deletions style/normalize.scss
@@ -0,0 +1 @@
/* normalize.css v2.0.1 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
24 changes: 24 additions & 0 deletions system.html
@@ -0,0 +1,24 @@
<!doctype html>
<html class="no-js">
<meta charset="utf-8">
<title>Peaksound</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Peak Sound: Highest quality, lowest cost sound system in Belfast.">
<meta name="viewport" content="width:device-width">
<link rel="stylesheet" href="style/gorgeous.css">
<script src="lib/modernizr.js"></script>
<div class="container">
<header class="top-header">
<h1><strong>Peak</strong>Sound</h1>
<nav>
<ul>
<li><a class="selected" href="about.html">about us</a>
<li><a href="system.html">sound system</a>
<li><a href="service.html">services &amp; pricing</a>
<li><a href="contact.html">contact</a>
</ul>
</nav>
</header>
<div class="main" role="main">
</div>
</div>
Empty file added untitled
Empty file.

0 comments on commit 01a92c3

Please sign in to comment.