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

🐞[Bug]: Favicon and Color's #552

Merged
merged 19 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
55ab7e4
✨[Feature Request]: Replacemnt of Chatbot
Anjaliavv51 Jun 7, 2024
c5b0735
✨[feature request]: Redesigning of Footer for Better User Experience
Anjaliavv51 Jun 8, 2024
7b50193
👩‍⚕️ Feature Request: Display Doctor Experience and Minimum Fee
Anjaliavv51 Jun 10, 2024
cc05db7
Merge branch 'main' into main
Anjaliavv51 Jun 10, 2024
97b0aaf
👩‍⚕️ Feature Request: Display Doctor Experience and Minimum Fee
Anjaliavv51 Jun 10, 2024
5b40e58
👩‍⚕️ Feature Request: Display Doctor Experience and Minimum Fee
Anjaliavv51 Jun 10, 2024
d8a63fd
Merge branch 'main' of https://github.com/Anjaliavv51/RAPIDOC-HEALTHC…
Anjaliavv51 Jun 10, 2024
9dae867
🐞[Bug]: Bugs in style.css
Anjaliavv51 Jun 10, 2024
1148037
Update index.html
Anjaliavv51 Jun 11, 2024
e328a98
Merge branch 'main' into main
varshith257 Jun 11, 2024
0d88a97
🐞[Bug]: Bugs in style.css
Anjaliavv51 Jun 11, 2024
eda58cb
Merge branch 'main' of https://github.com/Anjaliavv51/RAPIDOC-HEALTHC…
Anjaliavv51 Jun 11, 2024
e8bb6fe
Update index.html
Anjaliavv51 Jun 11, 2024
c3511e6
🐞[Bug]: Favicon and Color's
Anjaliavv51 Jun 13, 2024
9dc3273
Merge branch 'main' of https://github.com/Anjaliavv51/RAPIDOC-HEALTHC…
Anjaliavv51 Jun 13, 2024
04df3ce
Merge branch 'main' into main
Anjaliavv51 Jun 13, 2024
063a3ad
🐞[Bug]: Favicon and Color's
Anjaliavv51 Jun 13, 2024
28ad30c
Merge branch 'main' of https://github.com/Anjaliavv51/RAPIDOC-HEALTHC…
Anjaliavv51 Jun 13, 2024
9e28e64
🐞[Bug]: Favicon and Color's
Anjaliavv51 Jun 13, 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
4 changes: 2 additions & 2 deletions Html-Files/Css-Files/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section::before {
left: 0;
width: 50%;
height: 100%;
background: #fff38e;
background: #4bb6b7;
}

.nav_link {
Expand Down Expand Up @@ -267,7 +267,7 @@ section::before {
justify-content: center;
align-items: center;
min-height: 100vh;
background: #fff38e;
background: #4bb6b7;
}

section::before {
Expand Down
1 change: 1 addition & 0 deletions Html-Files/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>News RapiDoc</title>
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="../favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
Expand Down
4 changes: 2 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/*========== Colors ==========*/
--hue: 45;
--sat: 98%;
--first-color: hsl(var(--hue), var(--sat), 60%);
--first-color: #4bb6b7;
--first-color-light: hsl(var(--hue), var(--sat), 85%);
--first-color-lighten: hsl(var(--hue), var(--sat), 80%);
--first-color-lighten: #4bb6b7;
--first-color-alt: hsl(var(--hue), var(--sat), 53%);
--title-color: hsl(var(--hue), 4%, 15%);
--text-color: hsl(var(--hue), 4%, 35%);
Expand Down
2 changes: 1 addition & 1 deletion dex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">

<link rel="icon" type="image/x-icon" href="./favicon.png">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">

Expand Down
Loading