--Readme document for *author*-- A reminder on academic integrity, as described in the syllabus. In general, the course staff expects that you will look at code and examples from many online resources as part of the assignments, particularly to resolve syntax and understand frameworks. We expect that you'll use other libraries you find, and will even require it in some assignments. These practices are often critical to the work of developers today. The best developers are adept at interpreting the examples they see, customizing them to their specific situation, and citing their sources so they can find them later. We expect you to do the same. While learning from examples is encouraged, attempting to pass an existing project or example from the web as your own is not allowed. If you ever have a question about what is or is not appropriate, feel free to ask the course staff! Talking to classmates about class material, assignment requirements, etc. is a great way to verify ideas and get feedback. But this distinctly does *not* permit attempting to pass off someone else’s code as your own. Talking over ideas and approaches is allowed, but the work that you produce and submit must be your own. 1. How many assignment points do you believe you completed (replace the *'s with your numbers)? */15 - 1/1 Readme - 3/3 Basic HTML content - 3/3 Basic CSS styling - 2/2 Advanced feature - 3/3 Responsive layout - 1/1 Passes validation checks - 2/2 Embraces spirit of the assignment 2. What (a) basic features, (b) CSS features, and (c) advanced features did you include in your portfolio? (a) Basic features Images with alt text: 1 in index.html, 2 in contacts.html Appropriate heading and paragraph text: projects.html Links to external pages: 2 in contacts.html, 2 in projects.html Multiple pages: 4 pages in website: index, resume, projects, and contacts Logo icons downloaded from GitHub and LinkedIn websites: contacts.html (b) CSS features Use of margin and padding: contacts.css, index.css, site.css, projects.css Use Palleton theme as website colors Use Bootstrap to design page layout: index.html, contacts.html, projects.css (c) Advanced features Navigation bar for website Embedded and downloadable pdf: resume.html Embedded YouTube video (can't find fallback options for iframe tag): projects.html Nested CSS selector: site.css 3. How long, in hours, did it take you to complete this assignment? 10 hours 4. What online resources did you consult when completing this assignment? (list specific URLs) W3 Schools HTML: https://www.w3schools.com/html/default.asp W3 Schools CSS: https://www.w3schools.com/css/default.asp Bootstrap documentation: https://getbootstrap.com/docs/5.3/getting-started/ Embedding PDF: https://www.codexworld.com/embed-pdf-document-file-in-html-web-page/ Palleton theme: http://paletton.com/#uid=13i0u0kllllaFw0g0qFqFg0w0aF Mozilla HTML documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Element 5. What classmates or other individuals did you consult as part of this assignment? What did you discuss? Questions and answers on Slack 6. Is there anything special we need to know in order to run your code? bootstrap.min.css needs to be downloaded