Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Add metarefresh website
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikb351 committed Jul 31, 2017
1 parent 3bc3b44 commit 00ad000
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ collections:
type: event
output: true
permalink: /fifthelephant/:path/
metarefresh_events:
type: event
output: true
permalink: /metarefresh/:path/
5 changes: 3 additions & 2 deletions _includes/related_events_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
{% assign all_related_events = all_related_events | push: other_event %}
{% else %}
{% assign e = other_event | split: "-" | first %}
{% assign x = other_event | split: "-" | shift | join: "-" %}

{% assign y = other_event | split: "-" | shift | join: "-" %}
{% capture x %}/{{y}}/{% endcapture %}
{% include assign_all_events.html %}

{% for event in all_events %}
{% if event.collection contains e and event.url contains x %}

{% assign all_related_events = all_related_events | push: event %}
{% endif %}
{% endfor %}
Expand Down
36 changes: 36 additions & 0 deletions _metarefresh_events/2017.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: event
featured: true
title: Meta Refresh 2017
subtitle: "On interaction design and CSS from product and business standpoints"
datelocation: "30 Nov 2017, Bangalore"
city: Bangalore
start_time: 2017-11-30
end_time: 2017-11-30
description: "This year, we have decided to ground ourselves by looking at two aspects of design: Interactivity and user experience, and CSS with the goal of understanding why design and engineering choices are made for different users, in different domains and for meeting different business goals."
logo:
image_url: /images/metarefresh-logo.png
funnel:
url: "https://metarefresh.talkfunnel.com/2017/"
open: true
related_events:
- metarefresh-cms-conf-2017
overview:
left_content: |
Meta Refresh will be six years old in 2017. We have come a full circle with trying to bridge the gap between designers and developers in the initial years, to producing a conference on front-end engineering alone, and finally, experimenting with shifting the focus to product design.
Conferences are living bodies, in that they evolve, just as humans grow by learning from trial and error. This year, we have decided to ground ourselves by looking at two aspects of design:
1. Interactvity and user experience
2. CSS
with the goal of understanding why design and engineering choices are made for different users, in different domains and for meeting different business goals.
right_content: |
The target audience for this year’s edition includes:
* Interaction designers.
* Visual designers.
* UI engineers.
* Product managers.
* Businesses interested in understanding how to understand users, and thereby design better user experience and design.
---
59 changes: 59 additions & 0 deletions _metarefresh_events/cms-conf-2017.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
layout: event
featured: true
title: CMS Conf 2017
subtitle: "The future of digital media"
datelocation: "1 Dec 2017, Bangalore"
city: Bangalore
start_time: 2017-12-01
end_time: 2017-12-01
description: "The core focus of the Content Management Systems (CMS) conf is understanding CMS workflows – why does your workflow necessitate either building a custom CMS or using an existing CMS."
funnel:
url: "https://metarefresh.talkfunnel.com/cms-conf-2017/"
open: true
related_events:
- metarefresh-2017
overview:
left_content: |
Every business is producing content, be it product catalogues on e-commerce websites, user updates and stories on social networking platforms, or news in the form of text and video on media sites. Managing and displaying content is the cornerstone of business and engineering decisions in every domain – not just media.
**The core focus of the Content Management Systems (CMS) conf is understanding CMS workflows – why does your workflow necessitate either building a custom CMS or using an existing CMS.**
Housed under Meta Refresh, the first edition of CMS conf will cover the following topics:
1. Information architecture.
2. Engineering challenges involved in displaying video, text and visual content.
3. CMS UX.
4. CMS as competitive advantage (and how digital media is empowering different businesses).
5. SEO optimization.
6. CMS and its influence on advertising revenues, subscriptions and monetization.
7. CDNs, thread detection and mirroring.
8. User stories from journalists, power users and bloggers.
right_content: |
You should attend and speak at the CMS conf if your work involves:
1. Creating and managing content:
* Content managers
* Copy editors
* Writers
* Bloggers
* Power users (who regularly post content on LinkedIn, Facebook, Medium and other platforms)
* Journalists
2. You run a content business:
* Media houses
* Web publishers
3. You design websites:
* Information architects
* Web designers and developers
* Design and development agencies / studios
4. If you are in the business of building CMS.
5. Non-profits that produce knowledge and publish it online for research, advocacy or outreach.
6. Decision-makers in media houses including:
* CIOs
* CTOs
* Business leaders
7. E-commerce companies, including:
* Category managers
* Marketing teams
---
46 changes: 46 additions & 0 deletions configs/metarefresh_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
title: Meta Refresh
subtitle: "A community and conference on the construction of user experience on the web"
description: "A community and conference on the construction of user experience on the web."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://metarefresh.in" # the base hostname & protocol for your site, e.g. http://example.com
colors:
primary: "#b22e40"
accent: "#921b3f"
ga_tracking_code: UA-19123154-19
icons:
touch:
- src: "images/touch/metarefresh-icon-192.png"
sizes: "192x192"
type: "image/png"
# Build settings
markdown: kramdown
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- .git
- .sass_cache
- node_modules
- _site
- tests
- vendor
- .DS_Store
- configs
- deploy
- requirements.txt
- README.md

destination: _site/metarefresh

sass_dir: _sass

liquid:
error_mode: strict

collections:
metarefresh_events:
type: event
output: true
permalink: /:path/
Binary file added images/metarefresh-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/touch/metarefresh-icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00ad000

Please sign in to comment.