diff --git a/Wireframe/gitt.jpg b/Wireframe/gitt.jpg new file mode 100644 index 00000000..6d5e0ff1 Binary files /dev/null and b/Wireframe/gitt.jpg differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e53..1b51a48a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,31 +3,60 @@ + Wireframe

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

-
+

It's a graphic representation of a website, + mobile app or other digital interface that highlights the overall structure and + layout of the design without going into specifics like colors, fonts or images.

+
- -

Title

+ image with a caption says make a Readme +

What is the purpose of README.md file?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A README.md file provides essential information about a project, + including its purpose, installation instructions, usage guidelines, + contribution details, licensing and contact information, + helping users and developers understanding and engage with the project effectively.

- Read more + Read more
-
+
+
+ Wireframe drawing on ipad and book +

What is the purpose of wireframe?

+

+ A wireframe is commonly used to layout content and functionality + on on a page which it takes into account user needs and user journeys. + Wireframe is used early in the development process to establish + the basic structure of a page before visual design and content is added. +

+ Read more +
+
+
+
+ git branch illustration diagram +

What is a Branch in Git?

+

+ Git Branches allow us to work on different versions of our code simultaneously. + Think of branches as alternative timelines. + Git Branches allow us to create separate contexts where we can try new things or + even work on multiple ideas in parallel without risking the codebase. +

+ Read more +
+
+ diff --git a/Wireframe/readme.png b/Wireframe/readme.png new file mode 100644 index 00000000..0a96d035 Binary files /dev/null and b/Wireframe/readme.png differ diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c..2e510fc0 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -30,6 +30,7 @@ body { background: var(--paper); color: var(--ink); font: var(--font); + background-color: rgb(229, 226, 212); } a { padding: var(--space); @@ -53,6 +54,8 @@ footer { position: fixed; bottom: 0; text-align: center; + font-weight: 500; + color: rgb(25, 23, 23); } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element. diff --git a/Wireframe/wf.jpg b/Wireframe/wf.jpg new file mode 100644 index 00000000..4a1f0815 Binary files /dev/null and b/Wireframe/wf.jpg differ diff --git a/wframe.png b/wframe.png new file mode 100644 index 00000000..899dcc02 Binary files /dev/null and b/wframe.png differ