Skip to content

Commit fe7000f

Browse files
author
Jaz Lalli
committed
[fix] improve scrolling performance on services page. remove items from repo, add .gitignore
1 parent d0a7aa2 commit fe7000f

File tree

106 files changed

+69
-3703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+69
-3703
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-metadata
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_layouts/services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>Innovation Strategy</h3>
4747
<img src="{{ site.baseurl }}/img/services/services-hacking.png" alt="Innovation Strategy" class="services-item-img col-1-2">
4848
<div class="services-item-text col-1-2">
4949
<h3>Rapid Prototype &amp; Hacking</h3>
50-
<p>The first step towards creating a culture of technical innovation is removing the fear of failure. By going through iterations of rapid prototyping, stakeholders, business users and deliverers get to see what is possible - whether that be trialling new technology, new processes or just understanding how different technologies can work together. It is a fun and exciting way to engage without wasting lots of time and money.</p>
50+
<p>The first step towards creating a culture of technical innovation is removing the fear of failure. By going through iterations of rapid prototyping, stakeholders, business users and deliverers get to see what is possible - whether that be trialling new technology, new processes or just understanding how different technologies can work together. It is a fun and exciting way to engage without wasting lots of time and money.</p>
5151
<p>If you have creative technologists, their brains need feeding - rapid prototyping and hacking gives them a chance to try, and learn.</p>
5252
</div>
5353
</div>

_sass/pages/_services.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
margin: 0;
4141
padding-top: 50px;
4242
padding-bottom: 50px;
43-
transition: background-color 1s;
43+
transition: background-color 0.8s;
44+
transform: translateZ(0);
4445

4546
@media screen and ( max-width: $medium + 150px ) {
4647
padding-bottom: 0;

_site/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

_site/about/index.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

_site/astrazeneca/index.html

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)