Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Migracode|Afere Precious|Onome|Afere Precious|Onome Sprint 4 #211

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
aed63e5
my html and css
AferePreciousOnome Sep 25, 2024
e60fa47
final changes made
AferePreciousOnome Sep 25, 2024
82d3b2b
i added favicon to my title
AferePreciousOnome Sep 25, 2024
f644e1e
changes were made
AferePreciousOnome Sep 25, 2024
e136933
i added margin to the header text
AferePreciousOnome Sep 25, 2024
685d135
i did a little change
AferePreciousOnome Sep 25, 2024
aab5858
finished html
AferePreciousOnome Sep 26, 2024
c2c7dd5
finished html
AferePreciousOnome Sep 26, 2024
8b063e4
i added class
AferePreciousOnome Sep 26, 2024
5056a7e
finished product
AferePreciousOnome Sep 26, 2024
d264657
i added comments
AferePreciousOnome Sep 26, 2024
a41316b
image was added
AferePreciousOnome Sep 29, 2024
acf5dce
i added an image
AferePreciousOnome Sep 29, 2024
95c2ed7
Merge branch 'main' into cake-co
AferePreciousOnome Sep 29, 2024
70de60d
My unfinished html
AferePreciousOnome Sep 30, 2024
ea7e39c
my unfinished html and css
AferePreciousOnome Oct 1, 2024
2752f92
my meun drop down was added
AferePreciousOnome Oct 1, 2024
e0cd21c
i did the resume html and css
AferePreciousOnome Oct 1, 2024
a8856c4
i finished the project html and css
AferePreciousOnome Oct 2, 2024
bae3880
unfinished project
AferePreciousOnome Oct 2, 2024
33a0fff
finished with my project for mobile.
AferePreciousOnome Oct 2, 2024
67dbace
i did my media query
AferePreciousOnome Oct 3, 2024
d60a43b
My finished project
AferePreciousOnome Oct 3, 2024
2187278
I made some final changes to my website
AferePreciousOnome Oct 4, 2024
a05a11e
i did some changes
AferePreciousOnome Oct 4, 2024
89e19e3
i added some changes
AferePreciousOnome Oct 4, 2024
3dc2b0d
i made a change by adding width
AferePreciousOnome Oct 4, 2024
a73aa9e
i added new changes
AferePreciousOnome Oct 4, 2024
ddcd149
i did new changes
AferePreciousOnome Oct 4, 2024
531d9db
i added some extra changes
AferePreciousOnome Oct 4, 2024
f58c0d2
i made extra changes to my website
AferePreciousOnome Oct 4, 2024
dd7fc7f
changes were made
AferePreciousOnome Oct 4, 2024
0b3d411
i added some new changes
AferePreciousOnome Oct 4, 2024
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
Binary file added Cakes-Co/images/2867922_menu_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cakes-Co/images/Sweet Cake🍰✨.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Cakes-Co/images/bars-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cakes-Co/images/cupcakelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Cakes-Co/images/icons8-menú.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Cakes-Co/images/images-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 135 additions & 9 deletions Cakes-Co/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,142 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Responsive Cake webpage</title>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Precious secret's </title>
<link rel="icon" href="images/cupcakelogo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css" />
<!-- Add a link to your css file here -->
</head>
</head>

<body>
<div class="container">
<header>
<div>
<img
class="logo"
src="images/cupcakelogo.png"
alt="A cupcake picture"
/>
</div>
<div class="header-text">
<div class="menuicon">
&#9776;
</div>


<p>"Whipping up sweet moments,one unforgettable cake at a time."</p>
</div>
</header>
<main>
<div>
<nav>
<ul>
<li>Home</li>
<li>Cakes</li>
<li>Order</li>
<li>Lesson</li>
<li>About</li>
</ul>
</nav>
</div>
<section class="hero.section">
<div class="hero-article">
<div>
<h2>
Welcome to Precious <br />
Secret's Bakery
</h2>
<article>
<p>
Precious Secret's Bakery creates heartfelt cakes, blending
family recipes and premium ingredients to craft treats that
celebrate life's special moments. Every cake is a personal
touch, thoughtfully made to transform simple occasions into
cherished, lasting memories.
</p>
</div>
<div>
<img
src="https://i.pinimg.com/736x/9e/ba/62/9eba62d55c472a89c143380991ea7cac.jpg"
alt="chocolate cate with vanilla icing and strawberry on top"
/>
</div>
</article>
</div>
</section>

<body>
<!-- Add your markup here -->
<section class="image-section">
<h2>Our Star Attraction.</h2>
<div class="image-featured">
<div>
<img
src="https://i.pinimg.com/564x/e2/8d/d4/e28dd4d2395016b24939cd4d262dcdcc.jpg"
alt=""
/>
</div>
<div>
<img
src="https://i.pinimg.com/564x/91/ae/91/91ae913db9e1844f6911c4e653e3bf04.jpg"
alt=""
/>
</div>
<div>
<img
class="second-image"
src="https://i.pinimg.com/564x/d8/94/32/d8943260d0db7e9abdf4b176271848fa.jpg"
alt=""
/>
</div>
<div>
<img
class="image4"
src="https://i.pinimg.com/564x/88/33/93/883393670e09dcf345cce508e6c3ccc1.jpg"
alt=""
/>
</div>
</div>
</section>
<section class="about-me">
<div>
<img
class="aboutme-image"
src="images/Sweet Cake🍰✨.jpeg"
alt=""
/>
</div>
<div>
<p>
<em>Hey There!</em><br /><strong>I'm Precious</strong><br />
Owner and Creator<br />
</p>
<p>
My name is Precious, and I'm currently studying web development,
which fuels my creativity and technical skills. Recently, I
discovered a passion for baking, which led me to start my own cake
business. Each cake I create is a reflection of my love for this
art, and I find immense joy in bringing sweet smiles to people's
faces. Every slice is made with love, dedication, and a sprinkle
of my unique flair!
</p>
</div>
</section>
<footer>
<hr />
<div>
<img src="images/cupcakelogo.png" alt="cupcake logo" />
<p>
<em>Contact us at </em> Plaça Mayor Vic 085007 <br />
Email: @precious secret's.com
</p>
<p class="secondp">@Precious's secret</p>
</div>
</footer>
</main>
</div>
</body>
</html>
</body>

</html>
Loading