Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

social media icons added #343

Merged
merged 3 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
58 changes: 30 additions & 28 deletions Css-files/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,30 +334,29 @@
}

.social-icons a {
font-size: 1.2rem;
padding: 8px;
margin: 15px;
font-size: 1rem;
padding: 7px;
margin: 7px 6px 0 8px;
text-decoration: none;
/* color: white; */
}

.fa-facebook{
color: hsl(203, 30%, 26%);
font-size: 1.2rem;
font-size: 1rem;
padding: 8px;
margin: 15px;
}

.fa-facebook:hover {

transform: scale(1.5);
color:#3B5998;
transition: transform 0.2s ease, color 0.2s ease;
}

.fa-instagram{
color: hsl(203, 30%, 26%);
font-size: 1.2rem;
font-size: 1rem;
padding: 8px;
margin: 15px;
}
Expand All @@ -368,18 +367,39 @@
}
.fa-x-twitter{
color: hsl(203, 30%, 26%);
font-size: 1.2rem;
font-size: 1rem;
padding: 8px;
margin: 15px;

}

.fa-x-twitter:hover {
color:black;
transform: scale(1.5);
transition: transform 0.2s ease, color 0.2s ease;
}

.fa-youtube {
color: hsl(203, 30%, 26%);
font-size: 1rem;
padding: 8px;
margin: 15px;
}

.fa-youtube:hover {
transform: scale(1.5);
color: #FF0000;
transition: transform 0.2s ease, color 0.2s ease;
}

.fa-snapchat {
color: hsl(203, 30%, 26%);
font-size: 1rem;
padding: 8px;
margin: 15px;
}
.fa-snapchat:hover {
transform: scale(1.5);
color: #FFFC00;
transition: transform 0.2s ease, color 0.2s ease;
}

.foot_panel4{
background-color: transparent;
Expand Down Expand Up @@ -432,24 +452,6 @@
background-color: rgb(196, 89, 89);
}

.social-icons a{
font-size: 1.2rem;
padding: 15px;
text-decoration: none;
color: hsl(203, 30%, 26%);
}

.fa-facebook:hover {
color:#3B5998;
}

.fa-instagram:hover {
color:#D62976;
}

.fa-twitter:hover {
color:#00B6F1;
}

.cart-section{
padding: 55px 70px 30px 70px;
Expand Down
25 changes: 20 additions & 5 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ body {
.mainhead {
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
/* padding-bottom: 50px; */
}
.mainhead h1 {
font-family: Georgia;
Expand Down Expand Up @@ -452,8 +452,9 @@ input
}

.social-icons a{
font-size: 1.2rem;
padding: 15px;
font-size: 1rem;
padding: 7px;
margin: 7px 6px 0 8px;
text-decoration: none;
color: brown !important;
}
Expand All @@ -469,6 +470,12 @@ input
.fa-twitter:hover {
color:#00B6F1;
}
.fa-youtube:hover {
color: #FF0000;
}
.fa-snapchat:hover {
color: #FFFC00;
}

.cart-section{
padding: 55px 70px 30px 70px;
Expand All @@ -494,6 +501,9 @@ input
border: 2px solid black;
width: 75%;
}
td{
font-size: 20px;
}

#bill{
color: rgb(196, 74, 74);
Expand Down Expand Up @@ -552,16 +562,21 @@ input

#contactForm input,
#contactForm textarea {
width: 50%;
width: 64%;
padding: 20px;
font-size: 15px;
margin: 5px;
border-radius: 10px;
border: none;
}
#contactForm input{
width: 76%;
font-size: 15px;
}

#contactForm h3 {
height: 30px;
color: #141414;
color: hsl(357, 82%,35%);
}
#contactForm textarea {
height: 100px;
Expand Down
5 changes: 4 additions & 1 deletion Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,10 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
<a class="fa-brands fa-facebook" href="https://facebook.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" style="color: hsl(203, 30%, 26%);"></a>

<a class="fa-brands fa-youtube"
href="https://www.youtube.com" style="color: hsl(203, 30%, 26%);" ></a>
<a class="fa-brands fa-snapchat"
href="https://www.snapchat.com" style="color: hsl(203, 30%, 26%);" ></a>
</div>
</div>
<p style="margin-bottom:0;font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Stay connected with us on social media for the latest updates, latest collection, and vintage adventures.
Expand Down
32 changes: 11 additions & 21 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
color: white;
border: 3px solid whitesmoke;
}

</style>
</head>

Expand Down Expand Up @@ -318,23 +319,7 @@ <h1 style="color: black;font-family: var(--ff-philosopher);">C A R T</h1>
<div class="circle" style="background-color: rgb(104, 0, 96); left: 504px; top: 59px; scale: 0.1;"></div>
<div class="circle" style="background-color: rgb(96, 0, 95); left: 504px; top: 59px; scale: 0.05;"></div>
</div>
<div class="head_container" style="background-color: transparent;font-family: Georgia;">
<header>
<nav class="navbar">
<ul id="header-items">
<li><a href="../index.html" style="color: black;font-family: var(--ff-philosopher);">Home</a></li>
<li><a href="menu.html" style="color: black;font-family: var(--ff-philosopher);">About</a></li>
<li><a href="services.html" style="color: black;font-family: var(--ff-philosopher);">Services</a></li>
<li><a href="contact.html" style="color: black;font-family: var(--ff-philosopher);">Contact us</a></li>
<li><a href="cart.html" style="color: black;font-family: var(--ff-philosopher);">Cart <span class="badge-count" id="badgeCount"></span></a></li>
</ul>
</nav>
</header>

<div class="mainhead">
<h1 style="color: black;font-family: var(--ff-philosopher);">C A R T</h1>
</div>
</div>

</div>

<section class="cart-section" style="background-color: transparent;">
Expand Down Expand Up @@ -433,15 +418,20 @@ <h3 style="font-family: var(--ff-philosopher);">Contact Us!</h3>
<div class="pages">
<h4 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher);">Follow Us</h4>
<div class="social-icons">
<div class="social-icons">

<a class="fa-brands fa-facebook"
href="https://facebook.com" target="_blank"></a>
href="https://facebook.com" ></a>
<a class="fa-brands fa-instagram"
href="https://instagram.com"
target="_blank"></a>
<a class="fa-brands fa-x-twitter"
href="https://twitter.com" target="_blank"></a>
</div>
href="https://twitter.com" ></a>
<a class="fa-brands fa-youtube"
href="https://www.youtube.com" ></a>
<a class="fa-brands fa-snapchat"
href="https://www.snapchat.com" ></a>


</div>
<p style="margin-bottom:0;font-family: var(--ff-philosopher);">Stay connected with us on social media for the
latest updates, latest collection, and vintage adventures.
Expand Down
4 changes: 4 additions & 0 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,10 @@ <h3>Follow Us</h3>
<a class="fa-brands fa-facebook" href="https://facebook.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" style="color: hsl(203, 30%, 26%);"></a>
<a class="fa-brands fa-youtube"
href="https://www.youtube.com" ></a>
<a class="fa-brands fa-snapchat"
href="https://www.snapchat.com" ></a>
</div>
<p style="margin-bottom:0;">Stay connected with us on social media for the latest updates, recipes, and foodie adventures.
</p>
Expand Down
Loading