diff --git a/index.html b/index.html
index 5c0d9c8..a6e076d 100644
--- a/index.html
+++ b/index.html
@@ -23,9 +23,9 @@
⟶
diff --git a/main.js b/main.js
index eaaa298..41bcc96 100644
--- a/main.js
+++ b/main.js
@@ -67,7 +67,19 @@ function where() {
}
}
-// Like carousel show progress
+function ind(page) {
+ document.location = "#" + page;
+ pageLocation = page;
+ buttonVisiblility();
+}
+
+
+
+
+
+
+
+
// Transparent text moving background
/* Links */
diff --git a/styles.css b/styles.css
index 0e047f0..1c04c1c 100644
--- a/styles.css
+++ b/styles.css
@@ -124,6 +124,10 @@ Common Classes
0 0 2.5px #262626;
}
+.progress li:hover {
+ transform: scale(1.2);
+}
+
#meetIndicator {
background-color: #262626;
}