Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0a602f8
adds initial new pages html and css
renepromesse Apr 1, 2023
8ebf22d
adds product images
renepromesse Apr 1, 2023
085ba26
Adding menu changes to the product page
AngeloChristian1 Apr 3, 2023
9892fe4
Adding responsive changes on product page
AngeloChristian1 Apr 6, 2023
fa6e330
descrition text
MUNYESHURImanzi Apr 8, 2023
f9369f8
cards
Y-elv Apr 8, 2023
2e1e01a
Merge pull request #28 from MBAZA-NLP/page-pl-menu
AngeloChristian1 Apr 8, 2023
0d58d81
Merge pull request #29 from MBAZA-NLP/page-pd-text
MUNYESHURImanzi Apr 8, 2023
bee32d3
implement card
Y-elv Apr 8, 2023
c46622e
implement card
Y-elv Apr 8, 2023
014ec22
solving conflicts
Y-elv Apr 8, 2023
fdc8f32
project intro
Y-elv Apr 8, 2023
e62b13f
Adding other changes for merge
AngeloChristian1 Apr 8, 2023
63c7a90
Merge pull request #31 from MBAZA-NLP/page-pl-menu
sostene12 Apr 8, 2023
613dd36
solving conflicts
sostene12 Apr 8, 2023
de787d2
Merge pull request #30 from MBAZA-NLP/page-pl-card
sostene12 Apr 8, 2023
e9bfc99
responsiveness
Y-elv Apr 15, 2023
9843272
Adding nav bar
AngeloChristian1 Apr 15, 2023
b76a1de
adding header
AngeloChristian1 Apr 15, 2023
9920b70
adding updated menu
AngeloChristian1 Apr 25, 2023
516d53c
adding menu
AngeloChristian1 Apr 25, 2023
86b0e29
screening
Y-elv Apr 29, 2023
61028d7
second screening
Y-elv Apr 29, 2023
e1106f4
additional
Y-elv Apr 29, 2023
02b728b
Adding updated menu
AngeloChristian1 Apr 30, 2023
9289fff
Merge branch 'project-list' of https://github.com/MBAZA-NLP/community…
AngeloChristian1 Apr 30, 2023
2bb1948
Merging to product list
AngeloChristian1 Apr 30, 2023
cc8907c
Adding my changes on connect section
AngeloChristian1 Apr 30, 2023
b60ca48
Adding responsiveness
AngeloChristian1 Apr 30, 2023
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
153 changes: 153 additions & 0 deletions assets/css/connect.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
* {
padding: 0px;
margin: 0px;
}
body {
width: 100vw;
height: 100%;
}

.connect-container {
width: 90%;
height: 60vh;
margin: 100px auto;
height: 60vh;
font-family: "poppins", sans-serif;
display: inline-flex;
gap: 5%;
padding: 10px;
}
.connect-content {
width: 50%;
}

.connect-icons {
min-width: 45%;
height: 100%;
background: white;
position: relative;
}
.square {
height: 60%;
width: 60%;
background: rgba(0, 217, 255, 0.3);
transform: translate(30%, 30%);
animation: anime alternate 1s;
}
.mbaza-hand {
height: 60%;
width: 40%;
border-radius: 50%;
background: rgb(59, 59, 167);
transform: translate(70%, 30%);
text-align: center;
color: orange;
font-size: 1.5em;
font-weight: 700;
}
.mbaza-hand h3 {
transform: translateY(150%);
}

.social-icon {
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
background: white;
box-shadow: 1px 1px 10px 1px rgb(83, 82, 82);
transform: scale(0.8);
cursor: pointer;
transition: 0.4s;
}
.social-icon img {
border-radius: 50%;
width: 60%;
height: 60%;
transform: translate(30%, 30%);
}
.social-icon1 {
top: 8%;
left: 20%;
}
.social-icon2 {
top: 35%;
left: 12%;
}
.social-icon3 {
top: 0%;
left: 50%;
}
.social-icon4 {
right: 20%;
}
.social-icon5 {
top: 60%;
left: 30%;
}
.social-icon6 {
bottom: 10%;
left: 56%;
}
.social-icon7 {
top: 8%;
right: 17%;
}
.social-icon8 {
top: 40%;
right: 21%;
}
.social-icon9 {
top: 20%;
left: 60%;
/* background: red; */
animation: anime alternate 1s reverse;
}
.social-icon:hover {
transform: scale(1);
box-shadow: 1px 1px 15px 1px rgb(47, 47, 47);
}
.connect-content {
padding: 30px;
}
.connect-content h2 {
text-align: center;
margin-bottom: 20px;
}
.connect-content p {
font-size: 1.1em;
line-height: 150%;
margin-bottom: 20px;
}
.connect-content a {
margin: 5px;
text-decoration: none;
text-align: center;
padding: 3px 0px;
font-weight: 600;
}
.mbaza-hand img {
transform: translate(0%, 60%);
width: 60px;
}
@media screen and (max-width: 800px) {
.connect-container {
display: block;
}
.connect-icons {
width: 100%;
}
.connect-content {
width: 100%;
}
}

@kefyframe anime {
from {
transform: scale(0.7);
}

to {
transform: scale(0.85);
}
}
108 changes: 108 additions & 0 deletions assets/css/product-details.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body{

margin: 2px 0px 0px 171px;
background: #F5F5F5;
}
.container{
height: 10vh;
text-decoration: none;
text-align: center;
display: flex;
justify-content: center;
margin-right: 400px;

}
.heading{
padding-right: 20px;
display: grid;
grid-template-columns: repeat(3,1fr);
align-items: center;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #000000;
}
.heading::before{
content: "";
background: #000100;
display: block;
margin-left: 20px;
height: 1px;
width: 50px;
}
.heading::after{
content: "";
background: #000100;
margin-left: 20px;
display: block;
width: 50px;
height: 1px;
}
.text h1{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
padding-bottom: 0px;

color: #000000;
}
.text h1 i {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
padding-bottom: 0px;
}
em{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #699BF7;
}
i{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #000000;
}
.text p {
padding-bottom: 0px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-left: 19px;
color: #000000;
}
.metrics{
display: flex;
margin-left: 19px;
}
.metrics small{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 17px;
color: #000000;
}
.number b img{
display: inline;
}
.number {
margin-left: 10px;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;
}
Loading