diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..0aeb5ba29 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,86 @@ - - - - + + + My form exercise - - + + > + + background image

Product Pick

-
- + + +
- + + +

Enter Your Name!

+ +

+ + +

+ + + + +

+ + + + + +

select a color for your t-shirt:

+ + +

+ +

+ +

+ + + + +
+ +
+ +
+ +
+ +
+ + + + +
- - + + + diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..406e467f9 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,24 +10,63 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + a short describtion of wireframe, branch, and README.md file.

- -

Title

+ just an image +

What is a branch in Git?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + "What is a Git Branch? + In Git, a branch is like a separate workspace where you can make changes and try new ideas without affecting the main project. Think of it as a "parallel universe" for your code. + + Why Use Branches? + Branches let you work on different parts of a project, like new features or bug fixes, without interfering with the main branch. + + Common Reasons to Create a Branch + Developing a new feature + Fixing a bug + Experimenting with ideas"

- Read more + Read more +
+ +
+ just an image +

Why do we use README.md file?

+

+ " 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." +

+ Read more +
+ +
+ wireframe image +

What is the purpose of a wireframe?

+

+ "Wireframes are basic blueprints that help teams align on requirements, + keeping UX design conversations focused and constructive. + Think of your wireframe as the skeleton of your app, website, or other final product. + Your wireframe shows the design team and stakeholders the bare-bones outlines of essential webpages, + components, and features, including: + + Screen layouts + Navigation bars + Components of UX and UI design + Interactive elements" +

+ Read more
+ diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..b3cf5f262 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -30,11 +30,19 @@ body { background: var(--paper); color: var(--ink); font: var(--font); + background-color:aquamarine; + background-image: url("background image.jpg"); + position: relative; + left: 0; + bottom: 0; + width: 100%; + text-align: center; } a { padding: var(--space); border: var(--line); max-width: fit-content; + color: var(--ink); } img, svg { @@ -50,8 +58,10 @@ main { margin: 0 auto calc(var(--space) * 4) auto; } footer { - position: fixed; + position: relative; + left: 0; bottom: 0; + width: 100%; text-align: center; } /* ====== Articles Grid Layout ==== @@ -86,4 +96,4 @@ article { > img { grid-column: span 3; } -} +} \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 80aa49666..000000000 --- a/index.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - Coursework - - - -

🧐 CYF Coursework Disposable Branch Previews

-
-
    -
  1. -

    Project 1: Wireframe

    -

    - Mentors: - open the assignment in a tab -

    -
  2. -
  3. -

    Project 2: Form Controls

    -

    - Mentors: - open the assignment in a tab -

    -
  4. -
-
- - -