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

Feature/gsweb patch5 #35

Open
wants to merge 7 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
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Girlscript Foundation - Let's Code For Freedom</title>
<meta name="description" content="Girlscript Foundation">
<meta name="keywords" content="Girlscript Foundation, NPO, Girlscript">
<title>Contact Us - Girlscript Foundation</title>
<meta name="description" content="Contact us, Girlscript Foundation">
<meta name="keywords" content="Girlscript Foundation, NPO, Girlscript, Non-profit, Contact, education">

<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
Expand Down
6 changes: 3 additions & 3 deletions courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ProBootstrap:Enlight &mdash; Free Bootstrap Theme, Free Responsive Bootstrap Website Template</title>
<meta name="description" content="Free Bootstrap Theme by ProBootstrap.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<title>Courses</title>
<meta name="description" content="Courses offered under GirlScript">
<meta name="keywords" content="courses, Engineering, technology, learn">

<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
Expand Down
2,548 changes: 2,547 additions & 1 deletion css/style.min.css

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions events.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<!DOCTYPE html>

<!--
Theme Name: Enlight
Theme URL: https://probootstrap.com/enlight-free-education-responsive-bootstrap-website-template
Author: ProBootstrap.com
Author URL: https://probootstrap.com
License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ProBootstrap:Enlight &mdash; Free Bootstrap Theme, Free Responsive Bootstrap Website Template</title>
<meta name="description" content="Free Bootstrap Theme by ProBootstrap.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<title>Events</title>
<meta name="description" content="Events hosted and organised by GirlScript Foundation">
<meta name="keywords" content="events, webinar, education, contest">

<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
Expand Down