Skip to content

Commit

Permalink
Added some new background images
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed May 6, 2011
1 parent 0d4c906 commit b484f9d
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lmbtfy.Web/Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
body ul.credits li a{text-decoration:underline;color:#77c;font-weight:bold;}
.instructions{font-weight:bold;margin-top:4px;text-align:center;font-size:1.2em;border:solid 1px #000;background-color:#445566;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;position:relative;height:30px;}
.instructions span{position:absolute;top:5px;left:20px;filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}
#bgDiv { BACKGROUND-IMAGE: url(/Content/bg/landscape.jpg); BACKGROUND-REPEAT: no-repeat; }#bgDivFull { BACKGROUND-IMAGE: url(/Content/bg/landscape.jpg); BACKGROUND-REPEAT: no-repeat; }
#bgDiv { BACKGROUND-IMAGE: url(/Content/bg/trees.jpg); BACKGROUND-REPEAT: no-repeat; }#bgDivFull { BACKGROUND-IMAGE: url(/Content/bg/landscape.jpg); BACKGROUND-REPEAT: no-repeat; }
Binary file added Lmbtfy.Web/Content/bg/hills.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Lmbtfy.Web/Content/bg/hills.meta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
http://creativecommons.org/licenses/by/2.0/
CC BY 2.0
http://www.flickr.com/photos/neilspicys/2348877473/in/photostream/
Niamor83
4 changes: 4 additions & 0 deletions Lmbtfy.Web/Content/bg/landscape.meta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
http://creativecommons.org/licenses/by-nc-sa/2.0/
Creative Commons BY-NC-SA 2.0
http://www.flickr.com/photos/niamor/3600299837/in/photostream/
Niamor83
Binary file added Lmbtfy.Web/Content/bg/sea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Lmbtfy.Web/Content/bg/sea.meta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
http://creativecommons.org/licenses/by-nc-nd/2.0/
Creative Commons BY-NC-ND 2.0
http://www.flickr.com/photos/matley0/2922477762/in/photostream/
matley0
Binary file added Lmbtfy.Web/Content/bg/trees.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Lmbtfy.Web/Content/bg/trees.meta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
http://creativecommons.org/licenses/by-nc-sa/2.0/
Creative Commons BY-NC-SA 2.0
http://www.flickr.com/photos/29865701@N02/3098050871/in/photostream/
Stella VM
8 changes: 8 additions & 0 deletions Lmbtfy.Web/Lmbtfy.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,20 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\bg\hills.jpg" />
<Content Include="Content\bg\hills.meta.txt" />
<Content Include="Content\bg\landscape.jpg" />
<Content Include="Content\bg\landscape.meta.txt" />
<Content Include="Content\bg\sea.jpg" />
<Content Include="Content\bg\sea.meta.txt" />
<Content Include="Content\bg\trees.jpg" />
<Content Include="Content\bg\trees.meta.txt" />
<Content Include="Content\Bing.css" />
<Content Include="Content\buttonbg.png" />
<Content Include="Content\mouse_pointer.gif" />
<Content Include="Content\resultbg.png" />
<Content Include="Content\Site.css" />
<Content Include="Error.html" />
<Content Include="Global.asax" />
<Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
<Content Include="Scripts\jquery-1.4.1.js" />
Expand Down
2 changes: 1 addition & 1 deletion Lmbtfy.Web/Views/Shared/Footer.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
&#169;<%= DateTime.Now.Year %> <a href="http://haacked.com/" title="Phil's Blog">Phil Haack</a>
</li>
<li>
Image is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/" title="BY-NC-SA">Creative Commons BY-NC-SA 2.0</a> by <a href="http://www.flickr.com/photos/niamor/3600299837/in/photostream/">Niamor83</a>.
Image is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/" title="BY-NC-SA">Creative Commons BY-NC-SA 2.0</a> by <a href="http://www.flickr.com/photos/29865701@N02/3098050871/in/photostream/">Stella VM</a>.
</li>
<li>
<em class="disclaimer">This site is not affiliated with Microsoft nor Bing.com.</em>
Expand Down
3 changes: 2 additions & 1 deletion Lmbtfy.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
-->
<customErrors mode="Off" defaultRedirect="~/SecError.aspx" redirectMode="ResponseRewrite"/>
<customErrors mode="On" defaultRedirect="~/Error.html" redirectMode="ResponseRewrite"/>

<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<namespaces>
<add namespace="System.Web.Mvc"/>
Expand Down

0 comments on commit b484f9d

Please sign in to comment.