first
113
public/rohini/assets/css/bizgrow-dark.css
Normal file
@@ -0,0 +1,113 @@
|
||||
body,
|
||||
body.boxed-wrapper .page-wrapper,
|
||||
.stricky-header.main-menu,
|
||||
.services-one__hover-contentm,
|
||||
.why-choose-one {
|
||||
background-color: #2F3847;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.main-menu__logo,
|
||||
.main-menu__logo:before,
|
||||
.main-slider .item,
|
||||
.services-one,
|
||||
.why-choose-one__count-single,
|
||||
.why-choose-one__experience-box::before,
|
||||
.project-one__content-inner::before,
|
||||
.work-process__content,
|
||||
.pricing-one__single,
|
||||
.blog-one__content {
|
||||
background-color: var(--bizgrow-black);
|
||||
}
|
||||
|
||||
.main-menu__logo a img {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.main-menu .main-menu__list>li>a,
|
||||
.stricky-header .main-menu__list>li>a,
|
||||
.main-menu .main-menu__list>li.dropdown>a:after,
|
||||
.main-slider__title,
|
||||
.section-title__tagline,
|
||||
.section-title__title,
|
||||
.about-one__points li>h3,
|
||||
.services-one__hover-title a,
|
||||
.services-one__btn,
|
||||
.why-choose-one__count h3,
|
||||
.why-choose-one__points-content h3,
|
||||
.work-process__title a,
|
||||
.work-process__text,
|
||||
.blog-one__title a,
|
||||
.blog-one__btn {
|
||||
color: var(--bizgrow-white);
|
||||
}
|
||||
|
||||
.about-one__text,
|
||||
.about-one__points li>p,
|
||||
.about-one__client-info p,
|
||||
.services-one__hover-text,
|
||||
.why-choose-one__text,
|
||||
.why-choose-one__points-content p {
|
||||
color: #999B9F;
|
||||
}
|
||||
|
||||
.main-menu .main-menu__list>li.current>a::after,
|
||||
.main-menu .main-menu__list>li:hover>a::after,
|
||||
.stricky-header .main-menu__list>li.current>a::after,
|
||||
.stricky-header .main-menu__list>li:hover>a::after {
|
||||
color: var(--bizgrow-base);
|
||||
}
|
||||
|
||||
.main-slider__bg {
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.main-slider__btn-1::after {
|
||||
background-color: var(--bizgrow-white);
|
||||
}
|
||||
|
||||
.main-slider__btn-1:hover {
|
||||
color: var(--bizgrow-black);
|
||||
}
|
||||
|
||||
.main-slider__btn-2::after {
|
||||
background-color: var(--bizgrow-white);
|
||||
}
|
||||
|
||||
.main-slider__btn-2:hover {
|
||||
color: var(--bizgrow-black);
|
||||
}
|
||||
|
||||
.about-one__client-signature img {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.services-one__bg {
|
||||
mix-blend-mode: color-burn;
|
||||
}
|
||||
|
||||
.why-choose-one__shape-1 img {
|
||||
filter: invert(1);
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.why-choose-one__counter-shape-1 img {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.work-process__content::before {
|
||||
border-right: 21px solid var(--bizgrow-black);
|
||||
}
|
||||
|
||||
.work-process__shape-1 {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.work-process__list li:nth-child(2) .work-process__content::before {
|
||||
border-left: 21px solid var(--bizgrow-black);
|
||||
}
|
||||
|
||||
.team-one__bg::before {
|
||||
background-color: rgba(var(--bizgrow-black-rgb), .95);
|
||||
}
|
||||
2711
public/rohini/assets/css/bizgrow-responsive.css
Normal file
13599
public/rohini/assets/css/bizgrow.css
Normal file
293
public/rohini/assets/css/custom.css
Normal file
@@ -0,0 +1,293 @@
|
||||
.social-link {
|
||||
color: white;
|
||||
;
|
||||
}
|
||||
|
||||
.testimonial-text {
|
||||
font-size: 16px !important;
|
||||
line-height: 23px !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.uni-logo {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.success-img {
|
||||
width: 100px !important;
|
||||
height: 100px !important;
|
||||
border-radius: 50% !important;
|
||||
}
|
||||
|
||||
.blog-img {
|
||||
height: 300px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.service1-img {
|
||||
height: 350px;
|
||||
width: 450px !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.contact-page__live-chat a {
|
||||
text-decoration: none;
|
||||
color: #25D366;
|
||||
/* WhatsApp green */
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contact-page__live-chat .fa-whatsapp {
|
||||
margin-right: 8px;
|
||||
font-size: 20px;
|
||||
/* Adjust size if needed */
|
||||
}
|
||||
|
||||
|
||||
/* comming soon css --delete after removing secti */
|
||||
|
||||
.bgimg {
|
||||
background-color: black;
|
||||
opacity: 0.7;
|
||||
/* Full-screen */
|
||||
height: 100%;
|
||||
/* Center the background image */
|
||||
background-position: center;
|
||||
/* Scale and zoom in the image */
|
||||
background-size: cover;
|
||||
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
|
||||
position: relative;
|
||||
/* Add a white text color to all elements inside the .bgimg container */
|
||||
color: red;
|
||||
/* Add a font */
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
/* Set the font-size to 25 pixels */
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
/* Adjust top margin for tablet devices */
|
||||
@media (max-width: 976px) {
|
||||
.bgimg {
|
||||
margin-top: 60px;
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Adjust top margin for mobile devices */
|
||||
@media (max-width: 480px) {
|
||||
.bgimg {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Position text in the top-left corner */
|
||||
.topleft {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
/* Position text in the bottom-left corner */
|
||||
.bottomleft {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
/* Position text in the middle */
|
||||
.middle {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Style the <hr> element */
|
||||
hr {
|
||||
margin: auto;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.blog-one__content{
|
||||
height:360px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.message {
|
||||
padding: 8px;
|
||||
margin: 5px 0;
|
||||
border-radius: 10px;
|
||||
max-width: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* User Message (Blue with transparency) */
|
||||
.user-message {
|
||||
background-color: rgba(0, 123, 255, 0.2);
|
||||
/* Blue with 70% opacity */
|
||||
color: black;
|
||||
text-align: right;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
/* Bot Message (vz-primary with transparency) */
|
||||
.bot-message {
|
||||
background-color: rgba(var(--vz-primary-rgb), 0.2);
|
||||
/* Assuming var(--vz-primary-rgb) holds RGB value */
|
||||
color: black;
|
||||
text-align: left;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
/* Floating Chatbot Button */
|
||||
#chatbot-toggle {
|
||||
position: fixed;
|
||||
bottom: 30px;
|
||||
right: 38px;
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
background-color: red;
|
||||
/* Using CSS variable */
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
transition: all 0.3s ease-in-out;
|
||||
z-index: 1000;
|
||||
/* Ensure it's above other elements */
|
||||
}
|
||||
#chatbot-toggle.chatbot-toggle-top{
|
||||
bottom: 120px;
|
||||
-webkit-transition: all 0.4s ease;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
/* Chatbot Container */
|
||||
#chatbot-container {
|
||||
position: fixed;
|
||||
bottom: 42px;
|
||||
right: 32px;
|
||||
width: 320px;
|
||||
padding: 0px;
|
||||
background: white;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
|
||||
font-family: Arial, sans-serif;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
z-index: 1000;
|
||||
/* Ensure it floats above the content */
|
||||
}
|
||||
|
||||
/* Chatbot Header */
|
||||
#chatbot-header {
|
||||
background-color: red;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Close Button */
|
||||
#chatbot-close {
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Chatbot Body */
|
||||
#chatbot-body {
|
||||
height: 250px;
|
||||
overflow-y: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* Input and Send Button Styling */
|
||||
#chatbot-input-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#chatbot-input {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 20px;
|
||||
outline: none;
|
||||
font-size: 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#chatbot-send {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: red;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
/* facebook for footer */
|
||||
.footer-widget__column ._1drm._1ds3{
|
||||
height: 77px !important;
|
||||
}
|
||||
|
||||
.whatsapp-icon {
|
||||
position: fixed;
|
||||
bottom: 120px; /* Adjust the distance from the bottom */
|
||||
right: 32px; /* Adjust the distance from the right */
|
||||
z-index: 1000; /* Ensures it stays on top of other elements */
|
||||
}
|
||||
.whatsapp-icon.top {
|
||||
|
||||
bottom: 198px;
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.whatsapp-icon {
|
||||
bottom: 115px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.whatsapp-icon img {
|
||||
width: 65px; /* Adjust the size as needed */
|
||||
height: 65px; /* Adjust the size as needed */
|
||||
}
|
||||
|
||||
.contact-page__contact-info li .icon i {
|
||||
color: #DC383F;
|
||||
}
|
||||
|
||||
.numbering {
|
||||
padding-right: 25px;
|
||||
border-radius: 100%;
|
||||
font-size: 27px;
|
||||
color: #D7151D;
|
||||
font-weight: 450;
|
||||
margin: 0;
|
||||
}
|
||||
BIN
public/rohini/assets/images/backgrounds/appointment-one-bg.jpg
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
public/rohini/assets/images/backgrounds/brand-one-bg.jpg
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
public/rohini/assets/images/backgrounds/brand-two-bg.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/rohini/assets/images/backgrounds/counter-one-bg.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/rohini/assets/images/backgrounds/free-estimate-bg.jpg
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/rohini/assets/images/backgrounds/how-it-work-bg.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
public/rohini/assets/images/backgrounds/main-slider-bg-1.jpg
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
public/rohini/assets/images/backgrounds/newsletter-one-bg.jpg
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/rohini/assets/images/backgrounds/page-header-bg.jpg
Normal file
|
After Width: | Height: | Size: 226 KiB |
BIN
public/rohini/assets/images/backgrounds/services-one-bg.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/rohini/assets/images/backgrounds/services-two-bg.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/rohini/assets/images/backgrounds/sidebar-support-bg.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/rohini/assets/images/backgrounds/site-footer-two-bg.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/rohini/assets/images/backgrounds/slider-2-1.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
public/rohini/assets/images/backgrounds/slider-2-2.jpg
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
public/rohini/assets/images/backgrounds/slider-2-3.jpg
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
public/rohini/assets/images/backgrounds/strategy-one-bg.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
public/rohini/assets/images/backgrounds/team-one-bg.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/rohini/assets/images/backgrounds/team-one-right-bg.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
public/rohini/assets/images/backgrounds/team-two-bg.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/rohini/assets/images/backgrounds/testimonial-one-bg.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
public/rohini/assets/images/backgrounds/testimonial-two-bg.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
public/rohini/assets/images/backgrounds/work-process-bg.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
public/rohini/assets/images/blog/author-img.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/rohini/assets/images/blog/blog-1-1.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/rohini/assets/images/blog/blog-1-2.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/rohini/assets/images/blog/blog-1-3.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
public/rohini/assets/images/blog/blog-1-4.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/rohini/assets/images/blog/blog-1-5.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/rohini/assets/images/blog/blog-1-6.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/rohini/assets/images/blog/blog-2-1.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/rohini/assets/images/blog/blog-2-2.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/rohini/assets/images/blog/blog-2-3.jpg
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
public/rohini/assets/images/blog/blog-3-1.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
public/rohini/assets/images/blog/blog-3-2.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/rohini/assets/images/blog/blog-3-3.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 46 KiB |
BIN
public/rohini/assets/images/blog/blog-page-1-1.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/rohini/assets/images/blog/blog-page-1-2.jpg
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
public/rohini/assets/images/blog/blog-page-1-3.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
public/rohini/assets/images/blog/blog-page-1-4.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/rohini/assets/images/blog/comment-1-1.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/rohini/assets/images/blog/comment-1-2.jpg
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
public/rohini/assets/images/blog/comment-1-3.jpg
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
public/rohini/assets/images/blog/lp-1.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/rohini/assets/images/blog/lp-2.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/rohini/assets/images/blog/lp-3.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/rohini/assets/images/blog/lp-4.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-1.jpg
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-2.jpg
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-3.jpg
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-4.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-5.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
public/rohini/assets/images/blog/sidebar-gallery-img-1-6.jpg
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
public/rohini/assets/images/brand/brand-1-1.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/rohini/assets/images/brand/brand-1-2.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
public/rohini/assets/images/brand/brand-1-3.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
public/rohini/assets/images/brand/brand-1-4.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/rohini/assets/images/brand/brand-1-5.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/rohini/assets/images/brand/brand-2-1.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/rohini/assets/images/brand/brand-2-2.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-2-3.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-2-4.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/rohini/assets/images/brand/brand-2-5.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/rohini/assets/images/brand/brand-2-6.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-3-1-hover.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/rohini/assets/images/brand/brand-3-1.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/rohini/assets/images/brand/brand-3-2-hover.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-3-2.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-3-3-hover.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/rohini/assets/images/brand/brand-3-3.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/rohini/assets/images/brand/brand-3-4-hover.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/rohini/assets/images/brand/brand-3-4.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/rohini/assets/images/brand/brand-3-5-hover.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/rohini/assets/images/brand/brand-3-5.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-1-1.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-1-2.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-1-3.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-1-4.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-1-5.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-1.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-2.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-3.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-4.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-5.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/rohini/assets/images/brand/brand-hover-2-6.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/rohini/assets/images/favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/rohini/assets/images/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 565 B |
BIN
public/rohini/assets/images/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
1
public/rohini/assets/images/favicons/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
BIN
public/rohini/assets/images/gallery/Slider-a (1).png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 29 KiB |