Skip to content

Commit c0e5eb6

Browse files
authored
open applications for 2020 seminar (#24)
* open applications for 2020 seminar * update text to reflect 2020 and adjust dates on banner * add resources page and remove from index * add new header and update banner * fixup to help build locally * update og:image to break caches
1 parent d57d4bf commit c0e5eb6

11 files changed

+339
-42
lines changed

css/agency.css

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Start Bootstrap - Agency v4.0.0-beta (https://startbootstrap.com/template-overviews/agency)
3-
* Copyright 2013-2019 Start Bootstrap
3+
* Copyright 2013-2020 Start Bootstrap
44
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
55
*/
66
body {
@@ -81,15 +81,15 @@ body {
8181
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, cursive; }
8282
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
8383
color: #fec503; }
84-
#mainNav .navbar-nav .nav-item .nav-link {
84+
#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link-no-js {
8585
font-size: 90%;
8686
font-weight: 400;
8787
padding: 0.75em 0;
8888
letter-spacing: 1px;
8989
color: white;
9090
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
9191
text-transform: uppercase; }
92-
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
92+
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .active.nav-link-no-js, #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link-no-js:hover {
9393
color: #fed136; }
9494

9595
@media (min-width: 992px) {
@@ -106,8 +106,11 @@ body {
106106
-webkit-transition: all 0.3s;
107107
-moz-transition: all 0.3s;
108108
transition: all 0.3s; }
109-
#mainNav .navbar-nav .nav-item .nav-link {
109+
#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link-no-js {
110110
padding: 1.1em 1em !important; }
111+
#mainNav .navbar-nav .nav-item .nav-link-no-js {
112+
padding: 1.1em 1em !important;
113+
display: block; }
111114
#mainNav.navbar-shrink {
112115
padding-top: 0;
113116
padding-bottom: 0;
@@ -119,7 +122,7 @@ body {
119122
header.masthead {
120123
text-align: center;
121124
color: white;
122-
background-image: url("../img/header-bg.jpg");
125+
background-image: url("../img/header-bg2.jpg");
123126
background-repeat: no-repeat;
124127
background-attachment: scroll;
125128
background-position: center center;
@@ -132,6 +135,7 @@ header.masthead {
132135
padding-bottom: 100px; }
133136
header.masthead .intro-text .intro-lead-in {
134137
font-size: 22px;
138+
font-weight: 600;
135139
line-height: 22px;
136140
margin-bottom: 25px;
137141
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

css/agency.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ gulp.task('dev', ['browserSync', 'sass', 'minify-css', 'minify-js'], function()
117117
gulp.task("build", ['default'], function() {
118118
return gulp.src(['css/agency.min.css', 'js/agency.min.js', 'index.html',
119119
'img/**', 'vendor/**', 'favicon.ico', 'presentations/**',
120-
'CNAME'], { base: './'})
120+
'CNAME', 'resources.html'], { base: './'})
121121
.pipe(gulp.dest('dist'));
122122
});

img/banner.png

-519 KB
Binary file not shown.

img/banner_2020.png

757 KB
Loading

img/header-bg2.jpg

848 KB
Loading

index.html

+64-32
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55

66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8-
<meta name="description" content="Announcing the fourth Chaincode Labs residency, hosted in our office in Midtown Manhattan.">
8+
<meta name="description" content="Announcing the fifth Chaincode Labs residency, hosted in our office in Midtown Manhattan.">
99
<meta name="author" content="Chaincode Labs">
1010

11-
<title>Chaincode Residency Summer 2019</title>
11+
<title>Chaincode Residency Summer 2020</title>
1212

13-
<meta property="twitter:title" content="Chaincode Labs Residency - Summer 2019">
13+
<meta property="twitter:title" content="Chaincode Labs Residency - Summer 2020">
1414
<meta property="og:url" content="https://residency.chaincode.com">
15-
<meta property="twitter:image:src" content="https://residency.chaincode.com/img/banner.png">
16-
<meta property="twitter:description" content="Announcing the fourth Chaincode Labs residency, hosted in our office in Midtown Manhattan.">
15+
<meta property="og:image" content="https://residency.chaincode.com/img/banner_2020.png">
16+
<meta property="twitter:image:src" content="https://residency.chaincode.com/img/banner_2020.png">
17+
<meta property="twitter:description" content="Announcing the fifth Chaincode Labs residency, hosted in our office in Midtown Manhattan.">
1718
<meta name="twitter:card" content="summary_large_image">
1819
<meta name="robots" content="index, follow">
1920

@@ -58,14 +59,17 @@
5859
<a class="nav-link js-scroll-trigger" href="#about">About</a>
5960
</li>
6061
<li class="nav-item">
61-
<a class="nav-link js-scroll-trigger" href="#resources">Resources</a>
62+
<a class="nav-link active js-scroll-trigger" href="#apply">Apply</a>
6263
</li>
6364
<li class="nav-item">
6465
<a class="nav-link js-scroll-trigger" href="#residents">Residents</a>
6566
</li>
6667
<li class="nav-item">
6768
<a class="nav-link js-scroll-trigger" href="#mentors">Mentors</a>
6869
</li>
70+
<li class="nav-item">
71+
<a class="nav-link-no-js js-scroll-trigger" href="/resources.html#resources">Resources</a>
72+
</li>
6973
</ul>
7074
</div>
7175
</div>
@@ -75,8 +79,13 @@
7579
<header class="masthead">
7680
<div class="container">
7781
<div class="intro-text">
78-
<div class="intro-heading">Chaincode Residency</div>
79-
<!-- <div class="intro-lead-in">June 12th - August 30th 2019</div> -->
82+
<div class="intro-heading">Chaincode Residency 2020</div>
83+
<div class="intro-lead-in">Lightning: June 1st - 5th</div>
84+
<div class="intro-lead-in">Bitcoin: June 11th - 19th</div>
85+
</br>
86+
<div>
87+
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block" href="https://jobs.lever.co/chaincode/0c52c2e8-2b89-428b-84d8-b85d17643ce2/apply" onClick="gtag('event', 'app_click', {'event_category': 'residency','event_label': 'summer 2020'});">Apply Now</a>
88+
</div>
8089
</div>
8190
</div>
8291
</header>
@@ -86,7 +95,7 @@
8695
<div class="container">
8796
<div class="row">
8897
<div class="col-lg-12 text-center">
89-
<h3 class="section-heading">APPLICATIONS FOR SUMMER 2019 ARE NOW CLOSED</h3>
98+
<h3 class="section-heading">APPLICATIONS FOR THE 2020 RESIDENCY ARE NOW CLOSED</h3>
9099
</div>
91100
</div>
92101
</div>
@@ -98,12 +107,17 @@ <h3 class="section-heading">APPLICATIONS FOR SUMMER 2019 ARE NOW CLOSED</h3>
98107
<div class="row">
99108
<div class="col-lg-12">
100109
<h2 class="section-heading text-center">About</h2>
101-
<p>
102-
Chaincode Labs has hosted four residency programs. This past summer's residency format fused an onboarding seminar period with a two-month project-based residency under the guidance of established Bitcoin and Lightning Network developers. This allowed residents to put their theoretical learnings to use by making meaningful contributions to open-source projects.
110+
<p>
111+
Chaincode Labs is now accepting applications for our fifth residency program.
112+
This year we are seeking industry professionals looking to build upon their experience while deconstructing the philosophies behind Bitcoin and Lightning protocol design.
113+
</p>
114+
115+
<p>
116+
This program will take place at our offices in Midtown Manhattan and consist of a seminar and discussion series. The first portion of the program will focus on Bitcoin followed by a focus on Lightning. Applicants can choose to apply to one or both sessions.
103117
</p>
104118
</div>
105119
</div>
106-
<div class="row text-center">
120+
<!-- <div class="row text-center">
107121
<div class="col-md-6">
108122
<span class="fa-stack fa-4x">
109123
<div class="nav-link js-scroll-trigger" href="#session-a">
@@ -112,7 +126,7 @@ <h2 class="section-heading text-center">About</h2>
112126
</div>
113127
</span>
114128
<h4 class="service-heading">Becoming a Bitcoin/LN Protocol Developer</h4>
115-
<p class="text-muted">(2.5 weeks) Sessions to bootstrap the knowledge of developers by diving deep into security concerns, adversarial thinking, and approaches to Bitcoin and Lightning protocol design.</p>
129+
<p class="text-muted">Sessions to bootstrap the knowledge of developers by diving deep into security concerns, adversarial thinking, and approaches to Bitcoin and Lightning protocol design.</p>
116130
</div>
117131
<div class="col-md-6">
118132
<span class="fa-stack fa-4x">
@@ -123,13 +137,42 @@ <h4 class="service-heading">Becoming a Bitcoin/LN Protocol Developer</h4>
123137
</span>
124138
<h4 class="service-heading">Project Based Learning</h4>
125139
<p class="text-muted">(2 months) Unstructured time for residents to contribute to open-source projects or work on a personal project of their choosing. Each resident was assigned a mentor for the duration of the program.</p>
140+
</div> -->
141+
</div>
142+
</div>
143+
</section>
144+
145+
<!-- Apply -->
146+
<section class="bg-light" id="apply">
147+
<div class="container">
148+
<div class="row">
149+
<div class="col-lg-12">
150+
<h2 class="section-heading text-center">Apply</h2>
151+
<h6 class="text-center">Applications are now open!</h6>
152+
<p>
153+
This is an excellent opportunity if you want to:
154+
<ul>
155+
<li>contribute to open-source Bitcoin protocol projects but find the idea daunting</li>
156+
<li>spend more time designing protocols based on Bitcoin and/or Lightning</li>
157+
<li>think about edge cases and security models with established protocol developers</li>
158+
</ul>
159+
</p>
160+
161+
<p>
162+
Chaincode is committed to creating an inclusive environment for people from different backgrounds. Travel and lodging will be provided as needed.
163+
</p>
164+
165+
</br>
166+
<div class="col-lg-12 text-center">
167+
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block" href="https://jobs.lever.co/chaincode/0c52c2e8-2b89-428b-84d8-b85d17643ce2/apply" onClick="gtag('event', 'app_click', {'event_category': 'residency','event_label': 'summer 2020'});">Apply Now</a>
168+
</div>
126169
</div>
127170
</div>
128171
</div>
129172
</section>
130173

131174
<!-- Resources -->
132-
<section class="bg-light" id="resources">
175+
<!-- <section class="bg-light" id="resources">
133176
<div class="container">
134177
<div class="row">
135178
<div class="col-lg-12">
@@ -166,7 +209,7 @@ <h4>Study Groups</h4>
166209
<a target="_blank" href="https://www.youtube.com/watch?v=StnOVBbIpD8&list=PLpLH33TRghT0z4nnoJx6646nfsMFvnVwF">
167210
<h4>Bitcoin Protocol Development Seminar</h4>
168211
</a>
169-
<p class="text-muted">7 videos from the Summer 2019 Bitcoin Seminar</p>
212+
<p class="text-muted">7 videos from the 2019 Bitcoin Seminar</p>
170213
</div>
171214
</div>
172215
<div class="row">
@@ -196,7 +239,7 @@ <h4>Bitcoin Protocol Development Curriculum</h4>
196239
<a target="_blank" href="https://www.youtube.com/playlist?list=PLpLH33TRghT17_U3as2P3vHfAGL8pSOOY">
197240
<h4>Lightning Protocol Development Seminar</h4>
198241
</a>
199-
<p class="text-muted">13+ hours of content from the Summer 2019 Lightning Seminar</p>
242+
<p class="text-muted">13+ hours of content from the 2019 Lightning Seminar</p>
200243
</div>
201244
</div>
202245
<div class="row">
@@ -239,7 +282,7 @@ <h4>Lightning Apps Residency Presentations</h4>
239282
</a>
240283
<div class="col-sm-10">
241284
<a target="_blank" href="https://www.youtube.com/playlist?list=PLpLH33TRghT0d23IL0-dhSkblgUdYvSHF">
242-
<h4>Summer 2019 Chaincode Resident Demo Day</h4>
285+
<h4>2019 Chaincode Resident Demo Day</h4>
243286
</a>
244287
<p class="text-muted">Presentations from the residents about their projects and future directions</p>
245288
</div>
@@ -260,14 +303,14 @@ <h4>Fall 2018 Lightning App Residency Demos</h4>
260303
</div>
261304
</div>
262305
</div>
263-
</section>
306+
</section> -->
264307

265308
<!-- Residents -->
266309
<section id="residents">
267310
<div class="container">
268311
<div class="row">
269312
<div class="col-lg-12 ">
270-
<h2 class="section-heading text-center">Summer 2019 Residents</h2>
313+
<h2 class="section-heading text-center">2019 Residents</h2>
271314
</div>
272315
</div>
273316

@@ -427,7 +470,7 @@ <h4>Richard</h4>
427470
<div class="container">
428471
<div class="row">
429472
<div class="col-lg-12 ">
430-
<h2 class="section-heading text-center">Speakers & Mentors</h2>
473+
<h2 class="section-heading text-center">2019 Speakers & Mentors</h2>
431474
</div>
432475
</div>
433476

@@ -928,23 +971,12 @@ <h4>Samuel Dobson</h4>
928971
</div>
929972
</section>
930973

931-
<!-- Apply -->
932-
<!-- <section id="apply">
933-
<div class="container">
934-
<div class="row">
935-
<div class="col-lg-12">
936-
<h6 class="text-center">Applications for this summer's residency are now closed</h6>
937-
</div>
938-
</div>
939-
</div>
940-
</section> -->
941-
942974
<!-- Footer -->
943975
<footer>
944976
<div class="container">
945977
<div class="row justify-content-center">
946978
<div class="col-md-4">
947-
<span class="copyright">Copyright &copy; <a href="https://chaincode.com">Chaincode Labs</a> 2019</span>
979+
<span class="copyright">Copyright &copy; <a href="https://chaincode.com">Chaincode Labs</a> 2020</span>
948980
</div>
949981
</div>
950982
</div>

js/agency.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)