-
Notifications
You must be signed in to change notification settings - Fork 15
ITP-2025-1 | Elena Vasileia | Week 1 | Feature/wireframe #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added the :root design pallete
Added base elements
Changed the header and paragraph in html
Added three articles with headers and paragraphs about our three topics. Added links to them
Removed css styling as this is an html file (wrongly added before)
Added img on Git branch article
…Onboarding into feature/wireframe i
Added images in articles.
Brussels, Elena Vasileia, Week 1, Wireframe index.html alteration
Changed paper command to a light yellow color
Centered headers and paragraph included, also made them bigger
Center h2 and changed font size in all paragraphs
Tried to chenge the footer allignment but it didn't respond as expected
Added the name filed that needs to be at least 2 letters and it's mandatory.
Added email filed that is mandatory and has the email type.
Added a radio button to choose blue color. Made it required so client will have to mandatory choose one of three.
Added green and black color options without making them required as only one of three should marked as required to make the choice mandatory.
Added sizes option making them mandatory to choose one
Added my name :)
| <footer> | ||
| <!-- change to your name--> | ||
| <h2>By HOMEWORK SOLUTION</h2> | ||
| <h2>By Elena Vasileia</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice name :)
|
Good start, @EL1VAS What to FixFooter Alignment
Incorrect. You don’t need JavaScript for a fixed footer — only CSS. Use this CSS: footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
text-align: center;
}Article StructureEach article should follow the same internal pattern: <article>
<img src="..." alt="Descriptive image text" />
<h2>Article Title</h2>
<p>Short summary of the topic.</p>
<a href="..." target="_blank" rel="noopener noreferrer">
Learn more about [topic]
</a>
</article>Footer Content<footer>
<p><small>Created by El1VAS — October 2025</small></p>
</footer>Commit Message Accuracy
Keep commit messages accurate and specific: git commit -m "style: adjust font size of header paragraph"Understanding Pull Requests
No — because:
Workflow for Previewing ChangesYour workflow (VS Code + Live Server) is excellent. # One-time setup
git clone <your-fork-url>
cd <project-folder>
git switch -c feature/wireframeThen:
|
Learners, PR Template
Self checklist
Changelist
This is a pull request for the created feature/wireframe branch in the Wireframe of the Module-Onboarding fork. I have changed the index.html, style.css files and added some svg images that I have created and/or downloaded.
Questions/Remarks:
-I didn't manage to change the footer alignment, according to AI I need Javascript for that.
-Also in one of the commits the description is not entirely correct, as I mentioned "I altered the font size of all paragraphs" when actually I only altered the font size of the header paragraph. My intention was to alter all but changed my mind midways 😄
-I struggled to understand the whole pull proccess, as it didn't make sence to me: if all of us make suggestion to alter your original HYF repository and let's say you accept them all when reviewing, how will you keep your repository intact for future use?
-Also I will only now put the tag to review in my issues because I couldn't do it anywhere else. Then I saw slack messages and I think I understand correct
-I tried to find a way to check my webpage as I was making changes especially in CSS but the best way I found is actually code it in VS Code save it and then review it with Live Server. Then copy everything, or just the desired parts back to Github. Is there an easier or more efficient way?
-I love all the extra info to research, but given the fact that we had to squeeze two weeks in one, plus a heavy personal program this week, made it a little chaotic to explore AND be on time for the assignments. I used AI as a tutor to save time, but still I can't say I have explored as thoroughtly as I wanted.
Have a nice weekend !
Ask any questions you have for your reviewer.