jumbo-jekyll-theme 5.6.9.2 → 5.6.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -10
- data/_config.yml +213 -213
- data/_data/example-carousel-data-source.yml +36 -36
- data/_data/footer.yml +33 -33
- data/_data/nav.yml +17 -17
- data/_data/settings.yml +103 -103
- data/_data/tags.yml +11 -11
- data/_data/universal-nav.yml +7 -7
- data/_includes/breadcrumb.html +97 -97
- data/_includes/core/blocks.html +30 -30
- data/_includes/core/button.html +5 -5
- data/_includes/core/buttons.html +5 -5
- data/_includes/core/container_row.html +7 -7
- data/_includes/core/feature_block.html +43 -43
- data/_includes/core/full_width_row.html +5 -5
- data/_includes/core/members-section.html +32 -32
- data/_includes/core/slider.html +33 -33
- data/_includes/core/slider_row.html +2 -2
- data/_includes/core/title.html +3 -3
- data/_includes/core/youtube_video_embed.html +11 -11
- data/_includes/css.html +9 -9
- data/_includes/custom_include.html +13 -13
- data/_includes/custom_include_row.html +562 -562
- data/_includes/display-blog-posts.html +154 -154
- data/_includes/flow_inner.html +19 -19
- data/_includes/footer.html +68 -68
- data/_includes/google-analytics.html +16 -16
- data/_includes/head.html +19 -19
- data/_includes/image.html +6 -6
- data/_includes/javascript.html +10 -10
- data/_includes/jumbotron.html +115 -115
- data/_includes/linaro-404.html +19 -19
- data/_includes/nav.html +153 -153
- data/_includes/pagination.html +38 -38
- data/_includes/post-sidebar.html +182 -182
- data/_includes/responsive-image.html +5 -5
- data/_includes/schema.html +43 -43
- data/_includes/thumb.html +1 -1
- data/_includes/thumbnail_image.html +9 -9
- data/_includes/universal-nav.html +30 -30
- data/_layouts/author.html +5 -5
- data/_layouts/default.html +3 -3
- data/_layouts/error.html +25 -25
- data/_layouts/flow.html +35 -35
- data/_layouts/jumbotron.html +11 -11
- data/_layouts/post-index.html +16 -16
- data/_layouts/post.html +39 -39
- data/_sass/app/overrides.scss +65 -65
- data/_sass/app/search.scss +51 -51
- data/_sass/bootstrap/_variables.scss +932 -932
- data/_sass/core.scss +20 -20
- data/_sass/core/blog.scss +425 -425
- data/_sass/core/carousel-header.scss +90 -90
- data/_sass/core/error.scss +190 -190
- data/_sass/core/flow.scss +186 -186
- data/_sass/core/footer.scss +141 -141
- data/_sass/core/jumbotron.scss +279 -279
- data/_sass/core/normalize.scss +357 -357
- data/_sass/core/theme.scss +871 -871
- data/_sass/home.scss +2 -2
- data/assets/css/main-blog.scss +13 -13
- data/assets/css/main-error.scss +13 -13
- data/assets/css/main.scss +11 -11
- data/assets/js/app/facebook.js +7 -7
- data/assets/js/app/main.js +261 -261
- data/assets/js/pacakge-search.js +9 -9
- data/assets/js/package-blog.js +12 -12
- data/assets/js/package-extended.js +14 -14
- data/assets/js/package-home.js +14 -14
- data/assets/js/package-main.js +13 -13
- data/assets/js/package-search.js +8 -8
- data/assets/js/vendor/fess-ss.min.js +24 -24
- data/robots.txt +9 -9
- metadata +2 -16
data/_includes/core/blocks.html
CHANGED
@@ -1,30 +1,30 @@
|
|
1
|
-
<div class="col-xs-12">
|
2
|
-
<div class="row equal">
|
3
|
-
{% for block in include.object.block_section_content.blocks %}
|
4
|
-
<div class="col-xs-12 col-sm-{{include.object.block_section_content.item_width}} block {% if include.object.style %}{{include.object.style}}{% endif %}">
|
5
|
-
{% if block.url %}<a href="{{block.url}}">{% endif %}
|
6
|
-
<div class="block-inner {% if block.background_image %}background_image_block{% endif %}" {% if block.background_image %}style="background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url({{block.background_image}});"{% endif %}>
|
7
|
-
{% if block.inner_image %}
|
8
|
-
{% if block.inner_image.icon %}
|
9
|
-
<i class="block_image_icon {{block.inner_image.icon_name}}"></i>
|
10
|
-
{% else %}
|
11
|
-
<img class="img-responsive lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
12
|
-
data-src="{{block.inner_image.path}}"
|
13
|
-
alt="{% if block.inner_image.alt %}{{block.inner_image.alt}}{% else %}Content block image{% endif %}"/>
|
14
|
-
{% endif %}
|
15
|
-
{% endif %}
|
16
|
-
{% if block.title %}
|
17
|
-
{% include core/title.html object=block.title %}
|
18
|
-
{% endif %}
|
19
|
-
{% if block.text_content %}
|
20
|
-
{% include core/text.html object=block %}
|
21
|
-
{% endif %}
|
22
|
-
{% if block.buttons %}
|
23
|
-
{% include core/buttons.html object=block.buttons %}
|
24
|
-
{% endif %}
|
25
|
-
</div>
|
26
|
-
{% if block.url %}</a>{% endif%}
|
27
|
-
</div>
|
28
|
-
{% endfor %}
|
29
|
-
</div>
|
30
|
-
</div>
|
1
|
+
<div class="col-xs-12">
|
2
|
+
<div class="row equal">
|
3
|
+
{% for block in include.object.block_section_content.blocks %}
|
4
|
+
<div class="col-xs-12 col-sm-{{include.object.block_section_content.item_width}} block {% if include.object.style %}{{include.object.style}}{% endif %}">
|
5
|
+
{% if block.url %}<a href="{{block.url}}">{% endif %}
|
6
|
+
<div class="block-inner {% if block.background_image %}background_image_block{% endif %}" {% if block.background_image %}style="background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url({{block.background_image}});"{% endif %}>
|
7
|
+
{% if block.inner_image %}
|
8
|
+
{% if block.inner_image.icon %}
|
9
|
+
<i class="block_image_icon {{block.inner_image.icon_name}}"></i>
|
10
|
+
{% else %}
|
11
|
+
<img class="img-responsive lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
12
|
+
data-src="{{block.inner_image.path}}"
|
13
|
+
alt="{% if block.inner_image.alt %}{{block.inner_image.alt}}{% else %}Content block image{% endif %}"/>
|
14
|
+
{% endif %}
|
15
|
+
{% endif %}
|
16
|
+
{% if block.title %}
|
17
|
+
{% include core/title.html object=block.title %}
|
18
|
+
{% endif %}
|
19
|
+
{% if block.text_content %}
|
20
|
+
{% include core/text.html object=block %}
|
21
|
+
{% endif %}
|
22
|
+
{% if block.buttons %}
|
23
|
+
{% include core/buttons.html object=block.buttons %}
|
24
|
+
{% endif %}
|
25
|
+
</div>
|
26
|
+
{% if block.url %}</a>{% endif%}
|
27
|
+
</div>
|
28
|
+
{% endfor %}
|
29
|
+
</div>
|
30
|
+
</div>
|
data/_includes/core/button.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
<a href="{{include.object.url}}" class="btn {% if include.object.style %}{{include.object.style}}{% else %}btn-primary{% endif %}">
|
2
|
-
{{include.object.title}}
|
3
|
-
{% if include.object.icon %}
|
4
|
-
<i class="{{include.object.icon}}" aria-hidden="true"></i>
|
5
|
-
{% endif %}
|
1
|
+
<a href="{{include.object.url}}" class="btn {% if include.object.style %}{{include.object.style}}{% else %}btn-primary{% endif %}">
|
2
|
+
{{include.object.title}}
|
3
|
+
{% if include.object.icon %}
|
4
|
+
<i class="{{include.object.icon}}" aria-hidden="true"></i>
|
5
|
+
{% endif %}
|
6
6
|
</a>
|
data/_includes/core/buttons.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
<div class="col-xs-12 buttons no-padding {% if include.style %}{{include.style}}{% endif %}">
|
2
|
-
{% for button in include.object %}
|
3
|
-
{% include core/button.html object=button %}
|
4
|
-
{% endfor %}
|
5
|
-
</div>
|
1
|
+
<div class="col-xs-12 buttons no-padding {% if include.style %}{{include.style}}{% endif %}">
|
2
|
+
{% for button in include.object %}
|
3
|
+
{% include core/button.html object=button %}
|
4
|
+
{% endfor %}
|
5
|
+
</div>
|
@@ -1,7 +1,7 @@
|
|
1
|
-
<div class="row {% if include.object.style %}{{include.object.style}}{% endif %}
|
2
|
-
{% if include.object.background_image %}background_image_row overlay{% endif %}"
|
3
|
-
{% if include.object.background_image %}style="background-image: url({{include.object.background_image}})"{% endif %}>
|
4
|
-
<div class="container">
|
5
|
-
{% include flow_inner.html sections=include.object.sections %}
|
6
|
-
</div>
|
7
|
-
</div>
|
1
|
+
<div class="row {% if include.object.style %}{{include.object.style}}{% endif %}
|
2
|
+
{% if include.object.background_image %}background_image_row overlay{% endif %}"
|
3
|
+
{% if include.object.background_image %}style="background-image: url({{include.object.background_image}})"{% endif %}>
|
4
|
+
<div class="container">
|
5
|
+
{% include flow_inner.html sections=include.object.sections %}
|
6
|
+
</div>
|
7
|
+
</div>
|
@@ -1,43 +1,43 @@
|
|
1
|
-
<div class="col-xs-12 feature_block">
|
2
|
-
<div class="row">
|
3
|
-
<div class="col-xs-12 col-sm-7 block__image {% if include.object.position == "right" %}col-sm-push-5{% endif %}">
|
4
|
-
{% if include.object.type == "image" %}
|
5
|
-
{% assign image_path = include.object.image_content_path | remove_first: '/' %}
|
6
|
-
{% assign full_path = include.object.image_content_path %}
|
7
|
-
{% responsive_image_block %}
|
8
|
-
template: _includes/thumbnail_image.html
|
9
|
-
path: {{ image_path }}
|
10
|
-
fullpath: {{ full_path }}
|
11
|
-
{% if member.alt %}
|
12
|
-
title: {{ member.alt | slugify: "ascii"}}
|
13
|
-
alt: {{ member.alt | slugify: "ascii"}}
|
14
|
-
{% endif %}
|
15
|
-
{% endresponsive_image_block %}
|
16
|
-
{% elsif include.object.type == "slider" %}
|
17
|
-
{% include core/slider.html object=include.object.slider_content %}
|
18
|
-
{% elsif include.object.type == "youtube_video" %}
|
19
|
-
{% include core/youtube_video_embed.html object=include.object.video_content_url %}
|
20
|
-
{% else %}
|
21
|
-
<p>Please verify the feature_block content "type" is correct</p>
|
22
|
-
{% endif %}
|
23
|
-
</div>
|
24
|
-
<div class="col-xs-12 col-sm-5 block__text {% if include.object.position == "right" %}col-sm-pull-7{% endif %}">
|
25
|
-
{% if include.object.title %}
|
26
|
-
<h2>{{include.object.title}}</h2>
|
27
|
-
{% endif %}
|
28
|
-
{% if include.object.highlight-text %}
|
29
|
-
<div class="font-weight-bold">
|
30
|
-
{{include.object.highlight-text | markdownify }}
|
31
|
-
</div>
|
32
|
-
{% endif %}
|
33
|
-
{% if include.object.text == "page_content" %}
|
34
|
-
{{page.content | markdownify }}
|
35
|
-
{% else %}
|
36
|
-
{{include.object.text | markdownify}}
|
37
|
-
{% endif %}
|
38
|
-
{% if include.object.buttons %}
|
39
|
-
{% include core/buttons.html object=include.object.buttons %}
|
40
|
-
{% endif %}
|
41
|
-
</div>
|
42
|
-
</div>
|
43
|
-
</div>
|
1
|
+
<div class="col-xs-12 feature_block">
|
2
|
+
<div class="row">
|
3
|
+
<div class="col-xs-12 col-sm-7 block__image {% if include.object.position == "right" %}col-sm-push-5{% endif %}">
|
4
|
+
{% if include.object.type == "image" %}
|
5
|
+
{% assign image_path = include.object.image_content_path | remove_first: '/' %}
|
6
|
+
{% assign full_path = include.object.image_content_path %}
|
7
|
+
{% responsive_image_block %}
|
8
|
+
template: _includes/thumbnail_image.html
|
9
|
+
path: {{ image_path }}
|
10
|
+
fullpath: {{ full_path }}
|
11
|
+
{% if member.alt %}
|
12
|
+
title: {{ member.alt | slugify: "ascii"}}
|
13
|
+
alt: {{ member.alt | slugify: "ascii"}}
|
14
|
+
{% endif %}
|
15
|
+
{% endresponsive_image_block %}
|
16
|
+
{% elsif include.object.type == "slider" %}
|
17
|
+
{% include core/slider.html object=include.object.slider_content %}
|
18
|
+
{% elsif include.object.type == "youtube_video" %}
|
19
|
+
{% include core/youtube_video_embed.html object=include.object.video_content_url %}
|
20
|
+
{% else %}
|
21
|
+
<p>Please verify the feature_block content "type" is correct</p>
|
22
|
+
{% endif %}
|
23
|
+
</div>
|
24
|
+
<div class="col-xs-12 col-sm-5 block__text {% if include.object.position == "right" %}col-sm-pull-7{% endif %}">
|
25
|
+
{% if include.object.title %}
|
26
|
+
<h2>{{include.object.title}}</h2>
|
27
|
+
{% endif %}
|
28
|
+
{% if include.object.highlight-text %}
|
29
|
+
<div class="font-weight-bold">
|
30
|
+
{{include.object.highlight-text | markdownify }}
|
31
|
+
</div>
|
32
|
+
{% endif %}
|
33
|
+
{% if include.object.text == "page_content" %}
|
34
|
+
{{page.content | markdownify }}
|
35
|
+
{% else %}
|
36
|
+
{{include.object.text | markdownify}}
|
37
|
+
{% endif %}
|
38
|
+
{% if include.object.buttons %}
|
39
|
+
{% include core/buttons.html object=include.object.buttons %}
|
40
|
+
{% endif %}
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</div>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<div class="row {% if include.object.style %}{{include.object.style}}{% endif %}
|
2
|
-
{% if include.object.background_image %}background_image_row overlay{% endif %}"
|
3
|
-
{% if include.object.background_image %}style="background-image: url({{include.object.background_image}}), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));"{% endif %}>
|
4
|
-
{% include flow_inner.html sections=include.object.sections %}
|
5
|
-
</div>
|
1
|
+
<div class="row {% if include.object.style %}{{include.object.style}}{% endif %}
|
2
|
+
{% if include.object.background_image %}background_image_row overlay{% endif %}"
|
3
|
+
{% if include.object.background_image %}style="background-image: url({{include.object.background_image}}), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));"{% endif %}>
|
4
|
+
{% include flow_inner.html sections=include.object.sections %}
|
5
|
+
</div>
|
@@ -1,32 +1,32 @@
|
|
1
|
-
{% if include.object.members_content.members_content.source %}
|
2
|
-
{% assign members = site.data[include.object.members_content.source] %}
|
3
|
-
{% else %}
|
4
|
-
{% assign members = include.object.members_content.items %}
|
5
|
-
{% endif %}
|
6
|
-
<div class="members_section {% if include.object.style %}{{include.object.style}}{% endif %}">
|
7
|
-
{% for member in members %}
|
8
|
-
{% if member.url %}<a href="{{member.url}}">{% endif %}
|
9
|
-
{% if member.image.path contains "http" %}
|
10
|
-
<div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
|
11
|
-
<img class="lazyload img-responsive" alt="{{member.image.alt}}"
|
12
|
-
src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
13
|
-
data-src="{{member.image.path}}"/>
|
14
|
-
</div>
|
15
|
-
{% else %}
|
16
|
-
{% assign image_path = member.image.path | remove_first: '/' %}
|
17
|
-
{% assign full_path = member.image.path %}
|
18
|
-
<div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
|
19
|
-
{% responsive_image_block %}
|
20
|
-
template: _includes/thumbnail_image.html
|
21
|
-
path: {{ image_path }}
|
22
|
-
fullpath: {{ full_path }}
|
23
|
-
{% if member.alt %}
|
24
|
-
title: {{ member.alt | slugify: "ascii"}}
|
25
|
-
alt: {{ member.alt | slugify: "ascii"}}
|
26
|
-
{% endif %}
|
27
|
-
{% endresponsive_image_block %}
|
28
|
-
</div>
|
29
|
-
{% endif %}
|
30
|
-
{% if member.url %}</a>{% endif %}
|
31
|
-
{% endfor %}
|
32
|
-
</div>
|
1
|
+
{% if include.object.members_content.members_content.source %}
|
2
|
+
{% assign members = site.data[include.object.members_content.source] %}
|
3
|
+
{% else %}
|
4
|
+
{% assign members = include.object.members_content.items %}
|
5
|
+
{% endif %}
|
6
|
+
<div class="members_section {% if include.object.style %}{{include.object.style}}{% endif %}">
|
7
|
+
{% for member in members %}
|
8
|
+
{% if member.url %}<a href="{{member.url}}">{% endif %}
|
9
|
+
{% if member.image.path contains "http" %}
|
10
|
+
<div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
|
11
|
+
<img class="lazyload img-responsive" alt="{{member.image.alt}}"
|
12
|
+
src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
|
13
|
+
data-src="{{member.image.path}}"/>
|
14
|
+
</div>
|
15
|
+
{% else %}
|
16
|
+
{% assign image_path = member.image.path | remove_first: '/' %}
|
17
|
+
{% assign full_path = member.image.path %}
|
18
|
+
<div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
|
19
|
+
{% responsive_image_block %}
|
20
|
+
template: _includes/thumbnail_image.html
|
21
|
+
path: {{ image_path }}
|
22
|
+
fullpath: {{ full_path }}
|
23
|
+
{% if member.alt %}
|
24
|
+
title: {{ member.alt | slugify: "ascii"}}
|
25
|
+
alt: {{ member.alt | slugify: "ascii"}}
|
26
|
+
{% endif %}
|
27
|
+
{% endresponsive_image_block %}
|
28
|
+
</div>
|
29
|
+
{% endif %}
|
30
|
+
{% if member.url %}</a>{% endif %}
|
31
|
+
{% endfor %}
|
32
|
+
</div>
|
data/_includes/core/slider.html
CHANGED
@@ -1,33 +1,33 @@
|
|
1
|
-
<div class="owl-carousel slider-block owl-theme" data-size="{{include.object.items | size }}"
|
2
|
-
{% if include.object.xs_items %}data-xs-number="{{include.object.xs_items}}"{% endif %}
|
3
|
-
{% if include.object.sm_items %}data-sm-number="{{include.object.sm_items}}"{% endif %}
|
4
|
-
{% if include.object.md_items %}data-md-number="{{include.object.md_items}}"{% endif %}
|
5
|
-
{% if include.object.lg_items %}data-lg-number="{{include.object.lg_items}}"{% endif %}
|
6
|
-
{% if include.object.dots %}data-dots="true"{% endif %}
|
7
|
-
{% if include.object.nav %}data-nav="true"{% endif %}
|
8
|
-
{% if include.object.seconds_per_slide %}data-seconds-per-slide="{{include.object.seconds_per_slide}}"{% endif %}>
|
9
|
-
{% if include.object.items %}
|
10
|
-
{% assign carousel_items = include.object.items %}
|
11
|
-
{% elsif include.object.data_source %}
|
12
|
-
{% assign carousel_items = site.data[include.object.source] %}
|
13
|
-
{% endif %}
|
14
|
-
{% for item in carousel_items %}
|
15
|
-
{% if include.object.lightbox_enabled %}<a data-featherlight="{{item.image}}">{% endif %}
|
16
|
-
<div class="item">
|
17
|
-
{% if item.image %}
|
18
|
-
{% capture image_path %}{{item.image | remove_first: "/" }}{% endcapture %}
|
19
|
-
{% capture full_path %}{{item.image}}{% endcapture %}
|
20
|
-
{% responsive_image_block %}
|
21
|
-
template: _includes/thumbnail_image.html
|
22
|
-
path: {{ image_path }}
|
23
|
-
fullpath: {{ full_path }}
|
24
|
-
{% if item.title %}
|
25
|
-
title: {{ item.title | slugify: "ascii"}}
|
26
|
-
alt: {{ item.title | slugify: "ascii"}}
|
27
|
-
{% endif %}
|
28
|
-
{% endresponsive_image_block %}
|
29
|
-
{% endif %}
|
30
|
-
</div>
|
31
|
-
{% if include.object.lightbox_enabled %}</a>{% endif %}
|
32
|
-
{% endfor %}
|
33
|
-
</div>
|
1
|
+
<div class="owl-carousel slider-block owl-theme" data-size="{{include.object.items | size }}"
|
2
|
+
{% if include.object.xs_items %}data-xs-number="{{include.object.xs_items}}"{% endif %}
|
3
|
+
{% if include.object.sm_items %}data-sm-number="{{include.object.sm_items}}"{% endif %}
|
4
|
+
{% if include.object.md_items %}data-md-number="{{include.object.md_items}}"{% endif %}
|
5
|
+
{% if include.object.lg_items %}data-lg-number="{{include.object.lg_items}}"{% endif %}
|
6
|
+
{% if include.object.dots %}data-dots="true"{% endif %}
|
7
|
+
{% if include.object.nav %}data-nav="true"{% endif %}
|
8
|
+
{% if include.object.seconds_per_slide %}data-seconds-per-slide="{{include.object.seconds_per_slide}}"{% endif %}>
|
9
|
+
{% if include.object.items %}
|
10
|
+
{% assign carousel_items = include.object.items %}
|
11
|
+
{% elsif include.object.data_source %}
|
12
|
+
{% assign carousel_items = site.data[include.object.source] %}
|
13
|
+
{% endif %}
|
14
|
+
{% for item in carousel_items %}
|
15
|
+
{% if include.object.lightbox_enabled %}<a data-featherlight="{{item.image}}">{% endif %}
|
16
|
+
<div class="item">
|
17
|
+
{% if item.image %}
|
18
|
+
{% capture image_path %}{{item.image | remove_first: "/" }}{% endcapture %}
|
19
|
+
{% capture full_path %}{{item.image}}{% endcapture %}
|
20
|
+
{% responsive_image_block %}
|
21
|
+
template: _includes/thumbnail_image.html
|
22
|
+
path: {{ image_path }}
|
23
|
+
fullpath: {{ full_path }}
|
24
|
+
{% if item.title %}
|
25
|
+
title: {{ item.title | slugify: "ascii"}}
|
26
|
+
alt: {{ item.title | slugify: "ascii"}}
|
27
|
+
{% endif %}
|
28
|
+
{% endresponsive_image_block %}
|
29
|
+
{% endif %}
|
30
|
+
</div>
|
31
|
+
{% if include.object.lightbox_enabled %}</a>{% endif %}
|
32
|
+
{% endfor %}
|
33
|
+
</div>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<div class="col-xs-12 slider_row">
|
2
|
-
{% include core/slider.html object=include.object %}
|
1
|
+
<div class="col-xs-12 slider_row">
|
2
|
+
{% include core/slider.html object=include.object %}
|
3
3
|
</div>
|
data/_includes/core/title.html
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
<div class="col-xs-12 title text-center">
|
2
|
-
<{{include.object.size}}>{{include.object.text}}</{{include.object.size}}>
|
3
|
-
</div>
|
1
|
+
<div class="col-xs-12 title text-center">
|
2
|
+
<{{include.object.size}}>{{include.object.text}}</{{include.object.size}}>
|
3
|
+
</div>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
{% if include.object contains "https://youtu.be/" %}
|
2
|
-
{% assign media_url = include.object | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
|
3
|
-
{% elsif include.object contains "https://www.youtube.com/watch?v=" %}
|
4
|
-
{% assign media_url = include.object | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
|
5
|
-
{% else %}
|
6
|
-
{% assign media_url = include.object %}
|
7
|
-
{% endif %}
|
8
|
-
|
9
|
-
<div class="embed-responsive embed-responsive-16by9">
|
10
|
-
<iframe src='about:blank' allowFullScreen="allowFullScreen" frameBorder="0" class="lazyload embed-responsive-item" data-src="{{media_url}}"></iframe>
|
11
|
-
</div>
|
1
|
+
{% if include.object contains "https://youtu.be/" %}
|
2
|
+
{% assign media_url = include.object | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
|
3
|
+
{% elsif include.object contains "https://www.youtube.com/watch?v=" %}
|
4
|
+
{% assign media_url = include.object | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
|
5
|
+
{% else %}
|
6
|
+
{% assign media_url = include.object %}
|
7
|
+
{% endif %}
|
8
|
+
|
9
|
+
<div class="embed-responsive embed-responsive-16by9">
|
10
|
+
<iframe src='about:blank' allowFullScreen="allowFullScreen" frameBorder="0" class="lazyload embed-responsive-item" data-src="{{media_url}}"></iframe>
|
11
|
+
</div>
|
data/_includes/css.html
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
{% if include.pageCSS %}
|
2
|
-
{% capture css-package %}/assets/css/main-{{include.pageCSS}}.css{% endcapture %}
|
3
|
-
<link rel="stylesheet" href="{{ css-package | relative_url }}">
|
4
|
-
{% elsif include.layoutCSS %}
|
5
|
-
{% capture css-package %}/assets/css/main-{{include.layoutCSS}}.css{% endcapture %}
|
6
|
-
<link rel="stylesheet" href="{{ css-package | relative_url }}">
|
7
|
-
{% else %}
|
8
|
-
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
9
|
-
{% endif %}
|
1
|
+
{% if include.pageCSS %}
|
2
|
+
{% capture css-package %}/assets/css/main-{{include.pageCSS}}.css{% endcapture %}
|
3
|
+
<link rel="stylesheet" href="{{ css-package | relative_url }}">
|
4
|
+
{% elsif include.layoutCSS %}
|
5
|
+
{% capture css-package %}/assets/css/main-{{include.layoutCSS}}.css{% endcapture %}
|
6
|
+
<link rel="stylesheet" href="{{ css-package | relative_url }}">
|
7
|
+
{% else %}
|
8
|
+
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
9
|
+
{% endif %}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
|
2
|
-
<form action="" method="POST" role="form">
|
3
|
-
<legend>Form title</legend>
|
4
|
-
|
5
|
-
<div class="form-group">
|
6
|
-
<label for="">label</label>
|
7
|
-
<input type="text" class="form-control" id="" placeholder="Input field">
|
8
|
-
</div>
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
<button type="submit" class="btn btn-primary">Submit</button>
|
13
|
-
</form>
|
1
|
+
|
2
|
+
<form action="" method="POST" role="form">
|
3
|
+
<legend>Form title</legend>
|
4
|
+
|
5
|
+
<div class="form-group">
|
6
|
+
<label for="">label</label>
|
7
|
+
<input type="text" class="form-control" id="" placeholder="Input field">
|
8
|
+
</div>
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
<button type="submit" class="btn btn-primary">Submit</button>
|
13
|
+
</form>
|
@@ -1,562 +1,562 @@
|
|
1
|
-
<div class="row content-row p-b-40 p-t-40" id="sponsor-table" style="background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.43)), url(/assets/images/content/background-image2.png);">
|
2
|
-
<div class="container">
|
3
|
-
<h2>Sponsorship Options</h2>
|
4
|
-
<table class="table hidden-xs">
|
5
|
-
<thead>
|
6
|
-
<tr>
|
7
|
-
<th></th>
|
8
|
-
<th data-sponsor-type="lead">Lead</th>
|
9
|
-
<th data-sponsor-type="break">Break</th>
|
10
|
-
<th data-sponsor-type="lunch">Lunch</th>
|
11
|
-
<th data-sponsor-type="t-shirt">T-Shirt</th>
|
12
|
-
<th data-sponsor-type="social">Social</th>
|
13
|
-
<th data-sponsor-type="giveaway">Giveaway</th>
|
14
|
-
<th data-sponsor-type="exhibition">Exhibition</th>
|
15
|
-
<th data-sponsor-type="lanyards">Lanyards</th>
|
16
|
-
</tr>
|
17
|
-
<tr>
|
18
|
-
<th></th>
|
19
|
-
<th data-sponsor-type="lead">$26K</th>
|
20
|
-
<th data-sponsor-type="break">$16K</th>
|
21
|
-
<th data-sponsor-type="lunch">$13K</th>
|
22
|
-
<th data-sponsor-type="t-shirt">$12K</th>
|
23
|
-
<th data-sponsor-type="social">$11K</th>
|
24
|
-
<th data-sponsor-type="giveaway">$5-10K</th>
|
25
|
-
<th data-sponsor-type="exhibition">$7K</th>
|
26
|
-
<th data-sponsor-type="team-dinner">$6K</th>
|
27
|
-
</tr>
|
28
|
-
</thead>
|
29
|
-
<tbody>
|
30
|
-
<tr>
|
31
|
-
<td>
|
32
|
-
Event Entry Package <br>
|
33
|
-
<small>Compilmentary 5-day passes</small>
|
34
|
-
</td>
|
35
|
-
<td data-sponsor-type="lead"><span class="tickets">6</span></td>
|
36
|
-
<td data-sponsor-type="break"><span class="tickets">4</span></td>
|
37
|
-
<td data-sponsor-type="lunch"><span class="tickets">3</span></td>
|
38
|
-
<td data-sponsor-type="t-shirt"><span class="tickets">2</span></td>
|
39
|
-
<td data-sponsor-type="social"><span class="tickets">2</span></td>
|
40
|
-
<td data-sponsor-type="giveaway"><span class="tickets">2</span></td>
|
41
|
-
<td data-sponsor-type="exhibition"><span class="tickets">1</span></td>
|
42
|
-
<td data-sponsor-type="lanyards"><span class="tickets">1</span></td>
|
43
|
-
</tr>
|
44
|
-
<tr>
|
45
|
-
<td>
|
46
|
-
Branding Package <br>
|
47
|
-
<small>
|
48
|
-
Company logo on event graphics and stage,
|
49
|
-
Connect website, General email and
|
50
|
-
Social Media promotions
|
51
|
-
</small>
|
52
|
-
</td>
|
53
|
-
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
54
|
-
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
55
|
-
<td data-sponsor-type="lunch"><span class="fa fa-check"></span></td>
|
56
|
-
<td data-sponsor-type="t-shirt"><span class="fa fa-check"></span></td>
|
57
|
-
<td data-sponsor-type="social"><span class="fa fa-check"></span></td>
|
58
|
-
<td data-sponsor-type="giveaway"><span class="fa fa-check"></span></td>
|
59
|
-
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
60
|
-
<td data-sponsor-type="lanyards"><span class="fa fa-check"></span></td>
|
61
|
-
</tr>
|
62
|
-
<tr>
|
63
|
-
<td>
|
64
|
-
Communications Package <br>
|
65
|
-
<small>
|
66
|
-
One email blast to all registered
|
67
|
-
Linaro Connect attendees
|
68
|
-
One blog post on Linaro Connect website
|
69
|
-
One Slide on Daily Notices presentation
|
70
|
-
</small>
|
71
|
-
</td>
|
72
|
-
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
73
|
-
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
74
|
-
<td data-sponsor-type="lunch"><span class="fa fa-check"></span></td>
|
75
|
-
<td data-sponsor-type="t-shirt"><span class="fa fa-check"></span></td>
|
76
|
-
<td data-sponsor-type="social"><span class="fa fa-check"></span></td>
|
77
|
-
<td data-sponsor-type="giveaway"><span class="fa fa-check"></span></td>
|
78
|
-
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
79
|
-
<td data-sponsor-type="lanyards"><span class="fa fa-check"></span></td>
|
80
|
-
</tr>
|
81
|
-
<tr>
|
82
|
-
<td>
|
83
|
-
Video Package <br>
|
84
|
-
<small>
|
85
|
-
One 2 minute video - subject to
|
86
|
-
Event Team approval
|
87
|
-
</small>
|
88
|
-
</td>
|
89
|
-
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
90
|
-
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
91
|
-
<td data-sponsor-type="lunch"></td>
|
92
|
-
<td data-sponsor-type="t-shirt"></td>
|
93
|
-
<td data-sponsor-type="social"></td>
|
94
|
-
<td data-sponsor-type="giveaway"></td>
|
95
|
-
<td data-sponsor-type="exhibition"></td>
|
96
|
-
<td data-sponsor-type="lanyards"></td>
|
97
|
-
</tr>
|
98
|
-
<tr>
|
99
|
-
<td>
|
100
|
-
Exhibition Package <br>
|
101
|
-
<small>
|
102
|
-
One exhibition table throughout the week
|
103
|
-
including Demo Friday
|
104
|
-
</small>
|
105
|
-
</td>
|
106
|
-
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
107
|
-
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
108
|
-
<td data-sponsor-type="lunch"></td>
|
109
|
-
<td data-sponsor-type="t-shirt"></td>
|
110
|
-
<td data-sponsor-type="social"></td>
|
111
|
-
<td data-sponsor-type="giveaway"></td>
|
112
|
-
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
113
|
-
<td data-sponsor-type="lanyards"></td>
|
114
|
-
</tr>
|
115
|
-
<tr>
|
116
|
-
<td>
|
117
|
-
Additional Lead Sponsor benefit <br>
|
118
|
-
<small>
|
119
|
-
Early access to meeting room schedule
|
120
|
-
(one week before official schedule launch)
|
121
|
-
</small>
|
122
|
-
</td>
|
123
|
-
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
124
|
-
<td data-sponsor-type="break"></td>
|
125
|
-
<td data-sponsor-type="lunch"></td>
|
126
|
-
<td data-sponsor-type="t-shirt"></td>
|
127
|
-
<td data-sponsor-type="social"></td>
|
128
|
-
<td data-sponsor-type="giveaway"></td>
|
129
|
-
<td data-sponsor-type="exhibition"></td>
|
130
|
-
<td data-sponsor-type="lanyards"></td>
|
131
|
-
</tr>
|
132
|
-
|
133
|
-
</tbody>
|
134
|
-
</table>
|
135
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
136
|
-
<div class="panel-heading">
|
137
|
-
<h3 class="panel-title">Lead</h3>
|
138
|
-
<div class="pricing">$26K</div>
|
139
|
-
</div>
|
140
|
-
<div class="panel-body">
|
141
|
-
<ul class="list-group">
|
142
|
-
<li class="list-group-item">
|
143
|
-
Event Entry Package <br>
|
144
|
-
<small>Compilmentary 5-day passes</small>
|
145
|
-
<span class="tickets center-block">6</span>
|
146
|
-
</li>
|
147
|
-
<li class="list-group-item">
|
148
|
-
Branding Package <br>
|
149
|
-
<small>
|
150
|
-
Company logo on event graphics and stage,
|
151
|
-
Connect website, General email and
|
152
|
-
Social Media promotions
|
153
|
-
</small>
|
154
|
-
</li>
|
155
|
-
<li class="list-group-item">
|
156
|
-
Communications Package <br>
|
157
|
-
<small>
|
158
|
-
One email blast to all registered
|
159
|
-
|
160
|
-
Linaro Connect attendees
|
161
|
-
One blog post on Linaro Connect website
|
162
|
-
One Slide on Daily Notices presentation
|
163
|
-
</small>
|
164
|
-
</li>
|
165
|
-
<li class="list-group-item">
|
166
|
-
Video Package <br>
|
167
|
-
<small>
|
168
|
-
One 2 minute video - subject to
|
169
|
-
Event Team approval
|
170
|
-
</small>
|
171
|
-
</li>
|
172
|
-
<li class="list-group-item">
|
173
|
-
Exhibition Package <br>
|
174
|
-
<small>
|
175
|
-
One exhibition table throughout the week
|
176
|
-
including Demo Friday
|
177
|
-
</small>
|
178
|
-
</li>
|
179
|
-
<li class="list-group-item">
|
180
|
-
Additional Lead Sponsor benefit <br>
|
181
|
-
<small>
|
182
|
-
Early access to meeting room schedule
|
183
|
-
(one week before official schedule launch)
|
184
|
-
</small>
|
185
|
-
</li>
|
186
|
-
</ul>
|
187
|
-
</div>
|
188
|
-
</div>
|
189
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
190
|
-
<div class="panel-heading">
|
191
|
-
<h3 class="panel-title">Break</h3>
|
192
|
-
<div class="pricing">$16K</div>
|
193
|
-
</div>
|
194
|
-
<div class="panel-body">
|
195
|
-
<ul class="list-group">
|
196
|
-
<li class="list-group-item">
|
197
|
-
Event Entry Package <br>
|
198
|
-
<small>Compilmentary 5-day passes</small>
|
199
|
-
<span class="tickets center-block">4</span>
|
200
|
-
</li>
|
201
|
-
<li class="list-group-item">
|
202
|
-
Branding Package <br>
|
203
|
-
<small>
|
204
|
-
Company logo on event graphics and stage,
|
205
|
-
Connect website, General email and
|
206
|
-
Social Media promotions
|
207
|
-
</small>
|
208
|
-
</li>
|
209
|
-
<li class="list-group-item">
|
210
|
-
Communications Package <br>
|
211
|
-
<small>
|
212
|
-
One email blast to all registered
|
213
|
-
Linaro Connect attendees
|
214
|
-
One blog post on Linaro Connect website
|
215
|
-
One Slide on Daily Notices presentation
|
216
|
-
</small>
|
217
|
-
</li>
|
218
|
-
<li class="list-group-item">
|
219
|
-
Video Package <br>
|
220
|
-
<small>
|
221
|
-
One 2 minute video - subject to
|
222
|
-
Event Team approval
|
223
|
-
</small>
|
224
|
-
</li>
|
225
|
-
<li class="list-group-item">
|
226
|
-
Exhibition Package <br>
|
227
|
-
<small>
|
228
|
-
One exhibition table throughout the week
|
229
|
-
including Demo Friday
|
230
|
-
</small>
|
231
|
-
</li>
|
232
|
-
<li class="list-group-item disabled">
|
233
|
-
Additional Lead Sponsor benefit <br>
|
234
|
-
<small>
|
235
|
-
Early access to meeting room schedule
|
236
|
-
(one week before official schedule launch)
|
237
|
-
</small>
|
238
|
-
</li>
|
239
|
-
</ul>
|
240
|
-
</div>
|
241
|
-
</div>
|
242
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
243
|
-
<div class="panel-heading">
|
244
|
-
<h3 class="panel-title">Lunch</h3>
|
245
|
-
<div class="pricing">$13K</div>
|
246
|
-
</div>
|
247
|
-
<div class="panel-body">
|
248
|
-
<ul class="list-group">
|
249
|
-
<li class="list-group-item">
|
250
|
-
Event Entry Package <br>
|
251
|
-
<small>Compilmentary 5-day passes</small>
|
252
|
-
<span class="tickets center-block">3</span>
|
253
|
-
</li>
|
254
|
-
<li class="list-group-item">
|
255
|
-
Branding Package <br>
|
256
|
-
<small>
|
257
|
-
Company logo on event graphics and stage,
|
258
|
-
Connect website, General email and
|
259
|
-
Social Media promotions
|
260
|
-
</small>
|
261
|
-
</li>
|
262
|
-
<li class="list-group-item">
|
263
|
-
Communications Package <br>
|
264
|
-
<small>
|
265
|
-
One email blast to all registered
|
266
|
-
Linaro Connect attendees
|
267
|
-
One blog post on Linaro Connect website
|
268
|
-
One Slide on Daily Notices presentation
|
269
|
-
</small>
|
270
|
-
</li>
|
271
|
-
<li class="list-group-item disabled">
|
272
|
-
Video Package <br>
|
273
|
-
<small>
|
274
|
-
One 2 minute video - subject to
|
275
|
-
Event Team approval
|
276
|
-
</small>
|
277
|
-
</li>
|
278
|
-
<li class="list-group-item disabled">
|
279
|
-
Exhibition Package <br>
|
280
|
-
<small>
|
281
|
-
One exhibition table throughout the week
|
282
|
-
including Demo Friday
|
283
|
-
</small>
|
284
|
-
</li>
|
285
|
-
<li class="list-group-item disabled disabled">
|
286
|
-
Additional Lead Sponsor benefit <br>
|
287
|
-
<small>
|
288
|
-
Early access to meeting room schedule
|
289
|
-
(one week before official schedule launch)
|
290
|
-
</small>
|
291
|
-
</li>
|
292
|
-
</ul>
|
293
|
-
</div>
|
294
|
-
</div>
|
295
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
296
|
-
<div class="panel-heading">
|
297
|
-
<h3 class="panel-title">T-Shirt</h3>
|
298
|
-
<div class="pricing">$12K</div>
|
299
|
-
</div>
|
300
|
-
<div class="panel-body">
|
301
|
-
<ul class="list-group">
|
302
|
-
<li class="list-group-item">
|
303
|
-
Event Entry Package <br>
|
304
|
-
<small>Compilmentary 5-day passes</small>
|
305
|
-
<span class="tickets center-block">2</span>
|
306
|
-
</li>
|
307
|
-
<li class="list-group-item">
|
308
|
-
Branding Package <br>
|
309
|
-
<small>
|
310
|
-
Company logo on event graphics and stage,
|
311
|
-
Connect website, General email and
|
312
|
-
Social Media promotions
|
313
|
-
</small>
|
314
|
-
</li>
|
315
|
-
<li class="list-group-item">
|
316
|
-
Communications Package <br>
|
317
|
-
<small>
|
318
|
-
One email blast to all registered
|
319
|
-
Linaro Connect attendees
|
320
|
-
One blog post on Linaro Connect website
|
321
|
-
One Slide on Daily Notices presentation
|
322
|
-
</small>
|
323
|
-
</li>
|
324
|
-
<li class="list-group-item disabled">
|
325
|
-
Video Package <br>
|
326
|
-
<small>
|
327
|
-
One 2 minute video - subject to
|
328
|
-
Event Team approval
|
329
|
-
</small>
|
330
|
-
</li>
|
331
|
-
<li class="list-group-item disabled">
|
332
|
-
Exhibition Package <br>
|
333
|
-
<small>
|
334
|
-
One exhibition table throughout the week
|
335
|
-
including Demo Friday
|
336
|
-
</small>
|
337
|
-
</li>
|
338
|
-
<li class="list-group-item disabled disabled">
|
339
|
-
Additional Lead Sponsor benefit <br>
|
340
|
-
<small>
|
341
|
-
Early access to meeting room schedule
|
342
|
-
(one week before official schedule launch)
|
343
|
-
</small>
|
344
|
-
</li>
|
345
|
-
</ul>
|
346
|
-
</div>
|
347
|
-
</div>
|
348
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
349
|
-
<div class="panel-heading">
|
350
|
-
<h3 class="panel-title">Social</h3>
|
351
|
-
<div class="pricing">$11K</div>
|
352
|
-
</div>
|
353
|
-
<div class="panel-body">
|
354
|
-
<ul class="list-group">
|
355
|
-
<li class="list-group-item">
|
356
|
-
Event Entry Package <br>
|
357
|
-
<small>Compilmentary 5-day passes</small>
|
358
|
-
<span class="tickets center-block">2</span>
|
359
|
-
</li>
|
360
|
-
<li class="list-group-item">
|
361
|
-
Branding Package <br>
|
362
|
-
<small>
|
363
|
-
Company logo on event graphics and stage,
|
364
|
-
Connect website, General email and
|
365
|
-
Social Media promotions
|
366
|
-
</small>
|
367
|
-
</li>
|
368
|
-
<li class="list-group-item">
|
369
|
-
Communications Package <br>
|
370
|
-
<small>
|
371
|
-
One email blast to all registered
|
372
|
-
Linaro Connect attendees
|
373
|
-
One blog post on Linaro Connect website
|
374
|
-
One Slide on Daily Notices presentation
|
375
|
-
</small>
|
376
|
-
</li>
|
377
|
-
<li class="list-group-item disabled">
|
378
|
-
Video Package <br>
|
379
|
-
<small>
|
380
|
-
One 2 minute video - subject to
|
381
|
-
Event Team approval
|
382
|
-
</small>
|
383
|
-
</li>
|
384
|
-
<li class="list-group-item disabled">
|
385
|
-
Exhibition Package <br>
|
386
|
-
<small>
|
387
|
-
One exhibition table throughout the week
|
388
|
-
including Demo Friday
|
389
|
-
</small>
|
390
|
-
</li>
|
391
|
-
<li class="list-group-item disabled disabled">
|
392
|
-
Additional Lead Sponsor benefit <br>
|
393
|
-
<small>
|
394
|
-
Early access to meeting room schedule
|
395
|
-
(one week before official schedule launch)
|
396
|
-
</small>
|
397
|
-
</li>
|
398
|
-
</ul>
|
399
|
-
</div>
|
400
|
-
</div>
|
401
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
402
|
-
<div class="panel-heading">
|
403
|
-
<h3 class="panel-title">Giveaway</h3>
|
404
|
-
<div class="pricing">$5-10K</div>
|
405
|
-
</div>
|
406
|
-
<div class="panel-body">
|
407
|
-
<ul class="list-group">
|
408
|
-
<li class="list-group-item">
|
409
|
-
Event Entry Package <br>
|
410
|
-
<small>Compilmentary 5-day passes</small>
|
411
|
-
<span class="tickets center-block">2</span>
|
412
|
-
</li>
|
413
|
-
<li class="list-group-item">
|
414
|
-
Branding Package <br>
|
415
|
-
<small>
|
416
|
-
Company logo on event graphics and stage,
|
417
|
-
Connect website, General email and
|
418
|
-
Social Media promotions
|
419
|
-
</small>
|
420
|
-
</li>
|
421
|
-
<li class="list-group-item">
|
422
|
-
Communications Package <br>
|
423
|
-
<small>
|
424
|
-
One email blast to all registered
|
425
|
-
Linaro Connect attendees
|
426
|
-
One blog post on Linaro Connect website
|
427
|
-
One Slide on Daily Notices presentation
|
428
|
-
</small>
|
429
|
-
</li>
|
430
|
-
<li class="list-group-item disabled">
|
431
|
-
Video Package <br>
|
432
|
-
<small>
|
433
|
-
One 2 minute video - subject to
|
434
|
-
Event Team approval
|
435
|
-
</small>
|
436
|
-
</li>
|
437
|
-
<li class="list-group-item disabled">
|
438
|
-
Exhibition Package <br>
|
439
|
-
<small>
|
440
|
-
One exhibition table throughout the week
|
441
|
-
including Demo Friday
|
442
|
-
</small>
|
443
|
-
</li>
|
444
|
-
<li class="list-group-item disabled disabled">
|
445
|
-
Additional Lead Sponsor benefit <br>
|
446
|
-
<small>
|
447
|
-
Early access to meeting room schedule
|
448
|
-
(one week before official schedule launch)
|
449
|
-
</small>
|
450
|
-
</li>
|
451
|
-
</ul>
|
452
|
-
</div>
|
453
|
-
</div>
|
454
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
455
|
-
<div class="panel-heading">
|
456
|
-
<h3 class="panel-title">Exhibition</h3>
|
457
|
-
<div class="pricing">$7K</div>
|
458
|
-
</div>
|
459
|
-
<div class="panel-body">
|
460
|
-
<ul class="list-group">
|
461
|
-
<li class="list-group-item">
|
462
|
-
Event Entry Package <br>
|
463
|
-
<small>Compilmentary 5-day passes</small>
|
464
|
-
<span class="tickets center-block">1</span>
|
465
|
-
</li>
|
466
|
-
<li class="list-group-item">
|
467
|
-
Branding Package <br>
|
468
|
-
<small>
|
469
|
-
Company logo on event graphics and stage,
|
470
|
-
Connect website, General email and
|
471
|
-
Social Media promotions
|
472
|
-
</small>
|
473
|
-
</li>
|
474
|
-
<li class="list-group-item">
|
475
|
-
Communications Package <br>
|
476
|
-
<small>
|
477
|
-
One email blast to all registered
|
478
|
-
Linaro Connect attendees
|
479
|
-
One blog post on Linaro Connect website
|
480
|
-
One Slide on Daily Notices presentation
|
481
|
-
</small>
|
482
|
-
</li>
|
483
|
-
<li class="list-group-item disabled">
|
484
|
-
Video Package <br>
|
485
|
-
<small>
|
486
|
-
One 2 minute video - subject to
|
487
|
-
Event Team approval
|
488
|
-
</small>
|
489
|
-
</li>
|
490
|
-
<li class="list-group-item">
|
491
|
-
Exhibition Package <br>
|
492
|
-
<small>
|
493
|
-
One exhibition table throughout the week
|
494
|
-
including Demo Friday
|
495
|
-
</small>
|
496
|
-
</li>
|
497
|
-
<li class="list-group-item disabled disabled">
|
498
|
-
Additional Lead Sponsor benefit <br>
|
499
|
-
<small>
|
500
|
-
Early access to meeting room schedule
|
501
|
-
(one week before official schedule launch)
|
502
|
-
</small>
|
503
|
-
</li>
|
504
|
-
</ul>
|
505
|
-
</div>
|
506
|
-
</div>
|
507
|
-
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
508
|
-
<div class="panel-heading">
|
509
|
-
<h3 class="panel-title">Lanyards</h3>
|
510
|
-
<div class="pricing">$6K</div>
|
511
|
-
</div>
|
512
|
-
<div class="panel-body">
|
513
|
-
<ul class="list-group">
|
514
|
-
<li class="list-group-item">
|
515
|
-
Event Entry Package <br>
|
516
|
-
<small>Compilmentary 5-day passes</small>
|
517
|
-
<span class="tickets center-block">1</span>
|
518
|
-
</li>
|
519
|
-
<li class="list-group-item">
|
520
|
-
Branding Package <br>
|
521
|
-
<small>
|
522
|
-
Company logo on event graphics and stage,
|
523
|
-
Connect website, General email and
|
524
|
-
Social Media promotions
|
525
|
-
</small>
|
526
|
-
</li>
|
527
|
-
<li class="list-group-item">
|
528
|
-
Communications Package <br>
|
529
|
-
<small>
|
530
|
-
One email blast to all registered
|
531
|
-
Linaro Connect attendees
|
532
|
-
One blog post on Linaro Connect website
|
533
|
-
One Slide on Daily Notices presentation
|
534
|
-
</small>
|
535
|
-
</li>
|
536
|
-
<li class="list-group-item disabled">
|
537
|
-
Video Package <br>
|
538
|
-
<small>
|
539
|
-
One 2 minute video - subject to
|
540
|
-
Event Team approval
|
541
|
-
</small>
|
542
|
-
</li>
|
543
|
-
<li class="list-group-item disabled">
|
544
|
-
Exhibition Package <br>
|
545
|
-
<small>
|
546
|
-
One exhibition table throughout the week
|
547
|
-
including Demo Friday
|
548
|
-
</small>
|
549
|
-
</li>
|
550
|
-
<li class="list-group-item disabled disabled">
|
551
|
-
Additional Lead Sponsor benefit <br>
|
552
|
-
<small>
|
553
|
-
Early access to meeting room schedule
|
554
|
-
(one week before official schedule launch)
|
555
|
-
</small>
|
556
|
-
</li>
|
557
|
-
</ul>
|
558
|
-
</div>
|
559
|
-
</div>
|
560
|
-
|
561
|
-
</div>
|
562
|
-
</div>
|
1
|
+
<div class="row content-row p-b-40 p-t-40" id="sponsor-table" style="background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.43)), url(/assets/images/content/background-image2.png);">
|
2
|
+
<div class="container">
|
3
|
+
<h2>Sponsorship Options</h2>
|
4
|
+
<table class="table hidden-xs">
|
5
|
+
<thead>
|
6
|
+
<tr>
|
7
|
+
<th></th>
|
8
|
+
<th data-sponsor-type="lead">Lead</th>
|
9
|
+
<th data-sponsor-type="break">Break</th>
|
10
|
+
<th data-sponsor-type="lunch">Lunch</th>
|
11
|
+
<th data-sponsor-type="t-shirt">T-Shirt</th>
|
12
|
+
<th data-sponsor-type="social">Social</th>
|
13
|
+
<th data-sponsor-type="giveaway">Giveaway</th>
|
14
|
+
<th data-sponsor-type="exhibition">Exhibition</th>
|
15
|
+
<th data-sponsor-type="lanyards">Lanyards</th>
|
16
|
+
</tr>
|
17
|
+
<tr>
|
18
|
+
<th></th>
|
19
|
+
<th data-sponsor-type="lead">$26K</th>
|
20
|
+
<th data-sponsor-type="break">$16K</th>
|
21
|
+
<th data-sponsor-type="lunch">$13K</th>
|
22
|
+
<th data-sponsor-type="t-shirt">$12K</th>
|
23
|
+
<th data-sponsor-type="social">$11K</th>
|
24
|
+
<th data-sponsor-type="giveaway">$5-10K</th>
|
25
|
+
<th data-sponsor-type="exhibition">$7K</th>
|
26
|
+
<th data-sponsor-type="team-dinner">$6K</th>
|
27
|
+
</tr>
|
28
|
+
</thead>
|
29
|
+
<tbody>
|
30
|
+
<tr>
|
31
|
+
<td>
|
32
|
+
Event Entry Package <br>
|
33
|
+
<small>Compilmentary 5-day passes</small>
|
34
|
+
</td>
|
35
|
+
<td data-sponsor-type="lead"><span class="tickets">6</span></td>
|
36
|
+
<td data-sponsor-type="break"><span class="tickets">4</span></td>
|
37
|
+
<td data-sponsor-type="lunch"><span class="tickets">3</span></td>
|
38
|
+
<td data-sponsor-type="t-shirt"><span class="tickets">2</span></td>
|
39
|
+
<td data-sponsor-type="social"><span class="tickets">2</span></td>
|
40
|
+
<td data-sponsor-type="giveaway"><span class="tickets">2</span></td>
|
41
|
+
<td data-sponsor-type="exhibition"><span class="tickets">1</span></td>
|
42
|
+
<td data-sponsor-type="lanyards"><span class="tickets">1</span></td>
|
43
|
+
</tr>
|
44
|
+
<tr>
|
45
|
+
<td>
|
46
|
+
Branding Package <br>
|
47
|
+
<small>
|
48
|
+
Company logo on event graphics and stage,
|
49
|
+
Connect website, General email and
|
50
|
+
Social Media promotions
|
51
|
+
</small>
|
52
|
+
</td>
|
53
|
+
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
54
|
+
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
55
|
+
<td data-sponsor-type="lunch"><span class="fa fa-check"></span></td>
|
56
|
+
<td data-sponsor-type="t-shirt"><span class="fa fa-check"></span></td>
|
57
|
+
<td data-sponsor-type="social"><span class="fa fa-check"></span></td>
|
58
|
+
<td data-sponsor-type="giveaway"><span class="fa fa-check"></span></td>
|
59
|
+
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
60
|
+
<td data-sponsor-type="lanyards"><span class="fa fa-check"></span></td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td>
|
64
|
+
Communications Package <br>
|
65
|
+
<small>
|
66
|
+
One email blast to all registered
|
67
|
+
Linaro Connect attendees
|
68
|
+
One blog post on Linaro Connect website
|
69
|
+
One Slide on Daily Notices presentation
|
70
|
+
</small>
|
71
|
+
</td>
|
72
|
+
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
73
|
+
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
74
|
+
<td data-sponsor-type="lunch"><span class="fa fa-check"></span></td>
|
75
|
+
<td data-sponsor-type="t-shirt"><span class="fa fa-check"></span></td>
|
76
|
+
<td data-sponsor-type="social"><span class="fa fa-check"></span></td>
|
77
|
+
<td data-sponsor-type="giveaway"><span class="fa fa-check"></span></td>
|
78
|
+
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
79
|
+
<td data-sponsor-type="lanyards"><span class="fa fa-check"></span></td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td>
|
83
|
+
Video Package <br>
|
84
|
+
<small>
|
85
|
+
One 2 minute video - subject to
|
86
|
+
Event Team approval
|
87
|
+
</small>
|
88
|
+
</td>
|
89
|
+
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
90
|
+
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
91
|
+
<td data-sponsor-type="lunch"></td>
|
92
|
+
<td data-sponsor-type="t-shirt"></td>
|
93
|
+
<td data-sponsor-type="social"></td>
|
94
|
+
<td data-sponsor-type="giveaway"></td>
|
95
|
+
<td data-sponsor-type="exhibition"></td>
|
96
|
+
<td data-sponsor-type="lanyards"></td>
|
97
|
+
</tr>
|
98
|
+
<tr>
|
99
|
+
<td>
|
100
|
+
Exhibition Package <br>
|
101
|
+
<small>
|
102
|
+
One exhibition table throughout the week
|
103
|
+
including Demo Friday
|
104
|
+
</small>
|
105
|
+
</td>
|
106
|
+
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
107
|
+
<td data-sponsor-type="break"><span class="fa fa-check"></span></td>
|
108
|
+
<td data-sponsor-type="lunch"></td>
|
109
|
+
<td data-sponsor-type="t-shirt"></td>
|
110
|
+
<td data-sponsor-type="social"></td>
|
111
|
+
<td data-sponsor-type="giveaway"></td>
|
112
|
+
<td data-sponsor-type="exhibition"><span class="fa fa-check"></span></td>
|
113
|
+
<td data-sponsor-type="lanyards"></td>
|
114
|
+
</tr>
|
115
|
+
<tr>
|
116
|
+
<td>
|
117
|
+
Additional Lead Sponsor benefit <br>
|
118
|
+
<small>
|
119
|
+
Early access to meeting room schedule
|
120
|
+
(one week before official schedule launch)
|
121
|
+
</small>
|
122
|
+
</td>
|
123
|
+
<td data-sponsor-type="lead"><span class="fa fa-check"></span></td>
|
124
|
+
<td data-sponsor-type="break"></td>
|
125
|
+
<td data-sponsor-type="lunch"></td>
|
126
|
+
<td data-sponsor-type="t-shirt"></td>
|
127
|
+
<td data-sponsor-type="social"></td>
|
128
|
+
<td data-sponsor-type="giveaway"></td>
|
129
|
+
<td data-sponsor-type="exhibition"></td>
|
130
|
+
<td data-sponsor-type="lanyards"></td>
|
131
|
+
</tr>
|
132
|
+
|
133
|
+
</tbody>
|
134
|
+
</table>
|
135
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
136
|
+
<div class="panel-heading">
|
137
|
+
<h3 class="panel-title">Lead</h3>
|
138
|
+
<div class="pricing">$26K</div>
|
139
|
+
</div>
|
140
|
+
<div class="panel-body">
|
141
|
+
<ul class="list-group">
|
142
|
+
<li class="list-group-item">
|
143
|
+
Event Entry Package <br>
|
144
|
+
<small>Compilmentary 5-day passes</small>
|
145
|
+
<span class="tickets center-block">6</span>
|
146
|
+
</li>
|
147
|
+
<li class="list-group-item">
|
148
|
+
Branding Package <br>
|
149
|
+
<small>
|
150
|
+
Company logo on event graphics and stage,
|
151
|
+
Connect website, General email and
|
152
|
+
Social Media promotions
|
153
|
+
</small>
|
154
|
+
</li>
|
155
|
+
<li class="list-group-item">
|
156
|
+
Communications Package <br>
|
157
|
+
<small>
|
158
|
+
One email blast to all registered
|
159
|
+
|
160
|
+
Linaro Connect attendees
|
161
|
+
One blog post on Linaro Connect website
|
162
|
+
One Slide on Daily Notices presentation
|
163
|
+
</small>
|
164
|
+
</li>
|
165
|
+
<li class="list-group-item">
|
166
|
+
Video Package <br>
|
167
|
+
<small>
|
168
|
+
One 2 minute video - subject to
|
169
|
+
Event Team approval
|
170
|
+
</small>
|
171
|
+
</li>
|
172
|
+
<li class="list-group-item">
|
173
|
+
Exhibition Package <br>
|
174
|
+
<small>
|
175
|
+
One exhibition table throughout the week
|
176
|
+
including Demo Friday
|
177
|
+
</small>
|
178
|
+
</li>
|
179
|
+
<li class="list-group-item">
|
180
|
+
Additional Lead Sponsor benefit <br>
|
181
|
+
<small>
|
182
|
+
Early access to meeting room schedule
|
183
|
+
(one week before official schedule launch)
|
184
|
+
</small>
|
185
|
+
</li>
|
186
|
+
</ul>
|
187
|
+
</div>
|
188
|
+
</div>
|
189
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
190
|
+
<div class="panel-heading">
|
191
|
+
<h3 class="panel-title">Break</h3>
|
192
|
+
<div class="pricing">$16K</div>
|
193
|
+
</div>
|
194
|
+
<div class="panel-body">
|
195
|
+
<ul class="list-group">
|
196
|
+
<li class="list-group-item">
|
197
|
+
Event Entry Package <br>
|
198
|
+
<small>Compilmentary 5-day passes</small>
|
199
|
+
<span class="tickets center-block">4</span>
|
200
|
+
</li>
|
201
|
+
<li class="list-group-item">
|
202
|
+
Branding Package <br>
|
203
|
+
<small>
|
204
|
+
Company logo on event graphics and stage,
|
205
|
+
Connect website, General email and
|
206
|
+
Social Media promotions
|
207
|
+
</small>
|
208
|
+
</li>
|
209
|
+
<li class="list-group-item">
|
210
|
+
Communications Package <br>
|
211
|
+
<small>
|
212
|
+
One email blast to all registered
|
213
|
+
Linaro Connect attendees
|
214
|
+
One blog post on Linaro Connect website
|
215
|
+
One Slide on Daily Notices presentation
|
216
|
+
</small>
|
217
|
+
</li>
|
218
|
+
<li class="list-group-item">
|
219
|
+
Video Package <br>
|
220
|
+
<small>
|
221
|
+
One 2 minute video - subject to
|
222
|
+
Event Team approval
|
223
|
+
</small>
|
224
|
+
</li>
|
225
|
+
<li class="list-group-item">
|
226
|
+
Exhibition Package <br>
|
227
|
+
<small>
|
228
|
+
One exhibition table throughout the week
|
229
|
+
including Demo Friday
|
230
|
+
</small>
|
231
|
+
</li>
|
232
|
+
<li class="list-group-item disabled">
|
233
|
+
Additional Lead Sponsor benefit <br>
|
234
|
+
<small>
|
235
|
+
Early access to meeting room schedule
|
236
|
+
(one week before official schedule launch)
|
237
|
+
</small>
|
238
|
+
</li>
|
239
|
+
</ul>
|
240
|
+
</div>
|
241
|
+
</div>
|
242
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
243
|
+
<div class="panel-heading">
|
244
|
+
<h3 class="panel-title">Lunch</h3>
|
245
|
+
<div class="pricing">$13K</div>
|
246
|
+
</div>
|
247
|
+
<div class="panel-body">
|
248
|
+
<ul class="list-group">
|
249
|
+
<li class="list-group-item">
|
250
|
+
Event Entry Package <br>
|
251
|
+
<small>Compilmentary 5-day passes</small>
|
252
|
+
<span class="tickets center-block">3</span>
|
253
|
+
</li>
|
254
|
+
<li class="list-group-item">
|
255
|
+
Branding Package <br>
|
256
|
+
<small>
|
257
|
+
Company logo on event graphics and stage,
|
258
|
+
Connect website, General email and
|
259
|
+
Social Media promotions
|
260
|
+
</small>
|
261
|
+
</li>
|
262
|
+
<li class="list-group-item">
|
263
|
+
Communications Package <br>
|
264
|
+
<small>
|
265
|
+
One email blast to all registered
|
266
|
+
Linaro Connect attendees
|
267
|
+
One blog post on Linaro Connect website
|
268
|
+
One Slide on Daily Notices presentation
|
269
|
+
</small>
|
270
|
+
</li>
|
271
|
+
<li class="list-group-item disabled">
|
272
|
+
Video Package <br>
|
273
|
+
<small>
|
274
|
+
One 2 minute video - subject to
|
275
|
+
Event Team approval
|
276
|
+
</small>
|
277
|
+
</li>
|
278
|
+
<li class="list-group-item disabled">
|
279
|
+
Exhibition Package <br>
|
280
|
+
<small>
|
281
|
+
One exhibition table throughout the week
|
282
|
+
including Demo Friday
|
283
|
+
</small>
|
284
|
+
</li>
|
285
|
+
<li class="list-group-item disabled disabled">
|
286
|
+
Additional Lead Sponsor benefit <br>
|
287
|
+
<small>
|
288
|
+
Early access to meeting room schedule
|
289
|
+
(one week before official schedule launch)
|
290
|
+
</small>
|
291
|
+
</li>
|
292
|
+
</ul>
|
293
|
+
</div>
|
294
|
+
</div>
|
295
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
296
|
+
<div class="panel-heading">
|
297
|
+
<h3 class="panel-title">T-Shirt</h3>
|
298
|
+
<div class="pricing">$12K</div>
|
299
|
+
</div>
|
300
|
+
<div class="panel-body">
|
301
|
+
<ul class="list-group">
|
302
|
+
<li class="list-group-item">
|
303
|
+
Event Entry Package <br>
|
304
|
+
<small>Compilmentary 5-day passes</small>
|
305
|
+
<span class="tickets center-block">2</span>
|
306
|
+
</li>
|
307
|
+
<li class="list-group-item">
|
308
|
+
Branding Package <br>
|
309
|
+
<small>
|
310
|
+
Company logo on event graphics and stage,
|
311
|
+
Connect website, General email and
|
312
|
+
Social Media promotions
|
313
|
+
</small>
|
314
|
+
</li>
|
315
|
+
<li class="list-group-item">
|
316
|
+
Communications Package <br>
|
317
|
+
<small>
|
318
|
+
One email blast to all registered
|
319
|
+
Linaro Connect attendees
|
320
|
+
One blog post on Linaro Connect website
|
321
|
+
One Slide on Daily Notices presentation
|
322
|
+
</small>
|
323
|
+
</li>
|
324
|
+
<li class="list-group-item disabled">
|
325
|
+
Video Package <br>
|
326
|
+
<small>
|
327
|
+
One 2 minute video - subject to
|
328
|
+
Event Team approval
|
329
|
+
</small>
|
330
|
+
</li>
|
331
|
+
<li class="list-group-item disabled">
|
332
|
+
Exhibition Package <br>
|
333
|
+
<small>
|
334
|
+
One exhibition table throughout the week
|
335
|
+
including Demo Friday
|
336
|
+
</small>
|
337
|
+
</li>
|
338
|
+
<li class="list-group-item disabled disabled">
|
339
|
+
Additional Lead Sponsor benefit <br>
|
340
|
+
<small>
|
341
|
+
Early access to meeting room schedule
|
342
|
+
(one week before official schedule launch)
|
343
|
+
</small>
|
344
|
+
</li>
|
345
|
+
</ul>
|
346
|
+
</div>
|
347
|
+
</div>
|
348
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
349
|
+
<div class="panel-heading">
|
350
|
+
<h3 class="panel-title">Social</h3>
|
351
|
+
<div class="pricing">$11K</div>
|
352
|
+
</div>
|
353
|
+
<div class="panel-body">
|
354
|
+
<ul class="list-group">
|
355
|
+
<li class="list-group-item">
|
356
|
+
Event Entry Package <br>
|
357
|
+
<small>Compilmentary 5-day passes</small>
|
358
|
+
<span class="tickets center-block">2</span>
|
359
|
+
</li>
|
360
|
+
<li class="list-group-item">
|
361
|
+
Branding Package <br>
|
362
|
+
<small>
|
363
|
+
Company logo on event graphics and stage,
|
364
|
+
Connect website, General email and
|
365
|
+
Social Media promotions
|
366
|
+
</small>
|
367
|
+
</li>
|
368
|
+
<li class="list-group-item">
|
369
|
+
Communications Package <br>
|
370
|
+
<small>
|
371
|
+
One email blast to all registered
|
372
|
+
Linaro Connect attendees
|
373
|
+
One blog post on Linaro Connect website
|
374
|
+
One Slide on Daily Notices presentation
|
375
|
+
</small>
|
376
|
+
</li>
|
377
|
+
<li class="list-group-item disabled">
|
378
|
+
Video Package <br>
|
379
|
+
<small>
|
380
|
+
One 2 minute video - subject to
|
381
|
+
Event Team approval
|
382
|
+
</small>
|
383
|
+
</li>
|
384
|
+
<li class="list-group-item disabled">
|
385
|
+
Exhibition Package <br>
|
386
|
+
<small>
|
387
|
+
One exhibition table throughout the week
|
388
|
+
including Demo Friday
|
389
|
+
</small>
|
390
|
+
</li>
|
391
|
+
<li class="list-group-item disabled disabled">
|
392
|
+
Additional Lead Sponsor benefit <br>
|
393
|
+
<small>
|
394
|
+
Early access to meeting room schedule
|
395
|
+
(one week before official schedule launch)
|
396
|
+
</small>
|
397
|
+
</li>
|
398
|
+
</ul>
|
399
|
+
</div>
|
400
|
+
</div>
|
401
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
402
|
+
<div class="panel-heading">
|
403
|
+
<h3 class="panel-title">Giveaway</h3>
|
404
|
+
<div class="pricing">$5-10K</div>
|
405
|
+
</div>
|
406
|
+
<div class="panel-body">
|
407
|
+
<ul class="list-group">
|
408
|
+
<li class="list-group-item">
|
409
|
+
Event Entry Package <br>
|
410
|
+
<small>Compilmentary 5-day passes</small>
|
411
|
+
<span class="tickets center-block">2</span>
|
412
|
+
</li>
|
413
|
+
<li class="list-group-item">
|
414
|
+
Branding Package <br>
|
415
|
+
<small>
|
416
|
+
Company logo on event graphics and stage,
|
417
|
+
Connect website, General email and
|
418
|
+
Social Media promotions
|
419
|
+
</small>
|
420
|
+
</li>
|
421
|
+
<li class="list-group-item">
|
422
|
+
Communications Package <br>
|
423
|
+
<small>
|
424
|
+
One email blast to all registered
|
425
|
+
Linaro Connect attendees
|
426
|
+
One blog post on Linaro Connect website
|
427
|
+
One Slide on Daily Notices presentation
|
428
|
+
</small>
|
429
|
+
</li>
|
430
|
+
<li class="list-group-item disabled">
|
431
|
+
Video Package <br>
|
432
|
+
<small>
|
433
|
+
One 2 minute video - subject to
|
434
|
+
Event Team approval
|
435
|
+
</small>
|
436
|
+
</li>
|
437
|
+
<li class="list-group-item disabled">
|
438
|
+
Exhibition Package <br>
|
439
|
+
<small>
|
440
|
+
One exhibition table throughout the week
|
441
|
+
including Demo Friday
|
442
|
+
</small>
|
443
|
+
</li>
|
444
|
+
<li class="list-group-item disabled disabled">
|
445
|
+
Additional Lead Sponsor benefit <br>
|
446
|
+
<small>
|
447
|
+
Early access to meeting room schedule
|
448
|
+
(one week before official schedule launch)
|
449
|
+
</small>
|
450
|
+
</li>
|
451
|
+
</ul>
|
452
|
+
</div>
|
453
|
+
</div>
|
454
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
455
|
+
<div class="panel-heading">
|
456
|
+
<h3 class="panel-title">Exhibition</h3>
|
457
|
+
<div class="pricing">$7K</div>
|
458
|
+
</div>
|
459
|
+
<div class="panel-body">
|
460
|
+
<ul class="list-group">
|
461
|
+
<li class="list-group-item">
|
462
|
+
Event Entry Package <br>
|
463
|
+
<small>Compilmentary 5-day passes</small>
|
464
|
+
<span class="tickets center-block">1</span>
|
465
|
+
</li>
|
466
|
+
<li class="list-group-item">
|
467
|
+
Branding Package <br>
|
468
|
+
<small>
|
469
|
+
Company logo on event graphics and stage,
|
470
|
+
Connect website, General email and
|
471
|
+
Social Media promotions
|
472
|
+
</small>
|
473
|
+
</li>
|
474
|
+
<li class="list-group-item">
|
475
|
+
Communications Package <br>
|
476
|
+
<small>
|
477
|
+
One email blast to all registered
|
478
|
+
Linaro Connect attendees
|
479
|
+
One blog post on Linaro Connect website
|
480
|
+
One Slide on Daily Notices presentation
|
481
|
+
</small>
|
482
|
+
</li>
|
483
|
+
<li class="list-group-item disabled">
|
484
|
+
Video Package <br>
|
485
|
+
<small>
|
486
|
+
One 2 minute video - subject to
|
487
|
+
Event Team approval
|
488
|
+
</small>
|
489
|
+
</li>
|
490
|
+
<li class="list-group-item">
|
491
|
+
Exhibition Package <br>
|
492
|
+
<small>
|
493
|
+
One exhibition table throughout the week
|
494
|
+
including Demo Friday
|
495
|
+
</small>
|
496
|
+
</li>
|
497
|
+
<li class="list-group-item disabled disabled">
|
498
|
+
Additional Lead Sponsor benefit <br>
|
499
|
+
<small>
|
500
|
+
Early access to meeting room schedule
|
501
|
+
(one week before official schedule launch)
|
502
|
+
</small>
|
503
|
+
</li>
|
504
|
+
</ul>
|
505
|
+
</div>
|
506
|
+
</div>
|
507
|
+
<div class="panel panel-sponsor visible-xs-block" data-sponsor-type="lead">
|
508
|
+
<div class="panel-heading">
|
509
|
+
<h3 class="panel-title">Lanyards</h3>
|
510
|
+
<div class="pricing">$6K</div>
|
511
|
+
</div>
|
512
|
+
<div class="panel-body">
|
513
|
+
<ul class="list-group">
|
514
|
+
<li class="list-group-item">
|
515
|
+
Event Entry Package <br>
|
516
|
+
<small>Compilmentary 5-day passes</small>
|
517
|
+
<span class="tickets center-block">1</span>
|
518
|
+
</li>
|
519
|
+
<li class="list-group-item">
|
520
|
+
Branding Package <br>
|
521
|
+
<small>
|
522
|
+
Company logo on event graphics and stage,
|
523
|
+
Connect website, General email and
|
524
|
+
Social Media promotions
|
525
|
+
</small>
|
526
|
+
</li>
|
527
|
+
<li class="list-group-item">
|
528
|
+
Communications Package <br>
|
529
|
+
<small>
|
530
|
+
One email blast to all registered
|
531
|
+
Linaro Connect attendees
|
532
|
+
One blog post on Linaro Connect website
|
533
|
+
One Slide on Daily Notices presentation
|
534
|
+
</small>
|
535
|
+
</li>
|
536
|
+
<li class="list-group-item disabled">
|
537
|
+
Video Package <br>
|
538
|
+
<small>
|
539
|
+
One 2 minute video - subject to
|
540
|
+
Event Team approval
|
541
|
+
</small>
|
542
|
+
</li>
|
543
|
+
<li class="list-group-item disabled">
|
544
|
+
Exhibition Package <br>
|
545
|
+
<small>
|
546
|
+
One exhibition table throughout the week
|
547
|
+
including Demo Friday
|
548
|
+
</small>
|
549
|
+
</li>
|
550
|
+
<li class="list-group-item disabled disabled">
|
551
|
+
Additional Lead Sponsor benefit <br>
|
552
|
+
<small>
|
553
|
+
Early access to meeting room schedule
|
554
|
+
(one week before official schedule launch)
|
555
|
+
</small>
|
556
|
+
</li>
|
557
|
+
</ul>
|
558
|
+
</div>
|
559
|
+
</div>
|
560
|
+
|
561
|
+
</div>
|
562
|
+
</div>
|