diff --git a/newVersion/assets/doubleArrowDown.svg b/newVersion/assets/doubleArrowDown.svg
new file mode 100644
index 0000000..a990fed
--- /dev/null
+++ b/newVersion/assets/doubleArrowDown.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/newVersion/assets/radio_button_checked.svg b/newVersion/assets/radio_button_checked.svg
new file mode 100644
index 0000000..b66abee
--- /dev/null
+++ b/newVersion/assets/radio_button_checked.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/newVersion/assets/radio_button_unchecked.svg b/newVersion/assets/radio_button_unchecked.svg
new file mode 100644
index 0000000..933bab1
--- /dev/null
+++ b/newVersion/assets/radio_button_unchecked.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/newVersion/contact/index.html b/newVersion/contact/index.html
index 457bd90..19255d8 100644
--- a/newVersion/contact/index.html
+++ b/newVersion/contact/index.html
@@ -6,7 +6,6 @@
-
@@ -27,15 +26,15 @@
-
radio_button_checked
-
radio_button_unchecked
+

+
diff --git a/newVersion/css/fancyStyle.css b/newVersion/css/fancyStyle.css
index 0c8bd95..fc67b88 100644
--- a/newVersion/css/fancyStyle.css
+++ b/newVersion/css/fancyStyle.css
@@ -104,7 +104,9 @@
}
.progress-item {
+ color: white;
cursor: pointer;
+ width: 1.75vw;
}
diff --git a/newVersion/examples/index.html b/newVersion/examples/index.html
index 1034bf4..56e4cab 100644
--- a/newVersion/examples/index.html
+++ b/newVersion/examples/index.html
@@ -6,7 +6,6 @@
-
@@ -27,20 +26,20 @@
-
radio_button_checked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
+

+

+

+

+

+

+
diff --git a/newVersion/index.html b/newVersion/index.html
index ace9094..694d924 100644
--- a/newVersion/index.html
+++ b/newVersion/index.html
@@ -6,7 +6,6 @@
-
@@ -28,19 +27,19 @@
-
radio_button_checked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
+

+

+

+

+

+
diff --git a/newVersion/info/index.html b/newVersion/info/index.html
index a5f458b..5045251 100644
--- a/newVersion/info/index.html
+++ b/newVersion/info/index.html
@@ -6,7 +6,6 @@
-
@@ -27,21 +26,21 @@
-
radio_button_checked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
-
radio_button_unchecked
+

+

+

+

+

+

+

+
diff --git a/newVersion/js/scrolling.js b/newVersion/js/scrolling.js
index 40d1518..d9d67f0 100644
--- a/newVersion/js/scrolling.js
+++ b/newVersion/js/scrolling.js
@@ -54,8 +54,8 @@ $( document ).ready( function () {
}
function trackProgress () {
- $( '.progress-item' ).html( `radio_button_unchecked` );
- document.getElementById( `step${currentlyShowing + 1}` ).innerHTML = `radio_button_checked`;
+ $( '.progress-item' ).attr( 'src', `/assets/radio_button_unchecked.svg` );
+ $( `#step${currentlyShowing + 1}` ).attr( 'src', `/assets/radio_button_checked.svg` );
}
$( '.progress-item' ).click( function () {