Skip to content

Commit f5cabe1

Browse files
committed
initialized repo
0 parents  commit f5cabe1

File tree

185 files changed

+50734
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+50734
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.sass-cache/
2+
_site
3+
theme-orig/
4+
Gemfile.lock

404.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: default
3+
title: "Page not found"
4+
---
5+
<!-- PAGE CONTENT -->
6+
<div class="page-content page-error text-center">
7+
<div class="container">
8+
<div class="row">
9+
<div class="col-md-6 col-md-offset-3">
10+
<h1>404</h1>
11+
<h2>OOPS! PAGE NOT FOUND</h2>
12+
<hr />
13+
<div class="error-description">
14+
<p>The page you were looking for could not be found. You can return to the <a href="/{{site.baseurl}}">main page</a> and see if you can't find what you are looking for there.</p>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
</div>
20+
<!-- END PAGE CONTENT -->

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# A sample Gemfile
2+
source "https://rubygems.org"
3+
4+
gem "compass"
5+
gem "github-pages"

_config.yml

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
baseurl: ''
2+
host: '127.0.0.1'
3+
4+
5+
6+
markdown: redcarpet
7+
redcarpet:
8+
extensions: ["strikethrough"]
9+
10+
11+
prose:
12+
rooturl: ''
13+
siteurl: 'http://bmlp.github.io'
14+
relativeLinks: 'http://bmlp.github.io/links.jsonp'
15+
media: 'media'
16+
ignore:
17+
- index.html
18+
- _config.yml
19+
- /_layouts
20+
- /_includes
21+
- /assets
22+
- /theme-orig
23+
- config.rb
24+
- Gemfile
25+
- Gemfile.lock
26+
- 404.html
27+
metadata:
28+
_posts:
29+
- name: "layout"
30+
field:
31+
element: "hidden"
32+
value: "blog"
33+
- name: "tags"
34+
field:
35+
element: "multiselect"
36+
label: "Add Tags"
37+
placeholder: "Choose Tags"
38+
options:
39+
- name: "Apples"
40+
value: "apples"
41+
- name: "Bananas"
42+
value: "bananas"
43+
_posts/static:
44+
- name: "layout"
45+
field:
46+
element: "hidden"
47+
value: "page"
48+
- name: "permalink"
49+
field:
50+
element: "text"
51+
label: "Permalink"
52+
value: ""

_data/sections.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
who-we-are:
2+
heading: "Who We Are"
3+
lead: 'Who "does the work" of BMLP'
4+
menu: "Who"
5+
url: "who-we-are"
6+
what-we-do:
7+
heading: "What we do"
8+
lead: "What our organization provides to the movement"
9+
menu: "Resources"
10+
url: "what-we-do"
11+
resources:
12+
heading: "Movement Resources"
13+
lead: "Tools and Resources for Legal Observers, Jail Support Volunteers & Trainers"
14+
menu: "Resources"
15+
url: "resources"

_data/texts.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: 'Black Movement Law Project'
2+
3+
sections:
4+
who-we-are:
5+
heading: "Who We Are"
6+
lead: 'Who "does the work" of BMLP'
7+
menu: "Who"
8+
url: "who-we-are"
9+
what-we-do:
10+
heading: "What we do"
11+
lead: "What our organization provides to the movement"
12+
menu: "Resources"
13+
url: "what-we-do"
14+
resources:
15+
heading: "Movement Resources"
16+
lead: "Tools and Resources for Legal Observers, Jail Support Volunteers & Trainers"
17+
menu: "Resources"
18+
url: "resources"

