created addEnode modal, and relatedProfiles component
diff --git a/mCordPortal/src/sass/home.scss b/mCordPortal/src/sass/home.scss
index 1ea0951..ec5acee 100644
--- a/mCordPortal/src/sass/home.scss
+++ b/mCordPortal/src/sass/home.scss
@@ -1,4 +1,6 @@
 $panel-width: 40%;
+$add-button-size: 40px;
+
 e-node-map {
   display: block;
   height: 100%;
@@ -31,6 +33,26 @@
       }
     }
   }
+
+  .addButton {
+    position: absolute;
+    display: block;
+    height: $add-button-size;
+    width: $add-button-size;
+    line-height: 35px;
+    text-align: center;
+    left: 20px;
+    bottom: 20px;
+    background-color: $cord-red;
+    color: #fff;
+    font-size: 30px;
+    font-weight: 700;
+    border-radius: 50%;
+
+    &:hover{
+      text-decoration: none;
+    }
+  }
 }
 
 e-node-map-panel {