Skip to content
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
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

You must title your PR like this:

Region | Cohort | FirstName LastName | Sprint | Assignment Title
Cohort | FirstName LastName | Week | Assignment Title

For example,

London | 25-ITP-May | Carol Owen | Sprint 1 | Alarm Clock
ITP-2025-1 | Carol Owen | Week 1 | Alarm Clock

Fill in the template below - remove any sections that don't apply.

Expand Down
386 changes: 0 additions & 386 deletions LICENSE.txt

This file was deleted.

35 changes: 26 additions & 9 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,43 @@
</head>
<body>
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
<h1>Wireframe to Web Code</h1>
<p> The beginning of the onboarding process, where you will learn how to convert a wireframe design into functional web code.

</p>
</header>
<!-- The main content of the page, where articles about wireframes, README files, and Git branches are presented. -->
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<h2>What is a Wireframe</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A wireframe is the skeleton of your digital project. Think of it as the foundation for your website, app, or dashboard. It focuses on layout, and content placement—not on colors, fonts, or any visual polish.<br>By Peldi Guilizzoni "What is a Wireframe?" <i>The Balsamiq Blog</i> May 08, 2025</p>
</p>
<a href="">Read more</a>
<a href="https://balsamiq.com/blog/what-are-wireframes/">Continue Reading</a>
</article>

<article>
<!-- Added two (2) additional article within the main to properly fit grid format -->
<h3>What is the Purpose of a README file?</h3>
<p>"A README.md is a key document in repositories, especially on GitHub. It introduces the project, explains its purpose, setup, and usage, and helps users and developers contribute effectively."

</p>
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Continue via GeeksforGeeks</a>
</article>
<article>
<h4>What is a Branch in Git?</h4>
<p>"Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request."</p>
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Continue via GitHub Docs</a>

</article>
</main>
<!-- The footer of the page, where credits for changes made to the content are given. -->
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Changes made by Michael English "Eigo-G" on GitHub.
</p>
</footer>
</footer>

</body>
</html>
3 changes: 2 additions & 1 deletion Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ main {
> *:first-child {
grid-column: span 2;
}
}
}

/* ====== Article Layout ======
Setting the rules for how elements are placed in the article.
Now laying out just the INSIDE of the repeated card/article design.
Expand Down
46 changes: 0 additions & 46 deletions index.html

This file was deleted.

16 changes: 0 additions & 16 deletions netlify.toml

This file was deleted.

21 changes: 2 additions & 19 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,13 @@

Before you try to complete the work in this repo, go to your curriculum and work through the prep. The prep shows you how to complete the work in this repo. Start with the prep.

Your workflow should always be:

```mermaid
graph LR
Begin[Prep]:::green --> Next[Backlog] --> Attend[Class] --> Evaluate[Success] --> Begin

classDef green fill:#90EE90,color:black
```

### 🥁 Rhythm of the Week

Get into a rhythm of working through the coursework:

```mermaid
graph LR
Tuesday[Prep] --> Wednesday[Backlog] --> Friday[Demo] --> Saturday[Class] --> Sunday/Monday[Review] --> Tuesday
```

## 📅 Planning and managing your work

All the coursework is listed as issues on this repo. These issues are mirrored on your curriculum backlog page.
All the coursework is listed as issues on this repo.

You will copy these issues to your Coursework Planner, which is one repo that will hold all your coursework and assignments for the entire course.

If you do not already have your own Coursework Planner, set one up now:

https://github.com/CodeYourFuture/Coursework-Planner
https://github.com/HackYourFutureBelgium/My-Coursework-Planner
Loading