Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed about page navbar + added content #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 5 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@

<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<!-- <li class="dropdown"> -->
<!-- <a href="#" data-toggle="dropdown" class="dropdown-toggle">Pages</a> -->
<!-- <ul class="dropdown-menu"> -->
<li><a href="about.html">About Us</a></li>
<li class="active"><a href="about.html">About Us</a></li>
<!-- <li><a href="courses.html">Courses</a></li>
<li><a href="course-single.html">Course Single</a></li> -->
<li><a href="gallery.html">Gallery</a></li>
Expand Down Expand Up @@ -112,7 +112,9 @@ <h1>About GirlScript</h1>
<div class="probootstrap-text probootstrap-animate">
<div class="text-uppercase probootstrap-uppercase">History</div>
<h3>Take A Look at How We Begin</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis explicabo veniam labore ratione illo vero voluptate a deserunt incidunt odio aliquam commodi blanditiis voluptas error non rerum temporibus optio accusantium!</p>
<p>GirlScript aims to become world's biggest tech community for learning technical skills and getting opportunities around the globe.
We support diversity in tech and thus we ensure 60% women participation in every meet ups, workshops and conferences.
</p>
<p><a href="#" class="btn btn-primary">Learn More</a></p>
</div>
<div class="probootstrap-image probootstrap-animate" style="background-image: url(img/slider_4.jpg)">
Expand Down
Loading