+
<% @themes.each do |theme| %>
-
+
<% end %>
diff --git a/app/views/desktop_themes/edit.html.erb b/app/views/desktop_themes/edit.html.erb
new file mode 100644
index 00000000..396ccff0
--- /dev/null
+++ b/app/views/desktop_themes/edit.html.erb
@@ -0,0 +1,16 @@
+
+ <%= @dw.name %>
+
+
Upload Widget image
+
+ <%= form_for @dw, :url => desktop_widget_path(@dw) do |f| %>
+
+
+ <%= f.file_field :image %>
+
+ <%= submit_tag %>
+
+ <% end %>
+
+
+
\ No newline at end of file
diff --git a/app/views/desktop_themes/index.html.erb b/app/views/desktop_themes/index.html.erb
new file mode 100644
index 00000000..fdc106e2
--- /dev/null
+++ b/app/views/desktop_themes/index.html.erb
@@ -0,0 +1,9 @@
+
+
+ <% @desktopThemes.each do |dw| %>
+ - <%= dw.name %>
+ <%= link_to "Delete", desktop_theme_path(dw), :method=>"delete", :confirm=>"Are you sure?" %>
+
+ <% end %>
+
+
\ No newline at end of file
diff --git a/app/views/desktop_themes/upload.html.erb b/app/views/desktop_themes/upload.html.erb
new file mode 100644
index 00000000..d54ac1c6
--- /dev/null
+++ b/app/views/desktop_themes/upload.html.erb
@@ -0,0 +1,12 @@
+
Upload Theme Package
+
+ <%= form_tag '',:multipart => true,:action=>"post" do |f| %>
+
+
+ <%= file_field :desktop_theme,:package_file %>
+
+ <%= submit_tag %>
+
+ <% end %>
+
+
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index 30372248..f886b084 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -228,6 +228,16 @@ Orbit::Application.routes.draw do
get 'delete'
post 'upload'
end
+ end
+ match "desktop_themes/settings" => "desktop_themes#settings"
+ resources :desktop_themes do
+
+ collection do
+ get 'upload'
+ get 'delete'
+ post 'upload'
+ end
+
end
resources :desktop_apps do
@@ -249,7 +259,7 @@ Orbit::Application.routes.draw do
match '/desktop/save_desktop_settings/'=>'desktop#save_desktop_settings'
match '/desktop/getgroups/'=>'desktop#getgroups'
match '/desktop/getsectionlist/'=>'desktop#getsectionlist'
- match '/desktop/themes/'=>'desktop#themes'
+ match '/desktop/get_themes/'=>'desktop#get_themes'
match '/desktop/sections/'=>'desktop#sections'
match '/desktop/getapplist/'=>'desktop#getapplist'
match '/desktop/getapplistforManager/'=>'desktop#getapplistforManager'
@@ -291,6 +301,7 @@ Orbit::Application.routes.draw do
match "/facebook/register_fb" => "facebook#register_fb"
match "/facebook/get_friends" => "facebook#get_friends"
+
#match '/desktop_orbit/eventajaxload' => 'desktop_publications#create_journal'
diff --git a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/css/default.css b/public/desktop_themes/4f8d3f3c3b67fcd05f086358/css/default.css
deleted file mode 100755
index 9e01a140..00000000
--- a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/css/default.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #6F0; }
-.thmc2 { background: #C09; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #FFFFFF; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-*/
-.thmc4 { background: #000000; }
-
-
-/* Theme Text Color */
-.thmtxt { color: #fff; }
-.thmtxth { color: #000; }
-
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/background.jpg b/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/background.jpg
deleted file mode 100755
index f45c73a7..00000000
Binary files a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/chris.jpeg b/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/chris.jpeg
deleted file mode 100644
index e0c669d4..00000000
Binary files a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/images/chris.jpeg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/settings/4f8d3f3c3b67fcd05f086358.json b/public/desktop_themes/4f8d3f3c3b67fcd05f086358/settings/4f8d3f3c3b67fcd05f086358.json
deleted file mode 100755
index 2be2bcb8..00000000
--- a/public/desktop_themes/4f8d3f3c3b67fcd05f086358/settings/4f8d3f3c3b67fcd05f086358.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"default.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/css/default.css b/public/desktop_themes/4f8d3f493b67fcd05f086359/css/default.css
deleted file mode 100755
index cfbd430d..00000000
--- a/public/desktop_themes/4f8d3f493b67fcd05f086359/css/default.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #0099CC; }
-.thmc2 { background: #3366CC; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #FFFFFF; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-*/
-.thmc4 { background: #000000; }
-
-
-/* Theme Text Color */
-.thmtxt, .thmtxt:hover { color: #fff; }
-.thmtxth { color: #fff; }
-
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/background.jpg b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/background.jpg
deleted file mode 100755
index f45c73a7..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_activities.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_activities.png
deleted file mode 100644
index b481e676..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_activities.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_album.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_album.png
deleted file mode 100644
index 6f0e4a17..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_album.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_app_manager.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_app_manager.png
deleted file mode 100644
index da09e5a4..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_app_manager.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_appstore.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_appstore.png
deleted file mode 100644
index e82e745d..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_appstore.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_blog.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_blog.png
deleted file mode 100644
index 0bb55251..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_blog.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_books.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_books.png
deleted file mode 100644
index 49ec0fba..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_books.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_calendar.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_calendar.png
deleted file mode 100644
index 26520f73..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_calendar.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_certification.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_certification.png
deleted file mode 100644
index a695edce..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_certification.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_clubs.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_clubs.png
deleted file mode 100644
index f22aa6dd..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_clubs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_conference_p.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_conference_p.png
deleted file mode 100644
index 36cfb59a..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_conference_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_connection.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_connection.png
deleted file mode 100644
index ac6978eb..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_connection.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_courses.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_courses.png
deleted file mode 100644
index 3d521ddf..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_courses.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_education.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_education.png
deleted file mode 100755
index fa366a17..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_education.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_experience.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_experience.png
deleted file mode 100644
index f182981b..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_experience.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_files.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_files.png
deleted file mode 100644
index 99299d80..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_files.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_home.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_home.png
deleted file mode 100644
index 67f4a227..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_homework.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_homework.png
deleted file mode 100644
index 28f1b266..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_homework.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_honors.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_honors.png
deleted file mode 100755
index 778cfa84..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_honors.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_journal_p.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_journal_p.png
deleted file mode 100644
index 5f0e2757..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_journal_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_labs.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_labs.png
deleted file mode 100644
index fcb929e6..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_labs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_landt.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_landt.png
deleted file mode 100644
index c003ec8d..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_landt.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_mypage.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_mypage.png
deleted file mode 100644
index 9d466a95..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_mypage.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_orbit.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_orbit.png
deleted file mode 100755
index e5852979..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_orbit.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_patents.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_patents.png
deleted file mode 100644
index 5b08a529..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_patents.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_personal.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_personal.png
deleted file mode 100644
index a0a2140b..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_personal.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_publication.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_publication.png
deleted file mode 100644
index a3220b86..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_publication.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research.png
deleted file mode 100644
index 691ebe25..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_d.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_d.png
deleted file mode 100644
index 4301e573..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_d.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_p.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_p.png
deleted file mode 100644
index d3ba06cd..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_research_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_sections.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_sections.png
deleted file mode 100644
index 6832e3d0..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_settings.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_settings.png
deleted file mode 100644
index 0ca9b18d..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_settings.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_working.png b/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_working.png
deleted file mode 100644
index 9bc38981..00000000
Binary files a/public/desktop_themes/4f8d3f493b67fcd05f086359/images/d_working.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f493b67fcd05f086359/settings/4f8d3f493b67fcd05f086359.json b/public/desktop_themes/4f8d3f493b67fcd05f086359/settings/4f8d3f493b67fcd05f086359.json
deleted file mode 100755
index 2be2bcb8..00000000
--- a/public/desktop_themes/4f8d3f493b67fcd05f086359/settings/4f8d3f493b67fcd05f086359.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"default.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/css/natural.css b/public/desktop_themes/4f8d3f533b67fcd05f08635a/css/natural.css
deleted file mode 100755
index 1a1d5766..00000000
--- a/public/desktop_themes/4f8d3f533b67fcd05f08635a/css/natural.css
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #B6662C; }
-.thmc2 { background: #34520C; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #FFFFFF; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-first one
-*/
-.thmc4 { background: #5CA360; }
-
-
-/* Theme Text Color */
-.thmtxt, .thmtxt:hover { color: #fff; }
-.thmtxth { color: #fff; }
-
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/background.jpg b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/background.jpg
deleted file mode 100755
index 520df56c..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_activities.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_activities.png
deleted file mode 100755
index b481e676..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_activities.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_album.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_album.png
deleted file mode 100755
index 6f0e4a17..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_album.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_app_manager.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_app_manager.png
deleted file mode 100755
index da09e5a4..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_app_manager.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_appstore.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_appstore.png
deleted file mode 100755
index e82e745d..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_appstore.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_blog.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_blog.png
deleted file mode 100755
index 0bb55251..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_blog.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_books.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_books.png
deleted file mode 100755
index 49ec0fba..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_books.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_calendar.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_calendar.png
deleted file mode 100755
index 26520f73..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_calendar.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_certification.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_certification.png
deleted file mode 100755
index a695edce..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_certification.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_clubs.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_clubs.png
deleted file mode 100755
index f22aa6dd..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_clubs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_conference_p.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_conference_p.png
deleted file mode 100755
index 36cfb59a..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_conference_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_connection.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_connection.png
deleted file mode 100755
index ac6978eb..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_connection.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_courses.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_courses.png
deleted file mode 100755
index 3d521ddf..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_courses.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_education.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_education.png
deleted file mode 100755
index fa366a17..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_education.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_experience.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_experience.png
deleted file mode 100755
index f182981b..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_experience.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_files.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_files.png
deleted file mode 100755
index 99299d80..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_files.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_home.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_home.png
deleted file mode 100755
index 67f4a227..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_homework.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_homework.png
deleted file mode 100755
index 28f1b266..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_homework.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_honors.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_honors.png
deleted file mode 100755
index 778cfa84..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_honors.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_journal_p.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_journal_p.png
deleted file mode 100755
index 5f0e2757..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_journal_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_labs.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_labs.png
deleted file mode 100755
index fcb929e6..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_labs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_landt.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_landt.png
deleted file mode 100755
index c003ec8d..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_landt.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_mypage.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_mypage.png
deleted file mode 100755
index 9d466a95..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_mypage.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_orbit.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_orbit.png
deleted file mode 100755
index e5852979..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_orbit.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_patents.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_patents.png
deleted file mode 100755
index 5b08a529..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_patents.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_personal.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_personal.png
deleted file mode 100755
index a0a2140b..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_personal.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_publication.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_publication.png
deleted file mode 100755
index a3220b86..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_publication.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research.png
deleted file mode 100755
index 691ebe25..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_d.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_d.png
deleted file mode 100755
index 4301e573..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_d.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_p.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_p.png
deleted file mode 100755
index d3ba06cd..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_research_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_sections.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_sections.png
deleted file mode 100755
index 6832e3d0..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_settings.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_settings.png
deleted file mode 100755
index 0ca9b18d..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_settings.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_working.png b/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_working.png
deleted file mode 100755
index 9bc38981..00000000
Binary files a/public/desktop_themes/4f8d3f533b67fcd05f08635a/images/d_working.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f533b67fcd05f08635a/settings/4f8d3f533b67fcd05f08635a.json b/public/desktop_themes/4f8d3f533b67fcd05f08635a/settings/4f8d3f533b67fcd05f08635a.json
deleted file mode 100755
index b4e70f7a..00000000
--- a/public/desktop_themes/4f8d3f533b67fcd05f08635a/settings/4f8d3f533b67fcd05f08635a.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"natural.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/css/default.css b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/css/default.css
deleted file mode 100755
index 535227b0..00000000
--- a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/css/default.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #F0F; }
-.thmc2 { background: #FF0; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #000000; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-*/
-.thmc4 { background: #C6F; }
-
-
-/* Theme Text Color */
-.thmtxt { color: #000; }
-.thmtxth { color: #F00; }
-
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/apps.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/apps.png
deleted file mode 100644
index 67b69c89..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/apps.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/background.jpg b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/background.jpg
deleted file mode 100644
index 2df405f5..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_activities.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_activities.png
deleted file mode 100644
index b481e676..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_activities.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_album.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_album.png
deleted file mode 100644
index 6f0e4a17..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_album.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_app_manager.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_app_manager.png
deleted file mode 100644
index da09e5a4..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_app_manager.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_appstore.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_appstore.png
deleted file mode 100644
index e82e745d..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_appstore.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_blog.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_blog.png
deleted file mode 100644
index 0bb55251..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_blog.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_books.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_books.png
deleted file mode 100644
index 49ec0fba..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_books.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_calendar.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_calendar.png
deleted file mode 100644
index 26520f73..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_calendar.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_certification.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_certification.png
deleted file mode 100644
index a695edce..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_certification.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_clubs.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_clubs.png
deleted file mode 100644
index f22aa6dd..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_clubs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_conference_p.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_conference_p.png
deleted file mode 100644
index 36cfb59a..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_conference_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_connection.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_connection.png
deleted file mode 100644
index ac6978eb..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_connection.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_courses.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_courses.png
deleted file mode 100644
index 3d521ddf..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_courses.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_education.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_education.png
deleted file mode 100755
index fa366a17..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_education.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_experience.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_experience.png
deleted file mode 100644
index f182981b..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_experience.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_files.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_files.png
deleted file mode 100644
index 99299d80..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_files.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_home.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_home.png
deleted file mode 100644
index 67f4a227..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_homework.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_homework.png
deleted file mode 100644
index 28f1b266..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_homework.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_honors.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_honors.png
deleted file mode 100755
index 778cfa84..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_honors.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_journal_p.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_journal_p.png
deleted file mode 100644
index 5f0e2757..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_journal_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_labs.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_labs.png
deleted file mode 100644
index fcb929e6..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_labs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_landt.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_landt.png
deleted file mode 100644
index c003ec8d..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_landt.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_mypage.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_mypage.png
deleted file mode 100644
index 9d466a95..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_mypage.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_orbit.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_orbit.png
deleted file mode 100755
index e5852979..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_orbit.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_patents.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_patents.png
deleted file mode 100644
index 5b08a529..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_patents.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_personal.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_personal.png
deleted file mode 100644
index a0a2140b..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_personal.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_publication.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_publication.png
deleted file mode 100644
index a3220b86..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_publication.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research.png
deleted file mode 100644
index 691ebe25..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_d.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_d.png
deleted file mode 100644
index 4301e573..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_d.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_p.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_p.png
deleted file mode 100644
index d3ba06cd..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_research_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_sections.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_sections.png
deleted file mode 100644
index 6832e3d0..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_settings.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_settings.png
deleted file mode 100644
index 0ca9b18d..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_settings.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_working.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_working.png
deleted file mode 100644
index 9bc38981..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/d_working.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/home.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/home.png
deleted file mode 100644
index 56efebb5..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/sections.png b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/sections.png
deleted file mode 100644
index 7b6a039f..00000000
Binary files a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/images/sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/settings/4f8d3f5d3b67fcd05f08635b.json b/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/settings/4f8d3f5d3b67fcd05f08635b.json
deleted file mode 100755
index 2be2bcb8..00000000
--- a/public/desktop_themes/4f8d3f5d3b67fcd05f08635b/settings/4f8d3f5d3b67fcd05f08635b.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"default.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/css/default.css b/public/desktop_themes/4f8d3f673b67fcd05f08635c/css/default.css
deleted file mode 100755
index 05b25eb1..00000000
--- a/public/desktop_themes/4f8d3f673b67fcd05f08635c/css/default.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #CC9; }
-.thmc2 { background: #CC0; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #FFFFFF; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-*/
-.thmc4 { background: #000000; }
-
-
-/* Theme Text Color */
-.thmtxt { color: #000; }
-.thmtxth { color: #fff; }
-
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/apps.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/apps.png
deleted file mode 100644
index 67b69c89..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/apps.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/background.jpg b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/background.jpg
deleted file mode 100644
index 5eb4d999..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_activities.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_activities.png
deleted file mode 100644
index b481e676..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_activities.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_album.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_album.png
deleted file mode 100644
index 6f0e4a17..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_album.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_app_manager.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_app_manager.png
deleted file mode 100644
index da09e5a4..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_app_manager.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_appstore.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_appstore.png
deleted file mode 100644
index e82e745d..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_appstore.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_blog.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_blog.png
deleted file mode 100644
index 0bb55251..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_blog.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_books.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_books.png
deleted file mode 100644
index 49ec0fba..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_books.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_calendar.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_calendar.png
deleted file mode 100644
index 26520f73..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_calendar.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_certification.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_certification.png
deleted file mode 100644
index a695edce..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_certification.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_clubs.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_clubs.png
deleted file mode 100644
index f22aa6dd..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_clubs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_conference_p.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_conference_p.png
deleted file mode 100644
index 36cfb59a..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_conference_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_connection.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_connection.png
deleted file mode 100644
index ac6978eb..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_connection.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_courses.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_courses.png
deleted file mode 100644
index 3d521ddf..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_courses.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_education.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_education.png
deleted file mode 100755
index fa366a17..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_education.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_experience.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_experience.png
deleted file mode 100644
index f182981b..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_experience.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_files.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_files.png
deleted file mode 100644
index 99299d80..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_files.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_home.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_home.png
deleted file mode 100644
index 67f4a227..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_homework.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_homework.png
deleted file mode 100644
index 28f1b266..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_homework.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_honors.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_honors.png
deleted file mode 100755
index 778cfa84..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_honors.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_journal_p.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_journal_p.png
deleted file mode 100644
index 5f0e2757..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_journal_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_labs.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_labs.png
deleted file mode 100644
index fcb929e6..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_labs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_landt.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_landt.png
deleted file mode 100644
index c003ec8d..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_landt.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_mypage.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_mypage.png
deleted file mode 100644
index 9d466a95..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_mypage.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_orbit.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_orbit.png
deleted file mode 100755
index e5852979..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_orbit.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_patents.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_patents.png
deleted file mode 100644
index 5b08a529..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_patents.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_personal.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_personal.png
deleted file mode 100644
index a0a2140b..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_personal.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_publication.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_publication.png
deleted file mode 100644
index a3220b86..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_publication.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research.png
deleted file mode 100644
index 691ebe25..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_d.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_d.png
deleted file mode 100644
index 4301e573..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_d.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_p.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_p.png
deleted file mode 100644
index d3ba06cd..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_research_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_sections.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_sections.png
deleted file mode 100644
index 6832e3d0..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_settings.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_settings.png
deleted file mode 100644
index 0ca9b18d..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_settings.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_working.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_working.png
deleted file mode 100644
index 9bc38981..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/d_working.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/home.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/home.png
deleted file mode 100644
index 56efebb5..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/sections.png b/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/sections.png
deleted file mode 100644
index 7b6a039f..00000000
Binary files a/public/desktop_themes/4f8d3f673b67fcd05f08635c/images/sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f673b67fcd05f08635c/settings/4f8d3f673b67fcd05f08635c.json b/public/desktop_themes/4f8d3f673b67fcd05f08635c/settings/4f8d3f673b67fcd05f08635c.json
deleted file mode 100755
index 2be2bcb8..00000000
--- a/public/desktop_themes/4f8d3f673b67fcd05f08635c/settings/4f8d3f673b67fcd05f08635c.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"default.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/css/default.css b/public/desktop_themes/4f8d3f783b67fcd05f08635d/css/default.css
deleted file mode 100644
index d1fe3916..00000000
--- a/public/desktop_themes/4f8d3f783b67fcd05f08635d/css/default.css
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
-Theme Color
-
-random apply to:
-.widget_fn - on hover status
-#search_app .submit
-.tile
-
-*/
-.thmc1 { background: #271D13; }
-.thmc2 { background: #967957; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#search_app
-
-*/
-.thmc3 { background: #FFFFFF; }
-
-/*
-sub1 Theme Color
-
-apply to:
-#rwidget
-
-*/
-.thmc4 { background: #000; }
-
-
-/* Theme Text Color */
-.thmtxt { color: #fff; }
-.thmtxth { color: #fff; }
-/* Group Seprate Color */
-.g_sep { border-color: #fff; }
-
-/*
-theme bg image
-
-#thmbackground img - background
-#bgover - upon #thmbackground
-
-*/
\ No newline at end of file
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/Home-icon.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/Home-icon.png
deleted file mode 100644
index 97cef985..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/Home-icon.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/apps.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/apps.png
deleted file mode 100644
index 67b69c89..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/apps.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/background.jpg b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/background.jpg
deleted file mode 100644
index 0589fd94..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/background.jpg and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_activities.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_activities.png
deleted file mode 100644
index b481e676..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_activities.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_album.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_album.png
deleted file mode 100644
index 6f0e4a17..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_album.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_app_manager.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_app_manager.png
deleted file mode 100644
index da09e5a4..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_app_manager.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_appstore.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_appstore.png
deleted file mode 100644
index e82e745d..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_appstore.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_blog.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_blog.png
deleted file mode 100644
index 0bb55251..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_blog.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_books.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_books.png
deleted file mode 100644
index 49ec0fba..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_books.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_calendar.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_calendar.png
deleted file mode 100644
index 26520f73..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_calendar.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_certification.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_certification.png
deleted file mode 100644
index a695edce..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_certification.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_clubs.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_clubs.png
deleted file mode 100644
index f22aa6dd..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_clubs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_conference_p.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_conference_p.png
deleted file mode 100644
index 36cfb59a..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_conference_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_connection.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_connection.png
deleted file mode 100644
index ac6978eb..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_connection.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_courses.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_courses.png
deleted file mode 100644
index 3d521ddf..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_courses.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_education.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_education.png
deleted file mode 100755
index fa366a17..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_education.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_experience.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_experience.png
deleted file mode 100644
index f182981b..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_experience.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_files.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_files.png
deleted file mode 100644
index 99299d80..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_files.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_home.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_home.png
deleted file mode 100644
index 67f4a227..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_homework.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_homework.png
deleted file mode 100644
index 28f1b266..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_homework.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_honors.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_honors.png
deleted file mode 100755
index 778cfa84..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_honors.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_journal_p.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_journal_p.png
deleted file mode 100644
index 5f0e2757..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_journal_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_labs.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_labs.png
deleted file mode 100644
index fcb929e6..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_labs.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_landt.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_landt.png
deleted file mode 100644
index c003ec8d..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_landt.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_mypage.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_mypage.png
deleted file mode 100644
index 9d466a95..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_mypage.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_orbit.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_orbit.png
deleted file mode 100755
index e5852979..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_orbit.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_patents.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_patents.png
deleted file mode 100644
index 5b08a529..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_patents.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_personal.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_personal.png
deleted file mode 100644
index a0a2140b..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_personal.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_publication.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_publication.png
deleted file mode 100644
index a3220b86..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_publication.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research.png
deleted file mode 100644
index 691ebe25..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_d.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_d.png
deleted file mode 100644
index 4301e573..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_d.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_p.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_p.png
deleted file mode 100644
index d3ba06cd..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_research_p.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_sections.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_sections.png
deleted file mode 100644
index 6832e3d0..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_settings.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_settings.png
deleted file mode 100644
index 0ca9b18d..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_settings.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_working.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_working.png
deleted file mode 100644
index 9bc38981..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/d_working.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/home.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/home.png
deleted file mode 100644
index 56efebb5..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/home.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/sections.png b/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/sections.png
deleted file mode 100644
index 7b6a039f..00000000
Binary files a/public/desktop_themes/4f8d3f783b67fcd05f08635d/images/sections.png and /dev/null differ
diff --git a/public/desktop_themes/4f8d3f783b67fcd05f08635d/settings/4f8d3f783b67fcd05f08635d.json b/public/desktop_themes/4f8d3f783b67fcd05f08635d/settings/4f8d3f783b67fcd05f08635d.json
deleted file mode 100755
index 2be2bcb8..00000000
--- a/public/desktop_themes/4f8d3f783b67fcd05f08635d/settings/4f8d3f783b67fcd05f08635d.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "css":"default.css",
- "background":"background.jpg",
- "tilecolor":["thmc1","thmc2"],
- "icons":{
- "home":"d_home.png",
- "app_manager":"d_app_manager.png",
- "sections":"d_sections.png",
- "settings":"d_settings.png",
- "publication":"d_publication.png",
- "journal_p":"d_journal_p.png",
- "conference_p":"d_conference_p.png",
- "books":"d_books.png",
- "research":"d_research.png",
- "research_d":"d_research_d.png",
- "research_p":"d_research_p.png",
- "patents":"d_patents.png",
- "labs":"d_labs.png",
- "experience":"d_experience.png",
- "working":"d_working.png",
- "education":"d_education.png",
- "honors":"d_honors.png",
- "activities":"d_activities.png",
- "clubs":"d_clubs.png",
- "landt":"d_landt.png",
- "courses":"d_courses.png",
- "homework":"d_homework.png",
- "certification":"d_certification.png",
- "personal":"d_personal.png",
- "mypage":"d_mypage.png",
- "blog":"d_blog.png",
- "album":"d_album.png",
- "calendar":"d_calendar.png",
- "files":"d_files.png",
- "orbit":"d_orbit.png",
- "connection":"d_connection.png",
- "appstore":"d_appstore.png"
- }
- }