Create Home Page
This commit is contained in:
404
Home/index.html
Normal file
404
Home/index.html
Normal file
@@ -0,0 +1,404 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="../images/favicon.ico" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<title>GG-Hospital</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Address Bar Starts Here-->
|
||||
<div id="addressBar" class="addressBar">
|
||||
<div class="addressBarLeft">
|
||||
<p>follow us on:</p>
|
||||
<img src="../images/in.png" alt="" />
|
||||
<img src="../images/yt.png" alt="" />
|
||||
<img src="../images/ig.png" alt="" />
|
||||
<img src="../images/fb.png" alt="" />
|
||||
</div>
|
||||
<div class="addressBarRight">
|
||||
<div class="addressBarPhone">
|
||||
<img src="../images/phone.svg" alt="phone" />
|
||||
|
||||
<a class="contactLink" href="tel:0471 2779100">0471 2779100</a> |
|
||||
<a class="contactLink" href="tel:0471 2779101">0471 2779101</a> |
|
||||
<a class="contactLink" href="tel:0471 4299299">0471 4299299</a>
|
||||
</div>
|
||||
<div class="addressBarEmail">
|
||||
<img src="../images/mail.svg" alt="email" />
|
||||
<a class="contactLink" href="tel:0471 2779100"
|
||||
>gghospitalphkpl@gmail.com</a
|
||||
>
|
||||
|
|
||||
<a class="contactLink" href="tel:0471 2779100"
|
||||
>mdoffice@gg-hospital.com</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Address Bar Ends Here-->
|
||||
|
||||
<!-- NavBar Starts Here-->
|
||||
<nav id="navbar" class="navbar">
|
||||
<div class="logo">
|
||||
<img src="../images/gglogo.png" alt="Logo" />
|
||||
</div>
|
||||
<ul class="nav-items">
|
||||
<li><a href="#">Home</a></li>
|
||||
<li><a href="#careerSection">Careers</a></li>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- NavBar Ends Here-->
|
||||
|
||||
<div class="bodyContainer">
|
||||
<!-- Body Section 1 Starts here -->
|
||||
<div class="section1">
|
||||
<div class="section1_left">
|
||||
<div class="section1_leftContainer">
|
||||
<h1 class="section1Title">
|
||||
Love & Care to
|
||||
<br /><span>Humanity</span>
|
||||
</h1>
|
||||
<p>
|
||||
Fastest-Growing Multi Speciality Hospital <br />in South Kerala
|
||||
</p>
|
||||
|
||||
<div class="section1_btnGroup">
|
||||
<button class="section1_btn1">Book an Appoinment</button>
|
||||
<button class="section1_btn2">
|
||||
<img src="../images/playbutton.png" alt="" /> Doctor's Talk
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section1_right">
|
||||
<img src="../images/HomeImageCropped.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- Body Section 1 Ends here -->
|
||||
|
||||
<!-- Section 1 Forms Starts here -->
|
||||
<div class="bookAppointmentContainer">
|
||||
<form class="bookAppointmentForm">
|
||||
<div class="input-container">
|
||||
<input type="text" placeholder="Full Name" class="input-field" />
|
||||
<input type="tel" placeholder="Phone Number" class="input-field" />
|
||||
<input type="date" placeholder="dd/mm/yyyy" class="input-field" />
|
||||
</div>
|
||||
<div class="input-container">
|
||||
<select class="select-field">
|
||||
<option value="" disabled selected>Select Department</option>
|
||||
<option value="Department 1">Department 1</option>
|
||||
<option value="Department 2">Department 2</option>
|
||||
<option value="Department 3">Department 3</option>
|
||||
</select>
|
||||
<select class="select-field">
|
||||
<option value="" disabled selected>Select Doctor</option>
|
||||
<option value="Doctor 1">Doctor 1</option>
|
||||
<option value="Doctor 2">Doctor 2</option>
|
||||
<option value="Doctor 3">Doctor 3</option>
|
||||
</select>
|
||||
<button class="form_btn1">Book an Appointment</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- Section 1 Forms Ends here -->
|
||||
|
||||
<!-- Our Departments Starts here -->
|
||||
<div class="ourDepartments">
|
||||
<div class="ourDepartments_header">
|
||||
<h1>
|
||||
Our <br />
|
||||
Departments
|
||||
</h1>
|
||||
</div>
|
||||
<div id="container">
|
||||
<div id="slider-container">
|
||||
<span onclick="slideRight()" class="btn"></span>
|
||||
<div id="slider">
|
||||
<!-- slide 1 -->
|
||||
<div class="slide">
|
||||
<div class="departmentCard">
|
||||
<img src="../images/departmentimage1.png" alt="" />
|
||||
<div>
|
||||
<h2>Department 1</h2>
|
||||
<p>
|
||||
Our internists have put in their years of experience in
|
||||
dealing with any disease either common or ra...
|
||||
</p>
|
||||
<button class="readmoreBtn">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- slide 2 -->
|
||||
<div class="slide">
|
||||
<div class="departmentCard">
|
||||
<img src="../images/departmentimage1.png" alt="" />
|
||||
<div>
|
||||
<h2>Department 2</h2>
|
||||
<p>
|
||||
Our internists have put in their years of experience in
|
||||
dealing with any disease either common or ra...
|
||||
</p>
|
||||
<button class="readmoreBtn">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- slide 3 -->
|
||||
<div class="slide">
|
||||
<div class="departmentCard">
|
||||
<img src="../images/departmentimage1.png" alt="" />
|
||||
<div>
|
||||
<h2>Department 3</h2>
|
||||
<p>
|
||||
Our internists have put in their years of experience in
|
||||
dealing with any disease either common or ra...
|
||||
</p>
|
||||
<button class="readmoreBtn">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- slide 4 -->
|
||||
<div class="slide">
|
||||
<div class="departmentCard">
|
||||
<img src="../images/departmentimage1.png" alt="" />
|
||||
<div>
|
||||
<h2>Department 4</h2>
|
||||
<p>
|
||||
Our internists have put in their years of experience in
|
||||
dealing with any disease either common or ra...
|
||||
</p>
|
||||
<button class="readmoreBtn">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- slide 5 -->
|
||||
<div class="slide">
|
||||
<div class="departmentCard">
|
||||
<img src="../images/departmentimage1.png" alt="" />
|
||||
<div>
|
||||
<h2>Department 5</h2>
|
||||
<p>
|
||||
Our internists have put in their years of experience in
|
||||
dealing with any disease either common or ra...
|
||||
</p>
|
||||
<button class="readmoreBtn">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span onclick="slideLeft()" class="btn"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Our Departments Ends here -->
|
||||
|
||||
<!-- why GG section Starts here -->
|
||||
|
||||
<div class="whyGGSection">
|
||||
<div class="whyGGSectionLeft">
|
||||
<img src="../images/whyggdoctorimage.png" alt="" />
|
||||
</div>
|
||||
<div class="whyGGSectionRight">
|
||||
<div class="whyGGSectionContent">
|
||||
<h1>Why GG Hospital</h1>
|
||||
<ul class="whyGGSectionList">
|
||||
<li>
|
||||
Fastest growing multi-super specialty hospital in South Kerala
|
||||
</li>
|
||||
<li>
|
||||
Achieved the unique reputation of attracting the finest clinical
|
||||
talent from across the country
|
||||
</li>
|
||||
<li>
|
||||
The International Patient Services at GG Hospital ensure to
|
||||
strike the chord of care in every patient from the moment they
|
||||
establish contact till the time they are discharged after
|
||||
treatment and cure
|
||||
</li>
|
||||
<li>
|
||||
The growth of GG Hospital to become such a reputed and renowned
|
||||
institution in Kerala has been fueled by the combination of
|
||||
Love, Care and Quality
|
||||
</li>
|
||||
<li>
|
||||
GG hospital emphasises Love and care towards humanity provided
|
||||
to patients and thus got accredited by NABH and NABL from 2020
|
||||
onwards.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- why GG section Ends here -->
|
||||
|
||||
<!-- Career Section Starts here -->
|
||||
<div id="careerSection" class="careerSection">
|
||||
<h1>Career</h1>
|
||||
<!-- card 1 -->
|
||||
<div class="careerCard">
|
||||
<div class="careerCardContent">
|
||||
<h2>Staff Nurse</h2>
|
||||
<p>
|
||||
Designation: Staff Nurse (NICU) | Qualification: Bsc/GNM |
|
||||
Experience: Minimum 1 Year
|
||||
</p>
|
||||
<p>
|
||||
Send your CV to: gghospitalhrd@gmail.com | Contact
|
||||
Number:0471-2779100
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<button class="careerCardBtn">Apply Now</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- card 2 -->
|
||||
<div class="careerCard">
|
||||
<div class="careerCardContent">
|
||||
<h2>Job 1</h2>
|
||||
<p>
|
||||
Designation: Staff Nurse (NICU) | Qualification: Bsc/GNM |
|
||||
Experience: Minimum 1 Year
|
||||
</p>
|
||||
<p>
|
||||
Send your CV to: gghospitalhrd@gmail.com | Contact
|
||||
Number:0471-2779100
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<button class="careerCardBtn">Apply Now</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- card 3 -->
|
||||
<div class="careerCard">
|
||||
<div class="careerCardContent">
|
||||
<h2>Job 2</h2>
|
||||
<p>
|
||||
Designation: Staff Nurse (NICU) | Qualification: Bsc/GNM |
|
||||
Experience: Minimum 1 Year
|
||||
</p>
|
||||
<p>
|
||||
Send your CV to: gghospitalhrd@gmail.com | Contact
|
||||
Number:0471-2779100
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<button class="careerCardBtn">Apply Now</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- card 4 -->
|
||||
<div class="careerCard">
|
||||
<div class="careerCardContent">
|
||||
<h2>Job 3</h2>
|
||||
<p>
|
||||
Designation: Staff Nurse (NICU) | Qualification: Bsc/GNM |
|
||||
Experience: Minimum 1 Year
|
||||
</p>
|
||||
<p>
|
||||
Send your CV to: gghospitalhrd@gmail.com | Contact
|
||||
Number:0471-2779100
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<button class="careerCardBtn">Apply Now</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Career Section Ends here -->
|
||||
</div>
|
||||
<!-- footer starts here-->
|
||||
<footer class="footer">
|
||||
<!-- footer section 1 -->
|
||||
<div class="footerSection1">
|
||||
<div class="section1Col1">
|
||||
<img src="../images/gglogo.png" alt="" />
|
||||
<p>
|
||||
GG Hospital is the flagship hospital of the Sree Gokulam Group of
|
||||
Companies. Our journey started on 27th January 2016 for the common
|
||||
people in Trivandrum.
|
||||
</p>
|
||||
</div>
|
||||
<div class="section1Col">
|
||||
<h3>About GG</h3>
|
||||
<div class="subItem">
|
||||
<div class="column">
|
||||
<p>About</p>
|
||||
<p>Hospital</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<p>Academic</p>
|
||||
<p>Department</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section1Col">
|
||||
<h3>Legal</h3>
|
||||
<div class="subItem">
|
||||
<p>Privacy Policy</p>
|
||||
<p>Documentation</p>
|
||||
<p>Terms of Services</p>
|
||||
<p>Site Map</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<!-- footer section 2 -->
|
||||
<div class="footerSection2">
|
||||
<div class="section1Col1">
|
||||
<h3>Address</h3>
|
||||
<p>
|
||||
Medical College, Pattom Kumarapuram Rd, <br />
|
||||
Murinjapalam, Thiruvananthapuram, <br />
|
||||
Kerala 695011
|
||||
</p>
|
||||
</div>
|
||||
<div class="section1Col">
|
||||
<h3>Phone</h3>
|
||||
<div class="subItem">
|
||||
<div class="column">
|
||||
<p>0471 2779100</p>
|
||||
<p>0471 2779101</p>
|
||||
<p>0471 4299299</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section1Col">
|
||||
<h3>Mail</h3>
|
||||
<div class="subItem">
|
||||
<p>gghospitalphkpl@gmail.com</p>
|
||||
<p>mdoffice@gg-hospital.com</p>
|
||||
<p>Terms of Services</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section1Col">
|
||||
<h3>We are on Social Media</h3>
|
||||
<div class="subItem">
|
||||
<div>
|
||||
<img src="../images/in.png" alt="" />
|
||||
<img src="../images/yt.png" alt="" />
|
||||
<img src="../images/ig.png" alt="" />
|
||||
<img src="../images/fb.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- footer ends here-->
|
||||
</body>
|
||||
<script src="../js/carousal.js"></script>
|
||||
</html>
|
||||
374
Home/style.css
Normal file
374
Home/style.css
Normal file
@@ -0,0 +1,374 @@
|
||||
body {
|
||||
font-family: Inter;
|
||||
}
|
||||
|
||||
/* addressbar */
|
||||
#addressBar,
|
||||
#navbar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
.addressBar {
|
||||
height: 30px;
|
||||
background-color: #f5f5f5;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 10px 120px 10px 120px;
|
||||
margin-top: 0px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.addressBarLeft {
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
.addressBarRight {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
.addressBarPhone {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
}
|
||||
.addressBarEmail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
}
|
||||
.contactLink {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* navbar */
|
||||
|
||||
.navbar {
|
||||
background-color: #ffffff;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 10px 120px 10px 120px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
width: 218px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.nav-items {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.nav-items li {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.nav-items a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
letter-spacing: 0.00938em;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nav-items li a:hover {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/* body */
|
||||
.bodyContainer {
|
||||
padding: 10px 120px 10px 120px;
|
||||
}
|
||||
|
||||
/* section1 */
|
||||
|
||||
.section1 {
|
||||
background-color: #d5e9f9;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.section1_left,
|
||||
.section1_right {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
.section1_left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.section1_leftContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.section1Title {
|
||||
font-size: 60px;
|
||||
}
|
||||
.section1_leftContainer p {
|
||||
margin-top: -30px;
|
||||
}
|
||||
.section1_btnGroup {
|
||||
display: flex;
|
||||
gap: 25px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.section1_btn1 {
|
||||
background-color: #17c1a3;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 20px 40px 20px 40px;
|
||||
font-size: 16px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.section1_btn2 {
|
||||
text-decoration: underline;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.section1_right img {
|
||||
width: auto;
|
||||
height: 750px;
|
||||
}
|
||||
|
||||
/* section 1 form */
|
||||
.bookAppointmentContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: -118px;
|
||||
}
|
||||
.bookAppointmentForm {
|
||||
width: 1166px;
|
||||
display: flex;
|
||||
height: 200px;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
|
||||
padding: 20px;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.input-container {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.input-field {
|
||||
width: 350px;
|
||||
height: 56px;
|
||||
}
|
||||
.select-field {
|
||||
width: 355px;
|
||||
height: 56px;
|
||||
}
|
||||
.form_btn1 {
|
||||
background-color: #17c1a3;
|
||||
width: 350px;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 20px 40px 20px 40px;
|
||||
font-size: 16px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* carousel */
|
||||
.ourDepartments {
|
||||
margin-top: 80px;
|
||||
}
|
||||
.readmoreBtn {
|
||||
text-decoration: underline;
|
||||
font-size: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
background-color: transparent;
|
||||
color: #17c1a3;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#slider-container {
|
||||
position: relative;
|
||||
width: 97%;
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#slider-container .btn {
|
||||
position: absolute;
|
||||
top: calc(50% - 30px);
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border-left: 8px solid #17c1a3;
|
||||
border-top: 8px solid #17c1a3;
|
||||
}
|
||||
|
||||
#slider-container .btn:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
#slider-container .btn.inactive {
|
||||
border-color: rgb(153, 121, 126);
|
||||
}
|
||||
|
||||
#slider-container .btn:first-of-type {
|
||||
transform: rotate(-45deg);
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
#slider-container .btn:last-of-type {
|
||||
transform: rotate(135deg);
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
#slider-container #slider {
|
||||
display: flex;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
transition: all 0.5s;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
#slider-container #slider .slide {
|
||||
height: 90%;
|
||||
margin: auto 10px;
|
||||
|
||||
box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#slider-container #slider .slide span {
|
||||
color: white;
|
||||
font-size: 150px;
|
||||
}
|
||||
|
||||
/* whyGGSection */
|
||||
|
||||
.whyGGSection {
|
||||
background-color: #eaf2ff;
|
||||
height: 773px;
|
||||
margin-top: 100px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.whyGGSectionLeft {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.whyGGSectionRight {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.whyGGSectionLeft img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.whyGGSectionList {
|
||||
list-style-type: none;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 0.00938em;
|
||||
color: black;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
padding-left: 4px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.whyGGSectionList li {
|
||||
padding-left: 40px;
|
||||
background: url("../images/greenticklogo.png") no-repeat;
|
||||
background-size: 25px 25px;
|
||||
list-style-image: none;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/* career section */
|
||||
|
||||
.careerSection {
|
||||
margin-top: 150px;
|
||||
}
|
||||
.careerCard {
|
||||
box-sizing: border-box;
|
||||
margin: 36px 0px 0px;
|
||||
flex-direction: row;
|
||||
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
padding: 25px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.careerCardBtn {
|
||||
background-color: #17c1a3;
|
||||
width: 120px;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 20px 40px 20px 40px;
|
||||
font-size: 16px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
||||
white-space: nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* contact section */
|
||||
|
||||
/* footer */
|
||||
|
||||
.footer {
|
||||
margin-top: 100px;
|
||||
background-color: #f6f6f6;
|
||||
|
||||
padding: 100px;
|
||||
}
|
||||
.footerSection1 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.footerSection2 {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.section1Col1 {
|
||||
flex-basis: 30%;
|
||||
}
|
||||
.section1Col {
|
||||
flex-basis: 20%;
|
||||
}
|
||||
.subItem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.column {
|
||||
flex: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user