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

LOGO FOR RETRO #590

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Html-files/Electronic.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link
rel="shortcut icon"
type="image/x-icon"
href="../Favicon image/favicon-32x32.png"
href="logo.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
8 changes: 4 additions & 4 deletions Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Css-files/about.css">
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -594,9 +594,9 @@
<header style="font-family: var(--ff-philosopher);">
<nav class="navbar navbar-expand-lg fixed-top" id="top">
<div class="container-fluid">
<a class="navbar-brand" href="/index.html" style="font-family: var(--ff-philosopher); color: black;">
<b>Retro</b>
</a>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/booknow.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro</title>
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<style>
::-webkit-scrollbar {
width: 10px;
Expand Down
8 changes: 4 additions & 4 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="stylesheet" href="../Css-files/content.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -323,9 +323,9 @@
<header>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html" style="color: black;">
<b>Retro</b>
</a>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down
6 changes: 3 additions & 3 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Css-files/content.css">
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
Expand Down Expand Up @@ -545,8 +545,8 @@
<header>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html" style="color: black;">
<b>Retro</b>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
Expand Down
9 changes: 8 additions & 1 deletion Html-files/forgot-pass.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="stylesheet" href="../Css-files/forgotpass1.css">
<title>Retro - Forgot Password</title>
</head>
Expand All @@ -31,10 +31,17 @@
<div class="circle" style="background-color: rgb(104, 0, 96) !important; left: 504px; top: 59px; scale: 0.1;"></div>
<div class="circle" style="background-color: rgb(96, 0, 95) !important; left: 504px; top: 59px; scale: 0.05;"></div>
</div>
main
<div class="home-btn"><a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a></div>
<div class="container">

<div class="home-btn"><a href="../index.html" style="font-family: var(--ff-philosopher);"><b>Retro</b></a></div>
<div class="container" style="display: flex;
align-items: center;
justify-content: center;">
main
<div class="card-forgot">
<h1>Forgot Password</h1>
<form id="forgotPassForm">
Expand Down
2 changes: 1 addition & 1 deletion Html-files/logged.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Retro</title>
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="stylesheet" href="../Css-files/content.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
6 changes: 4 additions & 2 deletions Html-files/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="scriptlogin.js" defer type="module"></script>
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="stylesheet" href="../Css-files/login1.css">
<title>Retro</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -196,7 +196,9 @@
</div>
<div class="main-login">
<div class="left-login" style="background-color: transparent;">
<div class="home-btn"><a href="../index.html" style="font-family: var(--ff-philosopher);"><b>Retro</b></a></div>
<div class="home-btn"><a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a></div>
<div class="container">
<div class="card">
<div class="front" style="align-content: center;font-family: var(--ff-philosopher);">
Expand Down
Binary file added Html-files/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap"
Expand Down Expand Up @@ -309,8 +309,8 @@

<nav class="navbar navbar-expand-lg fixed-top" id="top">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html" style="font-family: var(--ff-philosopher); color: black;">
<b>Retro</b>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
2 changes: 1 addition & 1 deletion Html-files/payment2.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link
rel="shortcut icon"
type="image/x-icon"
href="../Favicon image/favicon-32x32.png"
href="logo.png"
/>
<style>
* {
Expand Down
4 changes: 2 additions & 2 deletions Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@
<header>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html" style="color: black;">
<b>Retro</b>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
Expand Down
2 changes: 1 addition & 1 deletion Html-files/signed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Retro</title>
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="stylesheet" href="../Css-files/content.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
6 changes: 4 additions & 2 deletions Html-files/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Sign up</title>
<script src="scriptsignup.js" defer type="module"></script>
<link rel="stylesheet" href="../Css-files/signup1.css">
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png">
<link rel="shortcut icon" type="image/x-icon" href="logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -215,7 +215,9 @@
</div>
<div class="main-login">
<div class="homebtn">
<a href="../index.html" style="font-family: var(--ff-philosopher); color: rgb(149, 15, 95);"><b>Retro</b></a>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
</div>
<div class="left-login">
<div class="area">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@
<!--Navbar Start-->
<nav class="navbar navbar-expand-lg fixed-top" id="top">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="font-family: var(--ff-philosopher); color: black;">
<b>Retro</b>
<a class="navbar-brand" href="#" style="display: inline-block;">
<img src="logo.png" alt="logo" style="width: 50px; height: auto; object-fit: contain;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.