Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kb projects #63

Merged
merged 6 commits into from Dec 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions public/stylesheets/style.css
Expand Up @@ -369,6 +369,18 @@ cli {
text-align: left;
}

.project-container {
}

.project-image {
height: 150px;
overflow: hidden;
}

.project-title {
font-weight: bold;
}

/************************** other *************************/
.triangle-side {
width: 15px;
Expand Down
25 changes: 24 additions & 1 deletion views/FRE-module-individual.jade
Expand Up @@ -66,6 +66,16 @@ block content
.large-12.columns
.greyBar(style="height:2px;")

mixin project(title, slug, imgUrl)
.large-3.columns
.projects-container
a(href="https://projects.tessel.io/projects/" + slug)
.project-image
img(src=imgUrl)
.project-details
.project-title
h5 #{title}

mixin see_video(url)
.row
.large-12.columns
Expand All @@ -91,11 +101,24 @@ block content
.large-12.columns
.greyBar(style="height:2px;")

mixin seeForums(number, url, thismod)
mixin seeForums(number, url, thismod, projects)
.row
+num_col(number)
.row
.large-12.columns
p What else can you do with a #{thismod} module? Try a <a href="//tessel.io/projects">community-created project.</a>
.row
each project in projects
.large-4.columns.left
.projects-container
a(href="https://projects.tessel.io/projects/" + project.slug, target=0)
.project-image
img(src=project.imgUrl)
.project-title
p #{project.title}
.row
.large-12.columns
p What are you making? <a href="//projects.tessel.io/projects/new">Share your invention!</a>
p If you run into any issues you can check out the <a href="#{forumUrl}#{url}">#{thismod} forums</a>.
.row
.large-12.columns
Expand Down
4 changes: 2 additions & 2 deletions views/FRE-tweet.jade
Expand Up @@ -56,9 +56,9 @@ block content
});
.row
.large-12.columns
p We're using the
p We're using the
a(href="https://www.npmjs.org/package/twitter") twitter Node.js
| library for convenience
| library for convenience

p We'll need to install the library using npm:
code
Expand Down
15 changes: 14 additions & 1 deletion views/ja-FRE-module-individual.jade
Expand Up @@ -87,11 +87,24 @@ block content
.large-12.columns
.greyBar(style="height:2px;")

mixin seeForums(number, url, thismod)
mixin seeForums(number, url, thismod, projects)
.row
+num_col(number)
.row
.large-12.columns
p あなたはこの #{thismod} で他に何を行うことができますか <a href="//tessel.io/projects">コミュニティプロジェクトを試してみてください</a>
.row
each project in projects
.large-4.columns.left
.projects-container
a(href="https://projects.tessel.io/projects/" + project.slug, target=0)
.project-image
img(src=project.imgUrl)
.project-title
p #{project.title}
.row
.large-12.columns
p あなたは何を作っている <a href="//projects.tessel.io/projects/new">あなたの本を共有する</a>
p 何か困ったことがあったら、<a href="#{forumUrl}#{url}">#{title}モジュールの掲示板</a>で聞いてみてください。
.row
.large-12.columns
Expand Down
4 changes: 3 additions & 1 deletion views/moduleFREs/_accelerometer.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Dog Sleep Tracker', slug: 'dog-sleep-tracker', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-66-1410903121991-gif%20%281%29.jpg'}, {title: 'Super Neo Bulls Eye Level Tessel', slug: 'super-neo-bulls-eye-level-tessel', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-28-1408129648013-bullseye.jpg'}, {title: 'Alarm App with Crossbar.io', slug: 'alarm-app-with-crossbar.io', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-105-1416589962517-alarmapp_screenshot.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_ambient.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel Greenhouse', slug: 'tessel-greenhouse', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-21-1405819625532-20140719_182515.jpg'}, {title: 'Super-Simple Audio Visualizer', slug: 'super-simple-audio-visualizer', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-11-1418512055651-20141213_145359.jpg'}, {title: 'Keen IO Environmental Control Dashboard', slug: 'keen-io-environmental-control-dashboard', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-85-1413489836106-Screen%20Shot%202014-10-14%20at%204.03.22%20PM.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -19,4 +21,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
3 changes: 2 additions & 1 deletion views/moduleFREs/_audio.jade
Expand Up @@ -7,6 +7,7 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel Halloween', slug: 'tessel-halloween', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-26-1412558504356-2014-10-05_0004.jpg'}, {title: 'SolidShops Order Notifications', slug: 'solidshops-order-notifications', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-81-1412515556027-ID-10053999.jpg'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
Expand All @@ -23,4 +24,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_ble.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel iBeacon', slug: 'tessel-ibeacon', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-116-1417499022399-foreground_notification.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_camera.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tesselcam', slug: 'tesselcam', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-33-1407951047894-FDAYQ9QHY5Y5YHT.LARGE.jpg'}, {title: 'MMS Camera', slug: 'mms-camera', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-80-1412209088994-iphone-os-mms.jpg'}, {title: 'Motion Activated Twitter Feed', slug: 'motion-activated-camera-2', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-69-1411410065563-original-11-1406772957465-20140730_191415.jpg'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + ".js --upload-dir ./</cli></code></br>The flag <span class='inlineCode'>--upload-dir</span> lets you specify where to save the image. Uploading to <span class='inlineCode'>.</span> saves the image in the current directory. Otherwise set <span class='inlineCode'>process.env.TESSEL_UPLOAD_DIR</span> to run without the flag.<br/><br/>" + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_climate.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'EnviroReport Web Dashboard for Climate Module', slug: 'enviroreport-web-dashboard-for-climate-module', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-30-1406805442184-enviroReport.png'}, {title: 'Tessel Greenhouse', slug: 'tessel-greenhouse', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-21-1405819625532-20140719_182515.jpg'}, {title: 'Climate Logging over MQTT', slug: 'climate-logging-over-mqtt', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-51-1411599954078-IMG_0002.JPG'}]

