Welcome Colin and Beau!
This commit is contained in:
parent
e58f29a9d0
commit
4cf7fde5bf
@ -948,8 +948,8 @@ section.team
|
|||||||
padding: 4px
|
padding: 4px
|
||||||
|
|
||||||
opacity: 1
|
opacity: 1
|
||||||
width: 128px
|
width: 112px
|
||||||
height: 128px
|
height: 112px
|
||||||
margin-left: 15px
|
margin-left: 15px
|
||||||
margin-right: 15px
|
margin-right: 15px
|
||||||
z-index: 0
|
z-index: 0
|
||||||
@ -997,7 +997,7 @@ section.team
|
|||||||
transition: opacity 180ms ease-in-out, top 150ms ease-out
|
transition: opacity 180ms ease-in-out, top 150ms ease-out
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
top: -360px
|
top: -330px
|
||||||
opacity: 1
|
opacity: 1
|
||||||
visibility: visible
|
visibility: visible
|
||||||
|
|
||||||
|
@ -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')}}")
|
img(alt="Ton", src="{{ url_for('static', filename='assets/img/people/ton.jpg')}}")
|
||||||
.face(data-blenderhead='francesco')
|
.face(data-blenderhead='francesco')
|
||||||
img(alt="Francesco", src="{{ url_for('static', filename='assets/img/people/francesco.jpg')}}")
|
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')
|
.face(data-blenderhead='pablo')
|
||||||
img(alt="Pablo", src="{{ url_for('static', filename='assets/img/people/pablo.jpg')}}")
|
img(alt="Pablo", src="{{ url_for('static', filename='assets/img/people/pablo.jpg')}}")
|
||||||
.face(data-blenderhead='andy')
|
.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')}}")
|
img(alt="Sergey", src="{{ url_for('static', filename='assets/img/people/sergey.jpg')}}")
|
||||||
.face(data-blenderhead='sybren')
|
.face(data-blenderhead='sybren')
|
||||||
img(alt="Sybren", src="{{ url_for('static', filename='assets/img/people/sybren.jpg')}}")
|
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
|
.people-bio
|
||||||
.bio#ton
|
.bio#ton
|
||||||
@ -390,9 +394,14 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac
|
|||||||
small Shading, Lighting, Rendering, FX
|
small Shading, Lighting, Rendering, FX
|
||||||
span Germany
|
span Germany
|
||||||
|
|
||||||
|
.bio#colin
|
||||||
|
h3 Colin Levy
|
||||||
|
small Director. Layout.
|
||||||
|
span United States
|
||||||
|
|
||||||
.bio#hjalti
|
.bio#hjalti
|
||||||
h3 Hjalti Hjálmarsson
|
h3 Hjalti Hjálmarsson
|
||||||
small Animation. Layout Artist.
|
small Director. Animation. Layout.
|
||||||
span Iceland
|
span Iceland
|
||||||
|
|
||||||
.bio#sergey
|
.bio#sergey
|
||||||
@ -405,6 +414,10 @@ meta(property="og:image", content="{{ url_for('static', filename='assets/img/bac
|
|||||||
small Blender Cloud Developer
|
small Blender Cloud Developer
|
||||||
span The Netherlands
|
span The Netherlands
|
||||||
|
|
||||||
|
.bio#beau
|
||||||
|
h3 Beau Dreier Gligoor
|
||||||
|
small Modeling. Shading.
|
||||||
|
span The Netherlands
|
||||||
|
|
||||||
.people-container.online
|
.people-container.online
|
||||||
.people-intro
|
.people-intro
|
||||||
@ -478,13 +491,6 @@ script.
|
|||||||
window.location.href = $(this).attr('data-url');
|
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(){
|
function getSubscribers(){
|
||||||
$.get('https://store.blender.org/product-counter/?prod=cloud', function(data) {
|
$.get('https://store.blender.org/product-counter/?prod=cloud', function(data) {
|
||||||
}).done(function(data){
|
}).done(function(data){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user