diff --git a/src/main/webapp/WEB-INF/partials/head.jsp b/src/main/webapp/WEB-INF/partials/head.jsp
index a33443d65c..f49247e6a0 100644
--- a/src/main/webapp/WEB-INF/partials/head.jsp
+++ b/src/main/webapp/WEB-INF/partials/head.jsp
@@ -1,2 +1,3 @@
${param.title}
-
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/partials/home.jsp b/src/main/webapp/WEB-INF/partials/home.jsp
new file mode 100644
index 0000000000..0fd5d0d5a6
--- /dev/null
+++ b/src/main/webapp/WEB-INF/partials/home.jsp
@@ -0,0 +1,16 @@
+<%--
+ Created by IntelliJ IDEA.
+ User: adriannabarrera
+ Date: 11/14/22
+ Time: 1:24 PM
+ To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+ Title
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/partials/navbar.jsp b/src/main/webapp/WEB-INF/partials/navbar.jsp
index 8e1f98f662..f61b9a66fa 100644
--- a/src/main/webapp/WEB-INF/partials/navbar.jsp
+++ b/src/main/webapp/WEB-INF/partials/navbar.jsp
@@ -1,13 +1,22 @@
-
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/partials/navbarLoggedIn.jsp b/src/main/webapp/WEB-INF/partials/navbarLoggedIn.jsp
new file mode 100644
index 0000000000..522596e99c
--- /dev/null
+++ b/src/main/webapp/WEB-INF/partials/navbarLoggedIn.jsp
@@ -0,0 +1,46 @@
+<%----%>
+<%--
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/partials/navbarProf.jsp b/src/main/webapp/WEB-INF/partials/navbarProf.jsp
new file mode 100644
index 0000000000..5292182cf2
--- /dev/null
+++ b/src/main/webapp/WEB-INF/partials/navbarProf.jsp
@@ -0,0 +1,47 @@
+<%----%>
+<%--