Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
e28b6b6
About me
348615336 Jan 24, 2026
b692db8
Started lab1: began creating form firstname section to use as a templ…
348615336 Jan 24, 2026
d3353b2
fixing nameing and use ofattributes
348615336 Jan 24, 2026
8aee4ed
Created new sections of code by duplicating origional and changing ty…
348615336 Jan 25, 2026
26944e3
created gender radio section
348615336 Jan 25, 2026
b1abc18
fixed formatting for Gender section
348615336 Jan 25, 2026
30dccdc
Completed preferences section using checkbox for fields
348615336 Jan 25, 2026
eb5fa29
Country section/dropdown is working here
348615336 Jan 25, 2026
93c83db
Country setion works DONT TOUCH
348615336 Jan 25, 2026
c0b2912
Completed comments Section. used placeholder to hold text inside unti…
348615336 Jan 25, 2026
c8b9ae6
Completed Sumbmit using button. works with req fields
348615336 Jan 25, 2026
d86ce75
Completed lab
348615336 Jan 25, 2026
75f6043
got errors with validator. attemoting to fix sections and overal format
348615336 Jan 25, 2026
008bd64
made it though validation. need to fix slashing on void elements
348615336 Jan 25, 2026
bd59fdf
Update lab_One.html
348615336 Jan 25, 2026
a29967c
LAB COPLETED
348615336 Jan 25, 2026
2626592
Moved location of lab_One to mai
348615336 Jan 25, 2026
23acd0d
Merge pull request #1 from JessicaGilfillan/main
348615336 Jan 25, 2026
d11bb04
STEP 1: setup standard page using doctype, html lang, header, body. i…
348615336 Jan 30, 2026
1c64d09
filled out lists for information under work experience
348615336 Jan 30, 2026
0de7fc7
STEP 2: copleted sections for work experience and caught up on commen…
348615336 Jan 30, 2026
7d67897
added and fixed hyperlinks to github and linked in. DO NOT TOUCH
348615336 Jan 30, 2026
7cd504b
Fixed long linkedin link and changed first header to head
348615336 Jan 30, 2026
45fb1e9
Finished page setup
348615336 Jan 30, 2026
ecde2f6
Document checking completed. No errors or warnings to show.
348615336 Jan 30, 2026
4ee9c3c
Merge branch 'JessicaGilfillan:main' into main
348615336 Jan 30, 2026
906e04e
Moved assignment_One and renamed it. moved it into docs folder
348615336 Jan 30, 2026
f711e0b
Merge branch 'main' of https://github.com/348615336/COMP1002_Winter2026
348615336 Jan 30, 2026
4499f36
causing issues. file can be found on black board in week one or main …
348615336 Jan 30, 2026
f4074a2
Trying to publish assignment one. not working
348615336 Jan 30, 2026
88ae789
Trigger GitHub Pages rebuild
348615336 Jan 30, 2026
0e51e12
Changed name of assignment one and moved it into designated folder
348615336 Feb 13, 2026
8d0409a
Completed beggining of doc setup
348615336 Feb 13, 2026
76cea64
Completed navigation section. Edit duplicated lines
348615336 Feb 13, 2026
fcd3f7f
Created place holder for profile image
348615336 Feb 13, 2026
bb15f47
Completed about me section. CHANGE DUPLICATED LINES
348615336 Feb 13, 2026
ac549ff
Completed projects section
348615336 Feb 13, 2026
f499b69
Creating base for a simple form
348615336 Feb 13, 2026
4e6b048
completed first imout section
348615336 Feb 13, 2026
d8f37c6
Completed contact information form section. DONT TOUCH
348615336 Feb 13, 2026
d36e39a
Fixed body closing tag, changed for to match id on line 63
348615336 Feb 13, 2026
1815efb
Completed HTML validation. COMPLETED HTML for portfolio
348615336 Feb 13, 2026
a8c8fa8
Created basic comment layout for CSS
348615336 Feb 13, 2026
1b13b49
Completed main font using arial sans serif, and adding proper/default…
348615336 Feb 13, 2026
b6fc0b0
copmpleted section CSS for header.
348615336 Feb 13, 2026
49e08db
finished selector to focus on li inside of ul
348615336 Feb 13, 2026
76d8dd2
Checking padding for proper alignment on page
348615336 Feb 13, 2026
87e1003
Adding style to submission. played with numbers to achieve the wanted…
348615336 Feb 13, 2026
067c316
Completed CSS up until class selector for the GitHub Button
348615336 Feb 13, 2026
424b18d
Completed hovering colour for button. completed styling for footer area.
348615336 Feb 13, 2026
a40ef48
Reflection completed
348615336 Feb 13, 2026
29d0369
fixed small errors. realised padding was forgotten for projects and c…
348615336 Feb 13, 2026
589967c
added style section for image.
348615336 Feb 13, 2026
8446daf
COMPLETED STEP 1
348615336 Feb 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions assignment_One/Assignment_One.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resume</title>
</head>

