jekyll-theme-artsy 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,43 @@
1
+
2
+ <div class="row newsletter" style="padding-bottom: 40px; margin-top: 50px; margin-bottom: 80px;">
3
+ <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
4
+
5
+ <center><h4><p>SUBSCRIBE TO RECEIVE POSTS DIRECTLY TO YOUR INBOX</h4></center>
6
+
7
+
8
+ <form style="padding:3px;text-align:center;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:12px;"
9
+ action="https://tinyletter.com/{{ site.tinyletter_id }}"
10
+ method="post"
11
+ target="popupwindow"
12
+ onsubmit="window.open('https://tinyletter.com/{{ site.tinyletter_id }}', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true" >
13
+
14
+ <input type="text"
15
+ placeholder="Enter your email address"
16
+ style="width:200px;height:30px;border:0;color:#dddddd;outline:0;padding-left:12px;"
17
+ name="email"
18
+ id="tlemail" />
19
+
20
+ &nbsp; &nbsp;
21
+
22
+ <input id="submit" type="submit" value="Get notified!" style="color:#dddddd;height:30px;border:0;" />
23
+
24
+ </form>
25
+ </div>
26
+ </div>
27
+
28
+ <style type="text/css">
29
+ .tlemail::-webkit-input-placeholder {
30
+ color: rgba(255,255,255,.45);
31
+ }
32
+ .tlemail:-moz-placeholder { /* Firefox 18- */
33
+ color: rgba(255,255,255,.45);
34
+ }
35
+
36
+ .tlemail::-moz-placeholder { /* Firefox 19+ */
37
+ color: rgba(255,255,255,.45);
38
+ }
39
+
40
+ .tlemail:-ms-input-placeholder {
41
+ color: rgba(255,255,255,.45);
42
+ }
43
+ </style>
@@ -0,0 +1 @@
1
+ <a class="booknow" href="https://meetings.hubspot.com/trinaisartsy" target="new"><img class="bookme" src="/img/bookbutton.png" alt="Book Now!"></a>
@@ -0,0 +1,6 @@
1
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
2
+ <input type="hidden" name="cmd" value="_s-xclick">
3
+ <input type="hidden" name="hosted_button_id" value="WNSG6J5HNEKAY">
4
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
5
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
6
+ </form>
@@ -0,0 +1,23 @@
1
+ <a href="javascript:void(0)" title="SEARCH" onclick="superSearch.toggle()" class="super-search-btn">
2
+ <span class="fa fa-search" style="font-size:1em; position:fixed; right: .75em; top: 1em; z-index: 2;"></span>
3
+ </a>
4
+ <div class="super-search" id="js-super-search">
5
+ <a href="javascript:void(0)" onclick="superSearch.toggle()" class="super-search__close-btn"">
6
+ <span class="fa fa-close" style="font-size:48px;"></span>
7
+ </a>
8
+ <input type="text" placeholder="Type here to search" class="super-search__input" id="js-super-search__input">
9
+ <ul class="super-search__results" id="js-super-search__results"></ul>
10
+ </div>
11
+
12
+
13
+
14
+ <script src="{{ site.baseurl }}/js/super-search.js"></script>
15
+
16
+ <script>
17
+ superSearch({
18
+ searchFile: '{{ site.baseurl }}/feed.xml',
19
+ searchSelector: '#js-super-search', // CSS Selector for search container element.
20
+ inputSelector: '#js-super-search__input', // CSS selector for <input>
21
+ resultsSelector: '#js-super-search__results' // CSS selector for results container
22
+ });
23
+ </script>
@@ -0,0 +1,11 @@
1
+
2
+ {{ include.offering }}
3
+
4
+ <div class="services-one">
5
+ {% for post in site.services %}
6
+ {% if post.offering == include.type %}
7
+ <h1>{{ post.title }}</h2>
8
+ <p>{{ post.content }}</p>
9
+ {% endif %}
10
+ {% endfor %}
11
+ </div>
@@ -0,0 +1,9 @@
1
+ <div class="services-one">
2
+ {% for page in site.services %}
3
+ {% if page.group == include.group %}
4
+ <h1>{{ page.title }}</h2>
5
+ <p>{{ page.content }}</p>
6
+ <a href="{{ page.url }}">Learn More</a>
7
+ {% endif %}
8
+ {% endfor %}
9
+ </div>
@@ -0,0 +1,8 @@
1
+ <div class="services-testimonials">
2
+ {% for page in site.services %}
3
+ {% if page.group == include.group %}
4
+ <h2>{{ page.title }}</h2>
5
+ <p>{{ page.content }}</p>
6
+ {% endif %}
7
+ {% endfor %}
8
+ </div>
@@ -0,0 +1,11 @@
1
+ <ul class="services-three">
2
+ {% for page in site.services %}
3
+ {% if page.group == include.group %}
4
+ <li>
5
+ <a href="{{ page.url }}"><img class="round" src="/{% if page.img %}{{ page.img }}{% else %}{{ page.header-img }}{% endif %}" /></a>
6
+ <h2>{{ page.title }}</h2><p style="display: block; min-height: 50px">{{ page.description }}</p>
7
+ <a href="{{ page.url }}">Learn More</a>
8
+ </li>
9
+ {% endif %}
10
+ {% endfor %}
11
+ </ul>
@@ -0,0 +1,14 @@
1
+ <div class="services-two">
2
+ {% for page in site.services %}
3
+ {% if page.group == include.group %}
4
+ <ul>
5
+ <li>
6
+ <h3>{{ page.title }}</h3>
7
+ <img class="round" src="/{{ page.img }}" alt="{{ page.title }}" />
8
+ <p>{{ page.excerpt }}</p>
9
+ <center><a href="{{ page.url }}">Learn More</a></center>
10
+ </li>
11
+ </ul>
12
+ {% endif %}
13
+ {% endfor %}
14
+ </div>
@@ -0,0 +1,39 @@
1
+ <div class="post-share text-center">
2
+ <p class="light small">
3
+ <h6>Share this post</h6>
4
+ </p>
5
+ <ul class="social-mini">
6
+
7
+ <li>
8
+ <a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}"
9
+ onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;" data-toggle="tooltip" title="Share on Facebook" itemprop="Facebook">
10
+ <span class="fa-stack fa-lg" style="
11
+ color: #223333;font-size:1em;">
12
+ <i class="fa fa-circle fa-stack-2x"></i>
13
+ <i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
14
+ </span>
15
+ </a>
16
+ </li>
17
+
18
+ <li>
19
+ <a href="https://twitter.com/intent/tweet?text=&quot;{{ page.title }}&quot;%20{{ site.url }}{{ page.url }}%20via%20&#64;{{ site.owner.twitter }}"
20
+ onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" data-toggle="tooltip" title="Share on Twitter" itemprop="Twitter">
21
+ <span class="fa-stack fa-lg" style="
22
+ color: #223333;font-size:1em;">
23
+ <i class="fa fa-circle fa-stack-2x"></i>
24
+ <i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
25
+ </span>
26
+ </a>
27
+ </li>
28
+
29
+ <li>
30
+ <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}"
31
+ onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;" data-toggle="tooltip" title="Share on Google plus" itemprop="GooglePlus">
32
+ <span class="fa-stack fa-lg" style="
33
+ color: #223333;font-size:1em;">
34
+ <i class="fa fa-circle fa-stack-2x"></i>
35
+ <i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
36
+ </span>
37
+ </a>
38
+ </li>
39
+ </ul></div>
@@ -0,0 +1,5 @@
1
+ <div class="post-author text-center">
2
+ <img src="{{ site.baseurl }}/img/{{ site.owner.avatar }}" alt="{{ site.owner.name }}'s photo" itemprop="image" class="post-avatar img-circle img-responsive"/>
3
+ <h4>By <span itemprop="name" class="fn"><a href="{{ site.baseurl }}/about/" title="About {{ site.owner.name }}" itemprop="url">{{ site.owner.name }}</a></span></h4>
4
+ <div style="font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; display:inline-block;font-size:.75em;">{{ site.owner.info }}</div>
5
+ </div>
@@ -0,0 +1,32 @@
1
+
2
+ <link rel="stylesheet" href="/js/owlcarousel/dist/assets/owl.carousel.min.css" />
3
+ <script src="/js/owlcarousel/dist/owl.carousel.min.js"></script>
4
+
5
+ <div class="owl-wrapper">
6
+ <div class="owl-carousel owl-theme">
7
+ {% for image in site.static_files %}
8
+ {% if image.path contains include.sliderpath %}
9
+ <img class="owl-lazy" data-src="{{ image.path }}" data-src-retina="{{ image.path }}" alt="">
10
+ {% endif %}
11
+ {% endfor %}
12
+
13
+ </div>
14
+
15
+ </div>
16
+ <script>
17
+ $('.owl-carousel').owlCarousel({
18
+ items:1,
19
+ lazyLoad:true,
20
+ loop:true,
21
+ margin:10,
22
+ autoplay:true,
23
+ autoplayTimeout:8000,
24
+ autoplayHoverPause:true
25
+ });
26
+ </script>
27
+
28
+ <style>
29
+ .owl-dots {
30
+ display: none;
31
+ }
32
+ </style>
@@ -0,0 +1,28 @@
1
+ {% if include.id %}
2
+ {% assign gallery = page.[include.id] %}
3
+ {% else %}
4
+ {% assign gallery = page.gallery %}
5
+ {% endif %}
6
+
7
+ <div class="gallery masonry-gallery">
8
+ {% for img in gallery %}
9
+
10
+ <figure class="gallery-item">
11
+
12
+ <header class='gallery-icon'>
13
+
14
+ <a href="{{ site.url }}{{ site.baseurl }}{{ img.image_path }}" class="popup" title="{{ img.image-caption }}" data-caption="{{ img.image-copyright }}">
15
+ <img src="{{ site.url }}{{ site.baseurl }}{{ img.image_path }}"></a>
16
+
17
+ </header>
18
+
19
+ <figcaption class='gallery-caption'>
20
+ <div class="entry-summary" id="{{ img.image-caption }}">
21
+ <h3>{{img.image-caption}}</h3>
22
+ <p>{{img.image-copyright}}</p>
23
+ </div>
24
+ </figcaption>
25
+ </figure>
26
+
27
+ {% endfor %}
28
+ </div>
@@ -0,0 +1,36 @@
1
+ ---
2
+ title: trina is artsy - the coffee chronicles
3
+ layout: default
4
+ header-img: art/7979755845_508af4de3b_o.jpg
5
+ ---
6
+
7
+ {% include header.html %}
8
+
9
+
10
+ <div id="post-content">
11
+ {% if site.categories[page.category] %}
12
+ {% for post in site.categories[page.category] %}
13
+ <div class="bloglist-header">
14
+ <a href="{{ site.baseurl }}{{ post.url }}"><h2>{{ post.title }}</h2></a>
15
+ <span class="meta">Posted on {{ post.date | date: "%B %-d, %Y" }}</span>
16
+ </div>
17
+
18
+ <p>{{ post.excerpt }}</p>
19
+
20
+ {% if post.excerpt != post.content %}
21
+ <a href="{{ site.baseurl }}{{ post.url }}">Read more</a> |
22
+ {% endif %}
23
+
24
+ <span>Tags:
25
+ {% for tag in post.tags %}
26
+ <a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
27
+ {% endfor %}
28
+ </span>
29
+ <br clear="all"><br clear="all">
30
+ <hr>
31
+ {% endfor %}
32
+ {% else %}
33
+ <p>There are no posts in this category.</p>
34
+ {% endif %}
35
+ </div>
36
+
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {% include head.html %}
5
+
6
+ <head>
7
+ {% if page.url == "/404.html" %}<meta http-equiv="refresh" content="5; url={{ site.baseurl }}/" />{% endif %}
8
+ </head>
9
+
10
+ <body>
11
+
12
+ {% include nav.html %}
13
+
14
+ {{ content }}
15
+
16
+ {% include search.html %}
17
+
18
+ {% include newsletter.html %}
19
+
20
+ {% include footer.html %}
21
+
22
+ {% include Scroll_to_Top.html %}
23
+
24
+ </body>
25
+
26
+ </html>
@@ -0,0 +1,20 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ {% include head.html %}
6
+ <link rel="shortcut icon" href="{{ root_url }}/favicon.ico?" type="image/x-icon">
7
+ <link rel="icon" href="{{ root_url }}/favicon.ico?" type="image/x-icon">
8
+ </head>
9
+
10
+ <body>
11
+
12
+
13
+ {% include nav.html %}
14
+
15
+ {{ content }}
16
+
17
+ </body>
18
+
19
+ </html>
20
+
@@ -0,0 +1,182 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <html>
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+
10
+ <meta name="viewport" content="width=device-width">
11
+
12
+ <link href="{{ site.baseurl }}/css/tags-wrap.css" rel="stylesheet" />
13
+
14
+ </head>
15
+ <body>
16
+
17
+
18
+ {% assign post = page %}
19
+
20
+ <article>
21
+ <!-- Post Header -->
22
+ <div id="headerwrapper"style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% endif %}{% if page.image %}{{ post.image }}{% endif %}')">
23
+ <header class="intro-header" >
24
+ <div class="container">
25
+ <div class="row">
26
+ <div class="post-heading">
27
+ <h1 style="color: #fff;">{{ page.title }}</h1>
28
+ {% if page.subtitle %}
29
+ <h2 class="subheading">{{ page.subtitle }}</h2>
30
+ {% endif %}
31
+ <!-- <span class="meta">Posted on {{ page.date | date: "%B %-d, %Y" }}</span> -->
32
+
33
+ <span class="time-tag-categ" style="font-size:.7em;background-color: #ce51a6;">
34
+
35
+
36
+
37
+
38
+
39
+ {% if post.tags.size > 0 %}
40
+ &sim; Tagged with <i class="fa fa-tags"></i>{% if post.tags.size == 1 %} {% else %}{% endif %}&nbsp;:&nbsp;{% for tag in page.tags %}<a href="{{ site.baseurl }}/tag/{{ tag | cgi_encode }}/" data-toggle="tooltip" title="Other posts tagged with {{ tag }}" rel="tag">{{ tag }}</a>{% unless forloop.last %}&nbsp;&bull;&nbsp;{% endunless %}{% endfor %}{% endif %}
41
+
42
+
43
+ {% if post.categories.size > 0 %}
44
+ &sim; Filed in <i class="fa fa-briefcase"></i>{% if post.categories.size == 1 %} {% else %}{% endif %}&nbsp;:&nbsp;{% for tag in page.categories %}<a href="{{ site.baseurl }}/{{ tag | cgi_encode }}/" data-toggle="tooltip" title="Other posts filed in {{ tag }} category" rel="tag">{{ tag }}</a>{% unless forloop.last %}&nbsp;&bull;&nbsp;{% endunless %}{% endfor %%}{% endif %}
45
+
46
+ </span>
47
+
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </header>
52
+ </div>
53
+ <!-- Post Content -->
54
+
55
+ <div class="container">
56
+ <div class="row" style="position: relative">
57
+ {% if post.image %}
58
+ {% capture imgpath %}{{ post.image | replace: '/art/', 'art/' }}{% endcapture %}
59
+ {% capture imgpath %}{{ imgpath | replace: '/media/', 'media/' }}{% endcapture %}
60
+ {% capture thumbsrc %}{% thumbnail imgpath 800x800 %}{% endcapture %}
61
+ <img class="productimg" src="/{{ thumbsrc | replace: "<img src='", "" | replace: "' />", "" }}" />
62
+ {% endif %}
63
+
64
+
65
+ {{ content }}
66
+
67
+
68
+ {% if post.price %}
69
+ <!-- BEGIN PAYPAL BUTTON -->
70
+ <br clear="both">
71
+ <center>
72
+
73
+ <div class="addtocart">
74
+
75
+ <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" >
76
+ <input type="hidden" name="cmd" value="_cart">
77
+ <input type="hidden" name="business" value="{{ site.paypal }}">
78
+ <input type="hidden" name="lc" value="US">
79
+ <input type="hidden" class="item-name" name="item_name" value="{{ post.title }}">
80
+ <input type="hidden" class="item-price" name="amount" value="{{ post.price }}">
81
+ <input type="hidden" name="currency_code" value="USD">
82
+ <input type="hidden" name="button_subtype" value="products">
83
+ <input type="hidden" name="add" value="1">
84
+ <input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">
85
+ <input class="addtocart-button" onclick="fullcart.add(); dataLayer.push({'event': 'add-to-cart', 'item': '{{ post.title }}', 'price': '{{ post.price }}'}); form.submit(); return false;" type="image" src="/img/add-to-cart.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
86
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
87
+ </form>
88
+
89
+
90
+ <div>
91
+ <h2>${{ post.price }}</h2>
92
+ <sub>Free Shipping inside USA!</sub>
93
+ </div>
94
+
95
+ </div>
96
+ </center>
97
+
98
+ {% endif %}
99
+
100
+ <!-- END PAYPAL BUTTON ADD -->
101
+
102
+
103
+
104
+
105
+
106
+ <br clear="both">
107
+ <br>
108
+ <br>
109
+
110
+
111
+ {% include signoff.html %}
112
+ <hr class="small">
113
+ {% if site.share %}{% include share.html %}{% endif %}
114
+
115
+ {% if site.comments %}{% include disqus_comments.html %}{% endif %}
116
+
117
+ <br>
118
+
119
+ <ul class="pager">
120
+ {% if page.previous.url %}
121
+ <li class="previous">
122
+ <a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}">&larr; Previous Post</a>
123
+ </li>
124
+ {% endif %}
125
+ {% if page.next.url %}
126
+ <li class="next">
127
+ <a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">Next Post &rarr;</a>
128
+ </li>
129
+ {% endif %}
130
+ </ul>
131
+
132
+ </div>
133
+ </div>
134
+ </article>
135
+
136
+ <br>
137
+
138
+ </div>
139
+
140
+ <!-- Custom Theme JavaScript -->
141
+ <script src="{{ site.baseurl }}/js/main.min.js "></script>
142
+ <!-- include image popups -->
143
+ <script src="{{ site.baseurl }}/js/jquery.magnific-popup.js"></script>
144
+
145
+ <script type="text/javascript">
146
+ $(document).ready(function($) {
147
+ $('a.popup').magnificPopup({
148
+ type: 'image',
149
+ gallery:{
150
+ enabled:true,
151
+ navigateByImgClick: true,
152
+ preload: [0,1] // Will preload 0 - before current, and 1 after the current image
153
+ },
154
+ image: {
155
+ titleSrc: function(item) {
156
+ return item.el.attr('title') + '&nbsp;' + item.el.attr('data-caption');
157
+ }
158
+ }
159
+ // other options
160
+ });
161
+ });
162
+ </script>
163
+
164
+ <script src="{{ site.baseurl }}/js/retina.min.js"></script>
165
+ <!-- include Masonry -->
166
+ <script src="{{ site.baseurl }}/js/isotope.pkgd.min.js"></script>
167
+ <!-- include mousewheel plugins -->
168
+ <script src="{{ site.baseurl }}/js/jquery.mousewheel.min.js"></script>
169
+ <!-- include carousel plugins -->
170
+ <script src="{{ site.baseurl}}/js/jquery.tinycarousel.min.js"></script>
171
+ <!-- include svg line drawing plugin -->
172
+ <script src="{{ site.baseurl }}/js/jquery.lazylinepainter.min.js"></script>
173
+ <!-- include custom script -->
174
+ <script src="{{ site.baseurl }}/js/scripts.js"></script>
175
+
176
+
177
+ </body>
178
+ </html>
179
+
180
+
181
+
182
+