Skip to content

Commit 0a79a57

Browse files
committed
Feat: Add CFP page
Add proposals template Update navbar with CFP link Fixes #2
1 parent a79333b commit 0a79a57

File tree

4 files changed

+51
-2
lines changed

4 files changed

+51
-2
lines changed

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ navigationLinks:
4545
- {permalink: "/", text: "Home"}
4646
#- {permalink: "/blog/", text: "Blog"}
4747
- {permalink: "/schedule/", text: "Schedule"}
48+
- {permalink: "/proposals/", text: "CFP"}
4849
- {permalink: "/speakers/", text: "Speakers"}
4950
- {permalink: "/team/", text: "Team"}
5051
- {permalink: "/volunteers/", text: "Volunteers"}
@@ -62,7 +63,7 @@ eventDate: "7th - 8th October, 2017"
6263
typeoutTextValues: '""'
6364
typeoutFallback: ""
6465
heroButtons:
65-
#- {link: "https://bit.ly/dfua-c4p", text: "Become a speaker"}
66+
- {permalink: "/proposals/", text: "Submit Proposal"}
6667
- {permalink: "/#tickets", text: "Buy tickets"}
6768

6869
# About Block

_includes/cfp.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<section>
2+
<div class="content-wrapper text-left">
3+
<div class="col-md-10 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
4+
<h4>Guidelines for Proposal Submission</h4>
5+
<p>Following are the guidelines for proposal submission</p>
6+
<ul>
7+
<li>The proposal should have an objective with clear expectation for the audience.</li>
8+
<li>The Proposal description should be short and to the point.</li>
9+
<li>The proposal should have proper prerequisites like environment setup, library version.</li>
10+
</ul>
11+
12+
<h4>Proposal Types</h4>
13+
<p>We have three kind of Proposals - General Talks, Lightning Talks and Workshops</p>
14+
<h5>General Talks</h5>
15+
<p>These are the traditional talk sessions given during the main conference days. They will be conducted on <b>Saturday, 7th Oct</b>. The length of these tracks are <b>45 minutes</b></p>
16+
<h5>Lightning Talks</h5>
17+
<p>These are short length talks that will be conducted on <b>Saturday, 7th Oct</b>. The time limit is <b>5 minutes</b>. But we can extend it depending on number of talks submitted.</p>
18+
<h5>Workshops</h5>
19+
<p>As with the talks, we are looking for Workshops that can grow this community at any level. We aim for Workshops that will advance Python, advance this community, and shape the future. Each tutorial session runs for 3 full hours plus a break for coffee. There is both a morning tutorial session and an afternoon tutorial session on <b>Sunday, 8th Oct</b> in the same venue that hosts the main conference.</p>
20+
21+
<h4>Themes and Topics</h4>
22+
<p>These will be the themes and topics</p>
23+
<ul>
24+
<li>Functional Programming</li>
25+
<li>Web Development</li>
26+
<li>Artificial Intelligence</li>
27+
</ul>
28+
29+
<h4>Important Dates</h4>
30+
<ul>
31+
<li><b>TBA :</b> Deadline for Proposal Submission</li>
32+
<li><b>TBA :</b> Presentation upload</li>
33+
<li><b>TBA :</b> Talk selection and announcement</li>
34+
</ul>
35+
</div>
36+
37+
<h5 class="text-center">Mail your proposals at <a href="mailto:cfp@hydpy.org">cfp@hydpy.org</a></h5>
38+
</div>
39+
</section>

proposals.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: Call for Proposals
4+
permalink: /proposals/
5+
color: "#00bcd4"
6+
---
7+
8+
{% include top-section.html %}
9+
10+
{% include cfp.html %}

volunteers.html

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Volunteers
44
permalink: /volunteers/
5-
image: volunteers.jpg
65
---
76

87
{% include top-section.html %}

0 commit comments

Comments
 (0)