<body>
<!--Name & Contact Info-->
<header>
<h1>Aiden Etim-Bassey</h1>
<p>Greater Toronto Area • aidensActualEmail@gmail.com • <a href="https://www.linkedin.com">Linkedin</a></p>
</header>

<!--Work Experience-->
<main>
<h2>Work Experience</h2>

<!--Experience 1-->
<h3>Retail Sales Associate</h3>
<h4>ABC Clothing Store <br>May 2023 – August 2024</h4>
<ul>
<li>Assisted customers with product selection and sizing</li>
<li>Operated point-of-sale system and handled cash transactions</li>
<li>Maintained store cleanliness and organized inventory</li>
</ul>

<!--Experience 2-->
<h3>IT Support Assistant</h3>
<h4>Campus Technology Services <br>September 2024 – Present</h4>
<ul>
<li>Helped students troubleshoot basic hardware and software issues</li>
<li>Assisted with account setup and password resets</li>
<li>Documented common technical issues and solutions</li>
</ul>

<!--Experience 3-->
<h3>Warehouse Associate</h3>
<h4>FastShip Logistics <br>June 2022 – April 2023</h4>
<ul>
<li>Picked and packed orders for shipment</li>
<li>Followed safety procedures while operating warehouse equipment</li>
<li>Worked efficiently in a fast-paced environment</li>
</ul>
</main>

<!--Bottom of Page-->
<footer>
<h2>Link to <a href="https://github.com/348615336">Github</a> </h2>
</footer>

</body>
</html>
88 changes: 59 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,76 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Aiden Etim-Bassey | Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<!--Header and Navigation Section-->
<header>
<h1>Aiden Etim-Bassey</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<h1>Jessica Gilfillan </h1>
<h2>Instructor, Mom, Cat Lady</h2>

<h2>About Me </h2>

<img src="images/manja-vitolic-gKXKBY-C-Dk-unsplash.jpg" alt="cute cat">
<main>
<!--About Section-->
<section id="about">
<h2>About Me</h2>
<!--Place Holder Image-->
<img src="profile.jpg" alt="Photo of Aiden Etim-Bassey">

<p>I am a mom and a professor at Georgian College. In my non-existent spare time, I enjoy reading, knitting and
doing yoga.</p>
<p>
I am a Computer Programming and Analysis Student currently learning the basics of web dev.
I enjoy solving problems, learning new skills, and improving onn previously weak areas. My goal
is to develop the basics of both front end and back end, so that I can improve on my overall
computing skills
</p>

<h2>Likes & Dislikes </h2>
<h3>Skills</h3>
<ul class="skills-list">
<li>HTML</li>
<li>CSS</li>
<li>Python</li>
<li>Git & GitHub</li>
</ul>
</section>

<h3>Likes</h3>
<!--Projects Section-->
<section id="projects">
<h2>Projects</h2>
<p> You can view my current projects on my GitHub profile:</p>
<a class="button" href="https://github.com/348615336" target="_blank">Visit My GitHub</a>
</section>

<ul>
<li>Reading (especially when it’s quiet 📚)</li>
<li>Knitting as a creative and relaxing outlet</li>
<li>Practicing yoga to unwind and reset</li>
<li>Meaningful conversations with students</li>
<li>Coffee that’s still hot ☕</li>
</ul>
<!--Contact Information Section-->
<section id="contact">
<h2>Contact Me</h2>
<form action="#" method="post">
<label for="name">Full Name:</label>
<input type="text" id="name" name="name" required minlength="2">

<label for="email">Email:</label>
<input type="email" id="email" name="email" required>

<label for="message">Message:</label>
<textarea id="message" name="message" required minlength="10"></textarea>

<h3>>Dislikes</h3>
<ol>
<li>cold coffee </li>
<li>Unrealistic schedules</li>
<li>Debugging code at the last minute</li>
<li>Cluttered digital files</li>
<li> When spare time disappears completely</li>
</ol>
<button type="submit">Send Message</button>
</form>
</section>
</main>

<footer>
<p>&copy; 2026 Aiden Etim-Bassey</p>
</footer>

