Skip to content

Commit 3284fec

Browse files
authored
Create index.html
1 parent 1d4e72d commit 3284fec

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
<!-- Collect the nav links, forms, and other content for toggling -->
5050
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
5151
<ul class="nav navbar-nav navbar-right">
52+
<li>
53+
<a class="page-scroll" href="#contact">about</a>
54+
</li>
5255
<li>
5356
<a class="page-scroll" href="#download">Download</a>
5457
</li>
5558
<li>
5659
<a class="page-scroll" href="#services">Project</a>
5760
</li>
5861
<li>
59-
<a class="page-scroll" href="#portfolio">Gallery</a>
62+
<a class="page-scroll" href="#portfolio">Screenshot</a>
6063
</li>
6164
<li>
6265
<a class="page-scroll" href="#contact">Contact</a>
63-
</li>
64-
<li>
65-
<a class="page-scroll" href="#contact">about</a>
6666
</li>
6767
</ul>
6868
</div>
@@ -78,7 +78,17 @@ <h1 id="homeHeading"></h1>
7878
</div>
7979
</div>
8080
</header>
81-
81+
<section class="bg-primary" id="about">
82+
<div class="container">
83+
<div class="row">
84+
<div class="col-lg-8 col-lg-offset-2 text-center">
85+
<h2 class="section-heading">We've got what you need!</h2>
86+
<hr class="light">
87+
<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
88+
</div>
89+
</div>
90+
</div>
91+
</section>
8292
<section class="bg-primary" id="download">
8393
<div class="container">
8494
<div class="row">

0 commit comments

Comments
 (0)