diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 288b9ab..b002586 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -13,3 +13,5 @@
*= require_tree .
*= require_self
*/
+
+
diff --git a/app/assets/stylesheets/bootstrap b/app/assets/stylesheets/bootstrap
new file mode 100644
index 0000000..e69de29
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index ed31212..ea12c83 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -1,2 +1,2 @@
Home Page
-Leaving this blank until we create the other pages!
\ No newline at end of file
+Leaving this blank until we create the other pages!
diff --git a/app/views/home/participant.html.erb b/app/views/home/participant.html.erb
index 52d8141..e69de29 100644
--- a/app/views/home/participant.html.erb
+++ b/app/views/home/participant.html.erb
@@ -1 +0,0 @@
-Participant
diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 2862321..4c81ccd 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -39,3 +39,24 @@
+
+
\ No newline at end of file
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 437fed7..f2237ce 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -4,14 +4,15 @@
Obdev
-
+
<%= render 'layouts/header' %>
+
-
-
-
- <%= yield %>
+ <%= yield %>
+
+
+
-