diff --git a/.gitignore b/.gitignore
index 33b8f80..865287c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1
/MyWebsite/MyWebsite/obj
/MyWebsite/MyWebsite/bin/Release/netcoreapp2.1
+/MyWebsite/bin
+/MyWebsite/obj
diff --git a/MyWebsite/MyWebsite.sln b/MyWebsite.sln
similarity index 100%
rename from MyWebsite/MyWebsite.sln
rename to MyWebsite.sln
diff --git a/MyWebsite/MyWebsite/Controllers/AboutController.cs b/MyWebsite/Controllers/AboutController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/AboutController.cs
rename to MyWebsite/Controllers/AboutController.cs
diff --git a/MyWebsite/MyWebsite/Controllers/CVController.cs b/MyWebsite/Controllers/CVController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/CVController.cs
rename to MyWebsite/Controllers/CVController.cs
diff --git a/MyWebsite/MyWebsite/Controllers/ContactsController.cs b/MyWebsite/Controllers/ContactsController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/ContactsController.cs
rename to MyWebsite/Controllers/ContactsController.cs
diff --git a/MyWebsite/MyWebsite/Controllers/GalleryController.cs b/MyWebsite/Controllers/GalleryController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/GalleryController.cs
rename to MyWebsite/Controllers/GalleryController.cs
diff --git a/MyWebsite/MyWebsite/Controllers/HomeController.cs b/MyWebsite/Controllers/HomeController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/HomeController.cs
rename to MyWebsite/Controllers/HomeController.cs
diff --git a/MyWebsite/MyWebsite/Controllers/ProjectsController.cs b/MyWebsite/Controllers/ProjectsController.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Controllers/ProjectsController.cs
rename to MyWebsite/Controllers/ProjectsController.cs
diff --git a/MyWebsite/MyWebsite/Models/ErrorViewModel.cs b/MyWebsite/Models/ErrorViewModel.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Models/ErrorViewModel.cs
rename to MyWebsite/Models/ErrorViewModel.cs
diff --git a/MyWebsite/MyWebsite/Models/Image.cs b/MyWebsite/Models/Image.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Models/Image.cs
rename to MyWebsite/Models/Image.cs
diff --git a/MyWebsite/MyWebsite/Models/Link.cs b/MyWebsite/Models/Link.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Models/Link.cs
rename to MyWebsite/Models/Link.cs
diff --git a/MyWebsite/MyWebsite/Models/Project.cs b/MyWebsite/Models/Project.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Models/Project.cs
rename to MyWebsite/Models/Project.cs
diff --git a/MyWebsite/MyWebsite/MyWebsite.csproj b/MyWebsite/MyWebsite.csproj
similarity index 100%
rename from MyWebsite/MyWebsite/MyWebsite.csproj
rename to MyWebsite/MyWebsite.csproj
diff --git a/MyWebsite/MyWebsite/MyWebsite.csproj.user b/MyWebsite/MyWebsite.csproj.user
similarity index 100%
rename from MyWebsite/MyWebsite/MyWebsite.csproj.user
rename to MyWebsite/MyWebsite.csproj.user
diff --git a/MyWebsite/MyWebsite/wwwroot/Gallery.json b/MyWebsite/MyWebsite/wwwroot/Gallery.json
deleted file mode 100644
index 3d5bc67..0000000
--- a/MyWebsite/MyWebsite/wwwroot/Gallery.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "FileName": "VectorAvatar.svg",
- "Title": "First avatar I made in vector",
- "CreationDate": "2019-08-15T00:00:00",
- "Description": ""
- }
-]
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/wwwroot/images/banner1.svg b/MyWebsite/MyWebsite/wwwroot/images/banner1.svg
deleted file mode 100644
index 1ab32b6..0000000
--- a/MyWebsite/MyWebsite/wwwroot/images/banner1.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/wwwroot/images/banner2.svg b/MyWebsite/MyWebsite/wwwroot/images/banner2.svg
deleted file mode 100644
index 9679c60..0000000
--- a/MyWebsite/MyWebsite/wwwroot/images/banner2.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/wwwroot/images/banner3.svg b/MyWebsite/MyWebsite/wwwroot/images/banner3.svg
deleted file mode 100644
index 38b3d7c..0000000
--- a/MyWebsite/MyWebsite/wwwroot/images/banner3.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/wwwroot/js/site.min.js b/MyWebsite/MyWebsite/wwwroot/js/site.min.js
deleted file mode 100644
index e69de29..0000000
diff --git a/MyWebsite/MyWebsite/Program.cs b/MyWebsite/Program.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Program.cs
rename to MyWebsite/Program.cs
diff --git a/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml b/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml
similarity index 100%
rename from MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml
rename to MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml
diff --git a/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user b/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user
similarity index 100%
rename from MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user
rename to MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user
diff --git a/MyWebsite/MyWebsite/Properties/launchSettings.json b/MyWebsite/Properties/launchSettings.json
similarity index 100%
rename from MyWebsite/MyWebsite/Properties/launchSettings.json
rename to MyWebsite/Properties/launchSettings.json
diff --git a/MyWebsite/MyWebsite/Startup.cs b/MyWebsite/Startup.cs
similarity index 100%
rename from MyWebsite/MyWebsite/Startup.cs
rename to MyWebsite/Startup.cs
diff --git a/MyWebsite/MyWebsite/Views/CV/CVContent.cshtml b/MyWebsite/Views/CV/CVContent.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/CV/CVContent.cshtml
rename to MyWebsite/Views/CV/CVContent.cshtml
diff --git a/MyWebsite/MyWebsite/Views/CV/Index.cshtml b/MyWebsite/Views/CV/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/CV/Index.cshtml
rename to MyWebsite/Views/CV/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/CV/PrintCV.cshtml b/MyWebsite/Views/CV/PrintCV.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/CV/PrintCV.cshtml
rename to MyWebsite/Views/CV/PrintCV.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Contacts/Index.cshtml b/MyWebsite/Views/Contacts/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Contacts/Index.cshtml
rename to MyWebsite/Views/Contacts/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Gallery/Details.cshtml b/MyWebsite/Views/Gallery/Details.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Gallery/Details.cshtml
rename to MyWebsite/Views/Gallery/Details.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Gallery/Index.cshtml b/MyWebsite/Views/Gallery/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Gallery/Index.cshtml
rename to MyWebsite/Views/Gallery/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Projects/Index.cshtml b/MyWebsite/Views/Projects/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Projects/Index.cshtml
rename to MyWebsite/Views/Projects/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/ContactsBlock.cshtml b/MyWebsite/Views/Shared/ContactsBlock.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Shared/ContactsBlock.cshtml
rename to MyWebsite/Views/Shared/ContactsBlock.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/Error.cshtml b/MyWebsite/Views/Shared/Error.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Shared/Error.cshtml
rename to MyWebsite/Views/Shared/Error.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/Index.cshtml b/MyWebsite/Views/Shared/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Shared/Index.cshtml
rename to MyWebsite/Views/Shared/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/NavigationBar.cshtml b/MyWebsite/Views/Shared/NavigationBar.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Shared/NavigationBar.cshtml
rename to MyWebsite/Views/Shared/NavigationBar.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml b/MyWebsite/Views/Shared/_Layout.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml
rename to MyWebsite/Views/Shared/_Layout.cshtml
diff --git a/MyWebsite/MyWebsite/Views/_ViewImports.cshtml b/MyWebsite/Views/_ViewImports.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/_ViewImports.cshtml
rename to MyWebsite/Views/_ViewImports.cshtml
diff --git a/MyWebsite/MyWebsite/Views/_ViewStart.cshtml b/MyWebsite/Views/_ViewStart.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/_ViewStart.cshtml
rename to MyWebsite/Views/_ViewStart.cshtml
diff --git a/MyWebsite/MyWebsite/appsettings.Development.json b/MyWebsite/appsettings.Development.json
similarity index 100%
rename from MyWebsite/MyWebsite/appsettings.Development.json
rename to MyWebsite/appsettings.Development.json
diff --git a/MyWebsite/MyWebsite/appsettings.json b/MyWebsite/appsettings.json
similarity index 100%
rename from MyWebsite/MyWebsite/appsettings.json
rename to MyWebsite/appsettings.json
diff --git a/MyWebsite/MyWebsite/wwwroot/CV.txt b/MyWebsite/wwwroot/CV.txt
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/CV.txt
rename to MyWebsite/wwwroot/CV.txt
diff --git a/MyWebsite/wwwroot/Gallery.json b/MyWebsite/wwwroot/Gallery.json
new file mode 100644
index 0000000..2a09f02
--- /dev/null
+++ b/MyWebsite/wwwroot/Gallery.json
@@ -0,0 +1,14 @@
+[
+ {
+ "FileName": "VectorAvatar.svg",
+ "Title": "First avatar I made in vector",
+ "CreationDate": "2019-08-15",
+ "Description": "Tools: Adobe Illustrator CC 2019"
+ },
+ {
+ "FileName": "Cakeday.png",
+ "Title": "Happy cakeday to me!",
+ "CreationDate": "2019-11-06",
+ "Description": "A little doodle I made for my fist year anniversary on Reddit Tools: Adobe Photoshop CC 2019"
+ }
+]
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/wwwroot/Links.json b/MyWebsite/wwwroot/Links.json
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/Links.json
rename to MyWebsite/wwwroot/Links.json
diff --git a/MyWebsite/MyWebsite/wwwroot/Projects.json b/MyWebsite/wwwroot/Projects.json
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/Projects.json
rename to MyWebsite/wwwroot/Projects.json
diff --git a/MyWebsite/MyWebsite/wwwroot/css/AboutMe.css b/MyWebsite/wwwroot/css/AboutMe.css
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/css/AboutMe.css
rename to MyWebsite/wwwroot/css/AboutMe.css
diff --git a/MyWebsite/MyWebsite/wwwroot/css/ContactsBlock.css b/MyWebsite/wwwroot/css/ContactsBlock.css
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/css/ContactsBlock.css
rename to MyWebsite/wwwroot/css/ContactsBlock.css
diff --git a/MyWebsite/MyWebsite/wwwroot/css/Gallery.css b/MyWebsite/wwwroot/css/Gallery.css
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/css/Gallery.css
rename to MyWebsite/wwwroot/css/Gallery.css
diff --git a/MyWebsite/MyWebsite/wwwroot/css/Projects.css b/MyWebsite/wwwroot/css/Projects.css
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/css/Projects.css
rename to MyWebsite/wwwroot/css/Projects.css
diff --git a/MyWebsite/MyWebsite/wwwroot/css/Style.css b/MyWebsite/wwwroot/css/Style.css
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/css/Style.css
rename to MyWebsite/wwwroot/css/Style.css
diff --git a/MyWebsite/MyWebsite/wwwroot/favicon.ico b/MyWebsite/wwwroot/favicon.ico
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/favicon.ico
rename to MyWebsite/wwwroot/favicon.ico
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.eot b/MyWebsite/wwwroot/fonts/consolas.eot
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.eot
rename to MyWebsite/wwwroot/fonts/consolas.eot
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.otf b/MyWebsite/wwwroot/fonts/consolas.otf
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.otf
rename to MyWebsite/wwwroot/fonts/consolas.otf
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.svg b/MyWebsite/wwwroot/fonts/consolas.svg
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.svg
rename to MyWebsite/wwwroot/fonts/consolas.svg
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.ttf b/MyWebsite/wwwroot/fonts/consolas.ttf
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.ttf
rename to MyWebsite/wwwroot/fonts/consolas.ttf
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.woff b/MyWebsite/wwwroot/fonts/consolas.woff
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.woff
rename to MyWebsite/wwwroot/fonts/consolas.woff
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/consolas.woff2 b/MyWebsite/wwwroot/fonts/consolas.woff2
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/consolas.woff2
rename to MyWebsite/wwwroot/fonts/consolas.woff2
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.eot b/MyWebsite/wwwroot/fonts/segoeMLD2assets.eot
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.eot
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.eot
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.otf b/MyWebsite/wwwroot/fonts/segoeMLD2assets.otf
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.otf
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.otf
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.svg b/MyWebsite/wwwroot/fonts/segoeMLD2assets.svg
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.svg
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.svg
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.ttf b/MyWebsite/wwwroot/fonts/segoeMLD2assets.ttf
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.ttf
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.ttf
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff b/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.woff
diff --git a/MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff2 b/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff2
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/fonts/segoeMLD2assets.woff2
rename to MyWebsite/wwwroot/fonts/segoeMLD2assets.woff2
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/android.png b/MyWebsite/wwwroot/images/Badges/android.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/android.png
rename to MyWebsite/wwwroot/images/Badges/android.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/csharp.png b/MyWebsite/wwwroot/images/Badges/csharp.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/csharp.png
rename to MyWebsite/wwwroot/images/Badges/csharp.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/dotnet.png b/MyWebsite/wwwroot/images/Badges/dotnet.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/dotnet.png
rename to MyWebsite/wwwroot/images/Badges/dotnet.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/unity.png b/MyWebsite/wwwroot/images/Badges/unity.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/unity.png
rename to MyWebsite/wwwroot/images/Badges/unity.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/windows.png b/MyWebsite/wwwroot/images/Badges/windows.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/windows.png
rename to MyWebsite/wwwroot/images/Badges/windows.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Badges/xamarin.png b/MyWebsite/wwwroot/images/Badges/xamarin.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Badges/xamarin.png
rename to MyWebsite/wwwroot/images/Badges/xamarin.png
diff --git a/MyWebsite/wwwroot/images/Gallery/Cakeday.png b/MyWebsite/wwwroot/images/Gallery/Cakeday.png
new file mode 100644
index 0000000..0991e1a
Binary files /dev/null and b/MyWebsite/wwwroot/images/Gallery/Cakeday.png differ
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Gallery/VectorAvatar.svg b/MyWebsite/wwwroot/images/Gallery/VectorAvatar.svg
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Gallery/VectorAvatar.svg
rename to MyWebsite/wwwroot/images/Gallery/VectorAvatar.svg
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Projects/2048.png b/MyWebsite/wwwroot/images/Projects/2048.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Projects/2048.png
rename to MyWebsite/wwwroot/images/Projects/2048.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Projects/FoxTube.png b/MyWebsite/wwwroot/images/Projects/FoxTube.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Projects/FoxTube.png
rename to MyWebsite/wwwroot/images/Projects/FoxTube.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Projects/MiSmartAlarm.png b/MyWebsite/wwwroot/images/Projects/MiSmartAlarm.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Projects/MiSmartAlarm.png
rename to MyWebsite/wwwroot/images/Projects/MiSmartAlarm.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/Projects/MotionDecoder.png b/MyWebsite/wwwroot/images/Projects/MotionDecoder.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/Projects/MotionDecoder.png
rename to MyWebsite/wwwroot/images/Projects/MotionDecoder.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/cvbg.png b/MyWebsite/wwwroot/images/cvbg.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/cvbg.png
rename to MyWebsite/wwwroot/images/cvbg.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/favicon.png b/MyWebsite/wwwroot/images/favicon.png
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/favicon.png
rename to MyWebsite/wwwroot/images/favicon.png
diff --git a/MyWebsite/MyWebsite/wwwroot/images/me.jpg b/MyWebsite/wwwroot/images/me.jpg
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/me.jpg
rename to MyWebsite/wwwroot/images/me.jpg
diff --git a/MyWebsite/MyWebsite/wwwroot/images/sut.jpg b/MyWebsite/wwwroot/images/sut.jpg
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/images/sut.jpg
rename to MyWebsite/wwwroot/images/sut.jpg
diff --git a/MyWebsite/MyWebsite/wwwroot/js/site.js b/MyWebsite/wwwroot/js/site.js
similarity index 100%
rename from MyWebsite/MyWebsite/wwwroot/js/site.js
rename to MyWebsite/wwwroot/js/site.js
diff --git a/Website.old/Arts/0.jpg b/Website.old/Arts/0.jpg
deleted file mode 100644
index 45efd4a..0000000
Binary files a/Website.old/Arts/0.jpg and /dev/null differ
diff --git a/Website.old/Arts/0.png b/Website.old/Arts/0.png
deleted file mode 100644
index ae3391d..0000000
Binary files a/Website.old/Arts/0.png and /dev/null differ
diff --git a/Website.old/Arts/1.jpg b/Website.old/Arts/1.jpg
deleted file mode 100644
index 45417e8..0000000
Binary files a/Website.old/Arts/1.jpg and /dev/null differ
diff --git a/Website.old/Arts/10.jpg b/Website.old/Arts/10.jpg
deleted file mode 100644
index af26573..0000000
Binary files a/Website.old/Arts/10.jpg and /dev/null differ
diff --git a/Website.old/Arts/11.jpg b/Website.old/Arts/11.jpg
deleted file mode 100644
index 291ee1f..0000000
Binary files a/Website.old/Arts/11.jpg and /dev/null differ
diff --git a/Website.old/Arts/12.jpg b/Website.old/Arts/12.jpg
deleted file mode 100644
index 1f57189..0000000
Binary files a/Website.old/Arts/12.jpg and /dev/null differ
diff --git a/Website.old/Arts/13.jpg b/Website.old/Arts/13.jpg
deleted file mode 100644
index f166d16..0000000
Binary files a/Website.old/Arts/13.jpg and /dev/null differ
diff --git a/Website.old/Arts/2.jpg b/Website.old/Arts/2.jpg
deleted file mode 100644
index 07effc9..0000000
Binary files a/Website.old/Arts/2.jpg and /dev/null differ
diff --git a/Website.old/Arts/3.jpg b/Website.old/Arts/3.jpg
deleted file mode 100644
index 57fe2b1..0000000
Binary files a/Website.old/Arts/3.jpg and /dev/null differ
diff --git a/Website.old/Arts/4.jpg b/Website.old/Arts/4.jpg
deleted file mode 100644
index e1d4051..0000000
Binary files a/Website.old/Arts/4.jpg and /dev/null differ
diff --git a/Website.old/Arts/5.jpg b/Website.old/Arts/5.jpg
deleted file mode 100644
index e0c7bd9..0000000
Binary files a/Website.old/Arts/5.jpg and /dev/null differ
diff --git a/Website.old/Arts/6.jpg b/Website.old/Arts/6.jpg
deleted file mode 100644
index 4159071..0000000
Binary files a/Website.old/Arts/6.jpg and /dev/null differ
diff --git a/Website.old/Arts/7.jpg b/Website.old/Arts/7.jpg
deleted file mode 100644
index 7088d5d..0000000
Binary files a/Website.old/Arts/7.jpg and /dev/null differ
diff --git a/Website.old/Arts/8.jpg b/Website.old/Arts/8.jpg
deleted file mode 100644
index 2848427..0000000
Binary files a/Website.old/Arts/8.jpg and /dev/null differ
diff --git a/Website.old/Arts/9.jpg b/Website.old/Arts/9.jpg
deleted file mode 100644
index 3ecfcca..0000000
Binary files a/Website.old/Arts/9.jpg and /dev/null differ
diff --git a/Website.old/Gallery.html b/Website.old/Gallery.html
deleted file mode 100644
index c72a50c..0000000
--- a/Website.old/Gallery.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-