Skip to content
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

London-ITP-JAN 25 | Elfredah KEVIN-ALERECHI | ONBOARDING | Week1 Wireframe #238

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions Wireframe/ARTICLES
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
. What is the purpose of a README file?
A README file explains a project's purpose, setup, and usage, helping users and developers understand and work with it easily.
What is the purpose of a wireframe?
A wireframe outlines a basic visual guide for a website or app, showing layout and functionality without design details, to plan user experience effectively.
What is a branch in Git?
A branch in Git is a separate version of your code where you can work on changes independently without affecting the main project.
36 changes: 28 additions & 8 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,46 @@
</head>
<body>
<header>
<h1>Wireframe</h1>
<h1>Wireframe Exercise Code</h1>
<p>
This is the default, provided code and no changes have been made yet.
A place to learn more
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="https://journotech.org/wp-content/uploads/2024/12/JOURNOTECH-LOGO-2-600x185.png" alt="JournoTECH Logo" width="600">

<h2>What is the purpose of a README file</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A README file explains a project's purpose, setup, and usage, helping users and developers understand and work with it easily.
</p>
<a href="">Read more</a>
<a href="https://www.mygreatlearning.com/blog/readme-file/" target="_blank">Read more</a>

</article>
<article>
<img src="https://journotech.org/wp-content/uploads/2024/12/classroom-JournoAI.jpg" alt="Classroom JournoAI" width="400">

<h2>What is the purpose of a wireframe</h2>
<p>
A wireframe outlines a basic visual guide for a website or app, showing layout and functionality without design details, to plan user experience effectively.
</p>
<a href="https://balsamiq.com/learn/articles/what-are-wireframes/" target="_blank">Read more</a>
</article>

<article>
<img src="https://journotech.org/wp-content/uploads/2024/12/JournoTech-Mix-Training.png" alt="JournoTech Mix Training" width="400">

<h2>What is a branch in Git</h2>
<p>
A branch in Git is a separate version of your code where you can work on changes independently without affecting the main project.
</p>
<a href="https://www.atlassian.com/git/tutorials/using-branches#:~:text=In%20Git%2C%20branches%20are%20a,branch%20to%20encapsulate%20your%20changes." target="_blank">Read more</a>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
All rights reserved (c)2025
</p>

</footer>
</body>
</html>
77 changes: 42 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,51 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coursework</title>
<style>
:root {
--paper: oklch(7 0 0);
--ink: color-mix(in oklab, var(--color) 5%, black);
--font: 100%/1.5 system-ui;
--space: clamp(6px, 6px + 2vw, 15px);
--line: 1px solid;
}
body {
background: var(--paper);
color: var(--ink);
font: var(--font);
max-width: 1280px;
margin: 0 auto;
}
</style>
<title>Wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header><h1>🧐 CYF Coursework Disposable Branch Previews</h1></header>
<header>
<h1>Wireframe Exercise Code</h1>
<p>
A place to learn more
</p>
</header>
<main>
<ol>
<li>
<h2><a href="/Wireframe">Project 1: Wireframe</a></h2>
<p>
Mentors:
<a href="Wireframe/readme.md">open the assignment in a tab</a>
</p>
</li>
<li>
<h2><a href="/Form-Controls">Project 2: Form Controls</a></h2>
<p>
Mentors:
<a href="Form-Controls/readme.md">open the assignment in a tab</a>
</p>
</li>
</ol>
<article>
<img src="https://journotech.org/wp-content/uploads/2024/12/JOURNOTECH-LOGO-2-600x185.png" alt="JournoTECH Logo" width="600">

<h2>What is the purpose of a README file</h2>
<p>
A README file explains a project's purpose, setup, and usage, helping users and developers understand and work with it easily.
</p>
<a href="https://www.mygreatlearning.com/blog/readme-file/" target="_blank">Read more</a>

</article>
<article>
<img src="https://journotech.org/wp-content/uploads/2024/12/classroom-JournoAI.jpg" alt="Classroom JournoAI" width="400">

<h2>What is the purpose of a wireframe</h2>
<p>
A wireframe outlines a basic visual guide for a website or app, showing layout and functionality without design details, to plan user experience effectively.
</p>
<a href="https://balsamiq.com/learn/articles/what-are-wireframes/" target="_blank">Read more</a>
</article>

<article>
<img src="https://journotech.org/wp-content/uploads/2024/12/JournoTech-Mix-Training.png" alt="JournoTech Mix Training" width="400">

<h2>What is a branch in Git</h2>
<p>
A branch in Git is a separate version of your code where you can work on changes independently without affecting the main project.
</p>
<a href="https://www.atlassian.com/git/tutorials/using-branches#:~:text=In%20Git%2C%20branches%20are%20a,branch%20to%20encapsulate%20your%20changes." target="_blank">Read more</a>
</main>
<footer><a href="HOW_TO_REVIEW.md">HOW TO REVIEW MD</a></footer>
<footer>
<p>
All rights reserved (c)2025
</p>

</footer>
</body>
</html>