diff --git a/src/app.css b/src/app.css
index 24b2ad7..01aec11 100644
--- a/src/app.css
+++ b/src/app.css
@@ -24,13 +24,17 @@ body {
color: #333;
}
-h1,
+h1 {
+ font-family: 'Washington', serif;
+ font-weight: normal;
+}
+
h2,
h3,
h4,
h5,
h6 {
- font-family: 'Washington', serif;
+ font-family: 'Times New Roman', Times, serif;
font-weight: normal;
}
diff --git a/src/lib/components/ProfileIcon.svelte b/src/lib/components/ProfileIcon.svelte
new file mode 100644
index 0000000..e6b94aa
--- /dev/null
+++ b/src/lib/components/ProfileIcon.svelte
@@ -0,0 +1,59 @@
+
+
+
+
+
diff --git a/src/lib/components/ProfilePanel.svelte b/src/lib/components/ProfilePanel.svelte
new file mode 100644
index 0000000..dad1470
--- /dev/null
+++ b/src/lib/components/ProfilePanel.svelte
@@ -0,0 +1,210 @@
+
+
+