Skip to content

Commit 18e80a9

Browse files
Merge pull request #110 from ProtoSchool/remove-dummy-data
Remove dummy data
2 parents 3fcdcc0 + 486db44 commit 18e80a9

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

src/components/chapters/chapters.json

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,8 @@
55
"country":"US",
66
"region":"North America",
77
"organizers":[
8-
"mikeal",
9-
"terichadbourne"
8+
"mikeal"
109
],
11-
"website":"http://proto.school/san-francisco",
12-
"twitter":"sfprotoschool",
1310
"repo":"http://github.com/protoschool/san-francisco"
14-
},
15-
{
16-
"name":"ProtoSchool Boston",
17-
"city":"Boston, MA",
18-
"country":"US",
19-
"region":"North America",
20-
"organizers":[
21-
"terichadbourne"
22-
],
23-
"website":"http://proto.school/boston",
24-
"twitter":"bostonprotoschool",
25-
"repo":"http://github.com/protoschool/boston"
26-
},
27-
{
28-
"name":"ProtoSchool London",
29-
"city":"London",
30-
"country":"GB",
31-
"region":"Europe",
32-
"organizers":[
33-
"terichadbourne"
34-
],
35-
"twitter":"londonprotoschool"
36-
},
37-
{
38-
"name":"ProtoSchool Beijing",
39-
"city":"Beijing",
40-
"country":"CN",
41-
"region":"Asia",
42-
"organizers":[
43-
"terichadbourne"
44-
],
45-
"twitter":"beijingps",
46-
"repo":"http://github.com/protoschool/beijing"
47-
},
48-
{
49-
"name":"ProtoSchool Lisbon",
50-
"city":"Lisbon",
51-
"country":"PT",
52-
"region":"Europe",
53-
"organizers":[
54-
"terichadbourne"
55-
],
56-
"website":"http://proto.school/lisbon",
57-
"twitter":"lisbonprotoschool",
58-
"repo":"http://github.com/protoschool/lisbon"
5911
}
6012
]

src/components/home/Home.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
</router-link>
3535
</div>
3636

37-
<div class="bg-aqua br4 pa3 mb3 tutorial-tile">
38-
<router-link to="/basics/01">
39-
<h3 class="ma0 f3 fw7 navy">Decentralized Data Structures</h3>
40-
<p class="f5 fw5 ma0 pt2 lh-copy white">
41-
Put a description here when it's ready!
42-
</p>
43-
</router-link>
44-
</div>
45-
4637
</div>
4738

4839
<h1>Chapter Events</h1>

0 commit comments

Comments
 (0)