diff --git a/.gitignore b/.gitignore
index e4ed7b5..33b8f80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/MyWebsite/.vs/MyWebsite
/MyWebsite/MyWebsite/bin/Debug/netcoreapp2.1
/MyWebsite/MyWebsite/obj
+/MyWebsite/MyWebsite/bin/Release/netcoreapp2.1
diff --git a/MyWebsite/MyWebsite/MyWebsite.csproj.user b/MyWebsite/MyWebsite/MyWebsite.csproj.user
index 2f80bbc..ff18027 100644
--- a/MyWebsite/MyWebsite/MyWebsite.csproj.user
+++ b/MyWebsite/MyWebsite/MyWebsite.csproj.user
@@ -9,5 +9,6 @@
False
False
600
+ FolderProfile
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml b/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml
new file mode 100644
index 0000000..332e2cd
--- /dev/null
+++ b/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml
@@ -0,0 +1,19 @@
+
+
+
+
+ FileSystem
+ FileSystem
+ Release
+ Any CPU
+
+ True
+ False
+ 11629863-00fc-468b-b82a-78bfeb3c676e
+ bin\Release\netcoreapp2.1\publish\
+ False
+
+
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user b/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user
new file mode 100644
index 0000000..89516f9
--- /dev/null
+++ b/MyWebsite/MyWebsite/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -0,0 +1,11 @@
+
+
+
+
+
+ <_PublishTargetUrl>C:\Users\micha\Repositories\CVWebsite\MyWebsite\MyWebsite\bin\Release\netcoreapp2.1\publish\
+
+
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/Views/Shared/Index.cshtml b/MyWebsite/MyWebsite/Views/Shared/Index.cshtml
index a637a58..a78db35 100644
--- a/MyWebsite/MyWebsite/Views/Shared/Index.cshtml
+++ b/MyWebsite/MyWebsite/Views/Shared/Index.cshtml
@@ -8,26 +8,17 @@
Hello, World!
My name is Michael
- and I'm a C# developer.
+ I'm a C# developer
+ and this is my website.