diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..cc5462d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/benchcoach/static/css/project.css b/benchcoach/static/css/project.css
index c0b67da..05c0400 100644
--- a/benchcoach/static/css/project.css
+++ b/benchcoach/static/css/project.css
@@ -32,3 +32,9 @@
vertical-align: middle;
white-space: nowrap;
}
+
+.btn-gamechanger {
+ color: #fff;
+ border-color: #1b73bc;
+ background-color: #1b73bc;
+}
diff --git a/benchcoach/static/images/gamechanger.svg b/benchcoach/static/images/gamechanger.svg
new file mode 100644
index 0000000..5da9c86
--- /dev/null
+++ b/benchcoach/static/images/gamechanger.svg
@@ -0,0 +1,80 @@
+
+
+
diff --git a/benchcoach/templates/base.html b/benchcoach/templates/base.html
index e7acc17..e62a40f 100644
--- a/benchcoach/templates/base.html
+++ b/benchcoach/templates/base.html
@@ -36,7 +36,7 @@
-