Skip to content

Commit

Permalink
some bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Munim committed Mar 6, 2024
1 parent 47284f8 commit 96712a8
Show file tree
Hide file tree
Showing 24 changed files with 985 additions and 117 deletions.
50 changes: 41 additions & 9 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ <h2> Mission</h2>
<div class="cod-md-1"></div>

</div>
<div class="row">
<img src="/assets//img/Group375.png" class="w-50 d-block m-auto my-5" alt="">
</div>
</div>
</section>

Expand Down Expand Up @@ -244,18 +247,48 @@ <h2>
</div>
</section>

<div class="container mt-5" id="">
<div class="row d-flex justify-content-center" id="div2">
<div class="col-md-1"></div>
<div class="col-md-10 col-12" id="img-div">
<div class="pt-2 content ">
<h3 class="text-center fw-bold">Our Success Stories</h3>
<div class="para">


<p class="d-flex justify-content-center w-75 text-center m-auto my-4 text-muted fw-lighter">
Lorem ipsum dolor sit amet consectetur. Id amet enim tellus euismod. Tortor viverra
suspendisse cursus purus augue turpis. Neque purus arcu rhoncus sodales et. Egestas
nulla
nulla habitant vulputate. Fermentum enim diam risus purus nibh interdum. <br>
Lorem ipsum dolor sit amet consectetur. Id amet enim tellus euismod. Tortor viverra
suspendisse cursus purus augue turpis. Neque purus arcu rhoncus sodales et. Egestas
nulla
nulla habitant vulputate. Fermentum enim diam risus purus nibh interdum.
</p>
</div>
<img src="/assets//img//Group26.png" class="d-block m-auto my-3" alt="">
<p class="d-flex justify-content-center w-75 text-center m-auto my-5 text-muted fw-lighter">
Lorem ipsum
dolor sit amet
consectetur. Id amet enim tellus euismod. Tortor viverra
suspendisse cursus purus augue turpis. Neque purus arcu rhoncus sodales </p>
</div>
</div>
<div class=" col-md-1">
</div>
</div>
</div>

</main>

<footer class="text-lg-start text-white" id="footer">
<footer class="text-lg-start text-white mt-5" id="footer">
<div class="container" id="div1">
<div class="row" id="row1">
<div class="col-md-4 " id="icondiv">
<a href="#"><img src="./assets/img/linkedin.png" alt=""></a>
<a href="#"><img src="./assets/img/fb.png" alt=""></a>
<a href="#"><img src="./assets/img/twitter.png" alt=""></a>
<a href="https://www.linkedin.com/company/eblearninglab/"><img src="./assets/img/linkedin.png"
alt=""></a>
<a href="https://www.facebook.com/eblearninglab/"><img src="./assets/img/fb.png" alt=""></a>
<a href="https://twitter.com/EBlearninglab"><img src="./assets/img/twitter.png" alt=""></a>

</div>
<div class="col-md-4 d-flex justify-content-center">
Expand Down Expand Up @@ -283,16 +316,15 @@ <h2>Email</h2>

<div class="col-md-4 text-center div2">
<img src="./assets/img/phone.png" alt="">
<h2>Email</h2>
<h2>Phone</h2>
<p>
0092-345 1289901 <br>
0092-300 2984021
+92 346 2616717
</p>
</div>

<div class="col-md-4 text-center div2">
<img src="./assets/img/location.png" alt="">
<h2>Email</h2>
<h2>Address</h2>
<p>
PTCL Training Center, <br>
Board Bazar, Peshawar
Expand Down
1 change: 1 addition & 0 deletions assets/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions assets/css/courses.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
font-family: "Poppins", sans-serif;
}

body {
background: #5d87c5 !important;
}

body .container {
max-width: 1300px;
}

.container .selection {
background-color: #F8F8F8;
max-width: 900px;
height: 80px;
border-radius: 1rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 2rem auto;
}

#filter-buttons button {
border-radius: 3px;
background: #fff;
border-color: transparent;
font-weight: 900;
font-size: 14px;
}

