Skip to content

Commit 2582e9f

Browse files
committed
Original theme files
0 parents  commit 2582e9f

File tree

250 files changed

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

250 files changed

+48401
-0
lines changed

LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016-2018 Antonio Trento https://it.linkedin.com/in/antoniotrento.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

README.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
#New Age Jekyll theme
2+
=========================
3+
4+
## If you are a company and you're going to use the blog:
5+
1. contact bootstrap start up and ask.
6+
2. contact me because there is to remove some useless part.
7+
8+
Jekyll theme based on [New Age bootstrap theme ](https://startbootstrap.com/template-overviews/new-age/)
9+
10+
# Demo
11+
View this jekyll theme in action [here](https://jekynewage.github.io/)
12+
13+
## Built by
14+
[Antonio Trento](https://it.linkedin.com/in/antoniotrento)
15+
16+
This Jekyll template was created to develop, landing pages, squeeze pages, portfolio and blog or all the above.
17+
18+
###I integrated analytical tools and marketing such as:
19+
- Google Ad Words
20+
- Google analytics
21+
- Disqus comment system
22+
- Add This social sharing
23+
24+
>>External stylesheets and libraries included are Google Fonts, Font Awesome, Normalize.CSS, and WOW.js
25+
26+
In order to set your log data to applications _config.yml just open the file and find the associated items.
27+
28+
I also built a system to add their own names on the same company files
29+
30+
**To change the base colors yellow go in css folder there main.css where you can set the primary color and the secondary color, remember that the theme is gradient in the background areas**
31+
32+
33+
If you are interested in implementing this theme please contact me without any problems I will do what is in my power to help you!
34+
35+
If you have noticed anything unusual or errors in my development I ask you kindly let me know or send a pull request!
36+
37+
Any opinion and critical comment is welcome! So give us inside!
38+
39+
We can get in touch by:
40+
41+
1. By <a href="https://twitter.com/lantoniotrento">twitter</a>
42+
2. mail <a href="mailto:[email protected]">lantoniotrent[at]gmail.com</a>
43+
3. Via <a href="https://it.linkedin.com/in/antoniotrento">LinkedIn</a>
44+
45+
=========
46+
For more details, read the [documentation](http://jekyllrb.com/)

_config.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Site settings
2+
title: Antonio Trento, theme Jeky New Age, the start Bootstrap themplate build for jekyll
3+
email:
4+
description: A jekyll template for landing pages, portfolio and blogging
5+
6+
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
7+
url: "https://jekynewage.github.io" # the base hostname & protocol for your site
8+
9+
#Google Ad Words Data from scripts code (using Google responsive options) and ad client
10+
data-ad-slot: 2973388149
11+
data-ad-client: ca-pub-9204963049240271
12+
google_ad_client: ca-pub-9204963049240271
13+
14+
google_analytics: "UA-86331249-1"
15+
addthis_id: ra-5644da281510c62f
16+
disqus_account: jeky-new-age
17+
18+
# Social networks usernames (many more available: flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) see all icon at fontawesome.io
19+
social:
20+
- title: twitter
21+
url: https://twitter.com/lantoniotrento
22+
- title: facebook
23+
url: https://facebook.com/lantoniotrento
24+
- title: google-plus
25+
url: https://plus.google.com/+AntoniotrentoIt
26+
#- title: github
27+
# url: http://github.com/jekyll
28+
29+
# Build settings
30+
markdown: kramdown
31+
highlighter: rouge
32+
permalink: pretty
33+
paginate: 5
34+
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
35+
36+
gems: [jekyll-paginate, jekyll-feed]
37+
# Build settings

_includes/aside.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<section class="cta">
2+
<div class="cta-content">
3+
<div class="container">
4+
<h2>Stop waiting.<br>Start building.</h2>
5+
<a href="#contact" class="btn btn-outline btn-xl page-scroll">Let's Get Started!</a>
6+
</div>
7+
</div>
8+
<div class="overlay"></div>
9+
</section>

_includes/call-to-action.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<section id="download" class="download bg-primary text-center">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-md-8 col-md-offset-2">
5+
<h2 class="section-heading">Discover what all the buzz is about!</h2>
6+
<p>Our app is available on any mobile device! Download now to get started!</p>
7+
<div class="badges">
8+
<a class="badge-link" href="#"><img src="/img/google-play-badge.svg" alt=""></a>
9+
<a class="badge-link" href="#"><img src="/img/app-store-badge.svg" alt=""></a>
10+
</div>
11+
</div>
12+
</div>
13+
</div>
14+
</section>

_includes/contact.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
<section id="contact" class="contact bg-primary">
3+
<div class="container">
4+
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
5+
<ul class="list-inline list-social">
6+
{% for network in site.social %}
7+
<li class="social-{{ network.title }}">
8+
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
9+
</li>
10+
{% endfor %}
11+
</ul>
12+
<!-- <ul class="list-inline list-social">
13+
<li class="social-twitter">
14+
<a href="#"><i class="fa fa-twitter"></i></a>
15+
</li>
16+
<li class="social-facebook">
17+
<a href="#"><i class="fa fa-facebook"></i></a>
18+
</li>
19+
<li class="social-google-plus">
20+
<a href="#"><i class="fa fa-google-plus"></i></a>
21+
</li>
22+
</ul> -->
23+
</div>
24+
</section>
25+
<footer>
26+
<div class="container">
27+
<p>&copy; 2016 Start Bootstrap Built with <a target="_blank" rel="nofollow" href="https://jekyllrb.com/">Jekyll</a> by <a target="_blank" rel="nofollow" href="https://it.linkedin.com/in/antoniotrento">Antonio Trento</a> hosted on <a target="_blank" rel="nofollow" href="https://github.com/jekynewage/jekynewage.github.io">Github</a>. All Rights Reserved.</p>
28+
<ul class="list-inline">
29+
<li>
30+
<a href="#">Privacy</a>
31+
</li>
32+
<li>
33+
<a href="#">Terms</a>
34+
</li>
35+
<li>
36+
<a href="#">FAQ</a>
37+
</li>
38+
</ul>
39+
</div>
40+
</footer>

_includes/feature.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<section id="why">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-12 text-center">
5+
<h2 class="section-heading">At Your Service</h2>
6+
<hr class="primary">
7+
<br />
8+
</div>
9+
</div>
10+
</div>
11+
<div class="container">
12+
<div class="row">
13+
<div class="col-lg-3 col-md-6 text-center">
14+
<div class="service-box">
15+
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
16+
<h3>Sturdy Templates</h3>
17+
<p class="text-muted">Our templates are updated regularly so they don't break.</p>
18+
</div>
19+
</div>
20+
<div class="col-lg-3 col-md-6 text-center">
21+
<div class="service-box">
22+
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
23+
<h3>Ready to Ship</h3>
24+
<p class="text-muted">You can use this theme as is, or you can make changes!</p>
25+
</div>
26+
</div>
27+
<div class="col-lg-3 col-md-6 text-center">
28+
<div class="service-box">
29+
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i>
30+
<h3>Up to Date</h3>
31+
<p class="text-muted">We update dependencies to keep things fresh.</p>
32+
</div>
33+
</div>
34+
<div class="col-lg-3 col-md-6 text-center">
35+
<div class="service-box">
36+
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
37+
<h3>Made with Love</h3>
38+
<p class="text-muted">You have to make your websites with love these days!</p>
39+
</div>
40+
</div>
41+
</div>
42+
</div>
43+
</section>

_includes/head.html

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<head>
2+
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="description" content="">
7+
<meta name="author" content="">
8+
9+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
10+
11+
<!-- Bootstrap Core CSS -->
12+
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
13+
14+
<!-- Custom Fonts -->
15+
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
16+
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
17+
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
18+
19+
<!-- Plugin CSS -->
20+
<link rel="stylesheet" href="/css/animate.min.css" type="text/css">
21+
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
22+
<link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css">
23+
<link rel="stylesheet" href="/vendor/device-mockups/device-mockups.min.css">
24+
25+
<!-- Custom CSS
26+
<link rel="stylesheet" href="css/main.css" type="text/css"> -->
27+
<link href="/css/main.css" rel="stylesheet">
28+
29+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
30+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
31+
<!--[if lt IE 9]>
32+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
33+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
34+
<![endif]-->
35+
36+
<!-- Google ADS mobile block -->
37+
{% if site.google_ad_client %}
38+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
39+
<script>
40+
(adsbygoogle = window.adsbygoogle || []).push({
41+
google_ad_client: "{{ site.google_ad_client }}",
42+
enable_page_level_ads: true
43+
});
44+
</script>
45+
{% endif %}
46+
47+
{% if site.addthis_id %}
48+
<!-- Go to www.addthis.com/dashboard to customize your tools -->
49+
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ site.addthis_id }}"></script>
50+
{% endif %}
51+
52+
</head>

_includes/header.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<header>
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-sm-7">
5+
<div class="header-content">
6+
<div class="header-content-inner">
7+
<h1>New Age is an app landing page that will help you beautifully showcase your new mobile app, or anything else!</h1>
8+
<a href="#download" class="btn btn-outline btn-xl page-scroll">Start Now for Free!</a>
9+
</div>
10+
</div>
11+
</div>
12+
<div class="col-sm-5">
13+
<div class="device-container">
14+
<div class="device-mockup iphone6_plus portrait white">
15+
<div class="device">
16+
<div class="screen">
17+
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
18+
<img src="/img/demo-screen-1.jpg" class="img-responsive" alt="">
19+
</div>
20+
<div class="button">
21+
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
22+
</div>
23+
</div>
24+
</div>
25+
</div>
26+
</div>
27+
</div>
28+
</div>
29+
</header>

_includes/nav-blog-full-screen.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<div class="outer-menu">
2+
<input class="checkbox-toggle" type="checkbox" />
3+
<div class="hamburger">
4+
<div></div>
5+
</div>
6+
<div class="menu">
7+
<div>
8+
<div>
9+
<ul>
10+
<li><a href="/">Blog</a></li>
11+
<li>
12+
<a href="/">Home</a>
13+
</li>
14+
<li>
15+
<a class="page-scroll" href="/blog/">Blog</a>
16+
</li>
17+
<li>
18+
<a class="page-scroll" href="#contact">Contact</a>
19+
</li>
20+
{% for social in site.social %}
21+
{% if social.url %}
22+
<li><a class="icon-{{ social.icon }}" href="{{ social.url }}" {% if social.desc %} title="{{ social.desc }}"{% endif %}>
23+
<i class="fa fa-{{ social.icon }}"></i>
24+
</a></li>
25+
{% endif %}
26+
{% endfor %}
27+
</ul>
28+
</div>
29+
</div>
30+
</div>
31+
</div>

_includes/nav-blog.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
2+
<div class="container">
3+
<!-- Brand and toggle get grouped for better mobile display -->
4+
<div class="navbar-header">
5+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
6+
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
7+
</button>
8+
<a class="navbar-brand page-scroll" href="/">Jeky New Age</a>
9+
</div>
10+
11+
<!-- Collect the nav links, forms, and other content for toggling -->
12+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
13+
<ul class="nav navbar-nav navbar-right">
14+
<li>
15+
<a href="/">Home</a>
16+
</li>
17+
<li>
18+
<a class="page-scroll" href="/blog/">Blog</a>
19+
</li>
20+
<li>
21+
<a class="page-scroll" href="#contact">Contact</a>
22+
</li>
23+
<li>
24+
<a class="outer-menu">menu</a>
25+
</li>
26+
</ul>
27+
</div>
28+
<!-- /.navbar-collapse -->
29+
</div>
30+
<!-- /.container-fluid -->
31+
</nav>

0 commit comments

Comments
 (0)