Skip to content

Commit fb48e28

Browse files
committed
initial
0 parents  commit fb48e28

File tree

171 files changed

+34462
-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.

171 files changed

+34462
-0
lines changed

404.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default_style
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "3.5.2"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+

Gemfile.lock

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
ffi (1.9.23-x64-mingw32)
8+
forwardable-extended (2.6.0)
9+
jekyll (3.5.2)
10+
addressable (~> 2.4)
11+
colorator (~> 1.0)
12+
jekyll-sass-converter (~> 1.0)
13+
jekyll-watch (~> 1.1)
14+
kramdown (~> 1.3)
15+
liquid (~> 4.0)
16+
mercenary (~> 0.3.3)
17+
pathutil (~> 0.9)
18+
rouge (~> 1.7)
19+
safe_yaml (~> 1.0)
20+
jekyll-feed (0.9.3)
21+
jekyll (~> 3.3)
22+
jekyll-sass-converter (1.5.2)
23+
sass (~> 3.4)
24+
jekyll-seo-tag (2.4.0)
25+
jekyll (~> 3.3)
26+
jekyll-watch (1.5.1)
27+
listen (~> 3.0)
28+
kramdown (1.16.2)
29+
liquid (4.0.0)
30+
listen (3.1.5)
31+
rb-fsevent (~> 0.9, >= 0.9.4)
32+
rb-inotify (~> 0.9, >= 0.9.7)
33+
ruby_dep (~> 1.2)
34+
mercenary (0.3.6)
35+
minima (2.4.0)
36+
jekyll (~> 3.5)
37+
jekyll-feed (~> 0.9)
38+
jekyll-seo-tag (~> 2.1)
39+
pathutil (0.16.1)
40+
forwardable-extended (~> 2.6)
41+
public_suffix (3.0.2)
42+
rb-fsevent (0.10.3)
43+
rb-inotify (0.9.10)
44+
ffi (>= 0.5.0, < 2)
45+
rouge (1.11.1)
46+
ruby_dep (1.5.0)
47+
safe_yaml (1.0.4)
48+
sass (3.5.6)
49+
sass-listen (~> 4.0.0)
50+
sass-listen (4.0.0)
51+
rb-fsevent (~> 0.9, >= 0.9.4)
52+
rb-inotify (~> 0.9, >= 0.9.7)
53+
thread_safe (0.3.6)
54+
tzinfo (1.2.5)
55+
thread_safe (~> 0.1)
56+
tzinfo-data (1.2018.4)
57+
tzinfo (>= 1.0.0)
58+
59+
PLATFORMS
60+
x64-mingw32
61+
62+
DEPENDENCIES
63+
jekyll (= 3.5.2)
64+
jekyll-feed (~> 0.6)
65+
minima (~> 2.0)
66+
tzinfo-data
67+
68+
BUNDLED WITH
69+
1.16.0

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Business Jekyll Theme
2+
3+
Business Jekyll Theme is a theme that is designed to be used for small and medium business. It is designed by a team from [Technext](https://github.com/technext/). The theme is then ported over by [Melvin Ch'ng](http://melvinchng.github.io) for Jekyll support. The original source code can be obainted from Technext's [repository](https://github.com/technext/office)
4+
5+
Unlike most Jekyll Themes, Business Jekyll Theme is not meant to be a single page theme. This theme is a package that you can use for your business website or promote certain project. I reorganized all the files and make it Jekyll friendly.
6+
7+
Big thanks to the creator of Office as this theme would not be possible without their hard work! You are always welcome to contribute to this repository to make it better!
8+
9+
**Example Site**
10+
- [Business Jekyll Theme](https://business-jekyll-theme.github.io)
11+
12+
**Example Site From The Original Creator**
13+
- [Office Template](http://demo.themewagon.com/preview/office-responsive-multipage-bootstrap-template)
14+
15+
## Feature
16+
- Responsive layout
17+
- CSS Framework - Bootstrap 3
18+
- Beautiful icons by Fontawesome
19+
- Clean, simple and elegant
20+
- Multi page Template
21+
- Well commented and structured coding
22+
- Easy to use
23+
- It's Free!
24+
25+
## Note
26+
I removed certain features from the original theme packages as we do not really need it. I modified the original source code slightly to make it more mobile friendly and reusable.
27+
28+
## Installation
29+
1. For first time user, you have to install Ruby and Rails. If you do not have Ruby on Rails installed, you may follow [this tutorial](http://melvinchng.github.io/rails/RubyOnRailsInstallation.html) that I wrote for Windows, Linux, and MacOS (installation videos are included).
30+
2. Install Jekyll by using the command `gem install jekyll`.
31+
3. Start your localhost server by using the command `jekyll serve`. Make sure that you are at the root directory of your folder before using this command.
32+
4. Your site should be accessible at `localhost:4000`.
33+
5. For additional information about Jekyll, refer to the [official website](http://jekyllrb.com/).
34+
35+
## Enjoy!

_config.yml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Business Jekyll Theme
17+
18+
description: > # this means to ignore newlines until "baseurl:"
19+
Yet another Jekyll theme. It is designed for business purpose and ported by
20+
Melvin Ch'ng.
21+
baseurl: "" # the subpath of your site, e.g. /blog
22+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
23+
24+
# Company Information
25+
company_name: Johns, Smith & Associates
26+
address_line: Via Ludovisi 39-45, Rome, 54267, Italy
27+
telephone_number: 1.800.245.356
28+
fax_number: 1.800.245.357
29+
company_email: [email protected]
30+
google_map: https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3618.727010735933!2d91.837871!3d24.907291700000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1404919738144
31+
32+
# Social Link
33+
facebook_link: http://www.facebook.com
34+
twitter_link: http://www.twitter.com
35+
linkedin_link: http://www.linkedin.com
36+
googleplus_link: http://plus.google.com
37+
38+
# Build settings
39+
markdown: kramdown
40+
plugins:
41+
- jekyll-feed
42+
43+
# Exclude from processing.
44+
# The following items will not be processed, by default. Create a custom list
45+
# to override the default setting.
46+
# exclude:
47+
# - Gemfile
48+
# - Gemfile.lock
49+
# - node_modules
50+
# - vendor/bundle/
51+
# - vendor/cache/
52+
# - vendor/gems/
53+
# - vendor/ruby/

_includes/footer.html

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!-- Footer -->
2+
<footer>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-4">
6+
<h3><i class="fa fa-map-marker"></i> Contact:</h3>
7+
<p class="footer-contact">
8+
{{ site.company_name }} <br>
9+
Phone: {{ site.telephone_number }} <br>
10+
Fax: {{ site.fax_number }} <br>
11+
Email: {{ site.company_email }}<br>
12+
</p>
13+
</div>
14+
<div class="col-md-4">
15+
<h3><i class="fa fa-external-link"></i> Links</h3>
16+
<p><a href="/about"> About ( Who we are )</a></p>
17+
<p><a href="/about"> Services ( What we do )</a></p>
18+
<p><a href="/contact"> Contact ( Feel free to contact )</a></p>
19+
<p><a href="/blog"> Blog ( Write to us )</a></p>
20+
<p><a href="/team"> Team ( Meet the Team )</a></p>
21+
</div>
22+
<div class="col-md-4">
23+
<h3><i class="fa fa-heart"></i> Socialize</h3>
24+
<div id="social-icons">
25+
{% if site.googleplus_link %}
26+
<a href="{{ site.googleplus_link }}" class="btn-group google-plus">
27+
<i class="fa fa-google-plus"></i>
28+
</a>
29+
{% endif %}
30+
31+
{% if site.linkedin_link %}
32+
<a href="{{ site.linkedin_link }}" class="btn-group linkedin">
33+
<i class="fa fa-linkedin-square"></i>
34+
</a>
35+
{% endif %}
36+
37+
{% if site.facebook_link %}
38+
<a href="{{ site.twitter_link }}" class="btn-group twitter">
39+
<i class="fa fa-twitter"></i>
40+
</a>
41+
{% endif %}
42+
43+
{% if site.facebook_link %}
44+
<a href="{{ site.facebook_link }}" class="btn-group facebook">
45+
<i class="fa fa-facebook"></i>
46+
</a>
47+
{% endif %}
48+
</div>
49+
</div>
50+
</div>
51+
</div>
52+
53+
<div class="copyright text center">
54+
<p>&copy; Copyright {{ site.time | date: '%Y' }}, <a href="#">Your Website Link</a>. <br>Theme ported by <a href="https://melvinchng.github.io/" target="_blank">Melvin Ch'ng</a></p>
55+
</div>
56+
</footer>

_includes/head.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<head>
2+
<!-- meta data & title -->
3+
<meta charset="utf-8">
4+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="{{ site.description }}">
7+
<meta name="author" content="">
8+
9+
<!-- Favicon and touch icons -->
10+
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
11+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
12+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
13+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
14+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
15+
16+
<!-- CSS -->
17+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300">
18+
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
19+
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
20+
<link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.css">
21+
<link rel="stylesheet" href="../assets/css/font-awesome.min.css">
22+
<link rel="stylesheet" href="../assets/css/animate.min.css">
23+
<link rel="stylesheet" href="../assets/css/style.css">
24+
</head>

_includes/header.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!-- Header -->
2+
<nav id="navbar-section" class="navbar navbar-default navbar-static-top navbar-sticky" role="navigation">
3+
<div class="container">
4+
5+
<div class="navbar-header">
6+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
7+
<span class="sr-only">Toggle navigation</span>
8+
<span class="icon-bar"></span>
9+
<span class="icon-bar"></span>
10+
<span class="icon-bar"></span>
11+
</button>
12+
13+
<a class="navbar-brand wow fadeInDownBig" href="index.html"><img class="office-logo" src="../assets/img/slider/Office.png" alt="Office"></a>
14+
</div>
15+
16+
<div id="navbar-spy" class="collapse navbar-collapse navbar-responsive-collapse">
17+
<ul class="nav navbar-nav pull-right">
18+
<li class="active">
19+
<a href="/">Home</a>
20+
</li>
21+
<li>
22+
<a href="/about.html">About</a>
23+
</li>
24+
<li>
25+
<a href="/blog.html">Blog</a>
26+
</li>
27+
<li>
28+
<a href="/team.html">Team</a>
29+
</li>
30+
<li>
31+
<a href="/contact.html"><span>Contact</span></a>
32+
</li>
33+
</ul>
34+
</div>
35+
</div>
36+
</nav>
37+
38+
<!-- End Header -->

_includes/script.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script type="text/javascript" src="../js/jquery-1.10.2.min.js"></script>
2+
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
3+
<script src="../js/wow.min.js"></script>
4+
<script>
5+
new WOW().init();
6+
</script>

_layouts/default_style.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
{% include head.html %}
5+
{% include header.html %}
6+
{% include script.html %}
7+
8+
<body>
9+
{{ content }}
10+
</body>
11+
12+
{% include footer.html %}
13+
</html>

0 commit comments

Comments
 (0)