Add counter animation
diff --git a/bfor.html b/bfor.html
index c22f9ac..5dc6d79 100644
--- a/bfor.html
+++ b/bfor.html
@@ -2377,6 +2377,8 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- Script: Smooth scrolling between anchors in the same page -->
<script src="js/smooth-scroll.js"></script>
+ <script src="https://bfintal.github.io/Counter-Up/jquery.counterup.min.js"></script>
+ <script src="js/counter.js"></script>
</body>
diff --git a/js/counter.js b/js/counter.js
new file mode 100644
index 0000000..f632111
--- /dev/null
+++ b/js/counter.js
@@ -0,0 +1,3 @@
+ $('.counter').counterUp({
+
+ });
\ No newline at end of file