//- +see_video("http://youtu.be/yGc7ZGQL0vk")
+make_directory(i, thismod, "<b>Note: There are 2 different Climate modules. <br/>Any module shipped after July 10, 2014 is the si7020 instead of the si7005.</b>")
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_gprs.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel Trigger with GPRS', slug: 'tessel-trigger-with-gprs', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-10-1404430142419-photo1.jpg'}, {title: 'Tessel Tracker', slug: 'tessel-tracker', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-95-1415046308538-asdf.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -24,4 +26,4 @@
- i++
+normal_row(i, s3url+"modules_clipped/" + "gprs-external-power" + ".jpg", "The GPRS module can be externally powered through the External power pins. This allows the module to draw more current and get a better connection to the cell network. If you're seeing the Tessel become unresponsive after running the GPRS module, switch to external power.<br/><br/>First switch the jumper in the green area to connect External the 3.3V pins. Then connect an external GND to one of the two black arrows in the pink circle and external power to one of the two red arrows.")
- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_gps.jade
Expand Up @@ -8,6 +8,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel Tracker', slug: 'tessel-tracker', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-95-1415046308538-asdf.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod, "<b>Note:</b> The GPS module only works on <b>port C</b> at the moment. Port C is the most isolated from RF noise from the MCU, and having Tessel doing a lot of processing will make getting a lock harder. The time between seeing satellites and actually getting a lock is dependent on the satellite. Be in view of the open sky for best results (and even then it may take a while to get a lock). Once the module has a lock, the lock should stay for a while.")
- i++
Expand All @@ -19,4 +21,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_ir.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: '360deg. Product Photography (IR controlled) v0.5', slug: '360deg.-product-photography-ir-controlled', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-28-1408549917643-360.jpg'}, {title: 'tesselcopter', slug: 'tesselcopter', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-14-1405957068690-Screenshot%202014-07-21%2008.37.47.png'}, {title: 'IR controlled iPhone panorama selfie', slug: 'ir-controlled-iphone-panorama-selfie', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-12-1411803344906-super%20ego.jpg'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_microsd.jade
Expand Up @@ -8,6 +8,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + title + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tessel Web Server', slug: 'tessel-web-server', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-35-1409119889203-sdcardModule.jpg'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -21,4 +23,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, title)
+seeForums(i, thismod, title, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_nrf.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = []

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod, "The nRF24 Module is used for wireless communication without WiFi. It's great for low-power mesh communication between Tessels.<p><b>Note:</b> the nRF24 module can only communicate to other nRF24 modules, so for this example we'll need two Tessels each with their own nRF24 module. If you have an Arduino with an nRF24 module, you can talk to the Arduino instead with <a href='https://github.com/tessel/rf-nrf24/blob/master/examples/RF24-pingpair.js'>an alternate nrf24 example</a>.")
- i++
Expand All @@ -22,4 +24,4 @@
+normal_row(i, moduleGifs_filepath + thismod + ".gif", doThis + bonus + moreInfo)

- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_relay.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Website Down Alarm', slug: 'website-down-alarm', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-33-1417737624777-20141204_095736.jpg'}, {title: 'Tessel Trigger with GPRS', slug: 'tessel-trigger-with-gprs', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-10-1404430142419-photo1.jpg'}, {title: 'Tessel Clap Switch', slug: 'tessel-clap-switch', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-11-1404792461449-IMG_8350.JPG'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -20,4 +22,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_rfid.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod.toUpperCase() + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Calling Card', slug: 'calling-card', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-11-1411172922774-IMG_4671.JPG'}, {title: 'DoorBot', slug: 'doorbot', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-18-1405818534272-photo%20%282%29.JPG'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod.toUpperCase())
+seeForums(i, thismod, thismod.toUpperCase(), projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/_servo.jade
Expand Up @@ -7,6 +7,8 @@
- var moduleDocs = moduleDocs_filepath + pkg
- var moreInfo = moreInfo1 + thismod + moreInfo2 + moduleDocs + moreInfo3

- var projects = [{title: 'Tesselbot (RC Sumobot)', slug: 'tesselbot-rc-sumobot', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-11-1413855461279-landscape-main.jpg'}, {title: 'http voting / rating system', slug: 'http-voting-rating-system', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-87-1413994301287-grader.png'}, {title: 'Servos!', slug: 'servos', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-8-1404424935191-motors.jpg'}]

//- +see_video("http://youtu.be/pNuhntwguBM")
+make_directory(i, thismod)
- i++
Expand Down Expand Up @@ -34,4 +36,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push1 + thismod + push2 + doThis + bonus + moreInfo)
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/ja-_accelerometer.jade
Expand Up @@ -6,6 +6,8 @@
- var i = 1
- var moduleDocs = moduleDocs_filepath + pkg

- var projects = [{title: 'Dog Sleep Tracker', slug: 'dog-sleep-tracker', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-66-1410903121991-gif%20%281%29.jpg'}, {title: 'Super Neo Bulls Eye Level Tessel', slug: 'super-neo-bulls-eye-level-tessel', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-28-1408129648013-bullseye.jpg'}, {title: 'Alarm App with Crossbar.io', slug: 'alarm-app-with-crossbar.io', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-105-1416589962517-alarmapp_screenshot.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -17,4 +19,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push + doThis + bonus + moreInfo, {'href': moduleDocs})
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/ja-_ambient.jade
Expand Up @@ -6,6 +6,8 @@
- var i = 1
- var moduleDocs = moduleDocs_filepath + pkg

- var projects = [{title: 'Tessel Greenhouse', slug: 'tessel-greenhouse', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-21-1405819625532-20140719_182515.jpg'}, {title: 'Super-Simple Audio Visualizer', slug: 'super-simple-audio-visualizer', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-11-1418512055651-20141213_145359.jpg'}, {title: 'Keen IO Environmental Control Dashboard', slug: 'keen-io-environmental-control-dashboard', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-85-1413489836106-Screen%20Shot%202014-10-14%20at%204.03.22%20PM.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -18,4 +20,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push + doThis + bonus + moreInfo, {'href': moduleDocs})
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/ja-_audio.jade
Expand Up @@ -6,6 +6,8 @@
- var i = 1
- var moduleDocs = moduleDocs_filepath + pkg

- var projects = [{title: 'Tessel Halloween', slug: 'tessel-halloween', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-26-1412558504356-2014-10-05_0004.jpg'}, {title: 'SolidShops Order Notifications', slug: 'solidshops-order-notifications', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-81-1412515556027-ID-10053999.jpg'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -21,4 +23,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push + doThis + bonus + moreInfo, {'href': moduleDocs})
- i++
+seeForums(i, thismod, thismod)
+seeForums(i, thismod, thismod, projects)
4 changes: 3 additions & 1 deletion views/moduleFREs/ja-_ble.jade
Expand Up @@ -6,6 +6,8 @@
- var i = 1
- var moduleDocs = moduleDocs_filepath + pkg

- var projects = [{title: 'Tessel iBeacon', slug: 'tessel-ibeacon', imgUrl: 'https://tessel-portal.s3.amazonaws.com/uploads/original-116-1417499022399-foreground_notification.png'}]

//- +see_video("http://youtu.be/JLZzLyH9jc4")
+make_directory(i, thismod)
- i++
Expand All @@ -17,4 +19,4 @@
- i++
+normal_row(i, moduleGifs_filepath + thismod + ".gif", push + doThis + bonus + moreInfo, {'href': moduleDocs})
- i++
+seeForums(i, thismod, title)
+seeForums(i, thismod, thismod, projects)