diff --git a/src/styles/_homepage.sass b/src/styles/_homepage.sass index 395d9188..d9222bd4 100644 --- a/src/styles/_homepage.sass +++ b/src/styles/_homepage.sass @@ -948,8 +948,8 @@ section.team padding: 4px opacity: 1 - width: 128px - height: 128px + width: 112px + height: 112px margin-left: 15px margin-right: 15px z-index: 0 @@ -997,7 +997,7 @@ section.team transition: opacity 180ms ease-in-out, top 150ms ease-out &.active - top: -360px + top: -330px opacity: 1 visibility: visible diff --git a/src/templates/join.jade b/src/templates/join.jade index 77a744f1..09905bcf 100644 --- a/src/templates/join.jade +++ b/src/templates/join.jade @@ -358,6 +358,8 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac img(alt="Ton", src="{{ url_for('static', filename='assets/img/people/ton.jpg')}}") .face(data-blenderhead='francesco') img(alt="Francesco", src="{{ url_for('static', filename='assets/img/people/francesco.jpg')}}") + .face(data-blenderhead='colin') + img(alt="Colin", src="{{ url_for('static', filename='assets/img/people/colin.jpg')}}") .face(data-blenderhead='pablo') img(alt="Pablo", src="{{ url_for('static', filename='assets/img/people/pablo.jpg')}}") .face(data-blenderhead='andy') @@ -368,6 +370,8 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac img(alt="Sergey", src="{{ url_for('static', filename='assets/img/people/sergey.jpg')}}") .face(data-blenderhead='sybren') img(alt="Sybren", src="{{ url_for('static', filename='assets/img/people/sybren.jpg')}}") + .face(data-blenderhead='beau') + img(alt="beau", src="{{ url_for('static', filename='assets/img/people/beau.jpg')}}") .people-bio .bio#ton @@ -390,9 +394,14 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac small Shading, Lighting, Rendering, FX span Germany + .bio#colin + h3 Colin Levy + small Director. Layout. + span United States + .bio#hjalti h3 Hjalti Hjálmarsson - small Animation. Layout Artist. + small Director. Animation. Layout. span Iceland .bio#sergey @@ -405,6 +414,10 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac small Blender Cloud Developer span The Netherlands + .bio#beau + h3 Beau Dreier Gligoor + small Modeling. Shading. + span The Netherlands .people-container.online .people-intro @@ -478,13 +491,6 @@ script. window.location.href = $(this).attr('data-url'); }); - $(window).on('load scroll', function() { - var y = $(this).scrollTop(); - if (y < 100){ - $('.navbar-backdrop').css('background-position-y', (parseInt(-y / 4) * -1) + 'px'); - } - }); - function getSubscribers(){ $.get('https://store.blender.org/product-counter/?prod=cloud', function(data) { }).done(function(data){