
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Zurb_Foundation_MVC3
Advanced tools
Welcome to Foundation Foundation is a rock-solid, responsive framework for rapidly prototyping and iterating into production code. It includes a 12-column, future-friendly grid and tons of great tools and elements that'll get you up and running in no time. Clone the repo to get the marketing site, docs, and base source. You can also visit http://foundation.zurb.com to download just the base source as a starting boilerplate. Homepage: http://foundation.zurb.com Documentation: http://foundation.zurb.com/docs Download: http://foundation.zurb.com/files/foundation-download.zip Foundation is MIT-licensed and absolutely free to use. Foundation wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).
/****** Installation Instructions ******
Open the /Views/_ViewStart.cshtml Change the Layout to _Foundation.cshtml like the example below:
@{ //This is the default MVC template //Layout = "~/Views/Shared/_Layout.cshtml";
//This is the Foundation MVC template
Layout = "~/Views/Shared/_Foundation.cshtml";
}
Once the ViewStart has been updated. Replace the default Index.cshtml.
Rename ~/Views/Home/Index.cshtml to Index.cshtml.exclude (or delete the file) Rename ~/Views/Home/Foundation_Index.cshtml to Index.cshtml Rename ~/Content/Site.css to Site.css.exclude (or delete the file)
Add this to Application_Start in Global.asax:
#if !DEBUG
//TODO: Add your favorite bootstrapper framework
Bundles_Startup.BundleCss();
Bundles_Startup.BundleJs();
#endif
You are now ready to begin building your MVC project using Foundation.
/****** Related Nuget packages ****** Want to rapid prototype and wire frame directly from code using Html Helpers? Try the prototyping package on nuget. It works great with Foundation. http://www.nuget.org/packages/Prototyping_MVC
Having trouble with media queries? Debug them with this simple CSS file. http://nuget.org/packages/CSS_Media_Query_Debugger
/****** Documentation ****** Docs http://foundation.zurb.com/docs/ A Crashcourse in Responsive Design http://www.slideshare.net/edcharbeneauii/a-crash-course-in-responsive-design-12007229
Follow us: Ed Charbeneau http://twitter.com/#!/edcharbeneau Foundation Zurb http://twitter.com/#!/foundationzurb
/****** Package Information ****** Files added during install:
~/Bootstrap ~/Bootstrap/Bundles_Startup.cs
~/Content/core ~/Content/core/forms.css ~/Content/core/globals.css ~/Content/core/grid.css ~/Content/core/orbit.css ~/Content/core/reveal.css ~/Content/core/typography.css ~/Content/core/ui.css
~/Content/app.css ~/Content/ie.css ~/Content/mobile.css
~/Content/themes/foundation/misc ~/Content/themes/foundation/misc/button-gloss.png ~/Content/themes/foundation/misc/button-overlay.png ~/Content/themes/foundation/misc/custom-form-sprites.png ~/Content/themes/foundation/misc/input-bg.png ~/Content/themes/foundation/misc/input-bg-outset.png ~/Content/themes/foundation/misc/modal-gloss.png ~/Content/themes/foundation/misc/table-sorter.png
~/Content/themes/foundation/orbit ~/Content/themes/foundation/orbit/bullets.jpg ~/Content/themes/foundation/orbit/left-arrow.png ~/Content/themes/foundation/orbit/loading.gif ~/Content/themes/foundation/orbit/mask-black.png ~/Content/themes/foundation/orbit/pause-black.png ~/Content/themes/foundation/orbit/right-arrow.png ~/Content/themes/foundation/orbit/rotator-black.png ~/Content/themes/foundation/orbit/timer-black.png
~/Scripts/app.js ~/Scripts/jquery.customforms.js ~/Scripts/jquery.min.js ~/Scripts/jquery.orbit-1.3.0.js ~/Scripts/jquery.placeholder.min.js ~/Scripts/jquery.reveal.js ~/Scripts/jquery.tooltips.js ~/Scripts/modernizr.foundation.js
~/humans.txt ~/robots.txt ~/MIT-LICENSE.txt ~/README.txt (this file)
~/Views/Home/Foundation_Index.cshtml
~/Views/Shared/_Foundation.cshtml
Dependencies: Microsoft.Web.Optimization
Change Log:
Version 0.4.221 Updated Foundation version 2.2.1 Ref. Zurb Docs "Numerous bug fixes and tweaks to cement Foundation 2 and let us move into Foundation 3."
Version 0.4.220 Corrected Nuget package
Version 0.3.220 Updated Foundation version 2.2.0 Changed Foundation_Index.cshtml to a functional demo page CSS files are now bundled in order to ensure the correct output
Version 0.3.2151 Hot fixed jquery.tooltips.js
Version 0.3.215 Updated to Foundation version 2.1.5 Updated Installation instructions
Version 0.3.214 Fixed inactive tabs do not hide. (updated app.js pulled from Zurb) Updated jquery.customforms.js to current zurb version Updated grid.css to current zurb version
Version 0.2.214
Fixed javascript errors related to bundling process. (only visible when running in release mode with out debugging)
Changed the bundling (aka minification process). Js files are now bundled in order to ensure jQuery is bundled first.
Changed js and css bundle output to "/core.min.js" | "/Content/core/min.css"
Changed _Foundation.cshtml to reflect the new bundlinig process
Added a scripts RenderSection to _Foundation.cshtml for defining inlne scripts | page only scripts.
Version 0.1.214 Fixed missinig javascript files from nuget package Updated to foundation ver 2.1.4
Version 0.1.213 Fixed missinig javascript files from nuget package Updated to foundation ver 2.1.3
Note: version scheme .. foundation version represents the foundation version less the "." for example 2.1.4 would be #.#.214
FAQs
Welcome to Foundation Foundation is a rock-solid, responsive framework for rapidly prototyping and iterating into production code. It includes a 12-column, future-friendly grid and tons of great tools and elements that'll get you up and running in no time. Clone the repo to get the marketing site, docs, and base source. You can also visit http://foundation.zurb.com to download just the base source as a starting boilerplate. Homepage: http://foundation.zurb.com Documentation: http://foundation.zurb.com/docs Download: http://foundation.zurb.com/files/foundation-download.zip Foundation is MIT-licensed and absolutely free to use. Foundation wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).
We found that zurb_foundation_mvc3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.