Skip to content

Commit ab343a5

Browse files
committed
Improved and Fixed Minor Issues
1 parent a6d5d83 commit ab343a5

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

assets/css/main.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<style>
2+
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200&display=swap');
3+
</style>
4+
5+
16
body {
27
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
38
}
@@ -245,6 +250,9 @@ color: #fff;
245250
transition: 0.5s;
246251
font-size: 1.5rem;
247252
padding: 7px 22px;
253+
text-transform: uppercase;
254+
text-decoration-style: solid;
255+
248256
}
249257
.nav-item .nav-link:hover {
250258
color: #fafafa;
@@ -256,12 +264,13 @@ color: #fff;
256264
padding: 7px 22px;
257265
transition: 0.2s;
258266
}
267+
259268
.dropdown-menu {
260269
border: 0px;
261270
outline: 0px;
262271
}
263272
.dropdown-item:hover{
264-
color:#fafafa;
273+
color:#fafafa;.
265274
border-radius: 5px;
266275
background-color: #6651c4;
267276
border:none;
@@ -309,6 +318,9 @@ color: #fff;
309318
min-height: 500px;
310319
font-size: 1.4rem;
311320
padding: 0 40px;
321+
font-family: 'Barlow Condensed', sans-serif;
322+
323+
312324
}
313325

314326
@media only screen and (min-width: 1200px) {

index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!-- <header> -->
4646

47-
47+
4848
<header>
4949
<!-- <div class="container-fluid px-lg-5">-->
5050
<div class="header">
@@ -114,7 +114,17 @@
114114
<div class="row">
115115
<div class="vision-text">
116116
<h1 class="text-center">Our Vision</h1>
117-
Lorem ipsum dolor sit amet et delectus accommodare his consul copiosae legendos at vix ad putent delectus delicata usu. Vidit dissentiet eos cu eum an brute copiosae hendrerit. Eos erant dolorum an. Per facer affert ut. Mei iisque mentitum moderatius cu. Sit munere facilis accusam eu dicat falli consulatu at vis. Te facilisis mnesarchum qui posse omnium mediocritatem est cu. Modus argumentum ne qui tation efficiendi in eos. Ei mea falli legere efficiantur et tollit aliquip debitis mei. No deserunt mediocritatem mel. Lorem ipsum dolor sit amet et delectus ac
117+
<p><li>We focus on learning and thus our team works
118+
closely without any spaces and develop the skills
119+
you want to learn.</li></p>
120+
121+
<p><li>We always support Inclusion to deliver the
122+
improvement consistently and grow together with
123+
the Community.</li></p>
124+
125+
<p><li>By helping others and learning from others helps us
126+
to know more about the skills you need hence we
127+
always welcome to join the community.</li></p>
118128
</div>
119129
</div>
120130
</div>
@@ -125,6 +135,7 @@ <h1 class="text-center">Our Vision</h1>
125135
<!--Main Content-->
126136

127137
<!--Main Content-->
138+
128139
<!-- JQuery -->
129140
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
130141
<!-- Bootstrap tooltips -->

0 commit comments

Comments
 (0)