From 645166dcc3f1f9dae972fbf31e6a23a4e850a613 Mon Sep 17 00:00:00 2001 From: abdullah1 Date: Sat, 7 Oct 2023 17:03:20 +0100 Subject: [PATCH 1/3] working in HTML wireframe --- Wireframe/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Wireframe/index.html b/Wireframe/index.html index 67544158..11de9fc6 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,6 +8,24 @@ +

Why is git

+ git is distributed version control system that is widely used for tracking changes in source code during software development. + + +

Why developer need Need Github

+

developer need for variety of reason, as it provide a platform for collaborative software development, version control, project management, and + more. + Here are some key reasons why developers need GitHub: +

+

What is a branch in Git?

+ Branch is a lightweight moveable to a specific commit in + + + Date: Mon, 9 Oct 2023 12:02:14 +0100 Subject: [PATCH 2/3] update changes --- Cakes-Co/index.html | 1 + Wireframe/css/style.css | 16 ++++++++++++++++ Wireframe/index.html | 16 +++++++++++++--- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cakes-Co/index.html b/Cakes-Co/index.html index 60b1afe1..e3899934 100644 --- a/Cakes-Co/index.html +++ b/Cakes-Co/index.html @@ -5,6 +5,7 @@ + Responsive Cake webpage diff --git a/Wireframe/css/style.css b/Wireframe/css/style.css index e69de29b..ee78a659 100644 --- a/Wireframe/css/style.css +++ b/Wireframe/css/style.css @@ -0,0 +1,16 @@ +img { + display: block; + margin-left: auto; + margin-right: auto; +} +.full-content { + display: none; +} + +.read-more { + background-color: #00d9b5; + color: #fff; + border: none; + padding: 10px 10px; + cursor: pointer; +} \ No newline at end of file diff --git a/Wireframe/index.html b/Wireframe/index.html index 11de9fc6..92f94427 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,6 +10,7 @@

Why is git

git is distributed version control system that is widely used for tracking changes in source code during software development. + git

Why developer need Need Github

@@ -22,10 +23,19 @@

Why developer need Need Github

  • Code Hosting: GitHub hosts your code in the cloud, eliminating the need for developers manage their own infrastructure for code storage.
  • What is a branch in Git?

    - Branch is a lightweight moveable to a specific commit in + a "branch" is a parallel version of a repository's codebase. It allows multiple people to work on different aspects of + a project simultaneously without interfering with each other's work. Branches are a fundamental concept in Git, the version control system + that GitHub is built os + branch - - + +
    +
    +
    +
    +
    +
    + Date: Fri, 20 Oct 2023 11:44:10 +0100 Subject: [PATCH 3/3] formupdate --- Cakes-Co/index.html | 56 +++++++++++++++++++++++++++++++++--- Cakes-Co/style.css | 61 ++++++++++++++++++++++++++++++++++++++++ Form-Controls/index.html | 52 +++++++++++++++++++++++++++++----- Form-Controls/styles.css | 33 ++++++++++++++++++++++ Wireframe/index.html | 16 +++++------ 5 files changed, 198 insertions(+), 20 deletions(-) diff --git a/Cakes-Co/index.html b/Cakes-Co/index.html index e3899934..7606d841 100644 --- a/Cakes-Co/index.html +++ b/Cakes-Co/index.html @@ -5,13 +5,61 @@ - + Responsive Cake webpage - - - +logo + The best cake in town deliver to your door + + + + +
    +
    +
    + cake +
    +

    Welcome

    +

    Try test our cakes we have the best cakes in city Ours cake is crispy by cookie's
    + Softness malty in mouth that fall in love with cakes.
    + we also provide cake for weeding , birthday and occasion.

    +
    +
    + cake +
    +
    + cake +
    +
    + +
    +
    + +
    + + + +
    +
    +
    + + \ No newline at end of file diff --git a/Cakes-Co/style.css b/Cakes-Co/style.css index 6de1b356..9ad034fa 100644 --- a/Cakes-Co/style.css +++ b/Cakes-Co/style.css @@ -1 +1,62 @@ /* Add your styling here */ +* { + margin: 0px; + padding: 0px; +} +body { + color: rgba(14, 12, 12, 0.785); +} +.navbar ul { + list-style: none; + text-decoration: none; +} +.navbar ul { + display: flex; + justify-content: space-around; + align-items: center; + font-size: 15px; + background-color: gray; + color: white; +} +header{ + background-color: orangered +} +img { + width: 70px; + margin-bottom: 20px; +} + + +h1,p{ + margin-left: 100px; + margin-bottom:20px; +} +.box1{ + width: 150px; + float: left; +} +.threeline{ + position:absolute; + top: 75rem; + right: 1rem; + display: none; + flex-direction: column; + justify-content: space-around; + width: 30px; + height: 20px; + +} +.threeline .navbar{ + height: 3px; + width: 100px; + background-color:white; + border-radius: 10px; + +} + + + + + + + diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..a77cf286 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,26 +3,64 @@ - My form exercise - + + from application +

    Product Pick

    +

    We are providing pick up services with our partnership across UK.
    or local store open from 8:30 to8:30pm.

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

    Customer services policy

    +

    We expect your delivery will arrive on time and in good condition. if you would preferring to track your order
    + in real-time and receive timely updates on the status of ours deliveries. Convenience plays a crucial role, with customers
    + preferring various delivery options, including same-day, next-day, and scheduled.

    - -
    + - \ No newline at end of file diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..4444f0d1 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,33 @@ +*{ + margin-top: 0px; + margin-bottom: 0px; +} + +.body{ + font-family: 'Courier New', Courier, monospace; + font-size: 20px; + +} +.n1{ + margin-bottom: px; + padding-bottom: 10px; +} +h1,p { + font-size: 20px; + padding-bottom: 15px; + +} +.email2{ + padding-bottom: 10px; + font-size: 20px; +} +.date3{ + padding-bottom: 10px; + font-size: 20px; +} +.sumt4{ + padding-bottom: 5px; +} +.size1{ + padding-bottom: 5px; +} \ No newline at end of file diff --git a/Wireframe/index.html b/Wireframe/index.html index 92f94427..f5835903 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -14,28 +14,26 @@

    Why is git

    Why developer need Need Github

    -

    developer need for variety of reason, as it provide a platform for collaborative software development, version control, project management, and +

    developer need for variety of reason, as it provide a platform for collaborative software
    development, version control, project management, and more. Here are some key reasons why developers need GitHub:

    What is a branch in Git?

    a "branch" is a parallel version of a repository's codebase. It allows multiple people to work on different aspects of a project simultaneously without interfering with each other's work. Branches are a fundamental concept in Git, the version control system that GitHub is built os - branch + branch
    +
    +
    -
    -
    -
    - - \ No newline at end of file