Skip to content

Commit

Permalink
Merge branch 'main' into feature/new-feature1
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsha-1605 authored Oct 15, 2024
2 parents e2c072f + 39963ac commit 0b01d91
Show file tree
Hide file tree
Showing 40 changed files with 4,328 additions and 356 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{

"liveServer.settings.port": 5502
"liveServer.settings.port": 5504
}
4 changes: 3 additions & 1 deletion Coverpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
domain="www.chatbase.co"
defer>
</script>

<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>
</html>
2 changes: 1 addition & 1 deletion Css-files/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}
.mainhead h1 {
font-family: Georgia;
font-size: 3.8rem;
font-size: 3rem;
color: white;
padding-bottom: 20px;
}
Expand Down
7 changes: 4 additions & 3 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ body {
}
.mainhead h1 {
font-family: Georgia;
font-size: 3.8rem;
font-size: 3rem;
color: white;
padding-bottom: 20px;
}
Expand Down Expand Up @@ -240,6 +240,7 @@ input[type="submit"]:hover {

.first_cont {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

Expand Down Expand Up @@ -288,6 +289,7 @@ input[type="submit"]:hover {
}
.second_cont{
display: flex;
flex-wrap: wrap;
padding: 40px;
justify-content: center;
}
Expand Down Expand Up @@ -389,7 +391,7 @@ div.deals:hover{
/* footer */
.foot-panel2{
background-color: transparent;
color:white;
/* color:white; */
display: flex;
justify-content: space-evenly;
}
Expand Down Expand Up @@ -562,7 +564,6 @@ td{
flex-direction: column;
justify-content: center;
align-items: center;
width: 20rem;
height: max-content;
}

Expand Down
2 changes: 1 addition & 1 deletion Css-files/login1.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ body {
}

.textfield > input {
width: 100%;
width: 95%;
height: 45px;
border-radius: 15px;
border: 1px solid #b38484;
Expand Down
4 changes: 1 addition & 3 deletions Css-files/signup1.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ body {
align-items: center;
height: 100vh; /* Full viewport height */
padding: 20px; /* Padding to avoid overflow */
overflow: hidden; /* Prevents overflow */
position:relative;
}

Expand Down Expand Up @@ -154,14 +153,13 @@ body {
}

/* Responsive design for smaller screens */
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 980px) {
.main-login {
flex-direction: column;
padding: 0 20px; /* Added padding to avoid edge overflow */
}

.card-login {
width: 100%; /* Full width for mobile */
padding: 20px; /* Adjust padding */
}
}
38 changes: 38 additions & 0 deletions Html-files/Electronic.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,41 @@
.card[for="c10"] {
background-image: url(https://i.pinimg.com/474x/42/69/19/426919f03cc846b881903e3dd40a0bc6.jpg);
}

.foot-panel2 .footer-colums a {
/* /* color: black!important; */
text-decoration: none !important;
transition:transform 0.2s ease, text-decoration-color 0.2s ease;
/* display: inline-block; */


text-decoration: none;
/* color: #000; */
position: relative;
padding-bottom: 2px;

}

.foot-panel2 .footer-colums a::after{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: black;
transition: width 0.3s ease;
width:0;

}

.foot-panel2 .footer-colums a:hover{
transform: scale(1.05);
}

.foot-panel2 .footer-colums a:hover::after{
width:100%;
}
</style>
<title>Retro</title>
</head>
Expand Down Expand Up @@ -1200,5 +1235,8 @@ <h2 style="font-family: var(--ff-philosopher); color: black">
domain="www.chatbase.co"
defer
></script>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>
</html>
4 changes: 3 additions & 1 deletion Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,9 @@ <h3 class="f-title f_600 t_color f_size_18">Follow Us</h3>
domain="www.chatbase.co"
defer>
</script>

<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>

</html>
12 changes: 6 additions & 6 deletions Html-files/booknow.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,14 @@
padding: 0.5em 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 1em;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 columns with a minimum size of 300px */
gap: 3rem;
}
.gallery .item {
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
width: 23%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
text-align: center;
Expand Down Expand Up @@ -196,6 +194,8 @@ <h2 style="color: black;">Our Services</h2>
domain="www.chatbase.co"
defer>
</script>

<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>
</html>
Loading

0 comments on commit 0b01d91

Please sign in to comment.