Questions, comments, hit a road block? #6
Replies: 21 comments 27 replies
-
Some great questions came in so I'm going to answer them here so everyone has access to the answers:
It's totally up to you. You do not have to leave in the comments I put in the assignment index.html . Feel free to remove them, modify them, add to them, it is totally up to you. |
Beta Was this translation helpful? Give feedback.
-
Question about sources
Yes. You can add citations in a comment in your Here is an example: <!--
LIST ANY CITATIONS HERE
* Main image of birds : Photo by Avery Arwood: https://www.pexels.com/photo/18412974/
* Code for footer section: ChatGPT, Prompt: "Generate me code for a footer section of a webpage that is cool"
* Code for table of contents (lines 12-45): Generated by GitHub CoPilot
* ...
--> There is no specific citation format that you need to comply with. As long as a reasonable person can understand where you got the work or resource that you used in your assignment you are good to go. |
Beta Was this translation helpful? Give feedback.
-
Question about Live Preview Troubleshooting
Unfortunately, Live Preview has proven to be temperamental on a few people's machines, and has proved not able to work in GitHub Codespaces altogether. If you are using GitHub Codespaces, or are just having issues with Live Preview in VSCode - use an alternative extension like Live Server which is linked directly below. Here is a link to the Live Server extension: |
Beta Was this translation helpful? Give feedback.
-
Question about Images
Here is the code that you use to add an image to your page. Make sure to start your
More information about the code part: Keep in mind your image has to be included in your VSCode / GitHub Codespaces project. In VSCode you can drag your image from your desktop into the project. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Neil, |
Beta Was this translation helpful? Give feedback.
-
Hi Niel, I got this error when I was validating my code and I don't know how to fix it or what it means. |
Beta Was this translation helpful? Give feedback.
-
Hello, I just noticed I have to label the heading from 1-6. I know main needs to start with h2. After that, do I continue with h3,h4,h5,h6 in each content/section? And, also for the head, do I code as h1 then? |
Beta Was this translation helpful? Give feedback.
-
Hello, I rewatched lecture 3/4. I have one more question. In the lecture slide, only |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
My h1 heading is showing up as the same font size as a h2 heading. I don't see any errors in my code or with the WC3 Validator. Does anyone know how I can fix this? |
Beta Was this translation helpful? Give feedback.
-
A question about nested lists
The best code example for nested lists is here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
Notice how the nested list is inside an |
Beta Was this translation helpful? Give feedback.
-
A question about links on a page that go to another area of the page
To create a link so that when you click on it you go to a different area of your page read the following documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#linking_to_an_element_on_the_same_page <!-- <a> element links to the section below -->
<p><a href="#Section_further_down">Jump to the heading below</a></p>
<!-- Heading to link to -->
<h2 id="Section_further_down">Section further down</h2> |
Beta Was this translation helpful? Give feedback.
-
Hi Neil, I don't know if you can see my page for assignment 1 so I'll post it here if that's fine with you? https://irm1005-itec1005-fall-2023.github.io/assignment-01-ahmedhasan5/ |
Beta Was this translation helpful? Give feedback.
-
Can i have more than 3 additional content sections for assignment 1? |
Beta Was this translation helpful? Give feedback.
-
Thank you
…On Mon, Oct 9, 2023 at 12:06 AM Neil Mispelaar ***@***.***> wrote:
That’s a GitHub worker timeout.
It’s not your internet speed.
Sometimes a lot of people can be on GitHub’s services and the resources
available can time out.
In this case you just wait for a bit and the job will re-run again when
resources are available.
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3DCWDRYEM54UD5SOI2EF43X6NZ6BAVCNFSM6AAAAAA5DIHQ5SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMRWGUZTK>
.
You are receiving this because you commented.Message ID:
<irm1005-itec1005-fall-2023/Virtual-Campus/repo-discussions/6/comments/7226535
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I kept getting this on my pages So I committed one last time, and now it's fixed. |
Beta Was this translation helpful? Give feedback.
-
Assignment 01 is now available!
Due Date: 11:59 PM on October 1, 2023
Assessment: This assignment is worth 10% of your final grade and marked out of 100.
How to start
Check out MS Teams or Brightspace for the GitHub Classrooms invitation link to create your repo and start working on your Assignment 01.
Instructions
You will find all of the detailed instructions in the
readme.md
file. in your repo. Please make sure you read the instructions in full, including the grading rubric, so that you are aware of what is being assessed.In this assignment you are just going to be create one (1) well formatted and compliant HTML page and add your own cool content to it. You can create any content for the page that you want, a blog, a corporate landing page, a resume, short story, be as creative as you would like, as long as you follow the content requirements in the instructions.
If you have any questions you can create a post either in Teams, or here, in GitHub or send me an Teams message or email.
Good luck! You got this! 🚀
Beta Was this translation helpful? Give feedback.
All reactions