diff --git a/.gitignore b/.gitignore index 653b47d..7bbdd28 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot -wwwroot/ +**/wwwroot/lib/ # MSTest test Results [Tt]est[Rr]esult*/ diff --git a/src/DotNetMashup.Web/Model/BlogPost.cs b/src/DotNetMashup.Web/Model/BlogPost.cs deleted file mode 100644 index 0fd5509..0000000 --- a/src/DotNetMashup.Web/Model/BlogPost.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace DotNetMashup.Web.Model -{ - public class BlogPost : IExternalData - { - public string Title { get; set; } - public string Content { get; set; } - public DateTime PublishedDate { get; set; } - public string Summary { get; set; } - public string Localink { get; set; } - public string OriginalLink { get; set; } - public Author Author { get; set; } - } -} \ No newline at end of file diff --git a/src/DotNetMashup.Web/Views/Home/About.cshtml b/src/DotNetMashup.Web/Views/Home/About.cshtml deleted file mode 100644 index 50476d1..0000000 --- a/src/DotNetMashup.Web/Views/Home/About.cshtml +++ /dev/null @@ -1,7 +0,0 @@ -@{ - ViewData["Title"] = "About"; -} -

@ViewData["Title"].

-

@ViewData["Message"]

- -

Use this area to provide additional information.

diff --git a/src/DotNetMashup.Web/Views/Home/Contact.cshtml b/src/DotNetMashup.Web/Views/Home/Contact.cshtml deleted file mode 100644 index 15c12c6..0000000 --- a/src/DotNetMashup.Web/Views/Home/Contact.cshtml +++ /dev/null @@ -1,17 +0,0 @@ -@{ - ViewData["Title"] = "Contact"; -} -

@ViewData["Title"].

-

@ViewData["Message"]

- -
- One Microsoft Way
- Redmond, WA 98052-6399
- P: - 425.555.0100 -
- -
- Support: Support@example.com
- Marketing: Marketing@example.com -
diff --git a/src/DotNetMashup.Web/wwwroot/_references.js b/src/DotNetMashup.Web/wwwroot/_references.js new file mode 100644 index 0000000..ad7d373 --- /dev/null +++ b/src/DotNetMashup.Web/wwwroot/_references.js @@ -0,0 +1,3 @@ +/// +/// +/// diff --git a/src/DotNetMashup.Web/wwwroot/css/site.css b/src/DotNetMashup.Web/wwwroot/css/site.css new file mode 100644 index 0000000..d3b5778 --- /dev/null +++ b/src/DotNetMashup.Web/wwwroot/css/site.css @@ -0,0 +1,59 @@ +/* Wrapping element */ +/* Set some basic padding to keep content from hitting the edges */ +.body-content { + padding-left: 15px; + padding-right: 15px; +} + +/* Set widths on the form inputs since otherwise they're 100% wide */ +input, +select, +textarea { + max-width: 280px; +} + +/* Carousel */ +.carousel-caption { + z-index: 10 !important; +} + + .carousel-caption p { + font-size: 20px; + line-height: 1.4; + } + +@media (min-width: 768px) { + .carousel-caption { + z-index: 10 !important; + } +} + +.tile { + border-radius: 25px; + border: 1px solid #03A9F4; + background-color: #F5F5F5; + margin-bottom: 5px; + padding: 10px; + white-space: pre-wrap; +} + +body { + padding-top: 50px; + background-color: #616161; +} + +footer { + width: 100%; + padding: 10px; + background-color: #F5F5F5; +} + +.img { + border-radius: 50%; +} +.pill{ + border-radius: 50%; + background-color: #F5F5F5; + padding: 10px; + border: 1px solid #03A9F4; +} \ No newline at end of file diff --git a/src/DotNetMashup.Web/wwwroot/css/site.min.css b/src/DotNetMashup.Web/wwwroot/css/site.min.css new file mode 100644 index 0000000..d28d11a --- /dev/null +++ b/src/DotNetMashup.Web/wwwroot/css/site.min.css @@ -0,0 +1 @@ +.pill,.tile{border:1px solid #03A9F4}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption{z-index:10!important}.carousel-caption p{font-size:20px;line-height:1.4}@media (min-width:768px){.carousel-caption{z-index:10!important}}.tile{border-radius:25px;background-color:#F5F5F5;margin-bottom:5px;padding:10px;white-space:pre-wrap}.img,.pill{border-radius:50%}body{padding-top:50px;background-color:#616161}.pill,footer{background-color:#F5F5F5;padding:10px}footer{width:100%} \ No newline at end of file diff --git a/src/DotNetMashup.Web/wwwroot/favicon.ico b/src/DotNetMashup.Web/wwwroot/favicon.ico new file mode 100644 index 0000000..a3a7999 Binary files /dev/null and b/src/DotNetMashup.Web/wwwroot/favicon.ico differ diff --git a/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-01.png b/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-01.png new file mode 100644 index 0000000..ad3c267 Binary files /dev/null and b/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-01.png differ diff --git a/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-02.png b/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-02.png new file mode 100644 index 0000000..16c37fc Binary files /dev/null and b/src/DotNetMashup.Web/wwwroot/images/ASP-NET-Banners-02.png differ diff --git a/src/DotNetMashup.Web/wwwroot/images/Banner-01-Azure.png b/src/DotNetMashup.Web/wwwroot/images/Banner-01-Azure.png new file mode 100644 index 0000000..59fb923 Binary files /dev/null and b/src/DotNetMashup.Web/wwwroot/images/Banner-01-Azure.png differ diff --git a/src/DotNetMashup.Web/wwwroot/images/Banner-02-VS.png b/src/DotNetMashup.Web/wwwroot/images/Banner-02-VS.png new file mode 100644 index 0000000..c9f4611 Binary files /dev/null and b/src/DotNetMashup.Web/wwwroot/images/Banner-02-VS.png differ diff --git a/src/DotNetMashup.Web/wwwroot/js/site.js b/src/DotNetMashup.Web/wwwroot/js/site.js new file mode 100644 index 0000000..82ecce7 --- /dev/null +++ b/src/DotNetMashup.Web/wwwroot/js/site.js @@ -0,0 +1 @@ +// Write your Javascript code. diff --git a/src/DotNetMashup.Web/wwwroot/js/site.min.js b/src/DotNetMashup.Web/wwwroot/js/site.min.js new file mode 100644 index 0000000..e69de29 diff --git a/src/DotNetMashup.Web/wwwroot/web.config b/src/DotNetMashup.Web/wwwroot/web.config new file mode 100644 index 0000000..8e3f2a6 --- /dev/null +++ b/src/DotNetMashup.Web/wwwroot/web.config @@ -0,0 +1,11 @@ + + + + + + + + + + +