Skip to content

Commit

Permalink
Merge branch 'themefisher:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ANaaim authored Jul 3, 2024
2 parents 2fe0ff7 + bcf7742 commit 7092a2e
Show file tree
Hide file tree
Showing 16 changed files with 178 additions and 189 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
.bundle
_site
.sass-cache
.jekyll-metadata
*.DS_Store
Gemfile.lock
_site
vendor
.jekyll-cache
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
source "https://rubygems.org"
gemspec
gem 'bundler'
gem 'jekyll'
gem 'jekyll-sitemap'
gem "webrick", "~> 1.7"
gem "rake", "~> 12.3.1"
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 - Present, Themefisher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 0 additions & 12 deletions LICENSE.md

This file was deleted.

81 changes: 34 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,52 @@
# _Airspace_ for Jekyll
![screenshot](screenshots/home.png "Description goes here")
# Airspace Jekyll

This Jekyll theme is a port of [ThemeFisher's](https://themefisher.com) [Airspace template](https://themefisher.com/products/airspace-free-bootstrap-website-template/). It is released under ThemeFisher's [license](https://themefisher.com/license) , which requires attribution. Concern about the licnese please contact with [them](mailto:[email protected])
Airspace Jekyll Creative Agency Template ported from [Airspace HTML Template](https://themefisher.com/products/airspace/)

## Usage
To start your project, [fork this respository](https://github.com/ndrewtl/airspace-jekyll/fork), put in your content, and go!
![airspace](https://demo.themefisher.com/thumbnails/airspace.png)

## Examples
Here are some projects that have used this Jekyll Theme:
* [BOYUAN Open Source 博辕开源](https://boyuanitsm.github.io)
* [Campus VC](https://mrchildneo.github.io/mrchildneo/)
* [Mãos de amar](https://www.maosdeamar.com.br/)
* [ATK Team](http://www.atksec.com/)
* [Coding Club](https://ourcodingclub.github.io/)
* [Dev Empathy Book Club](http://www.devempathybook.club/)
* [DKAN Open Data Catalog](http://getdkan.com) (modified version of this theme)
## Setup

## Steps for Setup:
To start your project, fork this repository
After forking the repo, your site will be live immediately on your personal Github Pages account, e.g. `https://yourusername.github.io/your-repo-name/`.

### Make sure you have Ruby
Make sure GitHub Pages is enabled for your repo. It might take some time for the site to propagate entirely.

First, make sure you have [Ruby](https://www.ruby-lang.org/en/) installed. You can confirm this by running `ruby -v` on the command line:
## Customize

```sh
$ ruby -v
ruby [version number] (date) [your platform]
```
Things you can customize in `_data/settings.yml` (no HTML/CSS):

If you get something like `"Error, command not found"` visit the link above and
install Ruby for your platform.
- Theme General Settings ( name, logo, email, phone, address )
- Hero Section
- About Section
- Team Section
- Skills Section
- Experience Section
- Education Section
- Services Section
- Portfolio Section
- Testimonials Section
- Client Slider Section
- Contact Section

## Deployment

### Make sure you have Bundler
To run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server.
I would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll's website.

Next, make sure you have [Bundler](https://bundler.io) installed. Just like
above, run `bundle -v` on the command line:
## Reporting Issues

```sh
$ bundle -v
bundle [version number]
```
We use GitHub Issues as the official bug tracker for **Airspace**. Please Search [existing issues](https://github.com/themefisher/airspace-jekyll/issues). It’s possible someone has already reported the same problem.
If your problem or idea is not addressed yet, [open a new issue](https://github.com/themefisher/airspace-jekyll/issues/new)

If you get `"Error, command not found"` run `gem install bundler` to install it
using RubyGems.
## Technical Support or Questions

### Run this repository
If you have questions or need help integrating the product please [contact us](mailto:[email protected]) instead of opening an issue.

Clone the repository, and `cd` into it:
```sh
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll
```
<!-- licence -->
## License

Install dependencies locally:
```sh
$ bundle install --path vendor/bundle
```
Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)

This should install a local copy of jekyll.
**Code License:** Released under the [MIT](https://github.com/themefisher/airspace-jekyll/blob/main/LICENSE) license.

Now run the server:
```sh
$ ./vendor/bundle/ruby/#{YOUR_RUBY_VERSION}/bin/jekyll server
```
**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

exclude:
- "/vendor/"
- "Gemfile"
Expand All @@ -12,7 +11,6 @@ keep_files:
- ".git"
- ".gitignore"


# Site settings
title: Airspace
subtitle: "A free HTML5 agency template"
Expand Down
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- theme meta -->
<meta name="theme-name" content="airspace-jekyll" />

<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

<!-- CSS -->
Expand Down
18 changes: 0 additions & 18 deletions airspace-jekyll.gemspec

This file was deleted.

2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ <h1>Get the latest on what we're doing</h1>
{{ post.content | strip_html | truncatewords: 50 }}
</p>
</div>
{% endfor %}
{% endfor %}
15 changes: 9 additions & 6 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ <h2>Stop By For A visit</h2>
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>We Also Count In Google Map</h2>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.472979439986!2d-73.97769068489596!3d40.7516207793276!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2590247c56379%3A0x15e13bea38b43e18!2sChrysler+Building!5e0!3m2!1sen!2sus!4v1477406538220" width="555" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.472979439986!2d-73.97769068489596!3d40.7516207793276!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2590247c56379%3A0x15e13bea38b43e18!2sChrysler+Building!5e0!3m2!1sen!2sus!4v1477406538220"
width="555" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
Expand All @@ -106,10 +108,11 @@ <h2>We Also Count In Google Map</h2>
<div class="col-md-12">
<div class="block">
<h2>We design delightful digital experiences.</h2>
<p>Read more about what we do and our philosophy of design. Judge for yourself The work and results we’ve achieved for other clients, and meet our highly experienced Team who just love to design.</p>
<a class="btn btn-default btn-call-to-action" href="#" >Tell Us Your Story</a>
<p>Read more about what we do and our philosophy of design. Judge for yourself The work and results we’ve
achieved for other clients, and meet our highly experienced Team who just love to design.</p>
<a class="btn btn-default btn-call-to-action" href="#">Tell Us Your Story</a>
</div>
</div>
</div>
</div>
</section>
</section>
Binary file removed favicon.ico
Binary file not shown.
Binary file removed screenshots/blog.png
Binary file not shown.
Binary file removed screenshots/home.png
Binary file not shown.
Binary file removed screenshots/homecropped.png
Binary file not shown.
Binary file removed screenshots/homecroppedscaled.png
Binary file not shown.
Loading

0 comments on commit 7092a2e

Please sign in to comment.