Skip to content

Commit 07ee8e6

Browse files
updated html content and navbar
1 parent 5a8c2bf commit 07ee8e6

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ select {
734734
position: fixed;
735735
z-index: 100;
736736
width: 100%;
737-
background-color: #6C63FF;
737+
background-color: #fff;
738738
transition: 0.7s; }
739739
.navbar--nofixed {
740740
position: relative;
@@ -770,7 +770,7 @@ select {
770770
.navbar__menu li {
771771
margin-left: 16pt; } }
772772
.navbar__menu a {
773-
color: #fff; }
773+
color: #000; }
774774
@media (min-width: 992px) {
775775
.navbar__menu a {
776776
opacity: 0.75; }
@@ -779,7 +779,7 @@ select {
779779
.navbar__menu a:after {
780780
display: block;
781781
content: '';
782-
border-bottom: solid 1px #fff;
782+
border-bottom: solid 1px #000;
783783
transform: scaleX(0);
784784
transition: transform 250ms ease-in-out; }
785785
.navbar__menu a:hover:after {

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<div class="container">
3434
<div class="hero__content">
3535
<div class="hero__content__inner" id='navConverter'>
36-
<h1 class="hero__title">Welcome to the Home Base of TWB</h1>
37-
<p class="hero__text">Here you can have a look at the TWB software Products, All products are meant to benifit any person who wish to join us in our stride to make useful and quality products.</p>
36+
<h1 class="hero__title">Welcome to The Working Bros</h1>
37+
<p class="hero__text">Here you can have a look at the TWB products; all products are meant to benifit any person who wish to join us in our stride to make useful and quality products.</p>
3838
<a href="#" class="button button__accent">Download Section</a>
3939
<a href="#" class="button hero__button">Learn more</a>
4040
</div>
@@ -50,7 +50,7 @@ <h1 class="hero__title">Welcome to the Home Base of TWB</h1>
5050
<!-- Steps -->
5151
<div class="steps landing__section">
5252
<div class="container">
53-
<h2>Who can use our Service?</h2>
53+
<h2>Who can use our services?</h2>
5454
<p>Here's who we can think of, but all will get a warm hug from our side.</p>
5555
</div>
5656
<div class="container">
@@ -60,14 +60,14 @@ <h2>Who can use our Service?</h2>
6060
<img src="./images/undraw_designer.svg" class="step__image">
6161
</div>
6262
<h4>Programmers</h4>
63-
<p class="step__text">A landing page to display your open source projects. Present your solution, get them peer reviewed.</p>
63+
<p class="step__text">A landing page to display your open source projects. Present your solution, get them peer reviewed.</p>
6464
</div>
6565
<div class="step">
6666
<div class="step__media">
6767
<img src="./images/undraw_responsive.svg" class="step__image">
6868
</div>
6969
<h4>Designers</h4>
70-
<p class="step__text">A website for you to show case your creativity. we shall put them to a large audience and help you go grow.</p>
70+
<p class="step__text">A website for you to show case your creativity. we shall put them to a large audience and help you grow.</p>
7171
</div>
7272
<div class="step">
7373
<div class="step__media">
@@ -87,7 +87,7 @@ <h4>Makers</h4>
8787
<img src="./images/undraw_browser.svg" class="expanded__image">
8888
</div>
8989
<div class="expanded__content">
90-
<h2 class="expanded__title">All our products are user friendly download and get Going!!</h2>
90+
<h2 class="expanded__title">All our products are user friendly download and get going!!</h2>
9191
<p class="expanded__text">The Working Bros team works hard to bring you some qualtiy products, which can indeed serve you to the best of the posiibility. Our team has one goal, that technology should always stay not more than hand span length. We provide great support to anyone who is ready to learn and present the cake of their efforts in front of countless peers. </p>
9292
</div>
9393
</div>
@@ -101,7 +101,7 @@ <h2 class="expanded__title">All our products are user friendly download and get
101101
</div>
102102
<div class="expanded__content">
103103
<h2 class="expanded__title">We have a motivational enviorment for all =)</h2>
104-
<p class="expanded__text">Web developer?, mobile developer?, desktop developer?, geek?, get on board as we are not limited by anything. we love tech and so do you. let your spark become fire and our Team will provide the fuel you need. </p>
104+
<p class="expanded__text">Web developer? Mobile developer? Desktop developer? Geek? Get on board as we are not limited by anything. We love tech and so do you, let your spark become fire and our Team will provide the fuel you need. </p>
105105
</div>
106106
</div>
107107
</div>
@@ -148,7 +148,7 @@ <h2 class="cta__title">Get started now</h2>
148148
</div>
149149
</div>
150150
<div class="footer__data__item">
151-
<div class="footer__row">Created for Inspiration <a href="#" target="_blank" class="footer__link">TWB</a>
151+
<div class="footer__row">Created for Inspiration <a href="#" target="_blank" class="footer__link">The Working Bros</a>
152152
</div>
153153
</div>
154154
<div class="footer__data__item">

0 commit comments

Comments
 (0)