Australia - Bootstrap
Overview
This "Australia" project was a Diploma homework exercise utilising Bootstrap functionalities. The application features Bootstrap's grid system, responsive navigation bars, cards, buttons, and carousels. Bootstrap cards showcase project details and dynamically generated advertisements.
Technologies used
C# ASP.NET Core Bootstrap
Key Features:
Bootstrap:Random advertisement functionality has been implemented using partial layouts. The master layout includes @RenderSection("Advertisements", required: false) for optional ad display. On specific pages like QLD.cshtml and NSW.cshtml, Razor code generates a random index to select an advertisement from a predefined array, ensuring dynamic content.