_includes/contact.html

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!-- CONTACT -->
2+
<section id="contact">
3+
<div class="container">
4+
<div class="heading-center">
5+
<h2 class="section-heading">CONTACT US</h2>
6+
<p class="lead">Now is the time to execute your idea</p>
7+
<hr>
8+
</div>
9+
</div>
10+
<div class="google-map margin-bottom-50px">
11+
<div id="custom-map-canvas"></div>
12+
</div>
13+
<div class="container">
14+
<div class="row">
15+
<div class="col-md-6">
16+
<ul class="contact-info contact-half margin-bottom-50px fa-ul">
17+
<li><i class="fa fa-li fa-building-o"></i>
18+
<h3>Address</h3>
19+
<p>76 Ninth Ave, New York, USA</p>
20+
</li>
21+
<li><i class="fa fa-li fa-phone"></i>
22+
<h3>Phone</h3>
23+
<p>+621 234 4567</p>
24+
</li>
25+
<li><i class="fa fa-li fa-envelope-o"></i>
26+
<h3>Email</h3>
27+
<p><a href="mailto:[email protected]">[email protected]</a></p>
28+
</li>
29+
</ul>
30+
</div>
31+
<div class="col-md-6">
32+
<!-- CONCTACT FORM -->
33+
<div class="contact-form-wrapper">
34+
<form id="contact-form" method="post" action="../php/contact.html" class="form-horizontal margin-bottom-30px" role="form" novalidate>
35+
<div class="row">
36+
<div class="col-sm-6">
37+
<div class="form-group">
38+
<label for="contact-name" class="control-label sr-only">Name</label>
39+
<input type="text" class="form-control" id="contact-name" name="name" placeholder="Name*" required>
40+
</div>
41+
</div>
42+
<div class="col-sm-6">
43+
<div class="form-group">
44+
<label for="contact-email" class="control-label sr-only">Email</label>
45+
<input type="email" class="form-control" id="contact-email" name="email" placeholder="Email*" required>
46+
</div>
47+
</div>
48+
</div>
49+
<div class="form-group">
50+
<label for="contact-subject" class="control-label sr-only">Subject</label>
51+
<div class="col-sm-12">
52+
<input type="text" class="form-control" id="contact-subject" name="subject" placeholder="Subject">
53+
</div>
54+
</div>
55+
<div class="form-group">
56+
<label for="contact-message" class="control-label sr-only">Message</label>
57+
<div class="col-sm-12">
58+
<textarea class="form-control" id="contact-message" name="message" rows="5" cols="30" placeholder="Message*" required></textarea>
59+
</div>
60+
</div>
61+
<div class="form-group">
62+
<div class="col-sm-12">
63+
<button id="submit-button" type="submit" class="btn btn-primary"><i class="fa loading-icon"></i> <span>Submit Message</span>
64+
</button>
65+
</div>
66+
</div>
67+
<input type="hidden" name="msg-submitted" id="msg-submitted" value="true">
68+
</form>
69+
</div>
70+
<!-- END CONCTACT FORM -->
71+
</div>
72+
</div>
73+
</div>
74+
</section>
75+
<!-- END CONTACT -->

_includes/default/footer.html

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!-- FOOTER -->
2+
<footer>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-4">
6+
<!-- COLUMN 1 -->
7+
<h3 class="sr-only">ABOUT US</h3>
8+
<img src="../assets/img/logo/repute-logo-light.png" class="logo" alt="Repute">
9+
<p>Proactively aggregate B2B initiatives before extensive channels. Monotonectally extend interactive methods of empowerment through excellent applications. Rapidiously synergize visionary products with sticky technology.</p>
10+
<br>
11+
<address class="margin-bottom-30px">
12+
<ul class="list-unstyled">
13+
<li>1234 North Main Street
14+
<br/> New York, NY 222222</li>
15+
<li>Phone: (1800) 765 - 4321</li>
16+
<li>Email: [email protected]</li>
17+
</ul>
18+
</address>
19+
<!-- END COLUMN 1 -->
20+
</div>
21+
<div class="col-md-4">
22+
<!-- COLUMN 2 -->
23+
<h3 class="footer-heading">USEFUL LINKS</h3>
24+
<div class="row margin-bottom-30px">
25+
<div class="col-xs-6">
26+
<ul class="list-unstyled footer-nav">
27+
<li>
28+
<a href="#">About Us</a>
29+
</li>
30+
<li>
31+
<a href="#">News</a>
32+
</li>
33+
<li>
34+
<a href="#">Community</a>
35+
</li>
36+
<li>
37+
<a href="#">Career</a>
38+
</li>
39+
<li>
40+
<a href="#">Blog</a>
41+
</li>
42+
</ul>
43+
</div>
44+
<div class="col-xs-6">
45+
<ul class="list-unstyled footer-nav">
46+
<li>
47+
<a href="#">Press Kit</a>
48+
</li>
49+
<li>
50+
<a href="#">FAQ</a>
51+
</li>
52+
<li>
53+
<a href="#">Terms</a>
54+
</li>
55+
<li>
56+
<a href="#">Privacy Policy</a>
57+
</li>
58+
<li>
59+
<a href="#">Contact Us</a>
60+
</li>
61+
</ul>
62+
</div>
63+
</div>
64+
<!-- END COLUMN 2 -->
65+
</div>
66+
<div class="col-md-4">
67+
<!-- COLUMN 3 -->
68+
<div class="newsletter">
69+
<h3 class="footer-heading">NEWSLETTER</h3>
70+
<p>Get the latest update from us by subscribing to our newsletter.</p>
71+
<form class="newsletter-form" method="POST" action="../php/mailchimp.html">
72+
<div class="input-group input-group-lg">
73+
<input type="email" class="form-control" name="email" placeholder="[email protected]">
74+
<span class="input-group-btn">
75+
<button class="btn btn-primary" type="button"><i class="fa fa-spinner fa-spin"></i><span>SUBSCRIBE</span>
76+
</button>
77+
</span>
78+
</div>
79+
<div class="alert"></div>
80+
</form>
81+
</div>
82+
<div class="social-connect">
83+
<h3 class="footer-heading">GET CONNECTED</h3>
84+
<ul class="list-inline social-icons">
85+
<li>
86+
<a href="#" class="facebook-bg"><i class="fa fa-facebook"></i></a>
87+
</li>
88+
<li>
89+
<a href="#" class="twitter-bg"><i class="fa fa-twitter"></i></a>
90+
</li>
91+
<li>
92+
<a href="#" class="googleplus-bg"><i class="fa fa-google-plus"></i></a>
93+
</li>
94+
<li>
95+
<a href="#" class="rss-bg"><i class="fa fa-rss"></i></a>
96+
</li>
97+
</ul>
98+
</div>
99+
<!-- END COLUMN 3 -->
100+
</div>
101+
</div>
102+
</div>
103+
<!-- COPYRIGHT -->
104+
<div class="text-center copyright">
105+
&copy;2015 The Develovers. All Rights Reserved.
106+
</div>
107+
<!-- END COPYRIGHT -->
108+
</footer>
109+
<!-- END FOOTER -->

