diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png
new file mode 100644
index 0000000..2e91776
Binary files /dev/null and b/src/assets/logo/logo.png differ
diff --git a/src/icons/svg/run.svg b/src/icons/svg/run.svg
new file mode 100644
index 0000000..c90ff44
--- /dev/null
+++ b/src/icons/svg/run.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/svg/running.svg b/src/icons/svg/running.svg
new file mode 100644
index 0000000..b95cb88
--- /dev/null
+++ b/src/icons/svg/running.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 6de4d82..1d6f369 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -124,3 +124,14 @@ a:hover {
line-height: 32px;
border-radius: 16px;
}
+
+.logo-con{
+ height: 60px;
+ padding: 12px 0px 0px;
+ img{
+ height: 35px;
+ width: 138px;
+ display: block;
+ margin: 0 auto;
+ }
+}
diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue
index 0e14f16..8c35170 100644
--- a/src/views/layout/Layout.vue
+++ b/src/views/layout/Layout.vue
@@ -13,7 +13,6 @@