Skip to content

Commit 4ca6cb8

Browse files
committed
Hiding the stale conferences from the main page. I am not removing the content until there is time to move them into a 'past conferences' category, if desired
1 parent 0ebc517 commit 4ca6cb8

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ a img {
6767
height: 293px;
6868
}
6969

70+
.conf.inactive {
71+
display: none;
72+
}
73+
7074
.conf a img {
7175
height: auto;
7276
margin-top:20px;

index.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,20 @@ <h1 id='family'>The JSConf Family Of Events</h1>
8989
<p>JS Unconf<br/>Hamburg, Germany</p>
9090
</div>
9191

92-
<div class="conf">
92+
<div class="conf inactive">
93+
<!-- dead site -->
9394
<a href="http://jsfest.com/" rel="nofollow"><img src="images/jsfest.png" alt="JSFest" height="200px" width="200px"></a>
9495
<p>JSFest<br/>San Francisco, CA</p>
9596
</div>
9697

97-
<div class="conf">
98+
<div class="conf inactive">
99+
<!-- discontinued -->
98100
<a href="http://robotsconf.com/" rel="nofollow"><img src="images/robotsconf.png" alt="RobotsConf" height="200px" width="200px"></a>
99101
<p>RobotsConf<br/>Amelia Island, FL</p>
100102
</div>
101103

102-
<div class="conf">
104+
<div class="conf inactive">
105+
<!-- stale as of 2017 -->
103106
<a href="http://jschannel.com/" rel="nofollow"><img src="images/js_channel.png" alt="JS Channel" height="200px" width="200px"></a>
104107
<p>New Delhi &amp; <br/>Bangalore, India</p>
105108
</div>
@@ -109,19 +112,23 @@ <h1 id='family'>The JSConf Family Of Events</h1>
109112
<p>CascadiaJS<br/>Seattle, WA</p>
110113
</div>
111114

112-
<div class="conf">
115+
<div class="conf inactive">
116+
<!-- stale as of 2014 -->
113117
<a href="http://lxjs.org/" rel="nofollow"><img src="images/lxjs_2012.png" alt="LXJS 2012"/></a>
114118
<p>LXJS<br/>Lisbon, Portugal</p>
115119
</div>
116-
<div class="conf">
120+
<div class="conf inactive">
121+
<!-- replaced with &yetConf -->
117122
<a href="http://realtimeconf.com/" rel="nofollow"><img src="images/realtimeconf.png" alt="RealtimeConf"/></a>
118123
<p>RealtimeConf<br/>Portland, OR</p>
119124
</div>
120-
<div class="conf">
125+
<div class="conf inactive">
126+
<!-- stale as of 2015 -->
121127
<a href="http://rejectjs.org/" rel="nofollow"><img src="images/rejectjs.png" alt="RejectJS"/></a>
122128
<p>Reject.js<br/>Berlin, Germany</p>
123129
</div>
124-
<div class="conf">
130+
<div class="conf inactive">
131+
<!-- DNS for sale -->
125132
<a href="http://www.hujs.org/" rel="nofollow"><img src="images/hujs.png" alt="HuJS"/></a>
126133
<p>HuJS<br/>Shanghai, China</p>
127134
</div>
@@ -142,7 +149,8 @@ <h1 id='family'>The JSConf Family Of Events</h1>
142149
<a href="http://nodebots.io/" rel="nofollow"><img src="images/nodebots.png" alt="NodeBots"/></a>
143150
<p>NodeBots<br/>Everywhere</p>
144151
</div>
145-
<div class="conf">
152+
<div class="conf inactive">
153+
<!-- stale as of 2015 -->
146154
<a href="http://www.texasjavascript.com/" rel="nofollow"><img src="images/txjs.png" alt="TXJS"/></a>
147155
<p>TXJS<br/>Austin, TX</p>
148156
</div>
@@ -158,16 +166,19 @@ <h1 id='family'>The JSConf Family Of Events</h1>
158166
<a href="http://beerjs.com/" rel="nofollow"><img src="images/beerjs.png" alt="BeerJS"/></a>
159167
<p>BeerJS<br/>Everywhere</p>
160168
</div>
161-
<div class="conf">
169+
<div class="conf inactive">
170+
<!-- stale as of 2015 -->
162171
<a href="http://ginjs.org/" rel="nofollow"><img src="images/ginjs.png" alt="gin.js"/></a>
163172
<p>gin.js<br/>London</p>
164173
</div>
165-
<div class="conf">
174+
<div class="conf inactive">
175+
<!-- Google yields nothing current about this conf (7 years old) -->
166176
<img src="images/capitoljs_2011.png" alt="CapitolJS 2011"/>
167177
<p>CapitolJS<br/>Washington DC</p>
168178
</div>
169179

170-
<div class="conf">
180+
<div class="conf inactive">
181+
<!-- Google yields nothing current -->
171182
<img src="images/dojoconf_2011.png" alt="DojoConf 2011"/>
172183
<p>DojoConf<br/>Washington DC</p>
173184
</div>

0 commit comments

Comments
 (0)