+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/shiny/Contacts-v2/components/contacts-detail-item.html b/shiny/Contacts-v2/components/contacts-detail-item.html
new file mode 100644
index 0000000..e9755fd
--- /dev/null
+++ b/shiny/Contacts-v2/components/contacts-detail-item.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
{{label}}
+
{{value}}
+
+
\ No newline at end of file
diff --git a/shiny/Contacts-v2/components/contacts-detail.html b/shiny/Contacts-v2/components/contacts-detail.html
new file mode 100644
index 0000000..83b7c90
--- /dev/null
+++ b/shiny/Contacts-v2/components/contacts-detail.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{contact.name}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/shiny/Contacts-v2/components/contacts-icon.html b/shiny/Contacts-v2/components/contacts-icon.html
new file mode 100644
index 0000000..affe8ad
--- /dev/null
+++ b/shiny/Contacts-v2/components/contacts-icon.html
@@ -0,0 +1,34 @@
+
+
+
+
+ {{contact.initials}}
+
+
+
+
\ No newline at end of file
diff --git a/shiny/Contacts-v2/components/contacts-list.html b/shiny/Contacts-v2/components/contacts-list.html
new file mode 100644
index 0000000..f6285d2
--- /dev/null
+++ b/shiny/Contacts-v2/components/contacts-list.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
Contacts
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/shiny/Contacts-v2/components/shiny-contacts.html b/shiny/Contacts-v2/components/shiny-contacts.html
deleted file mode 100644
index 3ddef0a..0000000
--- a/shiny/Contacts-v2/components/shiny-contacts.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
Contacts
-
-
-
-
-
-
- {{alpha.letter}}
-
-
-
-
-
- {{contact.initials}}
-
-
{{contact.name}}
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/shiny/Contacts-v2/index.html b/shiny/Contacts-v2/index.html
index 614a065..4193329 100644
--- a/shiny/Contacts-v2/index.html
+++ b/shiny/Contacts-v2/index.html
@@ -1,17 +1,24 @@