Skip to content

Commit 7ac8011

Browse files
committed
adds gps module to modules page per #35
1 parent b5ab94b commit 7ac8011

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

views/modules.jade

+1-14
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,6 @@ block append head
5858
a.datasheet(target="_blank", href=datasheet)
5959
| #{chip} datasheet
6060

61-
//- temporary mixin while Seeed puts up links for GPS and DIY modules
62-
mixin module-left-unavailable(module, package, chip, datasheet)
63-
div.large-4.columns
64-
a.photo(href='https://s3.amazonaws.com/technicalmachine-assets/product+pics/2014+05+15+production+modules/' + module + '.jpg')
65-
img(src='https://s3.amazonaws.com/technicalmachine-assets/product+pics/2014+05+15+production+modules/' + module + '.jpg', height='200')
66-
a(class="button tiny secondary") Temporarily unavailable
67-
p
68-
code npm install #{package}<br/>
69-
a.library(href="https://github.com/tessel/" + package)
70-
| View library on Github &rarr;
71-
a.datasheet(target="_blank", href=datasheet)
72-
| #{chip} datasheet
73-
7461
mixin module-title(module, title)
7562
h4
7663
object
@@ -225,7 +212,7 @@ block content
225212
.row#module-gps
226213
.large-10.columns.large-centered
227214
div.row.module-class-b
228-
+module-left-unavailable('gps', 'gps-a2235h', 'FGPMMOPA6C', 'http://www.adafruit.com/datasheets/GlobalTop-FGPMMOPA6C-Datasheet-V0A-Preliminary.pdf')
215+
+module-left('gps', 'gps-a2235h', 'FGPMMOPA6C', 'http://www.adafruit.com/datasheets/GlobalTop-FGPMMOPA6C-Datasheet-V0A-Preliminary.pdf', 'http://www.seeedstudio.com/Tessel-GPS-p-2683.html')
229216
div.large-8.columns
230217
+module-title('gps', 'GPS')
231218
p

0 commit comments

Comments
 (0)