Skip to content

Commit

Permalink
Merge pull request #8 from albanlv/master
Browse files Browse the repository at this point in the history
Some fixes
  • Loading branch information
albanlv committed Apr 10, 2012
2 parents 82acb72 + 95c19f2 commit 70a0d9b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
Binary file added content/images/leather.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/images/lukasz.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/white_leather.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion content/stylesheet/style.css
@@ -1,8 +1,9 @@
body {
background-color: #EAEAEA;
border-top: 12px solid #3C7AA3;
padding-top: 60px;
padding-top: 20px;
}

h1 {
font-size:90px;
}
Expand Down Expand Up @@ -123,3 +124,7 @@ ul#tab.nav.nav-tabs li.navig{
font-size: 16px;
line-height: 24px;
}

#techno p{
font-size: 24px;
}
10 changes: 5 additions & 5 deletions layouts/default.html.haml
Expand Up @@ -35,13 +35,13 @@
%a{"data-toggle" => "tab", :href => "#projects"}
Projects
%li.navig
%a{"data-toggle" => "tab", :href => "mailto:bonjour@nukomeet.com"}
%a{:href => "mailto:bonjour@nukomeet.com"}
Hire Us
%li.navig
%a{"data-toggle" => "tab", :href => "#apply"}
Apply
%li.navig
%a{"data-toggle" => "tab", :href => "/blog/"}
%a{:href => "/blog/"}
Our Blog
%p  
%p  
Expand All @@ -50,7 +50,7 @@
.row
.span4
%p
Lukasz Kups
Ofca
%img.pull-right.pic{:src => "assets/images/lukasz.jpg"}
.span4
%p
Expand Down Expand Up @@ -87,8 +87,8 @@
%p.pull-right Quickstudio is a Saas for music studios. Our team is creating the version 2 using Ruby on Rails.
.span4
%h3
QuizzTournament
%p.pull-right QuizzTournament is a start-up creating multiplayer games. Our team helps them to scale up.
Frayment
%p.pull-right Frayment is an online payment system developped for a company that sells online tickets.
.span4
%h3
You?
Expand Down

0 comments on commit 70a0d9b

Please sign in to comment.