diff --git a/src/lib/components/profile/Appointment.svelte b/src/lib/components/profile/Appointment.svelte
new file mode 100644
index 0000000..3d8f50d
--- /dev/null
+++ b/src/lib/components/profile/Appointment.svelte
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
{data.auth.user.name}
+
+
+
+
{data.auth.user.email}
+
+
+
+
+
+
+
+
+
+ {#if member.member_type === SectionMemberType.Student}
+
+
+
+
My Appointments
+
+
+
Upcoming Meetings
+
+
+
+
+
+
+
+ {/if}
+
+
+ {#if member.member_type === SectionMemberType.TA}
+
+
+
+
Student Appointments
+
+
+
Upcoming Meetings with Students
+
+
+
+
+
+
+
+
+
+
+
+
+
My Appointments
+
+
+
Upcoming Meeting
+
+
+
+
+
+
+
+ {/if}
+
+
+
+
+ {#if member.member_type === SectionMemberType.Student}
+
+
+
+
My Classes
+
+
+
Book Appointments with a TA
+
+
+
+
+
+
+
+ {/if}
+
+
+ {#if member.member_type === SectionMemberType.TA}
+
+
+
+
TA Classes
+
+
+
View Classes you TA for Here
+
+
+
+
+
+
+
+
+
+
+
+
My Classes
+
+
+
Book Appointments with a TA
+
+
+
+
+
+
+
+ {/if}
+
+
+ {#if member.member_type === SectionMemberType.Instructor}
+
+
+
+
Instructional Classes
+
+
+
View Classes you Instruct Here
+
+
+
+
+
+
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+