_includes/default/head.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
<head>
3+
<title>{{site.data.texts.title}} | {{page.title}}</title>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Responsive Bootstrap Business Theme. Giving Valuable Reputation and Credibility To Your Business">
7+
<meta name="author" content="The Develovers">
8+
9+
<!-- CSS -->
10+
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
11+
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
12+
<link href="assets/css/main-one-page.css" rel="stylesheet" type="text/css">
13+
<link href="assets/css/skins/indianred.css" rel="stylesheet" type="text/css">
14+
<!-- IE 9 Fallback-->
15+
<!--[if IE 9]>
16+
<link href="assets/css/ie.css" rel="stylesheet">
17+
<![endif]-->
18+
19+
<!-- GOOGLE FONTS -->
20+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700' rel='stylesheet' type='text/css'>
21+
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400italic,700,400,300' rel='stylesheet' type='text/css'>
22+
23+
<!-- FAVICONS -->
24+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/repute144x144.png">
25+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/repute114x114.png">
26+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/repute72x72.png">
27+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/repute57x57.png">
28+
<link rel="shortcut icon" href="../assets/ico/favicon.png">
29+
</head>

_includes/default/nav.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<nav class="navbar navbar-default" role="navigation">
2+
<div class="container">
3+
<div class="navbar-header">
4+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav">
5+
<span class="sr-only">Toggle Navigation</span>
6+
<i class="fa fa-bars"></i>
7+
</button>
8+
<a href="index.html" class="navbar-brand">
9+
{{site.data.texts.title}}
10+
</a>
11+
</div>
12+
<!-- MAIN NAVIGATION -->
13+
<div id="main-nav" class="navbar-collapse collapse">
14+
<ul class="nav navbar-nav navbar-right">
15+
<li>
16+
<a href="#top">HOME</a>
17+
</li>
18+
<li>
19+
<a href="#about">ABOUT</a>
20+
</li>
21+
<li>
22+
<a href="#services">SERVICES</a>
23+
</li>
24+
<li>
25+
<a href="#portfolio">PORTFOLIO</a>
26+
</li>
27+
<li>
28+
<a href="#pricing">PRICING</a>
29+
</li>
30+
<li>
31+
<a href="#contact">CONTACT US</a>
32+
</li>
33+
</ul>
34+
</div>
35+
<!-- MAIN NAVIGATION -->
36+
</div>
37+
</nav>

_includes/default/scripts.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- JAVASCRIPTS -->
2+
<script src="../assets/js/jquery-2.1.1.min.js"></script>
3+
<script src="../assets/js/bootstrap.min.js"></script>
4+
<script src="../assets/js/plugins/slick/slick.min.js"></script>
5+
<script src="../assets/js/plugins/isotope/isotope.pkgd.js"></script>
6+
<script src="../assets/js/plugins/google-map/google-map.js"></script>
7+
<script src="../assets/js/plugins/parsley-validation/parsley.min.js"></script>
8+
<script src="../assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js"></script>
9+
<script src="../assets/js/plugins/stellar/jquery.stellar.min.js"></script>
10+
<script src="../assets/js/repute-scripts.js"></script>
11+
<script src="assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js"></script>
12+
<script src="assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js"></script>
13+
<script src="assets/js/plugins/easing/jquery.easing.min.js"></script>
14+
<script src="assets/js/one-page.js"></script>

0 commit comments

Comments
 (0)