#filter-buttons button:hover {
background: #4C7BC1;
color: #fff;
}

#filter-buttons button.active {
color: #fff;
background: #4C7BC1;
}

#filterable-cards .card {
width: 26rem;
border: 2px solid transparent;
}

#filterable-cards .card img {
padding: 0.7rem 1.2rem;
}

.card-body p {
font-size: 14px;
}

.card-body .card-body-row {
display: flex;
align-items: end;
justify-content: start;
color: #A0AAAF;
}

.card-body .card-body-row img {
margin-left: -23px;
}

.card-body .card-body-row2 {
display: flex;
align-items: center;
justify-content: space-between;
}

.card-body .card-body-row2 h4 {
color: #5D87C5;
}

.card-body .card-body-row2 a {
color: #E6E7E9;
background-color: #5D87C5;
text-decoration: none;
padding: 8px 16px;
font-size: 14px;
}


.card-body .card-body-row2 a:hover {
background: #fff;
color: #5D87C5;
border: 1px solid #5D87C5;
}



#filterable-cards .card.hide {
display: none;
}


@media (max-width: 600px) {
#filterable-cards {
justify-content: center;
}

#filterable-cards .card {
width: calc(100% / 1 - 10px);
}
}

@media (max-width: 780px) {
.container .selection {
height: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
padding: 1rem 0rem 1rem 1rem;
}

#filter-buttons button {
font-size: 11px;
}
}
93 changes: 92 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,98 @@ img {
cursor: pointer;
}

body .container {
max-width: 1300px;
}
body .container .selection {
background-color: #F8F8F8;
max-width: 900px;
height: 80px;
border-radius: 1rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 2rem auto;
}
body .container #filter-buttons button {
border-radius: 3px;
background: #fff;
border-color: transparent;
font-weight: 900;
font-size: 14px;
}
body .container #filter-buttons button:hover {
background: #4C7BC1;
color: #fff;
}
body .container #filter-buttons button.active {
color: #fff;
background: #4C7BC1;
}
body .container #filterable-cards .card {
width: 26rem;
border: 2px solid transparent;
}
body .container #filterable-cards .card img {
padding: 0.7rem 1.2rem;
}
body .container #filterable-cards .card .card-body p {
font-size: 14px;
}
body .container #filterable-cards .card .card-body p.card-body-row {
display: flex;
align-items: end;
justify-content: start;
color: #A0AAAF;
}
body .container #filterable-cards .card .card-body p.card-body-row img {
margin-left: -23px;
}
body .container #filterable-cards .card .card-body p.card-body-row2 {
display: flex;
align-items: center;
justify-content: space-between;
}
body .container #filterable-cards .card .card-body p.card-body-row2 h4 {
color: #5D87C5;
}
body .container #filterable-cards .card .card-body p.card-body-row2 a {
color: #E6E7E9;
background-color: #5D87C5;
text-decoration: none;
padding: 8px 16px;
font-size: 14px;
}
body .container #filterable-cards .card .card-body p.card-body-row2 a:hover {
background: #fff;
color: #5D87C5;
border: 1px solid #5D87C5;
}
body .container #filterable-cards .card.hide {
display: none;
}
@media (max-width: 600px) {
body .container #filterable-cards {
justify-content: center;
}
body .container #filterable-cards .card {
width: calc(100% - 10px);
}
}
@media (max-width: 780px) {
body .container .selection {
height: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
padding: 1rem 0rem 1rem 1rem;
}
body .container #filter-buttons button {
font-size: 11px;
}
}

/*===== NAV =====*/
@media screen and (max-width: 768px) {
.nav {
Expand Down Expand Up @@ -971,7 +1063,6 @@ img {
#contact #div1 #div2 .div4 .sec2 div .form form textarea {
position: relative;
color: black;
background: transparent;
padding: 16px 5px;
font-style: normal;
font-size: 15.24px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styles.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 96712a8

Please sign in to comment.