diff --git a/MyWebsite/Views/CV/PrintCV.cshtml b/MyWebsite/Views/CV/PrintCV.cshtml index 00298ee..0b78b00 100644 --- a/MyWebsite/Views/CV/PrintCV.cshtml +++ b/MyWebsite/Views/CV/PrintCV.cshtml @@ -1,36 +1,33 @@ - -@{ +@{ Layout = null; } - - - CV print preview page - XFox111.NET - + + CV print preview page - XFox111.NET + - - - @if (!(bool)ViewData["pdfPreview"]) - { + - } - - - - + + + + - @if(!(bool)ViewData["pdfPreview"]) - { - - } - + @if (!(bool)ViewData["pdfPreview"]) + { + + + } + diff --git a/MyWebsite/Views/Contacts/Index.cshtml b/MyWebsite/Views/Contacts/Index.cshtml index fa26ec4..eeed523 100644 --- a/MyWebsite/Views/Contacts/Index.cshtml +++ b/MyWebsite/Views/Contacts/Index.cshtml @@ -11,21 +11,13 @@

@foreach(Link link in ViewData["contactLinks"] as List) { - @(link.Title) @(link.Username) - @if((ViewData["contactLinks"] as List).LastOrDefault() != link) - { -
- } + @(link.Title) @(link.Username)
}

@foreach (Link link in ViewData["otherLinks"] as List) { - @(link.Title) @(link.Username) - @if ((ViewData["otherLinks"] as List).LastOrDefault() != link) - { -
- } + @(link.Title) @(link.Username)
}

diff --git a/MyWebsite/Views/Shared/NavigationBar.cshtml b/MyWebsite/Views/Shared/NavigationBar.cshtml deleted file mode 100644 index 04ed626..0000000 --- a/MyWebsite/Views/Shared/NavigationBar.cshtml +++ /dev/null @@ -1,4 +0,0 @@ - -@* - For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 -*@ diff --git a/MyWebsite/wwwroot/css/Projects.css b/MyWebsite/wwwroot/css/Projects.css index 89d9c38..1856c78 100644 --- a/MyWebsite/wwwroot/css/Projects.css +++ b/MyWebsite/wwwroot/css/Projects.css @@ -42,6 +42,7 @@ article { .uwp { background-image: url("../images/Badges/windows.png"); } .win32 { background-image: url("../images/Badges/windows.png"); } .windows { background-image: url("../images/Badges/windows.png"); } +.ios { background-image: url("../images/Badges/ios.png"); } @media only screen and (max-width: 600px) { .github-stats {