</body>

</html>
</html>
104 changes: 104 additions & 0 deletions lab_One/lab_One.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>User Registration FOrm</title>
</head>
<body>
<!--
Date: January 24, 2026
Name: Aiden Etim-Bassey
Description: Created a User registration Form based off of a screenshot.
Used various types to get the desired Sections, so it can be improved upon in the future.
-->
<form>
<h1>User Registration Form</h1>

<!--First Name section-->
<p>
<label for="first_name">First Name:</label>
<input type="text" id="first_name" name="first_name" required>
</p>

<!--Last Name section-->
<p>
<label for="last_name">Last Name:</label>
<input type="text" id="last_name" name="last_name" required>
</p>

<!--Email address section-->
<p>
<label for="email_address">Email address:</label>
<input type="email" id="email_address" name="email_address" required>
</p>

<!--Password section-->
<p>
<label for="password">Password:</label>
<input type="password" id="password" name="password" required>
</p>

<!--Confirm password section. Would need Js to make it work with Password section-->
<p>
<label for="confirm_password">Confirm Password:</label>
<input type="password" id="confirm_password" name="confirm_password" required>
</p>

<!--Date of Birth section-->
<p>
<label for="date_of_birth">Date of Birth:</label>
<input type="date" id="date_of_birth" name="date_of_birth" required>
</p>

<!--Gender Section-->

<fieldset>
<legend>Gender:</legend>

<input type="radio" id="male" name="gender" value="Male" required>
<label for="male">Male</label>

<input type="radio" id="female" name="gender" value ="Female">
<label for="female">Female</label>

<input type="radio" id="other" name="gender" value="Other">
<label for="other">Other</label>
</fieldset>

<!--Preferences section-->
<fieldset>
<legend>Preferences:</legend>

<input type="checkbox" id="newsletter" name="preferences[]">
<label for="newsletter">Subscribe to Newsletter</label><br>

<input type="checkbox" id="terms" name="preferences[]" required>
<label for="terms">I agree to the terms & conditions</label>
</fieldset>

<!--Country section-->
<p>
<label for="country">Country:</label>

<select id="country" name ="country" required>
<option value="" selected disabled>Select Country</option>
<option value="afghanistan">Afghanistan</option>
<option value="bahamas">Bahamas</option>
<option value="canada">Canada</option>
</select>

</p>

<!--Comments section-->
<p>
<label for="comments">Comments:</label>
<textarea id="comments" name="comments" placeholder="Any additional comments..."></textarea>
</p>

<!--Submit Section-->
<button type="Submit">Submit</button>

</form>
</body>
</html>
Binary file added profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/*
=========================================
COMP1002 - Course Project Phase One
Reflection:
I feel this project helped me better grasp how CSS is meant
to tie into HTML. Using semantic elements like header, section,
and footer made it easier to split my page into different boxes
to better organize my page.

One of the challanges I faced was forgetting the areas of some closing
tags causing errors, or accidentally misplacing them. Another challenge
I faced was making sure that I knew how different selectors work and making sure
I used individual types correctly.

In Phase two, I hope to improve my layout, and to hopefully make my page
more responsive on mobile devices, or to create dynamic padding so that
it can adjust depending on the Window size

=========================================
*/
/*Font selector*/
body{
font-family: Arial, Helvetica, sans-serif;
margin: 0;
background-color: #f2f2f2;
color: #333;
}

/*Element selector*/
header{
background-color: #222;
color: white;
padding: 20px;
text-align: center;
}
img {
max-width: 200px;
display: block;
margin: 10px auto;
border-radius: 1px;
}
/*Descendant selector*/
nav ul {
list-style-type: none;
padding: 0;
}

/*Child selector*/
nav > ul > li {
display: inline;
margin: 0 10px;
}

/*Id selector*/
#about, #projects, #contact {
background-color: white;
padding: 20px;
margin-top: 15px;
}

/*Class selector*/
.skills-list {
list-style-type: square;
padding-left: 20px;
}

/*Attribute selector*/
input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 8px;
margin-bottom: 15px;
}

/*Button Class selector*/
.button{
display: inline-block;
padding: 10px 15px;
background-color: #2590d8;
color: white;
text-decoration: none;
}

/*Button Hover Class selector*/
.button:hover {
background-color: #002e4a;
}

/*Footer Style*/
footer{
background-color: #222;
color: white;
text-align: center;
padding: 10px;
}
Binary file added week_two/02_make_it_semantic/Smiley.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading