Skip to content

Instantly share code, notes, and snippets.

@d-rome
Created September 6, 2011 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save d-rome/1196245 to your computer and use it in GitHub Desktop.
Save d-rome/1196245 to your computer and use it in GitHub Desktop.
Eric's markup
<section id="news">
<h1>Notes from Dan to Eric</h1>
<p>Hey man, the content (headers and paragraphs) for all these pages are hard coded right now, but you can see how the content management system I made for you works on the this page at least (news page). You should be able to add sections if you login (will text you password), but won't be able to delete or edit the hard coded ones until I take them out of the static page and throw them into the database for you. Lots of things are broke at the moment. Heroku won't host mp3s or do file uploading, so I need to learn to use Amazon cloud services next and hook that in. I'll work on it when I have more internet access.</p>
<h1>About Me</h1>
<p>I'm a recording and sound engineer in the Fort Wayne area. Sound quality and presence is so important in the music, film, live events, and advertising we encounter. Although meticulous sound design is my passion, I can bring a comprehensive presence to live venues. If you need a sound engineer who will provide the best care to your tracks, check out my <a class="nav-services" href="#">services</a> and my <a class="nav-resume" href="#">resume</a>.</p>
<% if @posts.any? %>
<%= render :partial => 'posts/post', :collection => @posts %>
<% end %>
<h1>Fortitude</h1>
<p>I've recently finished Bob Nance's 4th album in his piano series, Fortitude. It will be available for sale at <a href="http://www.w3schools.com/">his site</a></p>
<h1>Kenny Baron</h1>
<p>I've recently finished Dan's 1st album in his Kenny Baron wannabee discography.</p>
<h1>Footloose</h1>
<p>I've recently finished Some Guy's musical, Footloose.</p>
</section>
<section id="services">
<h1>Mixing</h1>
<p>Mixing is both an art, and science. I will work with you to achieve the sound you are looking for. I use both hardware and digital processing to bring clarity to vocals and guitars. I can add punch and fullness to existing drum tracks or replace drums if desired.</p>
<h1>Mastering</h1>
<p>Mastering is hard, man.</p>
</section>
<section id="gear">
<h1>Gear</h1>
<p>Stuff about Eric's gear.</p>
</section>
<section id="project">
<h1>Communication</h1>
<p>I will frequently make contact with you as we move through sound production. For larger projects, you can track my progress through my website, where I will periodically & securely upload files for you to review and comment. As we reach project milestones, I will meet at your convenience to review the project in person.</p>
<p>Send Eric a <a class="nav-message" href="#">message</a> or <a class="nav-file" href="#">file</a>.</p>
</section>
<section id="resume">
<h1>Eric Romary</h1>
<p>Went to school, graduated 2011.</p>
<p>Did some stuff.</p>
<p>Perhaps make this a pdf with prawn?</p>
</section>
<section id="admin">
<% if signed_in? && current_user.admin? %>
<h2><%= "Need to add stuff, bro?" %></h2>
<%= render 'posts/post_form' %>
<% end %>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment