a fresh start
This commit is contained in:
13
source/partials/_analytics.erb
Normal file
13
source/partials/_analytics.erb
Normal file
@ -0,0 +1,13 @@
|
||||
<% if @analytics_account %>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "<%=@analytics_account%>"]);
|
||||
_gaq.push(["_trackPageview"]);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<% end %>
|
3
source/partials/_compatibility-notice.erb
Normal file
3
source/partials/_compatibility-notice.erb
Normal file
@ -0,0 +1,3 @@
|
||||
<p class="compatibility-notice">
|
||||
Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.
|
||||
</p>
|
7
source/partials/_footer.haml
Normal file
7
source/partials/_footer.haml
Normal file
@ -0,0 +1,7 @@
|
||||
%footer
|
||||
%p
|
||||
=link_to 'main', '/'
|
||||
·
|
||||
= link_to 'projects', 'video'
|
||||
%p= mail_to 'mmoser@fullsight.com'
|
||||
%p 309.363.4474
|
18
source/partials/_header.haml
Normal file
18
source/partials/_header.haml
Normal file
@ -0,0 +1,18 @@
|
||||
%nav.navbar.navbar-default{:role => "navigation"}
|
||||
.container-fluid
|
||||
/ Brand and toggle get grouped for better mobile display
|
||||
.navbar-header
|
||||
%button.navbar-toggle.collapsed{"data-target" => "#bs-example-navbar-collapse-1", "data-toggle" => "collapse", :type => "button"}
|
||||
%span.sr-only Toggle navigation
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%a.navbar-brand{:href => "/"}
|
||||
= tag :img, src: '/assets/img/ObleyMirror_100.jpg'
|
||||
/ Collect the nav links, forms, and other content for toggling
|
||||
#bs-example-navbar-collapse-1.collapse.navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
%li.active
|
||||
%a{:href => "#"} Link
|
||||
%li
|
||||
%a{:href => "#"} Link
|
40
source/partials/_side_list.haml
Normal file
40
source/partials/_side_list.haml
Normal file
@ -0,0 +1,40 @@
|
||||
%p
|
||||
check out some of
|
||||
= link_to 'my work', 'video'
|
||||
|
||||
%ul
|
||||
%li
|
||||
more video can be found on
|
||||
= link_to 'vimeo', 'http://www.vimeo.com/mmoser'
|
||||
%li
|
||||
I occasionally play on
|
||||
= link_to 'obleys.net', 'http://www.obleys.net'
|
||||
%li
|
||||
and sometimes
|
||||
= link_to 'youtube', 'http://www.youtube.com/user/ObleyWan'
|
||||
%li
|
||||
view my
|
||||
= link_to 'linked in', 'http://www.linkedin.com/in/markamoser'
|
||||
page
|
||||
|
||||
%ul
|
||||
%li= link_to 'skype: fullsightstudios', 'skype:fullsightstudios?userinfo'
|
||||
|
||||
%ul
|
||||
%li
|
||||
= link_to 'bluehost', 'http://www.bluehost.com/track/fullsight'
|
||||
is my preferred shared web host
|
||||
|
||||
%li
|
||||
= link_to 'digital ocean', 'https://www.digitalocean.com/?refcode=0d1758a3ccb2'
|
||||
is my preferred vps host
|
||||
|
||||
%li
|
||||
free cloud storage from
|
||||
= link_to 'dropbox', 'https://www.getdropbox.com/referrals/NTUzODQzOQ'
|
||||
|
||||
%ul
|
||||
%li TEMPLATE TEMP
|
||||
%li= link_to 'blogin', 'blogin'
|
||||
%li= link_to 'blogin-sidebar', 'blogin/article.html'
|
||||
%li= link_to 'crafty', 'crafty'
|
Reference in New Issue
Block a user