diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cdb..510b33244 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -12,16 +12,102 @@

Product Pick

+
- - + + +

Please fill out the form below to select your preferred t-shirt: +

* Indicates a required field

+ +
+

Customer Information:

+ + +
+ + +
+ +
+ + +
+ + +
+
+ + +
+

T-Shirt Selection:

+

Select your preferred T-shirt colour and size:

+ + + +
+
+ *T-Shirt Colour: + + + + + + +
+
+ +
+ +
+
+ *T-Shirt Size: + + +
+
+ +

+
+ +
+ +
+ +

diff --git a/Wireframe/Git-branches image.png b/Wireframe/Git-branches image.png new file mode 100644 index 000000000..4c8d4f192 Binary files /dev/null and b/Wireframe/Git-branches image.png differ diff --git a/Wireframe/README image.png b/Wireframe/README image.png new file mode 100644 index 000000000..040cf96f2 Binary files /dev/null and b/Wireframe/README image.png differ diff --git a/Wireframe/Wireframe image.png b/Wireframe/Wireframe image.png new file mode 100644 index 000000000..2423b0f60 Binary files /dev/null and b/Wireframe/Wireframe image.png differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..e3a2b01d8 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -3,30 +3,88 @@ - Wireframe + + Developer Tools: Documentation & Design | The Dev Survival Kit + +
-

Wireframe

+

Essential Documentation & Design Tools for Developers

- This is the default, provided code and no changes have been made yet. + Master 3 essential tools every developer needs + for documentation and design before writing production code.

- -

Title

+ +
+ README file illustration +
README file illustration for the README.md: + Preventing "What Does This Button Do?" Since 1970 Article
+
+ +

README.md: Preventing "What Does This Button Do?" Since 1970

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + Think of a README file as the front door to your project. It is a simple text document that tells other humans + (and future, sleep-deprived versions of yourself) what your code does, how to install it, and why it exists. + Without a README, your project is just a mysterious pile of files; with one, it’s a professional tool.

Read more
+ +
+ +
+ Wireframe illustration +
A low-fidelity wireframe illustrating page structure
+
+ +

Wireframes: Because Changing a Drawing is Cheaper Than Changing Code

+

+ A wireframe is a two-dimensional, low-fidelity outline of your interface. + It focuses on functionality and hierarchy rather than colors and fonts. + By "gray-boxing" your ideas first, you can catch logic flaws and user-flow issues + before a single pixel is polished or a single <div> is styled. + It’s the architectural blueprint that keeps the "walls" of your app from falling down. +

+ Read more +
+ +
+ +
+ Branch in Git illustration +
Branch in Git illustration showing parallel development
+
+ +

Git Branches: How to Experiment Without Blowing the App UP!

+ +

+ In Git, a branch is a lightweight, moveable pointer to a specific commit. + Think of it as a parallel dimension where you can build a new feature or fix a bug + without touching the "Main" timeline of your project. If the experiment works, you merge it back; + if it fails, you can delete that timeline and pretend it never happened. + It is the ultimate "undo" button for collaborative development. +

+ + Read more +
+