Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions SAAS-abhi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# SAAS
396 changes: 396 additions & 0 deletions SAAS-abhi/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,396 @@
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "Open Sans", sans-serif;
color: #444444;
}

a {
color: #106eea;
text-decoration: none;
}

a:hover {
color: #3b8af2;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
}

/* header */

#header {
background: #fff;
background-color: white;
transition: all 0.5s;
z-index: 997;
height: 86px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
height: 70px;
}

#navbarNav{
align-content: flex-end;
}

.saas{
margin-left: 50px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 75vh;
background: url("../images/hero-bg.jpeg") top left;
background-size: cover;
position: relative;
}

#hero:before {
content: "";
background: rgba(255, 255, 255, 0.6);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero .container {
position: relative;
}

#hero h1 {
margin: 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #222222;
font-family: "Poppins", sans-serif;
}

#hero h1 span {
color: #106eea;
}

#hero h2 {
color: #555555;
margin: 5px 0 30px 0;
font-size: 24px;
font-weight: 400;
}

#hero .btn-get-started {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 28px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #106eea;
}

#hero .btn-get-started:hover {
background: #247cf0;
}

#hero .btn-watch-video {
font-size: 16px;
transition: 0.5s;
margin-left: 25px;
color: #222222;
font-weight: 600;
display: flex;
align-items: center;
}

#hero .btn-watch-video i {
color: #106eea;
font-size: 32px;
transition: 0.3s;
line-height: 0;
margin-right: 8px;
}

#hero .btn-watch-video:hover {
color: #106eea;
}

#hero .btn-watch-video:hover i {
color: #3b8af2;
}

@media (min-width: 1024px) {
#hero {
background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero {
height: 100vh;
}
#hero h1 {
font-size: 28px;
line-height: 36px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .btn-get-started, #hero .btn-watch-video {
font-size: 13px;
}
}

@media (max-height: 500px) {
#hero {
height: 120vh;
}
}

.felex {
display : flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;


}

.delx{
padding-bottom: 70px;
}

.fixx{
display : flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
padding: 60px 0;
}

.team .member {
margin-bottom: 20px;
overflow: hidden;
border-radius: 4px;
background: #fff;
box-shadow: 0px 20px 15px rgba(16, 110, 234, 0.15);
}

.text{
text-align: center;
text-shadow: #0D6EFD;
/* text-decoration-line: underline; */
font-weight: bold;
font-family: 'Varela Round', sans-serif;
}

.teamtext{
color: #0D6EFD;
font-weight: bold;
font-style: italic;
}

.team .member .member-img {
position: relative;
overflow: hidden;
}

.team .member .social {
position: absolute;
left: 0;
bottom: 30px;
right: 0;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
}

.team .member .social a {
transition: color 0.3s;
color: #222222;
margin: 0 3px;
padding-top: 7px;
border-radius: 4px;
width: 36px;
height: 36px;
background: rgba(16, 110, 234, 0.8);
display: inline-block;
transition: ease-in-out 0.3s;
color: #fff;
}

.team .member .social a:hover {
background: #3b8af2;
}

.team .member .social i {
font-size: 18px;
}

.team .member .member-info {
padding: 25px 15px;
}

.team .member .member-info h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 18px;
color: #222222;
}

.team .member .member-info span {
display: block;
font-size: 13px;
font-weight: 400;
color: #aaaaaa;
}

.team .member .member-info p {
font-style: italic;
font-size: 14px;
line-height: 26px;
color: #777777;
}

.team .member:hover .social {
opacity: 1;
bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
padding: 20px;
background: #fff;
text-align: center;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
border-radius: 5px;
position: relative;
overflow: hidden;
}

.pricing .box h3 {
font-weight: 400;
margin: -20px -20px 20px -20px;
padding: 20px 15px;
font-size: 16px;
font-weight: 600;
color: #777777;
background: #f8f8f8;
}

.pricing .box h4 {
font-size: 36px;
color: #106eea;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin-bottom: 20px;
}

.pricing .box h4 sup {
font-size: 20px;
top: -15px;
left: -3px;
}

.pricing .box h4 span {
color: #bababa;
font-size: 16px;
font-weight: 300;
}

.pricing .box ul {
padding: 0;
list-style: none;
color: #444444;
text-align: center;
line-height: 20px;
font-size: 14px;
}

.pricing .box ul li {
padding-bottom: 16px;
}

.pricing .box ul i {
color: #106eea;
font-size: 18px;
padding-right: 4px;
}

.pricing .box ul .na {
color: #ccc;
text-decoration: line-through;
}

.pricing .btn-wrap {
margin: 20px -20px -20px -20px;
padding: 20px 15px;
background: #f8f8f8;
text-align: center;
}

.pricing .btn-buy {
background: #106eea;
display: inline-block;
padding: 8px 35px 10px 35px;
border-radius: 4px;
color: #fff;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Roboto", sans-serif;
font-weight: 600;
transition: 0.3s;
}

.pricing .btn-buy:hover {
background: #3b8af2;
}

.pricing .featured h3 {
color: #fff;
background: #106eea;
}

.pricing .advanced {
width: 200px;
position: absolute;
top: 18px;
right: -68px;
transform: rotate(45deg);
z-index: 1;
font-size: 14px;
padding: 1px 0 3px 0;
background: #106eea;
color: #fff;
}

.plans{
align-content: center;
}
Binary file added SAAS-abhi/assets/images/Shagun.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/abhishek.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/avnish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/dev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/hero image.jfif
Binary file not shown.
File renamed without changes
Binary file added SAAS-abhi/assets/images/prtflo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/prtflo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/prtflo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/prtflo4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SAAS-abhi/assets/images/suraj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading