Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
[LN/Arun] added agenda, speakers for march 2016 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Kumar committed Feb 19, 2016
1 parent d167295 commit 867fbc8
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 7 deletions.
6 changes: 6 additions & 0 deletions assets/css/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@
text-align: left
font-weight: 400
margin-left: 65px
a
color: $orange
.speaker-designation
text-align: left
font-size: .5em
Expand All @@ -294,6 +296,10 @@
position: relative
display: inline-block
float: left
img
border-radius: 50px
height: 50px
width: 50px

//
// LOCATION SECTION
Expand Down
Binary file added assets/img/speaker/abhinav_m.jpg
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 assets/img/speaker/manihk.jpg
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 assets/img/speaker/mayukhini_pande.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 48 additions & 4 deletions content/2016-03.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
start: 2016-03-02 05:00
edition: 3
participate: "http://twchennai.github.io/converge/"
participate: "participate.html"
talk: "speaker.html"

about: "<h4>Internet of Things - Looking beyond software</h4>
Expand All @@ -13,11 +13,55 @@
For more, write to [email protected]</p>"

agenda:

-
time: "5:00 PM"
title: "Registration"
-
time: "5:10 PM"
title: "Welcome Note"
subtitle: ""
-
time: "5:20 PM"
title: "A project in Industrial IoT - Vidhya Sriram"
subtitle: "Providing connected solutions for industrial applications"
-
time: "6:00 PM"
title: "How it all comes together - Abhinav M"
-
time: "6:40 PM"
title: "To Trim The Feet Or Trim The Shoes? - Mani HK , Mayukhini Pande"
subtitle: "How to build lean IoT products without hurting the user's feet, when time and money are your scarce resource"
-
time: "7:20 PM"
title: "Thank you Note & Felicitations"
-
time: "7:40 PM"
title: "Networking Dinner"

speaker:
left:

-
name: "Vidhya Sriram"
link: "https://www.linkedin.com/in/vidhya-sriram-17493454"
designation: "Director, <a href='http://www.pspctrappedkeyinterlocks.com/'>PS Power Controls, PSPC Exports (P) Ltd.</a>"
description: "Experienced Professional, with 17 years experience in Management - Manufacturing"
-
name: "Abhinav M"
link: "https://in.linkedin.com/in/abhinav-manchanda-5064489"
designation: "Application Developer, ThoughtWorks"
description: "Abhinav serves ThoughtWorks in the capacity of a Senior Consultant with over nine years of experience in the creation of complex applications. His main area of focus recently has been Mobile Applications, with an expertise in Android"
speaker_image: abhinav_m.jpg
right:

-
name: "Mani HK"
link: "https://www.linkedin.com/in/manihk"
designation: "<a href='http://greenopia.co'>Greenopia</a>"
description: "Serial Entrepreneur who started his first company at age 13"
speaker_image: manihk.jpg
-
name: "Mayukhini Pande"
link: "https://www.linkedin.com/in/mayukhinipande"
designation: "<a href='http://greenopia.co'>Greenopia</a>"
description: "Experienced in both qualitative, field-based research methods such as Ethnography as well as quantitative, lab-based research methods and their application to design problems"
speaker_image: mayukhini_pande.jpg
---
4 changes: 3 additions & 1 deletion content/form/participate.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Participants Registration"
form: "<script src=\"//app-e.marketo.com/js/forms2/js/forms2.min.js\"></script><form id=\"mktoForm_3201\"></form><script>MktoForms2.loadForm(\"//app-e.marketo.com\", \"199-QDE-291\", 3201);</script>"
form: "<script src=\"//app-e.marketo.com/js/forms2/js/forms2.min.js\"></script>
<form id=\"mktoForm_4211\"></form>
<script>MktoForms2.loadForm(\"//app-e.marketo.com\", \"199-QDE-291\", 4211);</script>"
---
4 changes: 3 additions & 1 deletion content/form/speaker.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "Speakers Registration"
form: "<script src=\"//app-e.marketo.com/js/forms2/js/forms2.min.js\"></script><form id=\"mktoForm_3202\"></form><script>MktoForms2.loadForm(\"//app-e.marketo.com\", \"199-QDE-291\", 3202);</script>"
form: "<script src=\"//app-e.marketo.com/js/forms2/js/forms2.min.js\"></script>
<form id=\"mktoForm_4211\"></form>
<script>MktoForms2.loadForm(\"//app-e.marketo.com\", \"199-QDE-291\", 4211);</script>"
---
10 changes: 9 additions & 1 deletion layouts/_speaker_section.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
<% if speaker[:speaker_image] %>
<div class="speaker-image"><img src="./img/speaker/<%=speaker[:speaker_image]%>" title=<%=speaker[:name]%> alt=<%=speaker[:name]%> width=100% height="auto"></div>
<% end%>
<div class="speaker-name"><%= speaker[:name] %></div>
<div class="speaker-name">
<% if speaker[:link] %>
<a href="<%=speaker[:link]%>">
<%= speaker[:name] %>
</a>
<% else %>
<%= speaker[:name] %>
<% end %>
</div>
<% if speaker[:designation] %>
<div class="speaker-designation"><%= speaker[:designation] %></div>
<% end %>
Expand Down

0 comments on commit 867fbc8

Please sign in to comment.