Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing pages #33

Merged
merged 18 commits into from
Aug 17, 2021
Merged
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
4 changes: 4 additions & 0 deletions assets/Group219.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
180 changes: 88 additions & 92 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,132 +3,126 @@ footer{
bottom: 0;
left: 0px;
width: 100%;
background: hsl(214, 90%, 69%);
}
background: rgb(0, 0, 0, 0.9) url(/neos-20.github.io/assets/Group219.svg) top left no-repeat;
background-size: cover;

}
/* .bgimg{
background: rgb(0, 0, 0, 0.9) url(/assets/Group219.svg) top left no-repeat;
background-size: cover;
} */
.img img{
display: block;
margin-left: auto;
margin-right: auto;
filter: contrast(300%);


width: 70%;
}
.img .name h2{
text-align: center;
font-size:30px;
}
.main-content{
display: flex;
color: black;
}
.main-content .box{
flex-basis: 50%;
padding: 10px 20px;
}
.box h2{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
}
.box a{
font-size: 1.3rem;
font-weight: 600;

text-decoration: none;
color: black;

}
.box .content{
margin: 20px 0 0 0;
position: relative;

}
.box .content:before{
position: absolute;
content: '';
top: -10px;
height: 2px;
width: 100%;
background: #1a1a1a;
}
.box .content:after{
position: absolute;
content: '';
height: 2px;
width: 15%;
background: #1a1a1a;
top: -10px;
}
.left .content p{
text-align: justify;
}
.left .content .social{
margin: 20px 0 0 0;
}
.left .content .social a{
padding: 0 2px;
}
.left .content .social a span{
height: 40px;
width: 40px;
background: #1a1a1a;
line-height: 40px;
display: block;
margin-left: auto;
margin-right: auto;
filter: contrast(300%);
width: 60%;
}
.img .name h2{
text-align: center;
font-size: 18px;
border-radius: 5px;
transition: 0.3s;
}
.left .content .social a span:hover{
background: #1a1a1a;
}
font-size:30px;
color:white;
}
.main-content{
display: flex;
color: black;
}
.main-content .box{
flex-basis: 90%;
padding: 10px 20px;
}
.box h2{
font-size: 1.5rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
}
.box a{
font-size: 1.3rem;
font-weight: 600;

text-decoration: none;
color: black;

}
.box .content{
margin: 20px 0 0 0;
position: relative;

}
.box .content:before{
position: absolute;
content: '';
top: -10px;
height: 2px;
width: 100%;
background: #1a1a1a;
}
.box .content:after{
position: absolute;
content: '';
height: 2px;
width: 15%;
background: #1a1a1a;
top: -10px;
}



.right form .text{
font-size: 1.0625rem;
font-size: 1.5rem;
margin-bottom: 2px;
color: black;
color: rgb(255, 255, 255);
background-color:#363437;
border-radius: 12px;
padding-left: 5px;
width: 80%;

}
.right form .msg{
margin-top: 10px;
}
.right form input, .right form textarea{
width: 100%;
width: 80%;
font-size: 1.0625rem;
background: hsl(214, 100%, 81%);
background: white;
padding-left: 10px;
border: none;
border-radius:10px;
border-radius:12px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.right form input:focus,


.right form textarea:focus{
outline-color: #3498db;
outline: none;
}
.right form input{
height: 35px;
height: 32px;
}
.right form .btn{
margin-top: 10px;
}
.right form .btn button{
height: 40px;
width: 100%;
width: 30%;
border: none;
float: left;
outline: none;
background: white;
font-size: 1.0625rem;
font-weight: 500;
cursor: pointer;
border-radius:10px;
transition: .3s;
border-radius:12px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);;
transition: 0.3s;
}
.right form .btn button:hover{
background: white;
}
} */
.bottom center{
padding: 5px;
font-size: 0.9375rem;
background: #151515;
background: black;
}
.bottom center span{
color: white;
Expand All @@ -139,4 +133,6 @@ footer{
}
.bottom center a:hover{
text-decoration: underline;
}
}


45 changes: 40 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,23 @@ body {
.navbar {
justify-content: space-around;
display: flex;
background-color: #3d3939;
transition: 0.4s;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}


#logo {
opacity: 0;
}
.options {
text-align: right;
margin: 2rem 0rem;
margin: 0.3rem;
}

.options > div {
Expand Down Expand Up @@ -105,24 +115,49 @@ body {
}

.part1 .ourcom .webdt h2 {
font-size: 1.875rem;
font-size: 2.5rem;
border-left: 0.313rem solid var(--primary);
padding-left: 1.25rem;
margin-bottom: 1.875rem;
}

.part1 .ourcom .appdt h2 {
text-align: right;
font-size: 1.875rem;
font-size: 2.5rem;
border-right: 0.313rem solid var(--primary);
padding-right: 1.25rem;
}

.part1 .ourcom .designt h2 {
font-size: 1.875rem;
font-size: 2.5rem;
border-left: 0.313rem solid var(--primary);
padding-left: 1.25rem;
}
.imgtxt1 img{
width: 30%;
float: right;
border-radius: 30px;
margin-left: 40px;
margin-bottom: 50px;
box-shadow: 10px 10px var(--primary);
}
.imgtxt2 img{
width:30%;
border-radius: 30px;
float: left;
margin-right: 40px;
margin-bottom: 50px;
box-shadow: 10px 10px var(--primary);
}
.imgtxt3 img{
width: 30%;
float: right;
border-radius: 30px;
margin-left: 40px;
margin-bottom: 50px;
box-shadow: 10px 10px var(--primary);

}
.image1 {
position: absolute;
height: 9rem;
Expand Down Expand Up @@ -170,4 +205,4 @@ body {
right: 17rem;
clip-path: circle(40%);
overflow: hidden;
}
}
1 change: 1 addition & 0 deletions css/portfolio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* kuc to karenge */
Loading