forked from inclojure-org/inclojure-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopportunity-grant.html
More file actions
116 lines (104 loc) · 4.71 KB
/
opportunity-grant.html
File metadata and controls
116 lines (104 loc) · 4.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>IN/Clojure 2018</title>
<meta name="description" content="IN/Clojure 2018 - Clojure workshop for Clojure and/or Functional Programming Beginners."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="IN/Clojure 2018 - Workshop"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="http://inclojure.org/static/images/og-logo-light.jpg" />
<meta property="og:site_name" content="IN/Clojure 2018" />
<meta property="og:description" content="IN/Clojure 2018 - Clojure workshop for Clojure and/or Functional Programming Beginners."
/>
<!--Twitter Card-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@in_clojure">
<meta name="twitter:creator" content="@in_clojure">
<meta name="twitter:title" content="IN/Clojure 2018 - Workshop">
<meta name="twitter:description" content="IN/Clojure 2018 - Clojure workshop for Clojure and/or Functional Programming Beginners.">
<meta name="twitter:image:src" content="http://inclojure.org/static/images/twitter-card-light.jpg?v=2">
<!--Favicons & Touch Icons-->
<link rel="shortcut icon" type="image/png" href="/static/images/favicon.png" />
<link rel="stylesheet" href="static/css/style.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,700|Alegreya+Sans:400,700|Alegreya:400,700" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="section header">
<a href="/">
<img class="header-logo" src="/static/images/inclojure-logo-v2.png" alt="Goto INClojure 2018 home page" />
</a>
<p class="date-and-venue">
12th and 13th January 2018
<br/> Bengaluru, India
</p>
</div>
<div class="section nav-links">
<a class="nav-link" href="/#schedule">
Schedule
</a>
<a class="nav-link" href="/speakers.html">
Speakers
</a>
<a class="nav-link" href="/workshop.html">
Workshop
</a>
<a class="nav-link" href="/#tickets">
Tickets
</a>
<a class="nav-link" href="/#venue">
Venue
</a>
<a class="nav-link" href="/#sponsors">
Sponsors
</a>
<a class="nav-link" href="/opportunity-grant.html">
Opportunity Grant
</a>
<a class="nav-link" href="/#conduct">
Code of Conduct
</a>
</div>
<!-- Opportunity Grant -->
<div id="opgrant" class="section">
<h3 class="section-title">Opportunity Grant</h3>
<section class="section__content">
<p>
IN/Clojure aims to be an inclusive conference. We're really glad to announce an opportunity grant for community members who
would be unable to attend the conference for financial reasons. The opportunity grant includes a free ticket and
travel assistance.
</p>
<p>
Please fill out this
<a target="_blank" href="https://goo.gl/4HF5xu"> form </a> to apply for an opportunity grant. Please do share the link with your friends who might be interested.
</p>
<p>
We want our conference to have a diverse set of attendees. Ashe Dryden has written a
<a target="_blank" href="https://www.ashedryden.com/blog/increasing-diversity-at-your-conference">detailed post</a>
on how to improve diversity at conferences, and it includes a section on what "diversity" means. We will try our best to
be truly diverse.
</p>
<p>
Preference will be given to attendees who fall into an under-represented category in tech - women, members of the LGBTQ community,
people with physical disabilities, and any other under-represented group.
</p>
<p>
However, please DO apply even if you do not fall into any of those categories!
</p>
<p>You've never written a line of Clojure? It doesn't matter - apply anyway!</p>
<p>You don't think you 'deserve' to attend? You DO! - please apply!</p>
<p>Your friends are not attending the conference? - we'll help you meet new people and make new friends.</p>
<p>
Decisions on the opportunity grant will be made by the organizing team with help from a diversity committee. Preference for
travel assistance will be given to participants from the Bengaluru region and other cities in India (due to budget
constraints). We are open to consider applications from outside India as well.
</p>
</section>
</div>
</div>
</body>
</html>