diff --git a/cms/static/images/p1.jpg b/cms/static/images/p1.jpg
new file mode 100644
index 0000000..e7f0d71
Binary files /dev/null and b/cms/static/images/p1.jpg differ
diff --git a/cms/static/styles/fullcalendar.css b/cms/static/styles/fullcalendar.css
new file mode 100644
index 0000000..1cafbef
--- /dev/null
+++ b/cms/static/styles/fullcalendar.css
@@ -0,0 +1,87 @@
+
+/* ----------- toolbar ----------- */
+
+.fc .fc-toolbar.fc-header-toolbar{
+ margin: 1em 1em 0.8em 1em;
+}
+.fc .fc-button{
+ height:35px;
+ font-size: 0.8em;
+ padding: 0 1em;
+}
+.fc .fc-button-group>.fc-button{
+ background: transparent;
+ border-color: #334155;
+ color: #334155;
+ margin: 0 6px 0 0;
+}
+.fc .fc-button-group>.fc-button:hover{
+ background: #334155;
+ border-color: #334155;
+ color: #fff;
+
+}
+
+button:focus { outline: none !important; box-shadow: none !important; }
+button:active {outline:none;}
+
+.fc .fc-button-primary{
+ border-color: #334155 ;
+ background: transparent ;
+ color : #334155;
+ border-width: 2px;
+ border-radius: 20px !important;
+}
+.fc .fc-button:hover {
+ border-color: transparent;
+ background: #334155 ;
+ color : white;
+}
+.fc .fc-button-primary:disabled{
+ border-color: transparent ;
+ background: #e3e3e3 ;
+ color : #66615b;
+}
+/* ----------- table ----------- */
+
+.fc .fc-toolbar-title{
+ font-size: 1.4rem;
+}
+
+thead tr.fc-first{
+ border-color: #cdcdcd;
+}
+
+.fc th{
+ border-bottom-width: 1px;
+ font-size: 16px;
+ background-color: #f7f7f7;
+}
+th{
+ font-weight: 300;
+}
+.fc td{
+ border-width: 1px 0 0 1px;
+
+}
+.fc tr th {
+ text-align: right;
+ border-width: 0 0 1px 0px;
+}
+.fc-theme-standard th{
+ border: 1px solid #e5e5e5;
+}
+.fc-theme-standard .fc-scrollgrid{
+ border: none;
+}
+table.fc-border-separate{
+ border-collapse: separate;
+}
+.fc .fc-daygrid-day-number{
+ font-size: 0.8em;
+}
+
+/* ----------- table today ----------- */
+.fc .fc-daygrid-day.fc-day-today{
+ background-color: rgba(100, 116, 139, 0.06);
+}
\ No newline at end of file