isond/class-personal-portfolio
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
--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)? 10/10 - 1/1 Readme - 2/2 Basic HTML content - 1/1 Basic CSS styling - 1/1 Advanced feature - 2/2 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 - at least one image, with descriptive alt attributes - appropriate headings and paragraph text - links to external pages - multiple pages, with appropriate navigation between them - semantic HTML tags like footer - adding custom icons from Font Awesome (b) CSS features - modifying padding and margins to indent content and enhance readability - Leveraging Bootstrap CSS helpers such as image shapes and table layouts to display content in a more interesting manner - Adding custom fonts from Google fonts to add more personality with fallbacks (c) Advanced features - creating more complex page layout, such as including a sidebar or navigation bar - A contact form which leverages HTML forms 3. How long, in hours, did it take you to complete this assignment? about 30 hours 4. What online resources did you consult when completing this assignment? (list specific URLs) https://mladenplavsic.github.io/bootstrap-navbar-sidebar/ https://getbootstrap.com/docs/4.0/components/navbar/ https://fonts.google.com/specimen/Old+Standard+TT?selection.family=Old+Standard+TT|Open+Sans https://fontawesome.com/icons/linkedin?style=brands https://fontawesome.com/icons/github-square?style=brands https://fontawesome.com/icons/envelope?style=solid https://v4-alpha.getbootstrap.com/layout/responsive-utilities/ https://getbootstrap.com/docs/4.3/components/card/ 5. What classmates or other individuals did you consult as part of this assignment? What did you discuss? I consulted Diana Grande to discuss rows and columns as well as spacing between columns. 6. Is there anything special we need to know in order to run your code? No