Skip to content

Commit

Permalink
✨ add doctor photo and change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pank1999 committed Sep 25, 2023
1 parent 905423d commit d306d23
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/color-themes/default-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
:root {

/* #124a94 in decimal RGB */
--main-color: rgb(18,74,148);
--main-color: #e63947;

}
2 changes: 1 addition & 1 deletion assets/css/color-themes/orange-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:root {

/* #f7a73e in decimal RGB */
--main-color: var(--color-thirteen);
--main-color: #e63947;

--color-four: var(--color-twelve);

Expand Down
6 changes: 4 additions & 2 deletions assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
--color-four-rgb:249,49,59;

/* #eef5ff in decimal RGB */
--color-five: rgb(238,245,255);
/* --color-five: rgb(238,245,255); */
--color-five: #a8dadc;
--color-five-rgb:238,245,255;

/* #ffc001 in decimal RGB */
Expand All @@ -99,7 +100,8 @@
--color-eight-rgb:11,63,131;

/* #eff3fa in decimal RGB */
--color-nine: rgb(239,243,250);
/* --color-nine: rgb(239,243,250); */
--color-nine: #f1faee;
--color-nine-rgb:239,243,250;

/* #40acec in decimal RGB */
Expand Down
Binary file added assets/images/doctor-img.jpg
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ <h2 class="sec-title_heading">We Deliver Quality Care <br> Giving Services</h2>
<div class="modern-one_image-column col-lg-6 col-md-12 col-sm-12">
<div class="modern-one_image-inner">
<div class="modern-one_image">
<img src="assets/images/resource/modern.jpg" alt="" />
<img src="assets/images/doctor-img.jpg" alt="" />
</div>

<div class="counter-one"
Expand Down Expand Up @@ -1337,9 +1337,9 @@ <h4 class="main-footer_title">Contact Info</h4>

<!-- Color Palate / Color Switcher -->
<div class="color-palate">
<div class="color-trigger">
<!-- <div class="color-trigger">
<i class="fa-solid fa-gear fa-fw"></i>
</div>
</div> -->
<div class="color-palate-inner">
<div class="color-palate-head">
<h6>Choose Options</h6>
Expand Down

0 comments on commit d306d23

Please sign in to comment.