Create a customized webpage featuring Bootstrap's responsive navigation bar, a circle-shaped image that adjusts to different screen sizes, and a responsive footer.
View the layout of the webpage in the following snapshots:
Image 1: Web page displayed on larger devices
View Snapshot Here
Image 2: Web page displayed on smaller devices:
View Snapshot Here
Note:
A template 'responsive.html' is provided. Your task is to edit specific sections of the 'responsive.html' file and 'app.css' file.
Essential Points:
Implement responsiveness in the navigation bar by adding a collapsible feature triggered by a button with the id 'btn-id'. Utilize Bootstrap's features like data-toggle and data-target to control the behavior of the buttons based on user interaction.
Set the navigation brand as 'MyBrand'.
Include three icon bars (hamburger button) using appropriate Bootstrap classes to toggle elements within the collapsible navigation div.
Add responsive attributes to the images allowing them to adjust automatically based on the screen size.
Ensure images scale down if needed but do not exceed their original size. Adjust properties such as max-width and height accordingly by overriding CSS properties for the 'img-responsive' class in the 'app.css' file.
Errors Encountered:
Fail 1 : Enable collapsible feature for the button
Fail 2 : Implement icon bars for the 'span' tags
Fail 3 : Include 3 icon bars for the 'span' tags
Fail 4 : Ensure data-toggle is set to 'collapse'
Fail 5 : Set the data target with the id of the tag toggling elements like nav links, forms, etc.
Seeking guidance on resolving these errors effectively.
Your current code:
[CSS CODE HERE]
<!-- DO NOT ALTER THIS TEMPLATE. FILL YOUR CODE IN THE SPECIFIED PLACES -->
[HTML CODE HERE]