-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
933f9a1
commit 98cd966
Showing
72 changed files
with
10,417 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>GenderEd.ie</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link href="/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Theme CSS --> | ||
<link href="/css/theme.css" rel="stylesheet" type="text/css"> | ||
<link href="/css/main.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href="/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
<body id="page-top" class="index"> | ||
|
||
|
||
|
||
<!-- Navigation --> | ||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom"> | ||
<div class="container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> | ||
</button> | ||
<img class="top-logo" src="/img/logos/gender-ed-logo-small.jpg" /> | ||
<a class="navbar-brand" href="home">GenderEd.ie</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="hidden"> | ||
<a href="#page-top"></a> | ||
</li> | ||
|
||
<li class="page-scroll "> | ||
<a href="/home">home</a> | ||
</li> | ||
|
||
<li class="page-scroll "> | ||
<a href="/about">about</a> | ||
</li> | ||
|
||
<li class="page-scroll "> | ||
<a href="/further-resources">Further Resources</a> | ||
</li> | ||
|
||
<li class="page-scroll "> | ||
<a href="/support-services">Support Services</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> | ||
|
||
|
||
|
||
<!-- Footer --> | ||
<footer class="text-center"> | ||
<div class="footer-above"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="footer-col col-md-12"> | ||
<h3>In Association With</h3> | ||
</div> | ||
|
||
<div class="footer-col col-md-3"> | ||
<img class="footer-logos" src="/img/logos/TENI-print-logo.jpg" /> | ||
</div> | ||
|
||
<div class="footer-col col-md-3"> | ||
<img class="footer-logos" src="/img/logos/belong-to-logo.png" /> | ||
</div> | ||
|
||
<div class="footer-col col-md-3"> | ||
<img class="footer-logos" src="/img/logos/irc-logo.jpg" /> | ||
</div> | ||
|
||
<div class="footer-col col-md-3"> | ||
<img class="footer-logos" src="/img/logos/TCD-logo-online.jpg" /> | ||
</div> | ||
|
||
<!--<div class="footer-col col-md-4"> | ||
<h3>Social Media</h3> | ||
<ul class="list-inline"> | ||
<li> | ||
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a> | ||
</li> | ||
<li> | ||
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a> | ||
</li> | ||
<li> | ||
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a> | ||
</li> | ||
<li> | ||
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a> | ||
</li> | ||
<li> | ||
<a href="#" class="btn-social btn-outline"><i class="fa fa-fw fa-dribbble"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="footer-col col-md-4"> | ||
<h3>About Trans Family</h3> | ||
<p>We love Trans Family <a href="http://google.com">Learn More</a>.</p> | ||
</div>--> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-below"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
© GenderEd.ie | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) --> | ||
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md"> | ||
<a class="btn btn-primary" href="#page-top"> | ||
<i class="fa fa-chevron-up"></i> | ||
</a> | ||
</div> <!-- jQuery --> | ||
<script src="/vendor/jquery/jquery.min.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="/vendor/bootstrap/js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> | ||
|
||
<!-- Contact Form JavaScript --> | ||
<script src="/js/jqBootstrapValidation.js"></script> | ||
<script src="/js/contact_me.js"></script> | ||
|
||
<script src="/js/mapResizer.min.js"></script> | ||
<script> | ||
$(document).ready(function() { | ||
$('map').imageMapResize(); | ||
}); | ||
</script> | ||
|
||
<script src="/js/gendered.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.