Skip to content

Commit 01e81bb

Browse files
committed
fix version Dragable
1 parent 6540712 commit 01e81bb

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

rubycon.it/_data/speakers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@
2525
- avatar: '/assets/images/logo/0_0.jpeg'
2626
full_name: Julius Caesar
2727
role: Senior Ruby developer @Gallia 3P
28-
#description: The crossing of the river Rubicon from the north by Julius Caesar was in early January 49 BC. The exact date is unknown. Scholars usually place it on the night of 10 and 11 January because of the speeds at which messengers could travel at that time. It is often asserted that Caesar's crossing of the river precipitated Caesar's civil war, but Caesar's forces had already crossed into Italy and occupied Ariminum (Rimini) the previous day.
2928
description: cooming soon.
30-
keys: [ruby, ruby on rails]
29+
labels: [ruby, ruby on rails]

rubycon.it/_includes/speakers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3 class="text-white text-2xl font-bold">{{ speaker.full_name }}</h3>
4444
const contentWidth = track.scrollWidth / 2;
4545

4646
let x = 0;
47-
let speed = 0.8; // velocità auto scroll
47+
const speed = 0.8;
4848
let isPaused = false;
4949

5050
function animate() {

rubycon.it/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% include footer.html %}
3333

3434
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/gsap.min.js"></script>
35-
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/Draggable.min.js"></script>
35+
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.1/dist/Draggable.min.js"></script>
3636
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
3737
<script>
3838
AOS.init({duration: 500})

rubycon.it/assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,5 @@ section:nth-of-type(even):not(#newsletter) {
286286
.my-card{
287287
background-color: variables.$background-secondary;
288288
width: 300px;
289-
}
289+
}
290290
}

0 commit comments

Comments
 (0)