WARNING: THIS WEBSITE IS A WORK IN PROGRESS PLEASE DO NOT SOLELY RELY ON THIS WEBSITE FOR ASSIGNMENT INSTRUCTIONS. PLEASE USE THE OFFICIAL SOURCE (CANVAS)
Create a personal home page (index.html
) that serves as your main landing page for both your school website and GitHub Pages. This page should be professional, represent you well, and serve as a gateway to your coursework and professional profiles. Complete the first HTML tutorials before doing this.
<header>
, <main>
, and<footer>
.<h1>
with your name or personal branding.<h3>
(the page name) and at least two <p>
elements with content about you.<h1>
and <h3>
with a divider for the<title>
.<style>
in the head.Use embedded CSS and update at least these selectors and properties:
body
, h1
, and h3
.0 auto
, max-width between 600–1000px
, and width 80–95%
.Include these links with clear separators (e.g., ~, |, spacing, or icons):
itis3135/
(your course home page)WARNING: This link should be relative and not absolute.
Example: GitHub.com ~ CLT Web ~ GitHub.io ~ ITIS3135 ~ LinkedIn
Note: for this example my link isn't relative but yours should be.
WARNING: This includes things like your freeCodeCamp and Codecademy profile links.
index.html
for both your root and itis3135
folders.index.html
is the default filename servers look for.Submit ONE link to your UNCC website home page.
Example: https://webpages.charlotte.edu/aprechte/
1/30 points for pages with errors (with feedback), 2/30 for second submission with remaining errors; continues until full credit is achieved.