Server IP : 51.89.169.208 / Your IP : 216.73.216.57 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/about/ |
Upload File : |
/* start: Global */ /* #about-section { height: calc(100vh - 20vh); } */ body { color: var(--gray-500); } .section-subtitle { font-size: 1.25rem; font-weight: 600; color: var(--black); } .section-title { font-size: calc(1.5rem + 1vw); font-weight: 600; color: var(--black); } .section-description { margin-bottom: 2rem; } label { color: var(--black); font-size: .875rem; font-weight: 500; margin-bottom: .25rem; display: inline-block; } /* end: Global */ /* start: Search */ .search { background-color: var(--yellow); padding: 3rem 0; } .search-form { display: flex; align-items: center; } .search-form-group { position: relative; margin-right: 1rem; width: 100%; } .search-form-group svg { position: absolute; top: 50%; transform: translateY(-50%); left: 1rem; } .search-form-group .form-control { padding-left: 3rem; } /* end: Search */ /* start: About */ .about-wrapper { display: flex; flex-wrap: wrap; } .about-side { width: 30%; } .about-side-menu { border-radius: 6px; border: 1px solid var(--gray-100); overflow: hidden; } .about-side-menu > * { padding: 12px 16px; display: block; } .about-side-menu > :last-child { border-bottom: none; } .about-side-menu-header { font-size: 1.125rem; font-weight: 600; color: var(--black); background-color: var(--yellow); } .about-side-menu-link { text-decoration: none; color: var(--black); } .about-side-menu-link.active { color: #e7b100; background-color: #fff8e3; } .about-side-menu-link:not(.active):hover { background-color: var(--gray); } .about-main { width: 70%; padding-left: 2rem; } .about-main-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: var(--black); } .about-main-wrapper { margin-top: 1rem; } .about-main-wrapper p { margin-bottom: 1rem; } /* end: About */ /* User engage section stat here */ .user-engage-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 3rem; } .user-engage-container>div { text-align: center; padding: 1rem; background: #f7f7f7; border-radius: 0.5rem; } .user-engage-container>div svg { width: auto; max-height: none; } .user-engage-container>div h2 { margin-bottom: 1rem; font-size: 2rem; font-weight: 600; } /* User engage section end here */ /* Testimonial section start here */ .testimonial-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 3rem; } .testimonial-container>div img { width: 100%; } .testimonial-content h2 { font-size: 1.5rem; font-weight: 600; color: #000; } /* Testimonial section end here */ /* start: Breakpoints */ @media only screen and (max-width: 992px) { .user-engage-container { grid-template-columns: repeat(2, 1fr); } .testimonial-container { grid-template-columns: 1fr; } } @media screen and (max-width: 767px) { .about-side-menu { display: none; } .about-side { display: none; } /* start: Search */ .search-form { flex-direction: column; } .search-form-group { margin-bottom: 1rem; margin-right: 0; } .search-form > * { width: 100%; } /* end: Search */ /* start: About */ .about-main, .about-side { width: 100%; } .about-side { margin-bottom: 2rem; } .about-main { padding-left: 0; } .about-main-wrapper img { width: 100%; margin-right: 0; float: none; } /* end: About */ } @media only screen and (max-width: 688px) { .user-engage-container { grid-template-columns: 1fr; } .testimonial-container { grid-template-columns: 1fr; } } /* end: Breakpoints */