Skip to content

Commit

Permalink
Merge branch 'arup'
Browse files Browse the repository at this point in the history
  • Loading branch information
RobEasthope committed Aug 10, 2016
2 parents 3ea1f1e + ff939f1 commit 3b2b872
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/home/portfolio-index.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ class PortfolioIndexService {
'ngInject';

this.data = [
{
title : 'Arup',
image : 'assets/images/projects/arup/arup-thumbnail.jpg',
state : 'arup'
},
{
title : 'Pladis',
image : 'assets/images/projects/pladis/pladis-thumbnail.jpg',
Expand Down
8 changes: 8 additions & 0 deletions src/app/index.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ function routerConfig ($stateProvider, $urlRouterProvider) {
// *

// Projects
.state('arup', {
url: '/arup',
views: {
'content': {
templateUrl: 'app/projects/arup/arup.html'
}
}
})
.state('pladis', {
url: '/pladis',
views: {
Expand Down
63 changes: 63 additions & 0 deletions src/app/projects/arup/arup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!-- Opening section -->
<header class="row project-header arup-header">
<div class="small-12 columns height-fix">
<div class="project-header-copy">
<h1 class="project-title">Arup</h1><br>
<div class="client">Client: <a href="http://www.arup.com">Arup</a> | Agency: <a href="http://www.think.eu">TH_NK</a></div>
<br>
<div class="project-link">
<a href="http://arup-prototype-demo.s3-website-us-east-1.amazonaws.com/">Presentation demo</a>
</div>
</div>
</div>
</header>

<section>
<div class="row">
<div class="small-12 columns">
<div class="project-intro">
<h2 class="section-title">The back story</h2>
<p>Arup was a pitch prototype for the redesign of <a href="http://www.arup.com">arup.com</a>. Making extensive use subtle animation to set itself apart apart from the competition and combined with an ambitious backend, TH_NK ultimately successfully won the pitch.</p>
</div>
</div>
</div>
</section>

<section>
<div class="row">
<ul class="small-block-grid-1 media">
<li>
<figure style="max-width: 900px; margin: 0 auto;">
<img ng-src="assets/images/projects/arup/arup-jumbotron@2x.jpg" />
<figcaption></figcaption>
</figure>
</li>
</ul>
</div>
</section>

<section>
<div class="row">
<div class="small-12 columns">
<div class="text-wrap">
<h2 class="section-title">Technical details</h2>
<ul>
<li>
Animation scrolling handled by <a href="http://scrollmagic.io/">ScrollMagic.js</a>
</li>
<li>
<a href="http://greensock.com/gsap">Greensock GSAP animations</a>
</li>
<li>
<a href="http://kenwheeler.github.io/slick/">Slick carousel</a>
</li>
<li>
<a href="https://gulpjs.com/">Gulp.js front-end tooling</a>
</li>
</ul>
</div>
</div>
</div>
</section>

<div class="footer-hack"></div>
4 changes: 4 additions & 0 deletions src/app/projects/arup/arup.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.arup-header {
background-image: url('../assets/images/projects/arup/arup-banner.jpg');
background-position: center center;
}
Binary file added src/assets/images/projects/arup/arup-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b2b872

Please sign in to comment.