├── img
├── .gitkeep
└── cornell.jpg
├── dev
└── wordpress
│ └── wp-content
│ └── themes
│ └── ectc_theme
│ ├── img
│ ├── .gitkeep
│ ├── rss.png
│ ├── cornell.jpg
│ ├── cropped.jpg
│ ├── front1.jpg
│ ├── front2.jpg
│ ├── stroked.png
│ ├── twitter.png
│ ├── facebook.png
│ ├── instagram.png
│ ├── logo_small.png
│ ├── share-this.png
│ ├── stroked2.png
│ ├── white_logo.png
│ ├── you_tube.png
│ ├── cropped-drams.jpg
│ ├── facebook_black.png
│ ├── raindrop_flag.png
│ ├── speech_bubble.png
│ ├── twitter_black.png
│ ├── bergstrom_naname.jpg
│ └── mini_twitter_bird.png
│ ├── css
│ ├── foundation-icons.eot
│ ├── foundation-icons.ttf
│ ├── foundation-icons.woff
│ ├── custom_styles.css
│ └── normalize.css
│ ├── page-about.php
│ ├── page-area-info.php
│ ├── page-contact.php
│ ├── page-faq.php
│ ├── page-schedule.php
│ ├── page-registration.php
│ ├── index.php
│ ├── js
│ ├── ectc.js
│ ├── vendor
│ │ ├── jquery.cookie.js
│ │ ├── placeholder.js
│ │ └── fastclick.js
│ └── foundation
│ │ ├── foundation.alert.js
│ │ ├── foundation.accordion.js
│ │ ├── foundation.equalizer.js
│ │ ├── foundation.offcanvas.js
│ │ ├── foundation.tab.js
│ │ ├── foundation.magellan.js
│ │ ├── foundation.slider.js
│ │ └── foundation.interchange.js
│ ├── sidebar.php
│ ├── 404.php
│ ├── page-professionals.php
│ ├── page.php
│ ├── header.php
│ ├── page-events.php
│ ├── topbarAlt.php
│ ├── single.php
│ ├── page-workshops.php
│ ├── style.css
│ ├── tags.php
│ ├── author.php
│ ├── category.php
│ ├── archive.php
│ ├── search.php
│ ├── topbar.php
│ ├── footer.php
│ ├── functions.php
│ └── comments.php
├── robots.txt
├── README.rst
├── js
├── ectc.js
├── vendor
│ ├── jquery.cookie.js
│ ├── placeholder.js
│ └── fastclick.js
└── foundation
│ ├── foundation.alert.js
│ ├── foundation.accordion.js
│ ├── foundation.equalizer.js
│ ├── foundation.offcanvas.js
│ ├── foundation.tab.js
│ ├── foundation.magellan.js
│ ├── foundation.slider.js
│ └── foundation.interchange.js
├── css
├── custom_styles.css
└── normalize.css
└── index.html
/img/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/img/cornell.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/img/cornell.jpg
--------------------------------------------------------------------------------
/robots.txt:
--------------------------------------------------------------------------------
1 | # www.robotstxt.org/
2 | # www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
3 |
4 | User-agent: *
5 |
--------------------------------------------------------------------------------
/README.rst:
--------------------------------------------------------------------------------
1 | ======
2 | README
3 | ======
4 |
5 | Current Issues/To-Do
6 | --------------------
7 |
8 | * Future, full site ideas
9 |
10 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/rss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/rss.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/cornell.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/cornell.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/cropped.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/cropped.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/front1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/front1.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/front2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/front2.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/stroked.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/twitter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/twitter.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/facebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/facebook.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/instagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/instagram.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/logo_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/logo_small.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/share-this.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/share-this.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/stroked2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/stroked2.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/white_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/white_logo.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/you_tube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/you_tube.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/cropped-drams.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/cropped-drams.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/facebook_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/facebook_black.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/raindrop_flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/raindrop_flag.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/speech_bubble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/speech_bubble.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/twitter_black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/twitter_black.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.eot
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.ttf
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/css/foundation-icons.woff
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/bergstrom_naname.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/bergstrom_naname.jpg
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/img/mini_twitter_bird.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sup/ectc-2015/master/dev/wordpress/wp-content/themes/ectc_theme/img/mini_twitter_bird.png
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-about.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-area-info.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-contact.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-faq.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-schedule.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-registration.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/index.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/js/ectc.js:
--------------------------------------------------------------------------------
1 | $(document).ready( function() {
2 | $("#submit").click( function() {
3 | var form = JSON.stringify(
4 | {
5 | email: $("#email").val(),
6 | });
7 | console.log(form);
8 | $.ajax({
9 | url: "https://docs.google.com/forms/d/1Zb-l4nFYYfEETKZdvaQA1NY08NzgNH_wEb_vPVoNAMo/formResponse",
10 | contentType: "application/json",
11 | dataType: "json",
12 | type: "POST",
13 | data: form,
14 | success: function(data) {
15 | //Do something cool
16 | }
17 | });
18 | });
19 | });
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/ectc.js:
--------------------------------------------------------------------------------
1 | $(document).ready( function() {
2 | $("#submit").click( function() {
3 | var form = JSON.stringify(
4 | {
5 | email: $("#email").val(),
6 | });
7 | console.log(form);
8 | $.ajax({
9 | url: "https://docs.google.com/forms/d/1Zb-l4nFYYfEETKZdvaQA1NY08NzgNH_wEb_vPVoNAMo/formResponse",
10 | contentType: "application/json",
11 | dataType: "json",
12 | type: "POST",
13 | data: form,
14 | success: function(data) {
15 | //Do something cool
16 | }
17 | });
18 | });
19 | });
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/sidebar.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-events.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
11 |
12 | 'Events', 'posts_per_page' => -1) );
14 | // The Loop
15 | while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
16 |
17 |
18 | 'names' ));
21 | if(array_search('completed', $tags) !== FALSE) {
22 | //echo "class='selected'>
";
23 | } else {
24 | //echo ">
";
25 | }
26 | ?>
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/js/vendor/jquery.cookie.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery Cookie Plugin v1.4.1
3 | * https://github.com/carhartl/jquery-cookie
4 | *
5 | * Copyright 2013 Klaus Hartl
6 | * Released under the MIT license
7 | */
8 | !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
9 |
--------------------------------------------------------------------------------
/js/foundation/foundation.alert.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.alert = {
5 | name : 'alert',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | callback: function (){}
11 | },
12 |
13 | init : function (scope, method, options) {
14 | this.bindings(method, options);
15 | },
16 |
17 | events : function () {
18 | var self = this,
19 | S = this.S;
20 |
21 | $(this.scope).off('.alert').on('click.fndtn.alert', '[' + this.attr_name() + '] a.close', function (e) {
22 | var alertBox = S(this).closest('[' + self.attr_name() + ']'),
23 | settings = alertBox.data(self.attr_name(true) + '-init') || self.settings;
24 |
25 | e.preventDefault();
26 | if ('transitionend' in window || 'webkitTransitionEnd' in window || 'oTransitionEnd' in window) {
27 | alertBox.addClass("alert-close");
28 | alertBox.on('transitionend webkitTransitionEnd oTransitionEnd', function(e) {
29 | S(this).trigger('close').remove();
30 | settings.callback();
31 | });
32 | } else {
33 | alertBox.fadeOut(300, function () {
34 | S(this).trigger('close').remove();
35 | settings.callback();
36 | });
37 | }
38 | });
39 | },
40 |
41 | reflow : function () {}
42 | };
43 | }(jQuery, window, window.document));
44 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/vendor/jquery.cookie.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery Cookie Plugin v1.4.1
3 | * https://github.com/carhartl/jquery-cookie
4 | *
5 | * Copyright 2013 Klaus Hartl
6 | * Released under the MIT license
7 | */
8 | !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
9 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/foundation/foundation.alert.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.alert = {
5 | name : 'alert',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | callback: function (){}
11 | },
12 |
13 | init : function (scope, method, options) {
14 | this.bindings(method, options);
15 | },
16 |
17 | events : function () {
18 | var self = this,
19 | S = this.S;
20 |
21 | $(this.scope).off('.alert').on('click.fndtn.alert', '[' + this.attr_name() + '] a.close', function (e) {
22 | var alertBox = S(this).closest('[' + self.attr_name() + ']'),
23 | settings = alertBox.data(self.attr_name(true) + '-init') || self.settings;
24 |
25 | e.preventDefault();
26 | if ('transitionend' in window || 'webkitTransitionEnd' in window || 'oTransitionEnd' in window) {
27 | alertBox.addClass("alert-close");
28 | alertBox.on('transitionend webkitTransitionEnd oTransitionEnd', function(e) {
29 | S(this).trigger('close').remove();
30 | settings.callback();
31 | });
32 | } else {
33 | alertBox.fadeOut(300, function () {
34 | S(this).trigger('close').remove();
35 | settings.callback();
36 | });
37 | }
38 | });
39 | },
40 |
41 | reflow : function () {}
42 | };
43 | }(jQuery, window, window.document));
44 |
--------------------------------------------------------------------------------
/css/custom_styles.css:
--------------------------------------------------------------------------------
1 | input[type="email"] {
2 | min-height: 50px;
3 | font-size: 24px;
4 | margin: 0px;
5 | background: rgba(200, 200, 200, 0.25);
6 | color: white;
7 | padding-left: 15px;
8 | padding-right: 30px;
9 | }
10 |
11 | input[type="email"]:focus {
12 | font-size: 24px;
13 | background: rgba(200, 200, 200, 0.25);
14 | color: white;
15 | }
16 |
17 | input[type="submit"]:hover {
18 | background: #7A7B92;
19 | color: #ffffff;
20 | }
21 |
22 | input[type="submit"] {
23 | margin: 0px;
24 | min-height: 50px;
25 | font-size: 18px;
26 | font-weight: 600;
27 | width: 100%;
28 | /*text-transform: uppercase;*/
29 | padding: 10px;
30 | text-decoration: none;
31 | border: none;
32 | cursor: pointer;
33 | -webkit-transition: 250ms linear all;
34 | -moz-transition: 250ms linear all;
35 | transition: 250ms linear all;
36 | background: rgba(99, 167, 241, 0.9);
37 | /*background: #63A7F1;*/
38 | color: #ffffff;
39 | }
40 |
41 | .alert-box.success {
42 | background-color: #CECECE;
43 | border-color: #A0A0A0;
44 | color: black;
45 | font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
46 | font-weight: normal;
47 | font-style: normal;
48 | padding: .4rem;
49 | margin-top: 10px;
50 | }
51 |
52 | .description {
53 | color: #DDDDDD;
54 | }
55 |
56 | strong {
57 | color: #FFFFFF;
58 | }
59 |
60 | @media only screen and (min-width: 40.063em) {
61 | .page-wrapper {
62 | position: relative;
63 | padding: 0px;
64 | top: 50%;
65 |
66 | -ms-transform: translate(0%, -50%); /* IE 9 */
67 | -webkit-transform: translate(0%, -50%);
68 | transform: translate(0%, -50%);
69 | }
70 | }
71 |
72 | @media only screen and (max-width: 40.063em) {
73 | .page-wrapper {
74 | padding-top: 10%;
75 | }
76 | }
77 |
78 |
79 |
--------------------------------------------------------------------------------
/js/foundation/foundation.accordion.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.accordion = {
5 | name : 'accordion',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | active_class: 'active',
11 | multi_expand: false,
12 | toggleable: true,
13 | callback : function () {}
14 | },
15 |
16 | init : function (scope, method, options) {
17 | this.bindings(method, options);
18 | },
19 |
20 | events : function () {
21 | var self = this;
22 | var S = this.S;
23 | S(this.scope)
24 | .off('.fndtn.accordion')
25 | .on('click.fndtn.accordion', '[' + this.attr_name() + '] > dd > a', function (e) {
26 | var accordion = S(this).closest('[' + self.attr_name() + ']'),
27 | target = S('#' + this.href.split('#')[1]),
28 | siblings = S('dd > .content', accordion),
29 | aunts = $('dd', accordion),
30 | groupSelector = self.attr_name() + '=' + accordion.attr(self.attr_name()),
31 | settings = accordion.data(self.attr_name(true) + '-init'),
32 | active_content = S('dd > .content.' + settings.active_class, accordion);
33 | e.preventDefault();
34 |
35 | if (accordion.attr(self.attr_name())) {
36 | siblings = siblings.add('[' + groupSelector + '] dd > .content');
37 | aunts = aunts.add('[' + groupSelector + '] dd');
38 | }
39 |
40 | if (settings.toggleable && target.is(active_content)) {
41 | target.parent('dd').toggleClass(settings.active_class, false);
42 | return target.toggleClass(settings.active_class, false);
43 | }
44 |
45 | if (!settings.multi_expand) {
46 | siblings.removeClass(settings.active_class);
47 | aunts.removeClass(settings.active_class);
48 | }
49 |
50 | target.addClass(settings.active_class).parent().addClass(settings.active_class);
51 | settings.callback(target);
52 | });
53 | },
54 |
55 | off : function () {},
56 |
57 | reflow : function () {}
58 | };
59 | }(jQuery, window, window.document));
60 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/foundation/foundation.accordion.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.accordion = {
5 | name : 'accordion',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | active_class: 'active',
11 | multi_expand: false,
12 | toggleable: true,
13 | callback : function () {}
14 | },
15 |
16 | init : function (scope, method, options) {
17 | this.bindings(method, options);
18 | },
19 |
20 | events : function () {
21 | var self = this;
22 | var S = this.S;
23 | S(this.scope)
24 | .off('.fndtn.accordion')
25 | .on('click.fndtn.accordion', '[' + this.attr_name() + '] > dd > a', function (e) {
26 | var accordion = S(this).closest('[' + self.attr_name() + ']'),
27 | target = S('#' + this.href.split('#')[1]),
28 | siblings = S('dd > .content', accordion),
29 | aunts = $('dd', accordion),
30 | groupSelector = self.attr_name() + '=' + accordion.attr(self.attr_name()),
31 | settings = accordion.data(self.attr_name(true) + '-init'),
32 | active_content = S('dd > .content.' + settings.active_class, accordion);
33 | e.preventDefault();
34 |
35 | if (accordion.attr(self.attr_name())) {
36 | siblings = siblings.add('[' + groupSelector + '] dd > .content');
37 | aunts = aunts.add('[' + groupSelector + '] dd');
38 | }
39 |
40 | if (settings.toggleable && target.is(active_content)) {
41 | target.parent('dd').toggleClass(settings.active_class, false);
42 | return target.toggleClass(settings.active_class, false);
43 | }
44 |
45 | if (!settings.multi_expand) {
46 | siblings.removeClass(settings.active_class);
47 | aunts.removeClass(settings.active_class);
48 | }
49 |
50 | target.addClass(settings.active_class).parent().addClass(settings.active_class);
51 | settings.callback(target);
52 | });
53 | },
54 |
55 | off : function () {},
56 |
57 | reflow : function () {}
58 | };
59 | }(jQuery, window, window.document));
60 |
--------------------------------------------------------------------------------
/js/vendor/placeholder.js:
--------------------------------------------------------------------------------
1 | /*! http://mths.be/placeholder v2.0.8 by @mathias */
2 | !function(a,b,c){function d(a){var b={},d=/^jQuery\d+$/;return c.each(a.attributes,function(a,c){c.specified&&!d.test(c.name)&&(b[c.name]=c.value)}),b}function e(a,b){var d=this,e=c(d);if(d.value==e.attr("placeholder")&&e.hasClass("placeholder"))if(e.data("placeholder-password")){if(e=e.hide().next().show().attr("id",e.removeAttr("id").data("placeholder-id")),a===!0)return e[0].value=b;e.focus()}else d.value="",e.removeClass("placeholder"),d==g()&&d.select()}function f(){var a,b=this,f=c(b),g=this.id;if(""==b.value){if("password"==b.type){if(!f.data("placeholder-textinput")){try{a=f.clone().attr({type:"text"})}catch(h){a=c("
").attr(c.extend(d(this),{type:"text"}))}a.removeAttr("name").data({"placeholder-password":f,"placeholder-id":g}).bind("focus.placeholder",e),f.data({"placeholder-textinput":a,"placeholder-id":g}).before(a)}f=f.removeAttr("id").hide().prev().attr("id",g).show()}f.addClass("placeholder"),f[0].value=f.attr("placeholder")}else f.removeClass("placeholder")}function g(){try{return b.activeElement}catch(a){}}var h,i,j="[object OperaMini]"==Object.prototype.toString.call(a.operamini),k="placeholder"in b.createElement("input")&&!j,l="placeholder"in b.createElement("textarea")&&!j,m=c.fn,n=c.valHooks,o=c.propHooks;k&&l?(i=m.placeholder=function(){return this},i.input=i.textarea=!0):(i=m.placeholder=function(){var a=this;return a.filter((k?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":e,"blur.placeholder":f}).data("placeholder-enabled",!0).trigger("blur.placeholder"),a},i.input=k,i.textarea=l,h={get:function(a){var b=c(a),d=b.data("placeholder-password");return d?d[0].value:b.data("placeholder-enabled")&&b.hasClass("placeholder")?"":a.value},set:function(a,b){var d=c(a),h=d.data("placeholder-password");return h?h[0].value=b:d.data("placeholder-enabled")?(""==b?(a.value=b,a!=g()&&f.call(a)):d.hasClass("placeholder")?e.call(a,!0,b)||(a.value=b):a.value=b,d):a.value=b}},k||(n.input=h,o.value=h),l||(n.textarea=h,o.value=h),c(function(){c(b).delegate("form","submit.placeholder",function(){var a=c(".placeholder",this).each(e);setTimeout(function(){a.each(f)},10)})}),c(a).bind("beforeunload.placeholder",function(){c(".placeholder").each(function(){this.value=""})}))}(this,document,jQuery);
3 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/vendor/placeholder.js:
--------------------------------------------------------------------------------
1 | /*! http://mths.be/placeholder v2.0.8 by @mathias */
2 | !function(a,b,c){function d(a){var b={},d=/^jQuery\d+$/;return c.each(a.attributes,function(a,c){c.specified&&!d.test(c.name)&&(b[c.name]=c.value)}),b}function e(a,b){var d=this,e=c(d);if(d.value==e.attr("placeholder")&&e.hasClass("placeholder"))if(e.data("placeholder-password")){if(e=e.hide().next().show().attr("id",e.removeAttr("id").data("placeholder-id")),a===!0)return e[0].value=b;e.focus()}else d.value="",e.removeClass("placeholder"),d==g()&&d.select()}function f(){var a,b=this,f=c(b),g=this.id;if(""==b.value){if("password"==b.type){if(!f.data("placeholder-textinput")){try{a=f.clone().attr({type:"text"})}catch(h){a=c("
").attr(c.extend(d(this),{type:"text"}))}a.removeAttr("name").data({"placeholder-password":f,"placeholder-id":g}).bind("focus.placeholder",e),f.data({"placeholder-textinput":a,"placeholder-id":g}).before(a)}f=f.removeAttr("id").hide().prev().attr("id",g).show()}f.addClass("placeholder"),f[0].value=f.attr("placeholder")}else f.removeClass("placeholder")}function g(){try{return b.activeElement}catch(a){}}var h,i,j="[object OperaMini]"==Object.prototype.toString.call(a.operamini),k="placeholder"in b.createElement("input")&&!j,l="placeholder"in b.createElement("textarea")&&!j,m=c.fn,n=c.valHooks,o=c.propHooks;k&&l?(i=m.placeholder=function(){return this},i.input=i.textarea=!0):(i=m.placeholder=function(){var a=this;return a.filter((k?"textarea":":input")+"[placeholder]").not(".placeholder").bind({"focus.placeholder":e,"blur.placeholder":f}).data("placeholder-enabled",!0).trigger("blur.placeholder"),a},i.input=k,i.textarea=l,h={get:function(a){var b=c(a),d=b.data("placeholder-password");return d?d[0].value:b.data("placeholder-enabled")&&b.hasClass("placeholder")?"":a.value},set:function(a,b){var d=c(a),h=d.data("placeholder-password");return h?h[0].value=b:d.data("placeholder-enabled")?(""==b?(a.value=b,a!=g()&&f.call(a)):d.hasClass("placeholder")?e.call(a,!0,b)||(a.value=b):a.value=b,d):a.value=b}},k||(n.input=h,o.value=h),l||(n.textarea=h,o.value=h),c(function(){c(b).delegate("form","submit.placeholder",function(){var a=c(".placeholder",this).each(e);setTimeout(function(){a.each(f)},10)})}),c(a).bind("beforeunload.placeholder",function(){c(".placeholder").each(function(){this.value=""})}))}(this,document,jQuery);
3 |
--------------------------------------------------------------------------------
/js/foundation/foundation.equalizer.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.equalizer = {
5 | name : 'equalizer',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | use_tallest: true,
11 | before_height_change: $.noop,
12 | after_height_change: $.noop,
13 | equalize_on_stack: false
14 | },
15 |
16 | init : function (scope, method, options) {
17 | Foundation.inherit(this, 'image_loaded');
18 | this.bindings(method, options);
19 | this.reflow();
20 | },
21 |
22 | events : function () {
23 | this.S(window).off('.equalizer').on('resize.fndtn.equalizer', function(e){
24 | this.reflow();
25 | }.bind(this));
26 | },
27 |
28 | equalize: function(equalizer) {
29 | var isStacked = false,
30 | vals = equalizer.find('[' + this.attr_name() + '-watch]:visible'),
31 | settings = equalizer.data(this.attr_name(true)+'-init');
32 |
33 | if (vals.length === 0) return;
34 | var firstTopOffset = vals.first().offset().top;
35 | settings.before_height_change();
36 | equalizer.trigger('before-height-change');
37 | vals.height('inherit');
38 | vals.each(function(){
39 | var el = $(this);
40 | if (el.offset().top !== firstTopOffset) {
41 | isStacked = true;
42 | }
43 | });
44 |
45 | if (settings.equalize_on_stack === false) {
46 | if (isStacked) return;
47 | };
48 |
49 | var heights = vals.map(function(){ return $(this).outerHeight(false) }).get();
50 |
51 | if (settings.use_tallest) {
52 | var max = Math.max.apply(null, heights);
53 | vals.css('height', max);
54 | } else {
55 | var min = Math.min.apply(null, heights);
56 | vals.css('height', min);
57 | }
58 | settings.after_height_change();
59 | equalizer.trigger('after-height-change');
60 | },
61 |
62 | reflow : function () {
63 | var self = this;
64 |
65 | this.S('[' + this.attr_name() + ']', this.scope).each(function(){
66 | var $eq_target = $(this);
67 | self.image_loaded(self.S('img', this), function(){
68 | self.equalize($eq_target)
69 | });
70 | });
71 | }
72 | };
73 | })(jQuery, window, window.document);
74 |
75 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/foundation/foundation.equalizer.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.equalizer = {
5 | name : 'equalizer',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | use_tallest: true,
11 | before_height_change: $.noop,
12 | after_height_change: $.noop,
13 | equalize_on_stack: false
14 | },
15 |
16 | init : function (scope, method, options) {
17 | Foundation.inherit(this, 'image_loaded');
18 | this.bindings(method, options);
19 | this.reflow();
20 | },
21 |
22 | events : function () {
23 | this.S(window).off('.equalizer').on('resize.fndtn.equalizer', function(e){
24 | this.reflow();
25 | }.bind(this));
26 | },
27 |
28 | equalize: function(equalizer) {
29 | var isStacked = false,
30 | vals = equalizer.find('[' + this.attr_name() + '-watch]:visible'),
31 | settings = equalizer.data(this.attr_name(true)+'-init');
32 |
33 | if (vals.length === 0) return;
34 | var firstTopOffset = vals.first().offset().top;
35 | settings.before_height_change();
36 | equalizer.trigger('before-height-change');
37 | vals.height('inherit');
38 | vals.each(function(){
39 | var el = $(this);
40 | if (el.offset().top !== firstTopOffset) {
41 | isStacked = true;
42 | }
43 | });
44 |
45 | if (settings.equalize_on_stack === false) {
46 | if (isStacked) return;
47 | };
48 |
49 | var heights = vals.map(function(){ return $(this).outerHeight(false) }).get();
50 |
51 | if (settings.use_tallest) {
52 | var max = Math.max.apply(null, heights);
53 | vals.css('height', max);
54 | } else {
55 | var min = Math.min.apply(null, heights);
56 | vals.css('height', min);
57 | }
58 | settings.after_height_change();
59 | equalizer.trigger('after-height-change');
60 | },
61 |
62 | reflow : function () {
63 | var self = this;
64 |
65 | this.S('[' + this.attr_name() + ']', this.scope).each(function(){
66 | var $eq_target = $(this);
67 | self.image_loaded(self.S('img', this), function(){
68 | self.equalize($eq_target)
69 | });
70 | });
71 | }
72 | };
73 | })(jQuery, window, window.document);
74 |
75 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/topbarAlt.php:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
February 13-15, 2015
7 | East Coast Taiko Conference
8 | Cornell University, Ithaca, New York
9 |
10 |
21 |
22 |
47 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/single.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
>
9 |
10 |
11 |
12 |
13 |
14 | ' . __( 'Pages:', 'hbd-theme' ) . '&after=
') ?>
15 |
16 |
17 |
18 | permalink. Follow any comments here with the
RSS feed for this post .', 'hbd-theme' ),
19 | get_the_category_list(', '),
20 | get_the_tag_list( __( ' and tagged ', 'hbd-theme' ), ', ', '' ),
21 | get_permalink(),
22 | the_title_attribute('echo=0'),
23 | comments_rss() ) ?>
24 |
25 | comment_status) && ('open' == $post->ping_status) ) : // Comments and trackbacks open ?>
26 | Post a comment or leave a trackback:
Trackback URL .', 'hbd-theme' ), get_trackback_url() ) ?>
27 | comment_status) && ('open' == $post->ping_status) ) : // Only trackbacks open ?>
28 | Trackback URL.', 'hbd-theme' ), get_trackback_url() ) ?>
29 | comment_status) && !('open' == $post->ping_status) ) : // Only comments open ?>
30 | post a comment.', 'hbd-theme' ) ?>
31 | comment_status) && !('open' == $post->ping_status) ) : // Comments and trackbacks closed ?>
32 |
33 |
34 | ", "" ) ?>
35 |
36 |
37 |
38 | « %title' ) ?> • »' ) ?>
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/page-workshops.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
Workshops!
9 |
Bacon ipsum dolor sit amet nulla ham qui sint exercitation eiusmod commodo, chuck duis velit. Aute in reprehenderit, dolore aliqua non est magna in labore pig pork biltong. Eiusmod swine spare ribs reprehenderit culpa. Boudin aliqua adipisicing rump corned beef.
10 |
11 |
12 |
13 |
14 |
15 |
16 | Session:
17 | 1
18 | 2
19 | 3
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | Instructor
33 | Title
34 | Session
35 | Level
36 | Content
37 |
38 |
39 |
40 |
41 | 'Workshop', 'posts_per_page' => -1) );
43 | // The Loop
44 |
45 | while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
46 |
47 | 'names' ));
50 | $instructor = "";
51 | $session = "SESSION 1";
52 | $level = "Beginner";
53 | foreach($tags as $tag) {
54 | switch($tag) {
55 | case "EXP_ALL":
56 | break;
57 | case "SESSION1":
58 | $session = "SESSION 1";
59 | break;
60 | case "SESSION2":
61 | $session = "SESSION 2";
62 | break;
63 | case "SESSION3":
64 | $session = "SESSION 3";
65 | break;
66 | default:
67 | $instructor = $tag;
68 | }
69 | }
70 | ?>
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
--------------------------------------------------------------------------------
/js/foundation/foundation.offcanvas.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.offcanvas = {
5 | name : 'offcanvas',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | open_method: 'move',
11 | close_on_click: true
12 | },
13 |
14 | init : function (scope, method, options) {
15 | this.bindings(method, options);
16 | },
17 |
18 | events : function () {
19 | var self = this,
20 | S = self.S,
21 | move_class = '',
22 | right_postfix = '',
23 | left_postfix = '';
24 |
25 | if (this.settings.open_method === 'move') {
26 | move_class = 'move-';
27 | right_postfix = 'right';
28 | left_postfix = 'left';
29 | } else if (this.settings.open_method === 'overlap') {
30 | move_class = 'offcanvas-overlap';
31 | }
32 |
33 | S(this.scope).off('.offcanvas')
34 | .on('click.fndtn.offcanvas', '.left-off-canvas-toggle', function (e) {
35 | self.click_toggle_class(e, move_class + right_postfix);
36 | })
37 | .on('click.fndtn.offcanvas', '.left-off-canvas-menu a', function (e) {
38 | var settings = self.get_settings(e);
39 | if (settings.close_on_click) {
40 | self.hide.call(self, move_class + right_postfix, self.get_wrapper(e));
41 | }
42 | })
43 | .on('click.fndtn.offcanvas', '.right-off-canvas-toggle', function (e) {
44 | self.click_toggle_class(e, move_class + left_postfix);
45 | })
46 | .on('click.fndtn.offcanvas', '.right-off-canvas-menu a', function (e) {
47 | var settings = self.get_settings(e);
48 | if (settings.close_on_click) {
49 | self.hide.call(self, move_class + left_postfix, self.get_wrapper(e));
50 | }
51 | })
52 | .on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
53 | self.click_remove_class(e, move_class + left_postfix);
54 | if (right_postfix) self.click_remove_class(e, move_class + right_postfix);
55 | });
56 |
57 | },
58 |
59 | toggle: function(class_name, $off_canvas) {
60 | $off_canvas = $off_canvas || this.get_wrapper();
61 | if ($off_canvas.is('.' + class_name)) {
62 | this.hide(class_name, $off_canvas);
63 | } else {
64 | this.show(class_name, $off_canvas);
65 | }
66 | },
67 |
68 | show: function(class_name, $off_canvas) {
69 | $off_canvas = $off_canvas || this.get_wrapper();
70 | $off_canvas.trigger('open');
71 | $off_canvas.addClass(class_name);
72 | },
73 |
74 | hide: function(class_name, $off_canvas) {
75 | $off_canvas = $off_canvas || this.get_wrapper();
76 | $off_canvas.trigger('close');
77 | $off_canvas.removeClass(class_name);
78 | },
79 |
80 | click_toggle_class: function(e, class_name) {
81 | e.preventDefault();
82 | var $off_canvas = this.get_wrapper(e);
83 | this.toggle(class_name, $off_canvas);
84 | },
85 |
86 | click_remove_class: function(e, class_name) {
87 | e.preventDefault();
88 | var $off_canvas = this.get_wrapper(e);
89 | this.hide(class_name, $off_canvas);
90 | },
91 |
92 | get_settings: function(e) {
93 | var offcanvas = this.S(e.target).closest('[' + this.attr_name() + ']');
94 | return offcanvas.data(this.attr_name(true) + '-init') || this.settings;
95 | },
96 |
97 | get_wrapper: function(e) {
98 | var $off_canvas = this.S(e ? e.target : this.scope).closest('.off-canvas-wrap');
99 |
100 | if ($off_canvas.length === 0) {
101 | $off_canvas = this.S('.off-canvas-wrap');
102 | }
103 | return $off_canvas;
104 | },
105 |
106 | reflow : function () {}
107 | };
108 | }(jQuery, window, window.document));
109 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/js/foundation/foundation.offcanvas.js:
--------------------------------------------------------------------------------
1 | ;(function ($, window, document, undefined) {
2 | 'use strict';
3 |
4 | Foundation.libs.offcanvas = {
5 | name : 'offcanvas',
6 |
7 | version : '5.2.3',
8 |
9 | settings : {
10 | open_method: 'move',
11 | close_on_click: true
12 | },
13 |
14 | init : function (scope, method, options) {
15 | this.bindings(method, options);
16 | },
17 |
18 | events : function () {
19 | var self = this,
20 | S = self.S,
21 | move_class = '',
22 | right_postfix = '',
23 | left_postfix = '';
24 |
25 | if (this.settings.open_method === 'move') {
26 | move_class = 'move-';
27 | right_postfix = 'right';
28 | left_postfix = 'left';
29 | } else if (this.settings.open_method === 'overlap') {
30 | move_class = 'offcanvas-overlap';
31 | }
32 |
33 | S(this.scope).off('.offcanvas')
34 | .on('click.fndtn.offcanvas', '.left-off-canvas-toggle', function (e) {
35 | self.click_toggle_class(e, move_class + right_postfix);
36 | })
37 | .on('click.fndtn.offcanvas', '.left-off-canvas-menu a', function (e) {
38 | var settings = self.get_settings(e);
39 | if (settings.close_on_click) {
40 | self.hide.call(self, move_class + right_postfix, self.get_wrapper(e));
41 | }
42 | })
43 | .on('click.fndtn.offcanvas', '.right-off-canvas-toggle', function (e) {
44 | self.click_toggle_class(e, move_class + left_postfix);
45 | })
46 | .on('click.fndtn.offcanvas', '.right-off-canvas-menu a', function (e) {
47 | var settings = self.get_settings(e);
48 | if (settings.close_on_click) {
49 | self.hide.call(self, move_class + left_postfix, self.get_wrapper(e));
50 | }
51 | })
52 | .on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
53 | self.click_remove_class(e, move_class + left_postfix);
54 | if (right_postfix) self.click_remove_class(e, move_class + right_postfix);
55 | });
56 |
57 | },
58 |
59 | toggle: function(class_name, $off_canvas) {
60 | $off_canvas = $off_canvas || this.get_wrapper();
61 | if ($off_canvas.is('.' + class_name)) {
62 | this.hide(class_name, $off_canvas);
63 | } else {
64 | this.show(class_name, $off_canvas);
65 | }
66 | },
67 |
68 | show: function(class_name, $off_canvas) {
69 | $off_canvas = $off_canvas || this.get_wrapper();
70 | $off_canvas.trigger('open');
71 | $off_canvas.addClass(class_name);
72 | },
73 |
74 | hide: function(class_name, $off_canvas) {
75 | $off_canvas = $off_canvas || this.get_wrapper();
76 | $off_canvas.trigger('close');
77 | $off_canvas.removeClass(class_name);
78 | },
79 |
80 | click_toggle_class: function(e, class_name) {
81 | e.preventDefault();
82 | var $off_canvas = this.get_wrapper(e);
83 | this.toggle(class_name, $off_canvas);
84 | },
85 |
86 | click_remove_class: function(e, class_name) {
87 | e.preventDefault();
88 | var $off_canvas = this.get_wrapper(e);
89 | this.hide(class_name, $off_canvas);
90 | },
91 |
92 | get_settings: function(e) {
93 | var offcanvas = this.S(e.target).closest('[' + this.attr_name() + ']');
94 | return offcanvas.data(this.attr_name(true) + '-init') || this.settings;
95 | },
96 |
97 | get_wrapper: function(e) {
98 | var $off_canvas = this.S(e ? e.target : this.scope).closest('.off-canvas-wrap');
99 |
100 | if ($off_canvas.length === 0) {
101 | $off_canvas = this.S('.off-canvas-wrap');
102 | }
103 | return $off_canvas;
104 | },
105 |
106 | reflow : function () {}
107 | };
108 | }(jQuery, window, window.document));
109 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/style.css:
--------------------------------------------------------------------------------
1 | #banner-bar {
2 | height: 10px;
3 | width: 100%;
4 | background: #000000;
5 | margin-bottom: 15px;
6 | }
7 |
8 | .fi-social-twitter:hover {
9 | color:#00aced;
10 | }
11 | .fi-social-facebook:hover {
12 | color:#43609c;
13 | }
14 | .fi-rss:hover {
15 | color:#ed8431;
16 | }
17 | .fi-mail:hover {
18 |
19 | }
20 |
21 | .workshop-info {
22 |
23 | }
24 |
25 | li.divide {
26 | font-size: 24px;
27 | margin-top: -7px;
28 | margin-left: 14px;
29 | margin-right: 14px;
30 | }
31 |
32 | a {
33 | color: rgba(99, 167, 241, 1.0);
34 | }
35 |
36 | a:hover {
37 | color: black;
38 | }
39 |
40 | .hi {
41 | font-size: 30px;
42 | margin: 6px;
43 | }
44 |
45 | #header {
46 | margin-top: 11px;
47 | margin-bottom: 15px;
48 | padding-left: 165px;
49 | }
50 |
51 | #header-small {
52 | margin-top: 11px;
53 | margin-bottom: 0px;
54 | padding-left: 125px;
55 | }
56 |
57 | #header-image {
58 | position: absolute;
59 | z-index: 99;
60 | width: 240px;
61 | height: 240px;
62 | margin-left: -40px;
63 | }
64 |
65 | #header-image-small {
66 | position: absolute;
67 | z-index: 99;
68 | width: 100px;
69 | height: 100px;
70 | margin-left: 20px;
71 | }
72 |
73 | .barred {
74 | border-right: solid #000000;
75 | }
76 |
77 | footer {
78 | background: #DDDDDD;
79 | height: 150px;
80 | background-repeat: no-repeat;
81 | background-position: right;
82 | background-size: 40%;
83 | }
84 |
85 | footer hr {
86 | border: solid #aaaaaa;
87 | border-width: 2px 0 0;
88 | clear: both;
89 | margin: 0rem 0 1.1875rem;
90 | height: 0;
91 | }
92 |
93 | #image-orbit {
94 | z-index: 1;
95 | }
96 |
97 | input[type="email"] {
98 | min-height: 50px;
99 | font-size: 24px;
100 | margin: 0px;
101 | background: rgba(200, 200, 200, 0.25);
102 | color: #666666;
103 | padding-left: 15px;
104 | padding-right: 30px;
105 | }
106 |
107 | input[type="email"]:focus {
108 | font-size: 24px;
109 | background: rgba(200, 200, 200, 0.25);
110 | color: white;
111 | }
112 |
113 | input[type="search"] {
114 | min-height: 20px;
115 | font-size: 16px;
116 | margin: 0px;
117 | background: rgba(200, 200, 200, 0.25);
118 | color: #666666;
119 | padding-left: 15px;
120 | padding-right: 30px;
121 | }
122 |
123 | input[type="search"]:focus {
124 | font-size: 16px;
125 | background: rgba(200, 200, 200, 0.25);
126 | color: black;
127 | }
128 |
129 | input[type="submit"]:hover {
130 | background: #7A7B92;
131 | color: #ffffff;
132 | }
133 |
134 | input[type="submit"] {
135 | margin: 0px;
136 | font-size: 16px;
137 | font-weight: 600;
138 | width: 150px;
139 | /*text-transform: uppercase;*/
140 | padding: 10px;
141 | text-decoration: none;
142 | border: none;
143 | cursor: pointer;
144 | -webkit-transition: 250ms linear all;
145 | -moz-transition: 250ms linear all;
146 | transition: 250ms linear all;
147 | background: rgba(99, 167, 241, 0.9);
148 | /*background: #63A7F1;*/
149 | color: #ffffff;
150 | }
151 |
152 | .alert-box.success {
153 | background-color: #CECECE;
154 | border-color: #A0A0A0;
155 | color: black;
156 | font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
157 | font-weight: normal;
158 | font-style: normal;
159 | padding: .4rem;
160 | margin-top: 10px;
161 | }
162 |
163 | .description {
164 | color: #DDDDDD;
165 | }
166 |
167 | strong {
168 | color: #FFFFFF;
169 | }
170 |
171 | @media only screen and (min-width: 40.063em) {
172 | .page-wrapper {
173 | position: relative;
174 | padding: 0px;
175 | top: 50%;
176 |
177 | -ms-transform: translate(0%, -50%); /* IE 9 */
178 | -webkit-transform: translate(0%, -50%);
179 | transform: translate(0%, -50%);
180 | }
181 | }
182 |
183 | @media only screen and (max-width: 40.063em) {
184 | .page-wrapper {
185 | padding-top: 10%;
186 | }
187 | }
188 |
189 |
190 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/tags.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | max_num_pages; if ( $total_pages > 1 ) { ?>
13 |
14 |
« Older posts', 'hbd-theme' )) ?>
15 |
»', 'hbd-theme' )) ?>
16 |
17 |
18 |
19 |
20 |
21 |
>
22 |
23 |
24 |
25 |
26 |
27 |
|
28 |
29 |
30 | |\n\t\t\t\t\t\t
", " \n\t\t\t\t\t" ) ?>
31 |
32 |
33 |
34 | »', 'hbd-theme' ) ); ?>
35 |
36 |
37 |
38 |
39 | |
40 |
41 |
42 |
43 |
44 | |\n\t\t\t\t\t\t", " \n\t\t\t\t\t\n" ) ?>
45 |
46 |
47 |
48 |
49 |
50 | max_num_pages; if ( $total_pages > 1 ) { ?>
51 |
52 |
« Older posts', 'hbd-theme' )) ?>
53 |
»', 'hbd-theme' )) ?>
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/author.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | user_description; if ( !empty($authordesc) ) echo apply_filters( 'archive_meta', '
' . $authordesc . '
' ); ?>
10 |
11 |
12 |
13 | max_num_pages; if ( $total_pages > 1 ) { ?>
14 |
15 |
« Older posts', 'hbd-theme' )) ?>
16 |
»', 'hbd-theme' )) ?>
17 |
18 |
19 |
20 |
21 |
22 |
>
23 |
24 |
25 |
26 |
27 |
28 |
|
29 |
30 |
31 | |\n\t\t\t\t\t\t
", " \n\t\t\t\t\t" ) ?>
32 |
33 |
34 |
35 | »', 'hbd-theme' ) ); ?>
36 |
37 |
38 |
39 |
40 | |
41 | ' . __('Tagged ', 'hbd-theme' ) . ' ', ", ", "\n\t\t\t\t\t\t| \n" ) ?>
42 |
43 | |\n\t\t\t\t\t\t", " \n\t\t\t\t\t\n" ) ?>
44 |
45 |
46 |
47 |
48 |
49 | max_num_pages; if ( $total_pages > 1 ) { ?>
50 |
51 | « %title' ) ?> • »' ) ?>
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/category.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | ' . $categorydesc . '' ); ?>
10 |
11 |
12 |
13 | max_num_pages; if ( $total_pages > 1 ) { ?>
14 |
15 |
« Older posts', 'hbd-theme' )) ?>
16 |
»', 'hbd-theme' )) ?>
17 |
18 |
19 |
20 |
21 |
22 |
>
23 |
24 |
25 |
26 |
27 |
28 |
|
29 |
30 |
31 | |\n\t\t\t\t\t\t
", " \n\t\t\t\t\t" ) ?>
32 |
33 |
34 |
35 | »', 'hbd-theme' ) ); ?>
36 |
37 |
38 |
39 |
40 |
41 | |
42 |
43 | |
44 | ' . __('Tagged ', 'hbd-theme' ) . ' ', ", ", "\n\t\t\t\t\t\t| \n" ) ?>
45 |
46 | |\n\t\t\t\t\t\t", " \n\t\t\t\t\t\n" ) ?>
47 |
48 |
49 |
50 |
51 |
52 | max_num_pages; if ( $total_pages > 1 ) { ?>
53 |
54 |
« Older posts', 'hbd-theme' )) ?>
55 |
»', 'hbd-theme' )) ?>
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/css/custom_styles.css:
--------------------------------------------------------------------------------
1 | #banner-bar {
2 | height: 10px;
3 | width: 100%;
4 | background: #000000;
5 | margin-bottom: 15px;
6 | }
7 |
8 | .fi-social-twitter:hover {
9 | color:#00aced;
10 | }
11 | .fi-social-facebook:hover {
12 | color:#43609c;
13 | }
14 | .fi-rss:hover {
15 | color:#ed8431;
16 | }
17 | .fi-mail:hover {
18 | color: #888888;
19 | }
20 |
21 | h3 {
22 | font-family: Roboto Condensed;
23 | font-weight: 700;
24 | }
25 |
26 | h4 {
27 | font-family: Roboto Condensed;
28 | font-weight: 400;
29 | }
30 |
31 | .weekday {
32 | font-weight: bold;
33 | margin-bottom: 5px;
34 | }
35 |
36 | .time {
37 | margin-bottom: 2px;
38 | margin-right: 0px;
39 | font-size: 14px;
40 | margin-left:5px;
41 | }
42 |
43 | .inline-list2 {
44 | margin: 0 auto 1.0625rem auto;
45 | margin-right: 15px;
46 | padding: 0;
47 | list-style: none;
48 | overflow: hidden;
49 | }.inline-list2 > li {
50 | list-style: none;
51 | float: left;
52 | display: block; }
53 | .inline-list2 > li > * {
54 | display: block; }
55 |
56 | .workshop-info {
57 |
58 | }
59 |
60 | .uppercase {
61 | text-transform: uppercase;
62 | }
63 |
64 | li.divide {
65 | font-size: 24px;
66 | margin-top: -7px;
67 | margin-left: 14px;
68 | margin-right: 14px;
69 | }
70 |
71 | a {
72 | color: rgba(99, 167, 241, 1.0);
73 | }
74 |
75 | a:hover {
76 | color: black;
77 | }
78 |
79 | .hi {
80 | font-size: 30px;
81 | margin: 6px;
82 | }
83 |
84 | #header {
85 | margin-top: 11px;
86 | margin-bottom: 15px;
87 | padding-left: 165px;
88 | }
89 |
90 | #header-small {
91 | margin-top: 11px;
92 | margin-bottom: 0px;
93 | padding-left: 125px;
94 | }
95 |
96 | #header-image {
97 | position: absolute;
98 | z-index: 99;
99 | width: 240px;
100 | height: 240px;
101 | margin-left: -40px;
102 | }
103 |
104 | #header-image-small {
105 | position: absolute;
106 | z-index: 99;
107 | width: 100px;
108 | height: 100px;
109 | margin-left: 20px;
110 | }
111 |
112 | .barred {
113 | border-right: solid #000000;
114 | border-width: 1px;
115 | }
116 |
117 | footer {
118 | background: #DDDDDD;
119 | height: 100px;
120 | background-repeat: no-repeat;
121 | background-position: right;
122 | background-size: 40%;
123 | }
124 |
125 | footer hr {
126 | border: solid #aaaaaa;
127 | border-width: 2px 0 0;
128 | clear: both;
129 | margin: 0rem 0 1.1875rem;
130 | height: 0;
131 | }
132 |
133 | #image-orbit {
134 | z-index: 1;
135 | }
136 |
137 | input[type="email"] {
138 | min-height: 50px;
139 | font-size: 24px;
140 | margin: 0px;
141 | background: rgba(200, 200, 200, 0.25);
142 | color: #666666;
143 | padding-left: 15px;
144 | padding-right: 30px;
145 | }
146 |
147 | input[type="email"]:focus {
148 | font-size: 24px;
149 | background: rgba(200, 200, 200, 0.25);
150 | color: white;
151 | }
152 |
153 | input[type="search"] {
154 | min-height: 20px;
155 | font-size: 16px;
156 | margin: 0px;
157 | background: rgba(200, 200, 200, 0.25);
158 | color: #666666;
159 | padding-left: 15px;
160 | padding-right: 30px;
161 | }
162 |
163 | input[type="search"]:focus {
164 | font-size: 16px;
165 | background: rgba(200, 200, 200, 0.25);
166 | color: black;
167 | }
168 |
169 | input[type="submit"]:hover {
170 | background: #7A7B92;
171 | color: #ffffff;
172 | }
173 |
174 | input[type="submit"] {
175 | margin: 0px;
176 | font-size: 16px;
177 | font-weight: 600;
178 | width: 150px;
179 | /*text-transform: uppercase;*/
180 | padding: 10px;
181 | text-decoration: none;
182 | border: none;
183 | cursor: pointer;
184 | -webkit-transition: 250ms linear all;
185 | -moz-transition: 250ms linear all;
186 | transition: 250ms linear all;
187 | background: rgba(99, 167, 241, 0.9);
188 | /*background: #63A7F1;*/
189 | color: #ffffff;
190 | }
191 |
192 | .alert-box.success {
193 | background-color: #CECECE;
194 | border-color: #A0A0A0;
195 | color: black;
196 | font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
197 | font-weight: normal;
198 | font-style: normal;
199 | padding: .4rem;
200 | margin-top: 10px;
201 | }
202 |
203 | .description {
204 | color: #DDDDDD;
205 | }
206 |
207 | strong {
208 | color: #FFFFFF;
209 | }
210 |
211 | @media only screen and (min-width: 40.063em) {
212 | .page-wrapper {
213 | position: relative;
214 | padding: 0px;
215 | top: 50%;
216 |
217 | -ms-transform: translate(0%, -50%); /* IE 9 */
218 | -webkit-transform: translate(0%, -50%);
219 | transform: translate(0%, -50%);
220 | }
221 | }
222 |
223 | @media only screen and (max-width: 40.063em) {
224 | .page-wrapper {
225 | padding-top: 10%;
226 | }
227 | }
228 |
229 |
230 |
--------------------------------------------------------------------------------
/dev/wordpress/wp-content/themes/ectc_theme/archive.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |