diff --git a/src/router/index.js b/src/router/index.js
index d2b86eb..ef365a3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -18,6 +18,11 @@ const routes = [
name: 'contacts',
component: () => import('@/views/contacts/index.vue'),
},
+ {
+ path: '/calculator',
+ name: 'calculator',
+ component: () => import('@/views/calculator/index.vue'),
+ },
{
path: '/home',
name: 'home',
diff --git a/src/views/calculator/index.vue b/src/views/calculator/index.vue
new file mode 100644
index 0000000..cfc4094
--- /dev/null
+++ b/src/views/calculator/index.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
diff --git a/src/views/calculator/size1440/index.vue b/src/views/calculator/size1440/index.vue
new file mode 100644
index 0000000..427f3d2
--- /dev/null
+++ b/src/views/calculator/size1440/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/calculator/size1920/index.vue b/src/views/calculator/size1920/index.vue
new file mode 100644
index 0000000..cd2c3ea
--- /dev/null
+++ b/src/views/calculator/size1920/index.vue
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
Investment Type
+
+ Amount invested (in dollars)
+ Number of shares purchased
+
+
+
+
+
Amount to Calculate
+
+
+ Dividends reinvested
+ Dividends not reinvested
+
+
+
+
+
+
+
+ Submit
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/calculator/size375/index.vue b/src/views/calculator/size375/index.vue
new file mode 100644
index 0000000..f3e7467
--- /dev/null
+++ b/src/views/calculator/size375/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/calculator/size768/index.vue b/src/views/calculator/size768/index.vue
new file mode 100644
index 0000000..e7c4364
--- /dev/null
+++ b/src/views/calculator/size768/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+