diff --git a/LocalSettings.php b/LocalSettings.php index c34a348..86267fd 100755 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -32,6 +32,7 @@ require_once( "$IP/extensions/DeleteBatch/DeleteBatch.php" ); #require_once( "$IP/extensions/WikiEditor/WikiEditor.php" ); require_once( "$IP/extensions/NukeDPL/NukeDPL.php" ); +require_once( "$IP/extensions/GoogleAdSense/GoogleAdSense.php"); # Enables use of WikiEditor by default but still allow users to disable it in preferences #$wgDefaultUserOptions['usebetatoolbar'] = 1; #$wgDefaultUserOptions['usebetatoolbar-cgd'] = 1; @@ -269,4 +270,9 @@ $wgShowSQLErrors = 1; + +//Google Ads +$wgGoogleAdSenseClient = 'ca-pub-9539937655115229'; +$wgGoogleAdSenseSlot = '8864913199'; +$wgGoogleAdSenseID = 'wiki'; ?> diff --git a/extensions/GoogleAdSense/.gitignore b/extensions/GoogleAdSense/.gitignore new file mode 100755 index 0000000..c798be9 --- /dev/null +++ b/extensions/GoogleAdSense/.gitignore @@ -0,0 +1,5 @@ +.svn +*~ +*.kate-swp +.*.swp +.idea diff --git a/extensions/GoogleAdSense/.gitreview b/extensions/GoogleAdSense/.gitreview new file mode 100755 index 0000000..0e0b2da --- /dev/null +++ b/extensions/GoogleAdSense/.gitreview @@ -0,0 +1,6 @@ +[gerrit] +host=gerrit.wikimedia.org +port=29418 +project=mediawiki/extensions/GoogleAdSense +defaultbranch=master +defaultrebase=0 \ No newline at end of file diff --git a/extensions/GoogleAdSense/GoogleAdSense.class.php b/extensions/GoogleAdSense/GoogleAdSense.class.php new file mode 100755 index 0000000..adfcef9 --- /dev/null +++ b/extensions/GoogleAdSense/GoogleAdSense.class.php @@ -0,0 +1,48 @@ +getUser()->isLoggedIn() && $wgGoogleAdSenseAnonOnly ) { + return $bar; + } + + if ( !$wgGoogleAdSenseSrc ) { + return $bar; + } + + // Add CSS + $skin->getOutput()->addModules( 'ext.googleadsense' ); + + $bar['googleadsense'] = " +"; + + return true; + } +} diff --git a/extensions/GoogleAdSense/GoogleAdSense.i18n.php b/extensions/GoogleAdSense/GoogleAdSense.i18n.php new file mode 100755 index 0000000..27558a8 --- /dev/null +++ b/extensions/GoogleAdSense/GoogleAdSense.i18n.php @@ -0,0 +1,35 @@ + __FILE__, + 'name' => 'Google AdSense', + 'version' => '2.2.0', + 'author' => 'Siebrand Mazeland', + 'descriptionmsg' => 'googleadsense-desc', + 'url' => 'https://www.mediawiki.org/wiki/Extension:Google_AdSense_2', +); + +// Register class and localisations +$dir = dirname( __FILE__ ) . '/'; +$wgAutoloadClasses['GoogleAdSense'] = $dir . 'GoogleAdSense.class.php'; +$wgMessagesDirs['GoogleAdSense'] = __DIR__ . '/i18n'; +$wgExtensionMessagesFiles['GoogleAdSense'] = $dir . 'GoogleAdSense.i18n.php'; + +// Hook to modify the sidebar +$wgHooks['SkinBuildSidebar'][] = 'GoogleAdSense::GoogleAdSenseInSidebar'; + +// Client-side resource modules +$wgResourceModules['ext.googleadsense'] = array( + 'styles' => 'resources/ext.googleadsense.css', + 'localBasePath' => $dir, + 'remoteExtPath' => 'GoogleAdSense' +); diff --git a/extensions/GoogleAdSense/LICENSE b/extensions/GoogleAdSense/LICENSE new file mode 100755 index 0000000..1772b96 --- /dev/null +++ b/extensions/GoogleAdSense/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2008 Siebrand Mazeland + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/af.json b/extensions/GoogleAdSense/i18n/af.json new file mode 100755 index 0000000..ba30aec --- /dev/null +++ b/extensions/GoogleAdSense/i18n/af.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Naudefj" + ] + }, + "googleadsense-desc": "Voeg [http://www.google.com/adsense Google AdSense] by die kantstrook by" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/aln.json b/extensions/GoogleAdSense/i18n/aln.json new file mode 100755 index 0000000..d3b8dca --- /dev/null +++ b/extensions/GoogleAdSense/i18n/aln.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Mdupont" + ] + }, + "googleadsense-desc": "Shton [http://www.google.com/adsense Google AdSense] të sidebar" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/anp.json b/extensions/GoogleAdSense/i18n/anp.json new file mode 100755 index 0000000..d738606 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/anp.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Angpradesh" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google AdSense] कॆ साइड बार मॆ जोङॊ" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ar.json b/extensions/GoogleAdSense/i18n/ar.json new file mode 100755 index 0000000..f6ed086 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ar.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Meno25" + ] + }, + "googleadsense-desc": "يضيف [http://www.google.com/adsense جوجل أدسنس] إلى الشريط الجانبي" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/arz.json b/extensions/GoogleAdSense/i18n/arz.json new file mode 100755 index 0000000..f6ed086 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/arz.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Meno25" + ] + }, + "googleadsense-desc": "يضيف [http://www.google.com/adsense جوجل أدسنس] إلى الشريط الجانبي" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ast.json b/extensions/GoogleAdSense/i18n/ast.json new file mode 100755 index 0000000..1bc4c21 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ast.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Xuacu" + ] + }, + "googleadsense-desc": "Amiesta [http://www.google.com/adsense Google AdSense] a la barra llateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/az.json b/extensions/GoogleAdSense/i18n/az.json new file mode 100755 index 0000000..31f3b6c --- /dev/null +++ b/extensions/GoogleAdSense/i18n/az.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Khan27" + ] + }, + "googleadsense-desc": "Yan çubuğa [http://www.google.com/adsense Google AdSense] əlavə edir" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/bar.json b/extensions/GoogleAdSense/i18n/bar.json new file mode 100755 index 0000000..16ab3e8 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/bar.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Man77" + ] + }, + "googleadsense-desc": "Fügt [http://www.google.com/adsense Google AdSense] zu da Sidebar dazua" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/be-tarask.json b/extensions/GoogleAdSense/i18n/be-tarask.json new file mode 100755 index 0000000..c569371 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/be-tarask.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Jim-by" + ] + }, + "googleadsense-desc": "Дадае [http://www.google.com/adsense Google AdSense] ў навігацыйную панэль" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/bg.json b/extensions/GoogleAdSense/i18n/bg.json new file mode 100755 index 0000000..ed4a21e --- /dev/null +++ b/extensions/GoogleAdSense/i18n/bg.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "DCLXVI" + ] + }, + "googleadsense-desc": "Добавя [http://www.google.com/adsense Google AdSense] в страничната лента" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/br.json b/extensions/GoogleAdSense/i18n/br.json new file mode 100755 index 0000000..b9bb419 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/br.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Fulup" + ] + }, + "googleadsense-desc": "Ouzhpennañ a ra [http://www.google.com/adsense Google AdSense] d'ar varrenn gostez" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/bs.json b/extensions/GoogleAdSense/i18n/bs.json new file mode 100755 index 0000000..3f63ffa --- /dev/null +++ b/extensions/GoogleAdSense/i18n/bs.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "CERminator" + ] + }, + "googleadsense-desc": "Dodaje [http://www.google.com/adsense Google AdSense] u alatnu traku" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ca.json b/extensions/GoogleAdSense/i18n/ca.json new file mode 100755 index 0000000..1fbd41d --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ca.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Solde" + ] + }, + "googleadsense-desc": "Afegeix [http://www.google.com/Google AdSense] a la barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/cs.json b/extensions/GoogleAdSense/i18n/cs.json new file mode 100755 index 0000000..8fba6a7 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/cs.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Li-sung" + ] + }, + "googleadsense-desc": "Přidává do postranního panelu [http://www.google.com/adsense Google AdSense]" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/da.json b/extensions/GoogleAdSense/i18n/da.json new file mode 100755 index 0000000..8a7d376 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/da.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Byrial" + ] + }, + "googleadsense-desc": "Tilføjer [http://google.com/adsense Google AdSense] til sidemenuen" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/de.json b/extensions/GoogleAdSense/i18n/de.json new file mode 100755 index 0000000..a6e9941 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/de.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Kghbln", + "MichaelFrey" + ] + }, + "googleadsense-desc": "Ermöglicht das Einfügen von [http://www.google.com/adsense „Google AdSense“-Anzeigen] in der Seitenleiste" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/diq.json b/extensions/GoogleAdSense/i18n/diq.json new file mode 100755 index 0000000..cdf4165 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/diq.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Erdemaslancan" + ] + }, + "googleadsense-desc": "çuwade kosmi re [http://www.google.com/adsense Google AdSense] dekeno de" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/dsb.json b/extensions/GoogleAdSense/i18n/dsb.json new file mode 100755 index 0000000..c3f32ab --- /dev/null +++ b/extensions/GoogleAdSense/i18n/dsb.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "googleadsense-desc": "Pśidawa [http://www.google.com/adsense Google AdSense] k nabocnej smuze" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/dtp.json b/extensions/GoogleAdSense/i18n/dtp.json new file mode 100755 index 0000000..ee7c79f --- /dev/null +++ b/extensions/GoogleAdSense/i18n/dtp.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "FRANCIS5091" + ] + }, + "googleadsense-desc": "Poruhango [http://www.google.com/adsense Guugol RungangPurimon] hilo id barsisi" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/el.json b/extensions/GoogleAdSense/i18n/el.json new file mode 100755 index 0000000..dc7a909 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/el.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Omnipaedista" + ] + }, + "googleadsense-desc": "Προσθέτει το [http://www.google.com/adsense Google AdSense] στην μπάρα εργασίας" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/en.json b/extensions/GoogleAdSense/i18n/en.json new file mode 100755 index 0000000..1246a73 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/en.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Siebrand Mazeland" + ] + }, + "googleadsense": "Google AdSense", + "googleadsense-desc": "Adds [http://www.google.com/adsense Google AdSense] to the sidebar" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/eo.json b/extensions/GoogleAdSense/i18n/eo.json new file mode 100755 index 0000000..9ba8015 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/eo.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Yekrats" + ] + }, + "googleadsense-desc": "Aldonas reklamilon [http://www.google.com/adsense Google AdSense] al la flanka kolumno" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/es.json b/extensions/GoogleAdSense/i18n/es.json new file mode 100755 index 0000000..44d0b87 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/es.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Sanbec" + ] + }, + "googleadsense-desc": "Añade [http://www.google.com/adsense Google AdSense] a la barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/eu.json b/extensions/GoogleAdSense/i18n/eu.json new file mode 100755 index 0000000..5025d84 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/eu.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Theklan" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google AdSense] gehitzen du albo-barrara" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/fa.json b/extensions/GoogleAdSense/i18n/fa.json new file mode 100755 index 0000000..a0e5f0d --- /dev/null +++ b/extensions/GoogleAdSense/i18n/fa.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "ZxxZxxZ" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense گوگل ادسنس] را به نوار جانبی می‌افزاید" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/fi.json b/extensions/GoogleAdSense/i18n/fi.json new file mode 100755 index 0000000..0bb6441 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/fi.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Str4nd" + ] + }, + "googleadsense-desc": "Lisää [http://www.google.com/adsense Google AdSensen] sivupalkkiin" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/fr.json b/extensions/GoogleAdSense/i18n/fr.json new file mode 100755 index 0000000..a1eb841 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/fr.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Grondin" + ] + }, + "googleadsense-desc": "Ajoute [http://www.google.com/adsense Google AdSense] à la barre latérale" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/gl.json b/extensions/GoogleAdSense/i18n/gl.json new file mode 100755 index 0000000..c1d1ca3 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/gl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Toliño" + ] + }, + "googleadsense-desc": "Engade [http://www.google.com/adsense Google AdSense] á barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/gsw.json b/extensions/GoogleAdSense/i18n/gsw.json new file mode 100755 index 0000000..5bbf8af --- /dev/null +++ b/extensions/GoogleAdSense/i18n/gsw.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Als-Holder" + ] + }, + "googleadsense-desc": "Fiegt [http://www.google.com/adsense Google AdSense] in d Syteleischte yy" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/he.json b/extensions/GoogleAdSense/i18n/he.json new file mode 100755 index 0000000..43adea1 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/he.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Rotemliss", + "YaronSh" + ] + }, + "googleadsense-desc": "הוספת [http://www.google.com/adsense Google AdSense] לסרגל הצד" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/hil.json b/extensions/GoogleAdSense/i18n/hil.json new file mode 100755 index 0000000..dc7a875 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/hil.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Tagimata" + ] + }, + "googleadsense-desc": "Nagadugang [http://www.google.com/adsense Google AdSense] diri sa may sidebar" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/hr.json b/extensions/GoogleAdSense/i18n/hr.json new file mode 100755 index 0000000..6e0c1a8 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/hr.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Ex13" + ] + }, + "googleadsense-desc": "Dodaje [http://www.google.com/adsense Google AdSense] u izbornik" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/hsb.json b/extensions/GoogleAdSense/i18n/hsb.json new file mode 100755 index 0000000..e15d551 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/hsb.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google AdSense] k pobóčnej lajsće přidać" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/hu.json b/extensions/GoogleAdSense/i18n/hu.json new file mode 100755 index 0000000..9e0e2a4 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/hu.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Dani" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google AdSense] hozzáfűzése a bal oldali menühöz" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ia.json b/extensions/GoogleAdSense/i18n/ia.json new file mode 100755 index 0000000..05d1dc4 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ia.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "McDutchie" + ] + }, + "googleadsense-desc": "Adde [http://www.google.com/adsense Google AdSense] al barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/id.json b/extensions/GoogleAdSense/i18n/id.json new file mode 100755 index 0000000..853f4e6 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/id.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Bennylin" + ] + }, + "googleadsense-desc": "Tambahkan [http://www.google.com/adsense Google AdSense] ke kotak samping" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ig.json b/extensions/GoogleAdSense/i18n/ig.json new file mode 100755 index 0000000..6e8d91c --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ig.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Ukabia" + ] + }, + "googleadsense-desc": "Ne tí [http://www.google.com/adsense ÚchèAd Google] na igbe nor ákụkụ" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/it.json b/extensions/GoogleAdSense/i18n/it.json new file mode 100755 index 0000000..d736ea7 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/it.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Darth Kule" + ] + }, + "googleadsense-desc": "Aggiunge [http://www.google.com/adsense Google AdSense] alla sidebar" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ja.json b/extensions/GoogleAdSense/i18n/ja.json new file mode 100755 index 0000000..ca26676 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ja.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Hosiryuhosi", + "Shirayuki" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google AdSense] をサイドバーに追加する" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/km.json b/extensions/GoogleAdSense/i18n/km.json new file mode 100755 index 0000000..97e4a9d --- /dev/null +++ b/extensions/GoogleAdSense/i18n/km.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "គីមស៊្រុន" + ] + }, + "googleadsense-desc": "បន្ថែម [http://www.google.com/adsense Google AdSense] ទៅរបារចំហៀង" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ko.json b/extensions/GoogleAdSense/i18n/ko.json new file mode 100755 index 0000000..dd5ccab --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ko.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "ToePeu", + "아라" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Google 애드센스]를 사이드바에 추가합니다" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ksh.json b/extensions/GoogleAdSense/i18n/ksh.json new file mode 100755 index 0000000..3cd1b77 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ksh.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Purodha" + ] + }, + "googleadsense-desc": "Deit [http://www.google.com/adsense Google AdSense] Aanzeije en de sidebar erin." +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/lb.json b/extensions/GoogleAdSense/i18n/lb.json new file mode 100755 index 0000000..16ad6b5 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/lb.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Robby", + "Soued031" + ] + }, + "googleadsense-desc": "Setzt [http://www.google.com/adsense Google AdSense] an déi säitlech Navigatiounslëscht derbäi" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/lt.json b/extensions/GoogleAdSense/i18n/lt.json new file mode 100755 index 0000000..379fed7 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/lt.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Garas" + ] + }, + "googleadsense-desc": "Prideda [http://www.google.com/adsense Google AdSense] į šoninę juostą" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/lv.json b/extensions/GoogleAdSense/i18n/lv.json new file mode 100755 index 0000000..91b1224 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/lv.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Xil" + ] + }, + "googleadsense-desc": " Pievieno [http://www.google.com/adsense Google AdSense] sānu joslai" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/mk.json b/extensions/GoogleAdSense/i18n/mk.json new file mode 100755 index 0000000..0394505 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/mk.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Bjankuloski06" + ] + }, + "googleadsense-desc": "Го додава [http://www.google.com/adsense Google AdSense] во страничната лента" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ml.json b/extensions/GoogleAdSense/i18n/ml.json new file mode 100755 index 0000000..2d5a3ff --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ml.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Praveenp" + ] + }, + "googleadsense-desc": "സൈഡ്ബാറിൽ [http://www.google.com/adsense ഗൂഗിൾ ആഡ്സെൻസ്] ചേർക്കുന്നു" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ms.json b/extensions/GoogleAdSense/i18n/ms.json new file mode 100755 index 0000000..db9afd3 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ms.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Diagramma Della Verita" + ] + }, + "googleadsense-desc": "Leletakkan [http://www.google.com/adsense Google AdSense] dalam ''sidebar''" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/mt.json b/extensions/GoogleAdSense/i18n/mt.json new file mode 100755 index 0000000..6cf6992 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/mt.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Chrisportelli" + ] + }, + "googleadsense-desc": "Iżżid [http://www.google.com/adsense Google AdSense] fil-ġenb" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/nb.json b/extensions/GoogleAdSense/i18n/nb.json new file mode 100755 index 0000000..3f990ec --- /dev/null +++ b/extensions/GoogleAdSense/i18n/nb.json @@ -0,0 +1,6 @@ +{ + "@metadata": { + "authors": [] + }, + "googleadsense-desc": "Legger til [http://google.com/adsense Google AdSense] til sidepanelet" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/nl.json b/extensions/GoogleAdSense/i18n/nl.json new file mode 100755 index 0000000..fff4b57 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/nl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Siebrand" + ] + }, + "googleadsense-desc": "Voegt [http://www.google.com/adsense?hl=nl Google AdSense] toe aan de sidebar" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/nn.json b/extensions/GoogleAdSense/i18n/nn.json new file mode 100755 index 0000000..c345547 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/nn.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Harald Khan", + "Njardarlogar" + ] + }, + "googleadsense-desc": "Legg til [http://google.com/adsense Google AdSense] til sidemenyen" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/oc.json b/extensions/GoogleAdSense/i18n/oc.json new file mode 100755 index 0000000..10c01dc --- /dev/null +++ b/extensions/GoogleAdSense/i18n/oc.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Cedric31" + ] + }, + "googleadsense-desc": "Apond [http://www.google.com/adsense Google AdSense] a la barra laterala" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/os.json b/extensions/GoogleAdSense/i18n/os.json new file mode 100755 index 0000000..60efe9f --- /dev/null +++ b/extensions/GoogleAdSense/i18n/os.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Amikeco" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense Рекламæ Google AdSense] навигацион панельмæ бафтауы" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/pl.json b/extensions/GoogleAdSense/i18n/pl.json new file mode 100755 index 0000000..ea2e1e6 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/pl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Derbeth" + ] + }, + "googleadsense-desc": "Dodaje [http://www.google.com/adsense Google AdSense] do paska bocznego" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/pms.json b/extensions/GoogleAdSense/i18n/pms.json new file mode 100755 index 0000000..8b3fb99 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/pms.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Dragonòt" + ] + }, + "googleadsense-desc": "A gionta [http://www.google.com/adsense Google AdSense] a la \"sidebar\"" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ps.json b/extensions/GoogleAdSense/i18n/ps.json new file mode 100755 index 0000000..9ce9e60 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ps.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Ahmed-Najib-Biabani-Ibrahimkhel" + ] + }, + "googleadsense-desc": "څنگپټې کې [http://www.google.com/adsense گووگل اډسېنس] ورگډوي" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/pt-br.json b/extensions/GoogleAdSense/i18n/pt-br.json new file mode 100755 index 0000000..79eb385 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/pt-br.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Eduardo.mps" + ] + }, + "googleadsense-desc": "Adiciona o [http://www.google.com/adsense Google AdSense] à barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/pt.json b/extensions/GoogleAdSense/i18n/pt.json new file mode 100755 index 0000000..4f0be0e --- /dev/null +++ b/extensions/GoogleAdSense/i18n/pt.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Waldir" + ] + }, + "googleadsense-desc": "Adiciona o [http://www.google.com/adsense Google AdSense] à barra lateral" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/qqq.json b/extensions/GoogleAdSense/i18n/qqq.json new file mode 100755 index 0000000..3a72646 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/qqq.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Purodha", + "Shirayuki", + "The Evil IP address", + "Umherirrender" + ] + }, + "googleadsense": "{{notranslate}}", + "googleadsense-desc": "{{desc|name=Google AdSense|url=http://www.mediawiki.org/wiki/Extension:GoogleAdSense}}" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ro.json b/extensions/GoogleAdSense/i18n/ro.json new file mode 100755 index 0000000..b7b7126 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ro.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "KlaudiuMihaila" + ] + }, + "googleadsense-desc": "Adaugă [http://www.google.com/adsense Google AdSense] la bara laterală" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/roa-tara.json b/extensions/GoogleAdSense/i18n/roa-tara.json new file mode 100755 index 0000000..4d17c52 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/roa-tara.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Joetaras" + ] + }, + "googleadsense-desc": "Aggiunge [http://www.google.com/adsense Google AdSense] jndr'à barra laterele" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ru.json b/extensions/GoogleAdSense/i18n/ru.json new file mode 100755 index 0000000..928f2d4 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ru.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Kaganer", + "Александр Сигачёв" + ] + }, + "googleadsense-desc": "Добавляет [http://www.google.com/adsense рекламу Google AdSense] в навигационную панель" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/rue.json b/extensions/GoogleAdSense/i18n/rue.json new file mode 100755 index 0000000..cb6115d --- /dev/null +++ b/extensions/GoogleAdSense/i18n/rue.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Gazeb" + ] + }, + "googleadsense-desc": "Придасть [http://www.google.com/adsense Google AdSense] на бочный панел" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sco.json b/extensions/GoogleAdSense/i18n/sco.json new file mode 100755 index 0000000..1f09ff5 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sco.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "John Reid" + ] + }, + "googleadsense-desc": "Eiks [http://www.google.com/adsense Google AdSense] til the sidebaur" +} diff --git a/extensions/GoogleAdSense/i18n/si.json b/extensions/GoogleAdSense/i18n/si.json new file mode 100755 index 0000000..986a9b1 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/si.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Singhalawap", + "නන්දිමිතුරු" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense ගූගල් දැන්වීම්වේදිකාව] පැති කොටුවට එක් කරයි" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sk.json b/extensions/GoogleAdSense/i18n/sk.json new file mode 100755 index 0000000..c238f27 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sk.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Helix84" + ] + }, + "googleadsense-desc": "Pridá do postranného panela [http://www.google.com/adsense Google AdSense]" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sl.json b/extensions/GoogleAdSense/i18n/sl.json new file mode 100755 index 0000000..c238792 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Dbc334" + ] + }, + "googleadsense-desc": "Doda [http://www.google.com/adsense Google AdSense] v stransko vrstico" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sq.json b/extensions/GoogleAdSense/i18n/sq.json new file mode 100755 index 0000000..b34a5ac --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sq.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Puntori" + ] + }, + "googleadsense-desc": "Vendosë [http://www.google.com/adsense Google AdSense] në kolonat anësore" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sr-ec.json b/extensions/GoogleAdSense/i18n/sr-ec.json new file mode 100755 index 0000000..6814242 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sr-ec.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Михајло Анђелковић" + ] + }, + "googleadsense-desc": "Додаје [http://www.google.com/adsense Гуглов AdSense] сајдбару Вашег пројекта" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sr-el.json b/extensions/GoogleAdSense/i18n/sr-el.json new file mode 100755 index 0000000..31f7c2e --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sr-el.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Michaello" + ] + }, + "googleadsense-desc": "Dodaje [http://www.google.com/adsense Guglov AdSense] sajdbaru Vašeg projekta" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/stq.json b/extensions/GoogleAdSense/i18n/stq.json new file mode 100755 index 0000000..ae1bd41 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/stq.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Pyt" + ] + }, + "googleadsense-desc": "Föiget [http://www.google.com/adsense Google AdSense] an ju Sidebar bietou" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/su.json b/extensions/GoogleAdSense/i18n/su.json new file mode 100755 index 0000000..c3e6cd9 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/su.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Kandar" + ] + }, + "googleadsense-desc": "Nambahkeun [http://www.google.com/adsense Google AdSense] kana bar gigir" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/sv.json b/extensions/GoogleAdSense/i18n/sv.json new file mode 100755 index 0000000..32f10ed --- /dev/null +++ b/extensions/GoogleAdSense/i18n/sv.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "M.M.S." + ] + }, + "googleadsense-desc": "Lägger till [http://www.google.com/adsense Google AdSense] till sidpanelen" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/ta.json b/extensions/GoogleAdSense/i18n/ta.json new file mode 100755 index 0000000..3c2d0d2 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/ta.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "செல்வா" + ] + }, + "googleadsense-desc": "பக்கப் பட்டியில் [http://www.google.com/adsense Google AdSense] சேர்க்கின்றது" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/te.json b/extensions/GoogleAdSense/i18n/te.json new file mode 100755 index 0000000..aa70068 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/te.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Veeven" + ] + }, + "googleadsense-desc": "[http://www.google.com/adsense గూగుల్ ఆడ్‌సెన్స్]ని ప్రక్కపట్టీకి చేరుస్తుంది" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/th.json b/extensions/GoogleAdSense/i18n/th.json new file mode 100755 index 0000000..da42c56 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/th.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Manop" + ] + }, + "googleadsense-desc": "เพิ่ม [http://www.google.com/adsense กูเกิลแอดเซนส์ (Google AdSense)] ไว้ที่แถบด้านข้าง" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/tl.json b/extensions/GoogleAdSense/i18n/tl.json new file mode 100755 index 0000000..14830d4 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/tl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "AnakngAraw" + ] + }, + "googleadsense-desc": "Nagdaragdag ng [http://www.google.com/adsense Google AdSense] sa panggilid na halang" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/tr.json b/extensions/GoogleAdSense/i18n/tr.json new file mode 100755 index 0000000..5c2eae4 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/tr.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Joseph" + ] + }, + "googleadsense-desc": "Kenar çubuğuna [http://www.google.com/adsense Google AdSense]'ı ekler" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/tt-cyrl.json b/extensions/GoogleAdSense/i18n/tt-cyrl.json new file mode 100755 index 0000000..9a70d56 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/tt-cyrl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Ильнар" + ] + }, + "googleadsense": "Google'дан реклама" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/uk.json b/extensions/GoogleAdSense/i18n/uk.json new file mode 100755 index 0000000..cc56025 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/uk.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Prima klasy4na" + ] + }, + "googleadsense-desc": "Додає [http://www.google.com/adsense Google AdSense] на бічну панель" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/vec.json b/extensions/GoogleAdSense/i18n/vec.json new file mode 100755 index 0000000..5e4a61f --- /dev/null +++ b/extensions/GoogleAdSense/i18n/vec.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Candalua" + ] + }, + "googleadsense-desc": "Zonta [http://www.google.com/adsense Google AdSense] a la barra laterale" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/vi.json b/extensions/GoogleAdSense/i18n/vi.json new file mode 100755 index 0000000..ead948d --- /dev/null +++ b/extensions/GoogleAdSense/i18n/vi.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Vinhtantran" + ] + }, + "googleadsense-desc": "Thêm [http://www.google.com/adsense Google AdSense] vào thanh bên" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/zh-hans.json b/extensions/GoogleAdSense/i18n/zh-hans.json new file mode 100755 index 0000000..1d42b46 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/zh-hans.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Gzdavidwong" + ] + }, + "googleadsense-desc": "在页侧栏位加入[http://www.google.com/adsense Google AdSense]" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/i18n/zh-hant.json b/extensions/GoogleAdSense/i18n/zh-hant.json new file mode 100755 index 0000000..6ec9dc6 --- /dev/null +++ b/extensions/GoogleAdSense/i18n/zh-hant.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Mark85296341", + "Wrightbus" + ] + }, + "googleadsense-desc": "在頁側欄位加入 [http://www.google.com/adsense Google AdSense]" +} \ No newline at end of file diff --git a/extensions/GoogleAdSense/resources/ext.googleadsense.css b/extensions/GoogleAdSense/resources/ext.googleadsense.css new file mode 100755 index 0000000..6c1516d --- /dev/null +++ b/extensions/GoogleAdSense/resources/ext.googleadsense.css @@ -0,0 +1,16 @@ +/** +* Stylesheet for GoogleAdsense extension. +* +* This should be added to [[MediaWiki:Common.css]] page when installing this +* extension and should not be modified. You may modify the CSS code on the +* MediaWiki:Common.css page to adjust padding, alignment, etc. +* +* @file +* @ingroup Extensions +*/ + +/* Pad Google AdSense box in portlet in sidebar */ +#p-googleadsense .pBody { + padding-top: 5px; + text-align: center; +} diff --git a/extensions/GoogleAdSense/version b/extensions/GoogleAdSense/version new file mode 100755 index 0000000..0d4b321 --- /dev/null +++ b/extensions/GoogleAdSense/version @@ -0,0 +1,4 @@ +GoogleAdSense: REL1_23 +2015-06-16T21:08:25 + +0b0688f diff --git a/images/thumb/0/00/800px-Lcd_arduino_(250x141).jpg/180px-800px-Lcd_arduino_(250x141).jpg b/images/thumb/0/00/800px-Lcd_arduino_(250x141).jpg/180px-800px-Lcd_arduino_(250x141).jpg new file mode 100644 index 0000000..eb02f74 Binary files /dev/null and b/images/thumb/0/00/800px-Lcd_arduino_(250x141).jpg/180px-800px-Lcd_arduino_(250x141).jpg differ diff --git a/images/thumb/0/00/New_bot2.jpg/180px-New_bot2.jpg b/images/thumb/0/00/New_bot2.jpg/180px-New_bot2.jpg new file mode 100644 index 0000000..94d7b7a Binary files /dev/null and b/images/thumb/0/00/New_bot2.jpg/180px-New_bot2.jpg differ diff --git a/images/thumb/0/01/Photo0174.jpg/180px-Photo0174.jpg b/images/thumb/0/01/Photo0174.jpg/180px-Photo0174.jpg new file mode 100644 index 0000000..7a69198 Binary files /dev/null and b/images/thumb/0/01/Photo0174.jpg/180px-Photo0174.jpg differ diff --git a/images/thumb/0/02/Motor_driver_L298_(2).jpg/180px-Motor_driver_L298_(2).jpg b/images/thumb/0/02/Motor_driver_L298_(2).jpg/180px-Motor_driver_L298_(2).jpg new file mode 100644 index 0000000..554a061 Binary files /dev/null and b/images/thumb/0/02/Motor_driver_L298_(2).jpg/180px-Motor_driver_L298_(2).jpg differ diff --git a/images/thumb/0/02/Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg/180px-Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg b/images/thumb/0/02/Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg/180px-Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg new file mode 100644 index 0000000..1659aa9 Binary files /dev/null and b/images/thumb/0/02/Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg/180px-Tumblr_lj55nr6TkC1qcfdpwo1_400.jpg differ diff --git a/images/thumb/0/03/Piezo4.jpg/180px-Piezo4.jpg b/images/thumb/0/03/Piezo4.jpg/180px-Piezo4.jpg new file mode 100644 index 0000000..8a994e0 Binary files /dev/null and b/images/thumb/0/03/Piezo4.jpg/180px-Piezo4.jpg differ diff --git a/images/thumb/0/05/Impro8.png/1100px-Impro8.png b/images/thumb/0/05/Impro8.png/1100px-Impro8.png new file mode 100644 index 0000000..64a1c64 Binary files /dev/null and b/images/thumb/0/05/Impro8.png/1100px-Impro8.png differ diff --git a/images/thumb/0/05/Impro8.png/825px-Impro8.png b/images/thumb/0/05/Impro8.png/825px-Impro8.png new file mode 100644 index 0000000..866c14a Binary files /dev/null and b/images/thumb/0/05/Impro8.png/825px-Impro8.png differ diff --git a/images/thumb/0/07/Xlr-trak.jpg/750px-Xlr-trak.jpg b/images/thumb/0/07/Xlr-trak.jpg/750px-Xlr-trak.jpg new file mode 100644 index 0000000..98e3ca0 Binary files /dev/null and b/images/thumb/0/07/Xlr-trak.jpg/750px-Xlr-trak.jpg differ diff --git a/images/thumb/0/08/Transducer.jpg/180px-Transducer.jpg b/images/thumb/0/08/Transducer.jpg/180px-Transducer.jpg new file mode 100644 index 0000000..4a3ca69 Binary files /dev/null and b/images/thumb/0/08/Transducer.jpg/180px-Transducer.jpg differ diff --git a/images/thumb/0/09/Dart_hit.jpg/180px-Dart_hit.jpg b/images/thumb/0/09/Dart_hit.jpg/180px-Dart_hit.jpg new file mode 100644 index 0000000..c2fdf71 Binary files /dev/null and b/images/thumb/0/09/Dart_hit.jpg/180px-Dart_hit.jpg differ diff --git a/images/thumb/0/0a/Design.png/180px-Design.png b/images/thumb/0/0a/Design.png/180px-Design.png new file mode 100644 index 0000000..dafbb15 Binary files /dev/null and b/images/thumb/0/0a/Design.png/180px-Design.png differ diff --git a/images/thumb/0/0a/Design.png/799px-Design.png b/images/thumb/0/0a/Design.png/799px-Design.png new file mode 100644 index 0000000..1d35661 Binary files /dev/null and b/images/thumb/0/0a/Design.png/799px-Design.png differ diff --git a/images/thumb/0/0c/20130515_172212.jpg/180px-20130515_172212.jpg b/images/thumb/0/0c/20130515_172212.jpg/180px-20130515_172212.jpg new file mode 100644 index 0000000..5b0e520 Binary files /dev/null and b/images/thumb/0/0c/20130515_172212.jpg/180px-20130515_172212.jpg differ diff --git a/images/thumb/0/0c/Photo0268.jpg/180px-Photo0268.jpg b/images/thumb/0/0c/Photo0268.jpg/180px-Photo0268.jpg new file mode 100644 index 0000000..43e2c24 Binary files /dev/null and b/images/thumb/0/0c/Photo0268.jpg/180px-Photo0268.jpg differ diff --git a/images/thumb/0/0d/Mainpic.gif/180px-Mainpic.gif b/images/thumb/0/0d/Mainpic.gif/180px-Mainpic.gif new file mode 100644 index 0000000..03dbcf7 Binary files /dev/null and b/images/thumb/0/0d/Mainpic.gif/180px-Mainpic.gif differ diff --git a/images/thumb/0/0d/New_bot3.jpg/180px-New_bot3.jpg b/images/thumb/0/0d/New_bot3.jpg/180px-New_bot3.jpg new file mode 100644 index 0000000..3665356 Binary files /dev/null and b/images/thumb/0/0d/New_bot3.jpg/180px-New_bot3.jpg differ diff --git a/images/thumb/0/0e/Flexread.jpg/180px-Flexread.jpg b/images/thumb/0/0e/Flexread.jpg/180px-Flexread.jpg new file mode 100644 index 0000000..ef9ae39 Binary files /dev/null and b/images/thumb/0/0e/Flexread.jpg/180px-Flexread.jpg differ diff --git a/images/thumb/0/0f/Photo0266.jpg/180px-Photo0266.jpg b/images/thumb/0/0f/Photo0266.jpg/180px-Photo0266.jpg new file mode 100644 index 0000000..03c85ec Binary files /dev/null and b/images/thumb/0/0f/Photo0266.jpg/180px-Photo0266.jpg differ diff --git a/images/thumb/0/0f/Prb7.jpg/180px-Prb7.jpg b/images/thumb/0/0f/Prb7.jpg/180px-Prb7.jpg new file mode 100644 index 0000000..f08a63e Binary files /dev/null and b/images/thumb/0/0f/Prb7.jpg/180px-Prb7.jpg differ diff --git a/images/thumb/0/0f/SLAB5.jpeg/180px-SLAB5.jpeg b/images/thumb/0/0f/SLAB5.jpeg/180px-SLAB5.jpeg new file mode 100644 index 0000000..66eea9b Binary files /dev/null and b/images/thumb/0/0f/SLAB5.jpeg/180px-SLAB5.jpeg differ diff --git a/images/thumb/1/10/Prb6.jpg/180px-Prb6.jpg b/images/thumb/1/10/Prb6.jpg/180px-Prb6.jpg new file mode 100644 index 0000000..80a19bc Binary files /dev/null and b/images/thumb/1/10/Prb6.jpg/180px-Prb6.jpg differ diff --git a/images/thumb/1/11/Ckt.jpg/180px-Ckt.jpg b/images/thumb/1/11/Ckt.jpg/180px-Ckt.jpg new file mode 100644 index 0000000..5151784 Binary files /dev/null and b/images/thumb/1/11/Ckt.jpg/180px-Ckt.jpg differ diff --git a/images/thumb/1/11/Example3.jpg/1600px-Example3.jpg b/images/thumb/1/11/Example3.jpg/1600px-Example3.jpg new file mode 100644 index 0000000..917e8e2 Binary files /dev/null and b/images/thumb/1/11/Example3.jpg/1600px-Example3.jpg differ diff --git a/images/thumb/1/11/L293dcircuit.jpg/180px-L293dcircuit.jpg b/images/thumb/1/11/L293dcircuit.jpg/180px-L293dcircuit.jpg new file mode 100644 index 0000000..595f9ab Binary files /dev/null and b/images/thumb/1/11/L293dcircuit.jpg/180px-L293dcircuit.jpg differ diff --git a/images/thumb/1/12/2A061.jpg/180px-2A061.jpg b/images/thumb/1/12/2A061.jpg/180px-2A061.jpg new file mode 100644 index 0000000..684fe4c Binary files /dev/null and b/images/thumb/1/12/2A061.jpg/180px-2A061.jpg differ diff --git a/images/thumb/1/12/Photo2.jpg/180px-Photo2.jpg b/images/thumb/1/12/Photo2.jpg/180px-Photo2.jpg new file mode 100644 index 0000000..efefc4d Binary files /dev/null and b/images/thumb/1/12/Photo2.jpg/180px-Photo2.jpg differ diff --git a/images/thumb/1/12/Viewer.png/180px-Viewer.png b/images/thumb/1/12/Viewer.png/180px-Viewer.png new file mode 100644 index 0000000..72e080e Binary files /dev/null and b/images/thumb/1/12/Viewer.png/180px-Viewer.png differ diff --git a/images/thumb/1/13/Pri.jpg/180px-Pri.jpg b/images/thumb/1/13/Pri.jpg/180px-Pri.jpg new file mode 100644 index 0000000..388d503 Binary files /dev/null and b/images/thumb/1/13/Pri.jpg/180px-Pri.jpg differ diff --git a/images/thumb/1/14/Circuit_diagram.gif/180px-Circuit_diagram.gif b/images/thumb/1/14/Circuit_diagram.gif/180px-Circuit_diagram.gif new file mode 100644 index 0000000..41c95cd Binary files /dev/null and b/images/thumb/1/14/Circuit_diagram.gif/180px-Circuit_diagram.gif differ diff --git a/images/thumb/1/15/2.jpg/300px-2.jpg b/images/thumb/1/15/2.jpg/300px-2.jpg new file mode 100644 index 0000000..ecbd95a Binary files /dev/null and b/images/thumb/1/15/2.jpg/300px-2.jpg differ diff --git a/images/thumb/1/15/2.jpg/400px-2.jpg b/images/thumb/1/15/2.jpg/400px-2.jpg new file mode 100644 index 0000000..ab24a64 Binary files /dev/null and b/images/thumb/1/15/2.jpg/400px-2.jpg differ diff --git a/images/thumb/1/16/Photo0381.jpg/180px-Photo0381.jpg b/images/thumb/1/16/Photo0381.jpg/180px-Photo0381.jpg new file mode 100644 index 0000000..5c58b02 Binary files /dev/null and b/images/thumb/1/16/Photo0381.jpg/180px-Photo0381.jpg differ diff --git a/images/thumb/1/17/Arduino6.jpg/180px-Arduino6.jpg b/images/thumb/1/17/Arduino6.jpg/180px-Arduino6.jpg new file mode 100644 index 0000000..e1608bc Binary files /dev/null and b/images/thumb/1/17/Arduino6.jpg/180px-Arduino6.jpg differ diff --git a/images/thumb/1/17/Light_sensor.jpg/180px-Light_sensor.jpg b/images/thumb/1/17/Light_sensor.jpg/180px-Light_sensor.jpg new file mode 100644 index 0000000..0f02545 Binary files /dev/null and b/images/thumb/1/17/Light_sensor.jpg/180px-Light_sensor.jpg differ diff --git a/images/thumb/1/17/Piezo3.jpg/180px-Piezo3.jpg b/images/thumb/1/17/Piezo3.jpg/180px-Piezo3.jpg new file mode 100644 index 0000000..e1056d2 Binary files /dev/null and b/images/thumb/1/17/Piezo3.jpg/180px-Piezo3.jpg differ diff --git a/images/thumb/1/19/Nikhil.jpg/449px-Nikhil.jpg b/images/thumb/1/19/Nikhil.jpg/449px-Nikhil.jpg new file mode 100644 index 0000000..7b4bcbd Binary files /dev/null and b/images/thumb/1/19/Nikhil.jpg/449px-Nikhil.jpg differ diff --git a/images/thumb/1/19/Stepper.jpeg/180px-Stepper.jpeg b/images/thumb/1/19/Stepper.jpeg/180px-Stepper.jpeg new file mode 100644 index 0000000..5a13a60 Binary files /dev/null and b/images/thumb/1/19/Stepper.jpeg/180px-Stepper.jpeg differ diff --git a/images/thumb/1/19/WP_000100.jpg/270px-WP_000100.jpg b/images/thumb/1/19/WP_000100.jpg/270px-WP_000100.jpg new file mode 100644 index 0000000..e6a5150 Binary files /dev/null and b/images/thumb/1/19/WP_000100.jpg/270px-WP_000100.jpg differ diff --git a/images/thumb/1/19/WP_000100.jpg/360px-WP_000100.jpg b/images/thumb/1/19/WP_000100.jpg/360px-WP_000100.jpg new file mode 100644 index 0000000..fc97594 Binary files /dev/null and b/images/thumb/1/19/WP_000100.jpg/360px-WP_000100.jpg differ diff --git a/images/thumb/1/1a/Hexapod.png/180px-Hexapod.png b/images/thumb/1/1a/Hexapod.png/180px-Hexapod.png new file mode 100644 index 0000000..6448549 Binary files /dev/null and b/images/thumb/1/1a/Hexapod.png/180px-Hexapod.png differ diff --git a/images/thumb/1/1b/Bende.jpg/150px-Bende.jpg b/images/thumb/1/1b/Bende.jpg/150px-Bende.jpg new file mode 100644 index 0000000..300a7af Binary files /dev/null and b/images/thumb/1/1b/Bende.jpg/150px-Bende.jpg differ diff --git a/images/thumb/1/1b/Bende.jpg/200px-Bende.jpg b/images/thumb/1/1b/Bende.jpg/200px-Bende.jpg new file mode 100644 index 0000000..2287c67 Binary files /dev/null and b/images/thumb/1/1b/Bende.jpg/200px-Bende.jpg differ diff --git a/images/thumb/1/1b/Picture1.png/180px-Picture1.png b/images/thumb/1/1b/Picture1.png/180px-Picture1.png new file mode 100644 index 0000000..64ccfa9 Binary files /dev/null and b/images/thumb/1/1b/Picture1.png/180px-Picture1.png differ diff --git a/images/thumb/1/1b/Transmitter_PCB.jpg/180px-Transmitter_PCB.jpg b/images/thumb/1/1b/Transmitter_PCB.jpg/180px-Transmitter_PCB.jpg new file mode 100644 index 0000000..1212c0d Binary files /dev/null and b/images/thumb/1/1b/Transmitter_PCB.jpg/180px-Transmitter_PCB.jpg differ diff --git a/images/thumb/1/1b/Transmitter_PCB.jpg/600px-Transmitter_PCB.jpg b/images/thumb/1/1b/Transmitter_PCB.jpg/600px-Transmitter_PCB.jpg new file mode 100644 index 0000000..986dc05 Binary files /dev/null and b/images/thumb/1/1b/Transmitter_PCB.jpg/600px-Transmitter_PCB.jpg differ diff --git a/images/thumb/1/1c/080620121065.jpg/180px-080620121065.jpg b/images/thumb/1/1c/080620121065.jpg/180px-080620121065.jpg new file mode 100644 index 0000000..b8a6682 Binary files /dev/null and b/images/thumb/1/1c/080620121065.jpg/180px-080620121065.jpg differ diff --git a/images/thumb/1/1d/Viewer_(1).png/180px-Viewer_(1).png b/images/thumb/1/1d/Viewer_(1).png/180px-Viewer_(1).png new file mode 100644 index 0000000..7c564c2 Binary files /dev/null and b/images/thumb/1/1d/Viewer_(1).png/180px-Viewer_(1).png differ diff --git a/images/thumb/1/1e/Chassis.jpg/180px-Chassis.jpg b/images/thumb/1/1e/Chassis.jpg/180px-Chassis.jpg new file mode 100644 index 0000000..a42c7e2 Binary files /dev/null and b/images/thumb/1/1e/Chassis.jpg/180px-Chassis.jpg differ diff --git a/images/thumb/1/1f/2-simulator.png/180px-2-simulator.png b/images/thumb/1/1f/2-simulator.png/180px-2-simulator.png new file mode 100644 index 0000000..dab57db Binary files /dev/null and b/images/thumb/1/1f/2-simulator.png/180px-2-simulator.png differ diff --git a/images/thumb/1/1f/Receiver_waveform.png/180px-Receiver_waveform.png b/images/thumb/1/1f/Receiver_waveform.png/180px-Receiver_waveform.png new file mode 100644 index 0000000..65fc0de Binary files /dev/null and b/images/thumb/1/1f/Receiver_waveform.png/180px-Receiver_waveform.png differ diff --git a/images/thumb/1/1f/Unit.jpg/180px-Unit.jpg b/images/thumb/1/1f/Unit.jpg/180px-Unit.jpg new file mode 100644 index 0000000..c5991b8 Binary files /dev/null and b/images/thumb/1/1f/Unit.jpg/180px-Unit.jpg differ diff --git a/images/thumb/2/20/Dart_hit1.jpg/180px-Dart_hit1.jpg b/images/thumb/2/20/Dart_hit1.jpg/180px-Dart_hit1.jpg new file mode 100644 index 0000000..93af7a2 Binary files /dev/null and b/images/thumb/2/20/Dart_hit1.jpg/180px-Dart_hit1.jpg differ diff --git a/images/thumb/2/20/LCD_interfacing.jpg/180px-LCD_interfacing.jpg b/images/thumb/2/20/LCD_interfacing.jpg/180px-LCD_interfacing.jpg new file mode 100644 index 0000000..fc3f177 Binary files /dev/null and b/images/thumb/2/20/LCD_interfacing.jpg/180px-LCD_interfacing.jpg differ diff --git a/images/thumb/2/20/New_bot5.jpg/180px-New_bot5.jpg b/images/thumb/2/20/New_bot5.jpg/180px-New_bot5.jpg new file mode 100644 index 0000000..4263283 Binary files /dev/null and b/images/thumb/2/20/New_bot5.jpg/180px-New_bot5.jpg differ diff --git a/images/thumb/2/20/Photo0392.jpg/180px-Photo0392.jpg b/images/thumb/2/20/Photo0392.jpg/180px-Photo0392.jpg new file mode 100644 index 0000000..66a8789 Binary files /dev/null and b/images/thumb/2/20/Photo0392.jpg/180px-Photo0392.jpg differ diff --git a/images/thumb/2/20/Touchsensing.jpg/180px-Touchsensing.jpg b/images/thumb/2/20/Touchsensing.jpg/180px-Touchsensing.jpg new file mode 100644 index 0000000..bf30609 Binary files /dev/null and b/images/thumb/2/20/Touchsensing.jpg/180px-Touchsensing.jpg differ diff --git a/images/thumb/2/21/Circuitdiag.jpg/180px-Circuitdiag.jpg b/images/thumb/2/21/Circuitdiag.jpg/180px-Circuitdiag.jpg new file mode 100644 index 0000000..58ee665 Binary files /dev/null and b/images/thumb/2/21/Circuitdiag.jpg/180px-Circuitdiag.jpg differ diff --git a/images/thumb/2/21/Incline-xlr.jpg/450px-Incline-xlr.jpg b/images/thumb/2/21/Incline-xlr.jpg/450px-Incline-xlr.jpg new file mode 100644 index 0000000..4dfcfac Binary files /dev/null and b/images/thumb/2/21/Incline-xlr.jpg/450px-Incline-xlr.jpg differ diff --git a/images/thumb/2/21/Wallpainter.jpg/180px-Wallpainter.jpg b/images/thumb/2/21/Wallpainter.jpg/180px-Wallpainter.jpg new file mode 100644 index 0000000..e89badc Binary files /dev/null and b/images/thumb/2/21/Wallpainter.jpg/180px-Wallpainter.jpg differ diff --git a/images/thumb/2/22/Lines.GIF/180px-Lines.GIF b/images/thumb/2/22/Lines.GIF/180px-Lines.GIF new file mode 100644 index 0000000..299cae1 Binary files /dev/null and b/images/thumb/2/22/Lines.GIF/180px-Lines.GIF differ diff --git a/images/thumb/2/23/IMAG0552.jpg/180px-IMAG0552.jpg b/images/thumb/2/23/IMAG0552.jpg/180px-IMAG0552.jpg new file mode 100644 index 0000000..5d4cdba Binary files /dev/null and b/images/thumb/2/23/IMAG0552.jpg/180px-IMAG0552.jpg differ diff --git a/images/thumb/2/26/Questionmarkpics.jpg/180px-Questionmarkpics.jpg b/images/thumb/2/26/Questionmarkpics.jpg/180px-Questionmarkpics.jpg new file mode 100644 index 0000000..ada9fe8 Binary files /dev/null and b/images/thumb/2/26/Questionmarkpics.jpg/180px-Questionmarkpics.jpg differ diff --git a/images/thumb/2/27/Prb9.jpg/180px-Prb9.jpg b/images/thumb/2/27/Prb9.jpg/180px-Prb9.jpg new file mode 100644 index 0000000..da96f25 Binary files /dev/null and b/images/thumb/2/27/Prb9.jpg/180px-Prb9.jpg differ diff --git a/images/thumb/2/29/2011-07-06_20.03.37.jpg/180px-2011-07-06_20.03.37.jpg b/images/thumb/2/29/2011-07-06_20.03.37.jpg/180px-2011-07-06_20.03.37.jpg new file mode 100644 index 0000000..55d18a3 Binary files /dev/null and b/images/thumb/2/29/2011-07-06_20.03.37.jpg/180px-2011-07-06_20.03.37.jpg differ diff --git a/images/thumb/2/29/DSC_1056.jpg/180px-DSC_1056.jpg b/images/thumb/2/29/DSC_1056.jpg/180px-DSC_1056.jpg new file mode 100644 index 0000000..26c7b24 Binary files /dev/null and b/images/thumb/2/29/DSC_1056.jpg/180px-DSC_1056.jpg differ diff --git a/images/thumb/2/29/Prb11.jpg/180px-Prb11.jpg b/images/thumb/2/29/Prb11.jpg/180px-Prb11.jpg new file mode 100644 index 0000000..093e48a Binary files /dev/null and b/images/thumb/2/29/Prb11.jpg/180px-Prb11.jpg differ diff --git a/images/thumb/2/2a/26122011511.jpg/180px-26122011511.jpg b/images/thumb/2/2a/26122011511.jpg/180px-26122011511.jpg new file mode 100644 index 0000000..651655a Binary files /dev/null and b/images/thumb/2/2a/26122011511.jpg/180px-26122011511.jpg differ diff --git a/images/thumb/2/2a/272468.JPG/180px-272468.JPG b/images/thumb/2/2a/272468.JPG/180px-272468.JPG new file mode 100644 index 0000000..964b26a Binary files /dev/null and b/images/thumb/2/2a/272468.JPG/180px-272468.JPG differ diff --git a/images/thumb/2/2a/Sensor_circuit.jpg/180px-Sensor_circuit.jpg b/images/thumb/2/2a/Sensor_circuit.jpg/180px-Sensor_circuit.jpg new file mode 100644 index 0000000..f90ce5d Binary files /dev/null and b/images/thumb/2/2a/Sensor_circuit.jpg/180px-Sensor_circuit.jpg differ diff --git a/images/thumb/2/2c/461857_308483355912148_1403072953_o.jpg/180px-461857_308483355912148_1403072953_o.jpg b/images/thumb/2/2c/461857_308483355912148_1403072953_o.jpg/180px-461857_308483355912148_1403072953_o.jpg new file mode 100644 index 0000000..45d1279 Binary files /dev/null and b/images/thumb/2/2c/461857_308483355912148_1403072953_o.jpg/180px-461857_308483355912148_1403072953_o.jpg differ diff --git a/images/thumb/2/2c/DSC002.jpg/600px-DSC002.jpg b/images/thumb/2/2c/DSC002.jpg/600px-DSC002.jpg new file mode 100644 index 0000000..e4f896e Binary files /dev/null and b/images/thumb/2/2c/DSC002.jpg/600px-DSC002.jpg differ diff --git a/images/thumb/2/2d/SopwithCamelF1.jpg/180px-SopwithCamelF1.jpg b/images/thumb/2/2d/SopwithCamelF1.jpg/180px-SopwithCamelF1.jpg new file mode 100644 index 0000000..089d0db Binary files /dev/null and b/images/thumb/2/2d/SopwithCamelF1.jpg/180px-SopwithCamelF1.jpg differ diff --git a/images/thumb/3/30/Battery.jpg/118px-Battery.jpg b/images/thumb/3/30/Battery.jpg/118px-Battery.jpg new file mode 100644 index 0000000..c3e8fc7 Binary files /dev/null and b/images/thumb/3/30/Battery.jpg/118px-Battery.jpg differ diff --git a/images/thumb/3/30/Touchscreen.jpg/180px-Touchscreen.jpg b/images/thumb/3/30/Touchscreen.jpg/180px-Touchscreen.jpg new file mode 100644 index 0000000..5436d33 Binary files /dev/null and b/images/thumb/3/30/Touchscreen.jpg/180px-Touchscreen.jpg differ diff --git a/images/thumb/3/31/One_lane_visible.jpg/180px-One_lane_visible.jpg b/images/thumb/3/31/One_lane_visible.jpg/180px-One_lane_visible.jpg new file mode 100644 index 0000000..08b3357 Binary files /dev/null and b/images/thumb/3/31/One_lane_visible.jpg/180px-One_lane_visible.jpg differ diff --git a/images/thumb/3/32/Dart_detection.jpg/180px-Dart_detection.jpg b/images/thumb/3/32/Dart_detection.jpg/180px-Dart_detection.jpg new file mode 100644 index 0000000..214e10f Binary files /dev/null and b/images/thumb/3/32/Dart_detection.jpg/180px-Dart_detection.jpg differ diff --git a/images/thumb/3/32/Photo4.jpg/180px-Photo4.jpg b/images/thumb/3/32/Photo4.jpg/180px-Photo4.jpg new file mode 100644 index 0000000..554861b Binary files /dev/null and b/images/thumb/3/32/Photo4.jpg/180px-Photo4.jpg differ diff --git a/images/thumb/3/33/Snapshot.PNG/180px-Snapshot.PNG b/images/thumb/3/33/Snapshot.PNG/180px-Snapshot.PNG new file mode 100644 index 0000000..5000484 Binary files /dev/null and b/images/thumb/3/33/Snapshot.PNG/180px-Snapshot.PNG differ diff --git a/images/thumb/3/37/Transmitter2.jpg/180px-Transmitter2.jpg b/images/thumb/3/37/Transmitter2.jpg/180px-Transmitter2.jpg new file mode 100644 index 0000000..0dde8eb Binary files /dev/null and b/images/thumb/3/37/Transmitter2.jpg/180px-Transmitter2.jpg differ diff --git a/images/thumb/3/38/Initial.jpg/180px-Initial.jpg b/images/thumb/3/38/Initial.jpg/180px-Initial.jpg new file mode 100644 index 0000000..19c3fa8 Binary files /dev/null and b/images/thumb/3/38/Initial.jpg/180px-Initial.jpg differ diff --git a/images/thumb/3/39/RGB_cube.png/180px-RGB_cube.png b/images/thumb/3/39/RGB_cube.png/180px-RGB_cube.png new file mode 100644 index 0000000..cde0c89 Binary files /dev/null and b/images/thumb/3/39/RGB_cube.png/180px-RGB_cube.png differ diff --git a/images/thumb/3/3a/Erosion.png/180px-Erosion.png b/images/thumb/3/3a/Erosion.png/180px-Erosion.png new file mode 100644 index 0000000..6e17bdb Binary files /dev/null and b/images/thumb/3/3a/Erosion.png/180px-Erosion.png differ diff --git "a/images/thumb/3/3b/Expenses_1\".jpg/180px-Expenses_1\".jpg" "b/images/thumb/3/3b/Expenses_1\".jpg/180px-Expenses_1\".jpg" new file mode 100644 index 0000000..db6ba23 Binary files /dev/null and "b/images/thumb/3/3b/Expenses_1\".jpg/180px-Expenses_1\".jpg" differ diff --git a/images/thumb/3/3b/IMAG1015.jpg/180px-IMAG1015.jpg b/images/thumb/3/3b/IMAG1015.jpg/180px-IMAG1015.jpg new file mode 100644 index 0000000..51f45f8 Binary files /dev/null and b/images/thumb/3/3b/IMAG1015.jpg/180px-IMAG1015.jpg differ diff --git a/images/thumb/3/3b/Preview.jpg/450px-Preview.jpg b/images/thumb/3/3b/Preview.jpg/450px-Preview.jpg new file mode 100644 index 0000000..189c07a Binary files /dev/null and b/images/thumb/3/3b/Preview.jpg/450px-Preview.jpg differ diff --git a/images/thumb/3/3e/DSC_0074.jpg/180px-DSC_0074.jpg b/images/thumb/3/3e/DSC_0074.jpg/180px-DSC_0074.jpg new file mode 100644 index 0000000..7d2a51c Binary files /dev/null and b/images/thumb/3/3e/DSC_0074.jpg/180px-DSC_0074.jpg differ diff --git a/images/thumb/3/3e/Orni.jpg/180px-Orni.jpg b/images/thumb/3/3e/Orni.jpg/180px-Orni.jpg new file mode 100644 index 0000000..8281baf Binary files /dev/null and b/images/thumb/3/3e/Orni.jpg/180px-Orni.jpg differ diff --git a/images/thumb/3/3e/Pic11.png/180px-Pic11.png b/images/thumb/3/3e/Pic11.png/180px-Pic11.png new file mode 100644 index 0000000..8a9f92b Binary files /dev/null and b/images/thumb/3/3e/Pic11.png/180px-Pic11.png differ diff --git a/images/thumb/3/3e/Wallpainter2.jpg/180px-Wallpainter2.jpg b/images/thumb/3/3e/Wallpainter2.jpg/180px-Wallpainter2.jpg new file mode 100644 index 0000000..ce211f8 Binary files /dev/null and b/images/thumb/3/3e/Wallpainter2.jpg/180px-Wallpainter2.jpg differ diff --git a/images/thumb/3/3e/Waveforms.jpg/180px-Waveforms.jpg b/images/thumb/3/3e/Waveforms.jpg/180px-Waveforms.jpg new file mode 100644 index 0000000..60d8404 Binary files /dev/null and b/images/thumb/3/3e/Waveforms.jpg/180px-Waveforms.jpg differ diff --git a/images/thumb/3/3f/IMAG1254.jpg/180px-IMAG1254.jpg b/images/thumb/3/3f/IMAG1254.jpg/180px-IMAG1254.jpg new file mode 100644 index 0000000..5c06767 Binary files /dev/null and b/images/thumb/3/3f/IMAG1254.jpg/180px-IMAG1254.jpg differ diff --git a/images/thumb/3/3f/Random.jpg/180px-Random.jpg b/images/thumb/3/3f/Random.jpg/180px-Random.jpg new file mode 100644 index 0000000..73c5e04 Binary files /dev/null and b/images/thumb/3/3f/Random.jpg/180px-Random.jpg differ diff --git a/images/thumb/4/40/Idea'.jpg/180px-Idea'.jpg b/images/thumb/4/40/Idea'.jpg/180px-Idea'.jpg new file mode 100644 index 0000000..c2e9e51 Binary files /dev/null and b/images/thumb/4/40/Idea'.jpg/180px-Idea'.jpg differ diff --git a/images/thumb/4/41/Receiver_working2.jpg/180px-Receiver_working2.jpg b/images/thumb/4/41/Receiver_working2.jpg/180px-Receiver_working2.jpg new file mode 100644 index 0000000..ed90d65 Binary files /dev/null and b/images/thumb/4/41/Receiver_working2.jpg/180px-Receiver_working2.jpg differ diff --git a/images/thumb/4/41/Rudderf.jpg/180px-Rudderf.jpg b/images/thumb/4/41/Rudderf.jpg/180px-Rudderf.jpg new file mode 100644 index 0000000..5412e16 Binary files /dev/null and b/images/thumb/4/41/Rudderf.jpg/180px-Rudderf.jpg differ diff --git a/images/thumb/4/41/Untitled2.png/180px-Untitled2.png b/images/thumb/4/41/Untitled2.png/180px-Untitled2.png new file mode 100644 index 0000000..dcf6f32 Binary files /dev/null and b/images/thumb/4/41/Untitled2.png/180px-Untitled2.png differ diff --git a/images/thumb/4/42/Preamp.png/180px-Preamp.png b/images/thumb/4/42/Preamp.png/180px-Preamp.png new file mode 100644 index 0000000..d5b03fa Binary files /dev/null and b/images/thumb/4/42/Preamp.png/180px-Preamp.png differ diff --git a/images/thumb/4/43/Model2.jpg/180px-Model2.jpg b/images/thumb/4/43/Model2.jpg/180px-Model2.jpg new file mode 100644 index 0000000..61e3c1b Binary files /dev/null and b/images/thumb/4/43/Model2.jpg/180px-Model2.jpg differ diff --git a/images/thumb/4/45/SLAB2.jpeg/180px-SLAB2.jpeg b/images/thumb/4/45/SLAB2.jpeg/180px-SLAB2.jpeg new file mode 100644 index 0000000..ab1857d Binary files /dev/null and b/images/thumb/4/45/SLAB2.jpeg/180px-SLAB2.jpeg differ diff --git a/images/thumb/4/46/Receiver_end_with_both_op-amp_IC's(front_side).jpg/180px-Receiver_end_with_both_op-amp_IC's(front_side).jpg b/images/thumb/4/46/Receiver_end_with_both_op-amp_IC's(front_side).jpg/180px-Receiver_end_with_both_op-amp_IC's(front_side).jpg new file mode 100644 index 0000000..51f8fd8 Binary files /dev/null and b/images/thumb/4/46/Receiver_end_with_both_op-amp_IC's(front_side).jpg/180px-Receiver_end_with_both_op-amp_IC's(front_side).jpg differ diff --git a/images/thumb/4/47/Transmitter.jpg/180px-Transmitter.jpg b/images/thumb/4/47/Transmitter.jpg/180px-Transmitter.jpg new file mode 100644 index 0000000..c07f096 Binary files /dev/null and b/images/thumb/4/47/Transmitter.jpg/180px-Transmitter.jpg differ diff --git a/images/thumb/4/49/Photo0258.jpg/180px-Photo0258.jpg b/images/thumb/4/49/Photo0258.jpg/180px-Photo0258.jpg new file mode 100644 index 0000000..b502757 Binary files /dev/null and b/images/thumb/4/49/Photo0258.jpg/180px-Photo0258.jpg differ diff --git a/images/thumb/4/4a/Tricopter_Team2.JPG/180px-Tricopter_Team2.JPG b/images/thumb/4/4a/Tricopter_Team2.JPG/180px-Tricopter_Team2.JPG new file mode 100644 index 0000000..fab5dc7 Binary files /dev/null and b/images/thumb/4/4a/Tricopter_Team2.JPG/180px-Tricopter_Team2.JPG differ diff --git a/images/thumb/4/4b/Led.jpg/180px-Led.jpg b/images/thumb/4/4b/Led.jpg/180px-Led.jpg new file mode 100644 index 0000000..9be1d8b Binary files /dev/null and b/images/thumb/4/4b/Led.jpg/180px-Led.jpg differ diff --git a/images/thumb/4/4b/Lps.png/180px-Lps.png b/images/thumb/4/4b/Lps.png/180px-Lps.png new file mode 100644 index 0000000..4826764 Binary files /dev/null and b/images/thumb/4/4b/Lps.png/180px-Lps.png differ diff --git a/images/thumb/4/4c/BasicPrinciple.jpg/180px-BasicPrinciple.jpg b/images/thumb/4/4c/BasicPrinciple.jpg/180px-BasicPrinciple.jpg new file mode 100644 index 0000000..cbcde8b Binary files /dev/null and b/images/thumb/4/4c/BasicPrinciple.jpg/180px-BasicPrinciple.jpg differ diff --git a/images/thumb/4/4c/HSI.png/180px-HSI.png b/images/thumb/4/4c/HSI.png/180px-HSI.png new file mode 100644 index 0000000..4fbdbba Binary files /dev/null and b/images/thumb/4/4c/HSI.png/180px-HSI.png differ diff --git a/images/thumb/4/4f/20130528_150741_-_Copy.jpg/180px-20130528_150741_-_Copy.jpg b/images/thumb/4/4f/20130528_150741_-_Copy.jpg/180px-20130528_150741_-_Copy.jpg new file mode 100644 index 0000000..6fa5501 Binary files /dev/null and b/images/thumb/4/4f/20130528_150741_-_Copy.jpg/180px-20130528_150741_-_Copy.jpg differ diff --git a/images/thumb/5/50/Paint1.png/180px-Paint1.png b/images/thumb/5/50/Paint1.png/180px-Paint1.png new file mode 100644 index 0000000..a7ba3e5 Binary files /dev/null and b/images/thumb/5/50/Paint1.png/180px-Paint1.png differ diff --git a/images/thumb/5/52/1-simulator.png/180px-1-simulator.png b/images/thumb/5/52/1-simulator.png/180px-1-simulator.png new file mode 100644 index 0000000..b9080f1 Binary files /dev/null and b/images/thumb/5/52/1-simulator.png/180px-1-simulator.png differ diff --git a/images/thumb/5/53/20130613_230516(1).jpg/180px-20130613_230516(1).jpg b/images/thumb/5/53/20130613_230516(1).jpg/180px-20130613_230516(1).jpg new file mode 100644 index 0000000..98f6f77 Binary files /dev/null and b/images/thumb/5/53/20130613_230516(1).jpg/180px-20130613_230516(1).jpg differ diff --git a/images/thumb/5/53/IMAG1951.jpg/180px-IMAG1951.jpg b/images/thumb/5/53/IMAG1951.jpg/180px-IMAG1951.jpg new file mode 100644 index 0000000..ab35d6e Binary files /dev/null and b/images/thumb/5/53/IMAG1951.jpg/180px-IMAG1951.jpg differ diff --git a/images/thumb/5/56/New_bot1.jpg/180px-New_bot1.jpg b/images/thumb/5/56/New_bot1.jpg/180px-New_bot1.jpg new file mode 100644 index 0000000..85bfd27 Binary files /dev/null and b/images/thumb/5/56/New_bot1.jpg/180px-New_bot1.jpg differ diff --git a/images/thumb/5/56/Paint2.png/180px-Paint2.png b/images/thumb/5/56/Paint2.png/180px-Paint2.png new file mode 100644 index 0000000..c648d09 Binary files /dev/null and b/images/thumb/5/56/Paint2.png/180px-Paint2.png differ diff --git a/images/thumb/5/57/DSC00258.jpg/180px-DSC00258.jpg b/images/thumb/5/57/DSC00258.jpg/180px-DSC00258.jpg new file mode 100644 index 0000000..9fda430 Binary files /dev/null and b/images/thumb/5/57/DSC00258.jpg/180px-DSC00258.jpg differ diff --git a/images/thumb/5/57/Irharp_irled.jpg/180px-Irharp_irled.jpg b/images/thumb/5/57/Irharp_irled.jpg/180px-Irharp_irled.jpg new file mode 100644 index 0000000..e606451 Binary files /dev/null and b/images/thumb/5/57/Irharp_irled.jpg/180px-Irharp_irled.jpg differ diff --git a/images/thumb/5/57/Pic2.png/180px-Pic2.png b/images/thumb/5/57/Pic2.png/180px-Pic2.png new file mode 100644 index 0000000..6484bc4 Binary files /dev/null and b/images/thumb/5/57/Pic2.png/180px-Pic2.png differ diff --git a/images/thumb/5/58/F-35b.jpg/180px-F-35b.jpg b/images/thumb/5/58/F-35b.jpg/180px-F-35b.jpg new file mode 100644 index 0000000..a73fd73 Binary files /dev/null and b/images/thumb/5/58/F-35b.jpg/180px-F-35b.jpg differ diff --git a/images/thumb/5/58/Flex_sensor_glove.jpg/180px-Flex_sensor_glove.jpg b/images/thumb/5/58/Flex_sensor_glove.jpg/180px-Flex_sensor_glove.jpg new file mode 100644 index 0000000..b081f42 Binary files /dev/null and b/images/thumb/5/58/Flex_sensor_glove.jpg/180px-Flex_sensor_glove.jpg differ diff --git a/images/thumb/5/59/Gearbox.jpg/3264px-Gearbox.jpg b/images/thumb/5/59/Gearbox.jpg/3264px-Gearbox.jpg new file mode 100644 index 0000000..d99e394 Binary files /dev/null and b/images/thumb/5/59/Gearbox.jpg/3264px-Gearbox.jpg differ diff --git a/images/thumb/5/59/Piezo1.jpg/180px-Piezo1.jpg b/images/thumb/5/59/Piezo1.jpg/180px-Piezo1.jpg new file mode 100644 index 0000000..b3d58be Binary files /dev/null and b/images/thumb/5/59/Piezo1.jpg/180px-Piezo1.jpg differ diff --git a/images/thumb/5/5a/Exp_bot4.jpg/180px-Exp_bot4.jpg b/images/thumb/5/5a/Exp_bot4.jpg/180px-Exp_bot4.jpg new file mode 100644 index 0000000..f3c87da Binary files /dev/null and b/images/thumb/5/5a/Exp_bot4.jpg/180px-Exp_bot4.jpg differ diff --git a/images/thumb/5/5b/20130613_230530(1).jpg/180px-20130613_230530(1).jpg b/images/thumb/5/5b/20130613_230530(1).jpg/180px-20130613_230530(1).jpg new file mode 100644 index 0000000..ae662a6 Binary files /dev/null and b/images/thumb/5/5b/20130613_230530(1).jpg/180px-20130613_230530(1).jpg differ diff --git a/images/thumb/5/5b/Prb8.jpg/180px-Prb8.jpg b/images/thumb/5/5b/Prb8.jpg/180px-Prb8.jpg new file mode 100644 index 0000000..14eebf0 Binary files /dev/null and b/images/thumb/5/5b/Prb8.jpg/180px-Prb8.jpg differ diff --git a/images/thumb/5/5c/Completed_Bot_1.jpg/270px-Completed_Bot_1.jpg b/images/thumb/5/5c/Completed_Bot_1.jpg/270px-Completed_Bot_1.jpg new file mode 100644 index 0000000..4bde6f1 Binary files /dev/null and b/images/thumb/5/5c/Completed_Bot_1.jpg/270px-Completed_Bot_1.jpg differ diff --git a/images/thumb/5/5c/Completed_Bot_1.jpg/3264px-Completed_Bot_1.jpg b/images/thumb/5/5c/Completed_Bot_1.jpg/3264px-Completed_Bot_1.jpg new file mode 100644 index 0000000..e4a3423 Binary files /dev/null and b/images/thumb/5/5c/Completed_Bot_1.jpg/3264px-Completed_Bot_1.jpg differ diff --git a/images/thumb/5/5c/Completed_Bot_1.jpg/360px-Completed_Bot_1.jpg b/images/thumb/5/5c/Completed_Bot_1.jpg/360px-Completed_Bot_1.jpg new file mode 100644 index 0000000..696abe1 Binary files /dev/null and b/images/thumb/5/5c/Completed_Bot_1.jpg/360px-Completed_Bot_1.jpg differ diff --git a/images/thumb/5/5e/Receiver_PCB.jpg/180px-Receiver_PCB.jpg b/images/thumb/5/5e/Receiver_PCB.jpg/180px-Receiver_PCB.jpg new file mode 100644 index 0000000..bdbfc61 Binary files /dev/null and b/images/thumb/5/5e/Receiver_PCB.jpg/180px-Receiver_PCB.jpg differ diff --git a/images/thumb/5/5e/Receiver_PCB.jpg/600px-Receiver_PCB.jpg b/images/thumb/5/5e/Receiver_PCB.jpg/600px-Receiver_PCB.jpg new file mode 100644 index 0000000..3d435a1 Binary files /dev/null and b/images/thumb/5/5e/Receiver_PCB.jpg/600px-Receiver_PCB.jpg differ diff --git a/images/thumb/5/5f/FiledPipe.jpg/180px-FiledPipe.jpg b/images/thumb/5/5f/FiledPipe.jpg/180px-FiledPipe.jpg new file mode 100644 index 0000000..7ed2646 Binary files /dev/null and b/images/thumb/5/5f/FiledPipe.jpg/180px-FiledPipe.jpg differ diff --git a/images/thumb/5/5f/RI.jpg/180px-RI.jpg b/images/thumb/5/5f/RI.jpg/180px-RI.jpg new file mode 100644 index 0000000..857df57 Binary files /dev/null and b/images/thumb/5/5f/RI.jpg/180px-RI.jpg differ diff --git a/images/thumb/6/60/Flowchart.jpg/270px-Flowchart.jpg b/images/thumb/6/60/Flowchart.jpg/270px-Flowchart.jpg new file mode 100644 index 0000000..39da2c8 Binary files /dev/null and b/images/thumb/6/60/Flowchart.jpg/270px-Flowchart.jpg differ diff --git a/images/thumb/6/60/Flowchart.jpg/360px-Flowchart.jpg b/images/thumb/6/60/Flowchart.jpg/360px-Flowchart.jpg new file mode 100644 index 0000000..2ecb697 Binary files /dev/null and b/images/thumb/6/60/Flowchart.jpg/360px-Flowchart.jpg differ diff --git a/images/thumb/6/61/BlobInit.jpg/180px-BlobInit.jpg b/images/thumb/6/61/BlobInit.jpg/180px-BlobInit.jpg new file mode 100644 index 0000000..8f69b07 Binary files /dev/null and b/images/thumb/6/61/BlobInit.jpg/180px-BlobInit.jpg differ diff --git a/images/thumb/6/61/Photo5.jpg/180px-Photo5.jpg b/images/thumb/6/61/Photo5.jpg/180px-Photo5.jpg new file mode 100644 index 0000000..9c95f5b Binary files /dev/null and b/images/thumb/6/61/Photo5.jpg/180px-Photo5.jpg differ diff --git a/images/thumb/6/61/Top_view.jpg/180px-Top_view.jpg b/images/thumb/6/61/Top_view.jpg/180px-Top_view.jpg new file mode 100644 index 0000000..5ab1a11 Binary files /dev/null and b/images/thumb/6/61/Top_view.jpg/180px-Top_view.jpg differ diff --git a/images/thumb/6/62/DSC07408.jpg/1000px-DSC07408.jpg b/images/thumb/6/62/DSC07408.jpg/1000px-DSC07408.jpg new file mode 100644 index 0000000..03a6511 Binary files /dev/null and b/images/thumb/6/62/DSC07408.jpg/1000px-DSC07408.jpg differ diff --git a/images/thumb/6/62/DSC07408.jpg/150px-DSC07408.jpg b/images/thumb/6/62/DSC07408.jpg/150px-DSC07408.jpg new file mode 100644 index 0000000..58aded7 Binary files /dev/null and b/images/thumb/6/62/DSC07408.jpg/150px-DSC07408.jpg differ diff --git a/images/thumb/6/62/DSC07408.jpg/200px-DSC07408.jpg b/images/thumb/6/62/DSC07408.jpg/200px-DSC07408.jpg new file mode 100644 index 0000000..17f074b Binary files /dev/null and b/images/thumb/6/62/DSC07408.jpg/200px-DSC07408.jpg differ diff --git a/images/thumb/6/62/DSC07408.jpg/750px-DSC07408.jpg b/images/thumb/6/62/DSC07408.jpg/750px-DSC07408.jpg new file mode 100644 index 0000000..e1b6110 Binary files /dev/null and b/images/thumb/6/62/DSC07408.jpg/750px-DSC07408.jpg differ diff --git a/images/thumb/6/63/DSC00256.jpg/180px-DSC00256.jpg b/images/thumb/6/63/DSC00256.jpg/180px-DSC00256.jpg new file mode 100644 index 0000000..33ee9ae Binary files /dev/null and b/images/thumb/6/63/DSC00256.jpg/180px-DSC00256.jpg differ diff --git a/images/thumb/6/63/Untitled4.png/180px-Untitled4.png b/images/thumb/6/63/Untitled4.png/180px-Untitled4.png new file mode 100644 index 0000000..59589fd Binary files /dev/null and b/images/thumb/6/63/Untitled4.png/180px-Untitled4.png differ diff --git a/images/thumb/6/64/20130615_221835(1).jpg/180px-20130615_221835(1).jpg b/images/thumb/6/64/20130615_221835(1).jpg/180px-20130615_221835(1).jpg new file mode 100644 index 0000000..58a5119 Binary files /dev/null and b/images/thumb/6/64/20130615_221835(1).jpg/180px-20130615_221835(1).jpg differ diff --git a/images/thumb/6/64/FirstCADdesign.jpg/180px-FirstCADdesign.jpg b/images/thumb/6/64/FirstCADdesign.jpg/180px-FirstCADdesign.jpg new file mode 100644 index 0000000..8024715 Binary files /dev/null and b/images/thumb/6/64/FirstCADdesign.jpg/180px-FirstCADdesign.jpg differ diff --git a/images/thumb/6/65/2013-05-23_00.16.05.jpg/180px-2013-05-23_00.16.05.jpg b/images/thumb/6/65/2013-05-23_00.16.05.jpg/180px-2013-05-23_00.16.05.jpg new file mode 100644 index 0000000..7a2a186 Binary files /dev/null and b/images/thumb/6/65/2013-05-23_00.16.05.jpg/180px-2013-05-23_00.16.05.jpg differ diff --git a/images/thumb/6/65/Download.jpg/180px-Download.jpg b/images/thumb/6/65/Download.jpg/180px-Download.jpg new file mode 100644 index 0000000..bf52fba Binary files /dev/null and b/images/thumb/6/65/Download.jpg/180px-Download.jpg differ diff --git a/images/thumb/6/67/Ckts.jpg/180px-Ckts.jpg b/images/thumb/6/67/Ckts.jpg/180px-Ckts.jpg new file mode 100644 index 0000000..5a63102 Binary files /dev/null and b/images/thumb/6/67/Ckts.jpg/180px-Ckts.jpg differ diff --git a/images/thumb/6/67/IMAG0534.jpg/180px-IMAG0534.jpg b/images/thumb/6/67/IMAG0534.jpg/180px-IMAG0534.jpg new file mode 100644 index 0000000..d80992d Binary files /dev/null and b/images/thumb/6/67/IMAG0534.jpg/180px-IMAG0534.jpg differ diff --git a/images/thumb/6/68/02102011016.jpg/180px-02102011016.jpg b/images/thumb/6/68/02102011016.jpg/180px-02102011016.jpg new file mode 100644 index 0000000..c32b140 Binary files /dev/null and b/images/thumb/6/68/02102011016.jpg/180px-02102011016.jpg differ diff --git a/images/thumb/6/68/Expenses_2'.jpg/180px-Expenses_2'.jpg b/images/thumb/6/68/Expenses_2'.jpg/180px-Expenses_2'.jpg new file mode 100644 index 0000000..825aaa6 Binary files /dev/null and b/images/thumb/6/68/Expenses_2'.jpg/180px-Expenses_2'.jpg differ diff --git a/images/thumb/6/68/IMAG1953.jpg/180px-IMAG1953.jpg b/images/thumb/6/68/IMAG1953.jpg/180px-IMAG1953.jpg new file mode 100644 index 0000000..143d450 Binary files /dev/null and b/images/thumb/6/68/IMAG1953.jpg/180px-IMAG1953.jpg differ diff --git a/images/thumb/6/68/Prb2.jpg/180px-Prb2.jpg b/images/thumb/6/68/Prb2.jpg/180px-Prb2.jpg new file mode 100644 index 0000000..f895613 Binary files /dev/null and b/images/thumb/6/68/Prb2.jpg/180px-Prb2.jpg differ diff --git a/images/thumb/6/6a/20130615_221400_-_Copy(1).jpg/180px-20130615_221400_-_Copy(1).jpg b/images/thumb/6/6a/20130615_221400_-_Copy(1).jpg/180px-20130615_221400_-_Copy(1).jpg new file mode 100644 index 0000000..f1e5353 Binary files /dev/null and b/images/thumb/6/6a/20130615_221400_-_Copy(1).jpg/180px-20130615_221400_-_Copy(1).jpg differ diff --git a/images/thumb/6/6a/Dart_board.jpg/180px-Dart_board.jpg b/images/thumb/6/6a/Dart_board.jpg/180px-Dart_board.jpg new file mode 100644 index 0000000..08049a0 Binary files /dev/null and b/images/thumb/6/6a/Dart_board.jpg/180px-Dart_board.jpg differ diff --git a/images/thumb/6/6c/UP1.png/180px-UP1.png b/images/thumb/6/6c/UP1.png/180px-UP1.png new file mode 100644 index 0000000..f314b9e Binary files /dev/null and b/images/thumb/6/6c/UP1.png/180px-UP1.png differ diff --git a/images/thumb/6/6d/1_simulator.png/180px-1_simulator.png b/images/thumb/6/6d/1_simulator.png/180px-1_simulator.png new file mode 100644 index 0000000..7df5bfd Binary files /dev/null and b/images/thumb/6/6d/1_simulator.png/180px-1_simulator.png differ diff --git a/images/thumb/6/6d/CC25003.png/180px-CC25003.png b/images/thumb/6/6d/CC25003.png/180px-CC25003.png new file mode 100644 index 0000000..910e0e6 Binary files /dev/null and b/images/thumb/6/6d/CC25003.png/180px-CC25003.png differ diff --git a/images/thumb/6/6d/Final_score.jpg/180px-Final_score.jpg b/images/thumb/6/6d/Final_score.jpg/180px-Final_score.jpg new file mode 100644 index 0000000..d4df10e Binary files /dev/null and b/images/thumb/6/6d/Final_score.jpg/180px-Final_score.jpg differ diff --git a/images/thumb/6/6d/Ornithopter_cover.PNG/799px-Ornithopter_cover.PNG b/images/thumb/6/6d/Ornithopter_cover.PNG/799px-Ornithopter_cover.PNG new file mode 100644 index 0000000..6e86463 Binary files /dev/null and b/images/thumb/6/6d/Ornithopter_cover.PNG/799px-Ornithopter_cover.PNG differ diff --git a/images/thumb/6/6e/Final.jpg/180px-Final.jpg b/images/thumb/6/6e/Final.jpg/180px-Final.jpg new file mode 100644 index 0000000..0f8d9e1 Binary files /dev/null and b/images/thumb/6/6e/Final.jpg/180px-Final.jpg differ diff --git a/images/thumb/6/6f/Sensor_circuit.png/180px-Sensor_circuit.png b/images/thumb/6/6f/Sensor_circuit.png/180px-Sensor_circuit.png new file mode 100644 index 0000000..0a9b8df Binary files /dev/null and b/images/thumb/6/6f/Sensor_circuit.png/180px-Sensor_circuit.png differ diff --git a/images/thumb/6/6f/Transducers.jpg/180px-Transducers.jpg b/images/thumb/6/6f/Transducers.jpg/180px-Transducers.jpg new file mode 100644 index 0000000..817bfc2 Binary files /dev/null and b/images/thumb/6/6f/Transducers.jpg/180px-Transducers.jpg differ diff --git a/images/thumb/7/70/190611-2135.jpg/180px-190611-2135.jpg b/images/thumb/7/70/190611-2135.jpg/180px-190611-2135.jpg new file mode 100644 index 0000000..d0b59b6 Binary files /dev/null and b/images/thumb/7/70/190611-2135.jpg/180px-190611-2135.jpg differ diff --git a/images/thumb/7/71/Gearbox2.jpg/180px-Gearbox2.jpg b/images/thumb/7/71/Gearbox2.jpg/180px-Gearbox2.jpg new file mode 100644 index 0000000..b9cbe67 Binary files /dev/null and b/images/thumb/7/71/Gearbox2.jpg/180px-Gearbox2.jpg differ diff --git a/images/thumb/7/72/Pic9.png/180px-Pic9.png b/images/thumb/7/72/Pic9.png/180px-Pic9.png new file mode 100644 index 0000000..f7005f9 Binary files /dev/null and b/images/thumb/7/72/Pic9.png/180px-Pic9.png differ diff --git a/images/thumb/7/73/Cktdiagram.jpg/180px-Cktdiagram.jpg b/images/thumb/7/73/Cktdiagram.jpg/180px-Cktdiagram.jpg new file mode 100644 index 0000000..4a19223 Binary files /dev/null and b/images/thumb/7/73/Cktdiagram.jpg/180px-Cktdiagram.jpg differ diff --git a/images/thumb/7/75/Dartboard.jpg/180px-Dartboard.jpg b/images/thumb/7/75/Dartboard.jpg/180px-Dartboard.jpg new file mode 100644 index 0000000..9fe4714 Binary files /dev/null and b/images/thumb/7/75/Dartboard.jpg/180px-Dartboard.jpg differ diff --git a/images/thumb/7/75/Prb3.jpg/180px-Prb3.jpg b/images/thumb/7/75/Prb3.jpg/180px-Prb3.jpg new file mode 100644 index 0000000..a4f8252 Binary files /dev/null and b/images/thumb/7/75/Prb3.jpg/180px-Prb3.jpg differ diff --git a/images/thumb/7/76/Square-1000Hz.jpg/180px-Square-1000Hz.jpg b/images/thumb/7/76/Square-1000Hz.jpg/180px-Square-1000Hz.jpg new file mode 100644 index 0000000..6354a2c Binary files /dev/null and b/images/thumb/7/76/Square-1000Hz.jpg/180px-Square-1000Hz.jpg differ diff --git a/images/thumb/7/77/Picture2.png/180px-Picture2.png b/images/thumb/7/77/Picture2.png/180px-Picture2.png new file mode 100644 index 0000000..c8a5697 Binary files /dev/null and b/images/thumb/7/77/Picture2.png/180px-Picture2.png differ diff --git a/images/thumb/7/7a/BOT.jpg/180px-BOT.jpg b/images/thumb/7/7a/BOT.jpg/180px-BOT.jpg new file mode 100644 index 0000000..ac283b7 Binary files /dev/null and b/images/thumb/7/7a/BOT.jpg/180px-BOT.jpg differ diff --git a/images/thumb/7/7a/IMAG0500.jpg/180px-IMAG0500.jpg b/images/thumb/7/7a/IMAG0500.jpg/180px-IMAG0500.jpg new file mode 100644 index 0000000..72d75a7 Binary files /dev/null and b/images/thumb/7/7a/IMAG0500.jpg/180px-IMAG0500.jpg differ diff --git a/images/thumb/7/7a/RECube.jpg/180px-RECube.jpg b/images/thumb/7/7a/RECube.jpg/180px-RECube.jpg new file mode 100644 index 0000000..49fdeb5 Binary files /dev/null and b/images/thumb/7/7a/RECube.jpg/180px-RECube.jpg differ diff --git a/images/thumb/7/7d/Photo0259.jpg/180px-Photo0259.jpg b/images/thumb/7/7d/Photo0259.jpg/180px-Photo0259.jpg new file mode 100644 index 0000000..7a81705 Binary files /dev/null and b/images/thumb/7/7d/Photo0259.jpg/180px-Photo0259.jpg differ diff --git a/images/thumb/7/7d/Photo0259.jpg/400px-Photo0259.jpg b/images/thumb/7/7d/Photo0259.jpg/400px-Photo0259.jpg new file mode 100644 index 0000000..d250570 Binary files /dev/null and b/images/thumb/7/7d/Photo0259.jpg/400px-Photo0259.jpg differ diff --git a/images/thumb/7/7d/Photo0390.jpg/180px-Photo0390.jpg b/images/thumb/7/7d/Photo0390.jpg/180px-Photo0390.jpg new file mode 100644 index 0000000..e30c6b8 Binary files /dev/null and b/images/thumb/7/7d/Photo0390.jpg/180px-Photo0390.jpg differ diff --git a/images/thumb/7/7e/Pic8.png/180px-Pic8.png b/images/thumb/7/7e/Pic8.png/180px-Pic8.png new file mode 100644 index 0000000..3652b59 Binary files /dev/null and b/images/thumb/7/7e/Pic8.png/180px-Pic8.png differ diff --git a/images/thumb/7/7f/20130515_175449.jpg/180px-20130515_175449.jpg b/images/thumb/7/7f/20130515_175449.jpg/180px-20130515_175449.jpg new file mode 100644 index 0000000..56cfabd Binary files /dev/null and b/images/thumb/7/7f/20130515_175449.jpg/180px-20130515_175449.jpg differ diff --git a/images/thumb/8/80/Front_view.jpg/180px-Front_view.jpg b/images/thumb/8/80/Front_view.jpg/180px-Front_view.jpg new file mode 100644 index 0000000..b5180b7 Binary files /dev/null and b/images/thumb/8/80/Front_view.jpg/180px-Front_view.jpg differ diff --git a/images/thumb/8/80/LCD_arduino.jpg/180px-LCD_arduino.jpg b/images/thumb/8/80/LCD_arduino.jpg/180px-LCD_arduino.jpg new file mode 100644 index 0000000..f886e60 Binary files /dev/null and b/images/thumb/8/80/LCD_arduino.jpg/180px-LCD_arduino.jpg differ diff --git a/images/thumb/8/81/20130528_154420.jpg/180px-20130528_154420.jpg b/images/thumb/8/81/20130528_154420.jpg/180px-20130528_154420.jpg new file mode 100644 index 0000000..aa9dd31 Binary files /dev/null and b/images/thumb/8/81/20130528_154420.jpg/180px-20130528_154420.jpg differ diff --git a/images/thumb/8/81/Prb10.jpg/180px-Prb10.jpg b/images/thumb/8/81/Prb10.jpg/180px-Prb10.jpg new file mode 100644 index 0000000..5c502e7 Binary files /dev/null and b/images/thumb/8/81/Prb10.jpg/180px-Prb10.jpg differ diff --git a/images/thumb/8/84/AdditiveColor.svg.png/180px-AdditiveColor.svg.png b/images/thumb/8/84/AdditiveColor.svg.png/180px-AdditiveColor.svg.png new file mode 100644 index 0000000..c6478c8 Binary files /dev/null and b/images/thumb/8/84/AdditiveColor.svg.png/180px-AdditiveColor.svg.png differ diff --git a/images/thumb/8/84/IMAG0280.jpg/358px-IMAG0280.jpg b/images/thumb/8/84/IMAG0280.jpg/358px-IMAG0280.jpg new file mode 100644 index 0000000..32700d8 Binary files /dev/null and b/images/thumb/8/84/IMAG0280.jpg/358px-IMAG0280.jpg differ diff --git a/images/thumb/8/84/IMAG0280.jpg/359px-IMAG0280.jpg b/images/thumb/8/84/IMAG0280.jpg/359px-IMAG0280.jpg new file mode 100644 index 0000000..c6219b3 Binary files /dev/null and b/images/thumb/8/84/IMAG0280.jpg/359px-IMAG0280.jpg differ diff --git a/images/thumb/8/84/L293xlr.jpg/375px-L293xlr.jpg b/images/thumb/8/84/L293xlr.jpg/375px-L293xlr.jpg new file mode 100644 index 0000000..8f7e39e Binary files /dev/null and b/images/thumb/8/84/L293xlr.jpg/375px-L293xlr.jpg differ diff --git a/images/thumb/8/85/RECube_dark.jpg/180px-RECube_dark.jpg b/images/thumb/8/85/RECube_dark.jpg/180px-RECube_dark.jpg new file mode 100644 index 0000000..c3bcd41 Binary files /dev/null and b/images/thumb/8/85/RECube_dark.jpg/180px-RECube_dark.jpg differ diff --git a/images/thumb/8/86/Tricopter_Team.jpg/180px-Tricopter_Team.jpg b/images/thumb/8/86/Tricopter_Team.jpg/180px-Tricopter_Team.jpg new file mode 100644 index 0000000..ff4e13c Binary files /dev/null and b/images/thumb/8/86/Tricopter_Team.jpg/180px-Tricopter_Team.jpg differ diff --git a/images/thumb/8/87/SeaBiplane.jpg/180px-SeaBiplane.jpg b/images/thumb/8/87/SeaBiplane.jpg/180px-SeaBiplane.jpg new file mode 100644 index 0000000..43d379b Binary files /dev/null and b/images/thumb/8/87/SeaBiplane.jpg/180px-SeaBiplane.jpg differ diff --git a/images/thumb/8/88/20130605_021637.jpg/180px-20130605_021637.jpg b/images/thumb/8/88/20130605_021637.jpg/180px-20130605_021637.jpg new file mode 100644 index 0000000..c54ba00 Binary files /dev/null and b/images/thumb/8/88/20130605_021637.jpg/180px-20130605_021637.jpg differ diff --git a/images/thumb/8/88/20130605_021637.jpg/800px-20130605_021637.jpg b/images/thumb/8/88/20130605_021637.jpg/800px-20130605_021637.jpg new file mode 100644 index 0000000..a116edd Binary files /dev/null and b/images/thumb/8/88/20130605_021637.jpg/800px-20130605_021637.jpg differ diff --git a/images/thumb/8/89/Dartboard.JPG/180px-Dartboard.JPG b/images/thumb/8/89/Dartboard.JPG/180px-Dartboard.JPG new file mode 100644 index 0000000..9fe4714 Binary files /dev/null and b/images/thumb/8/89/Dartboard.JPG/180px-Dartboard.JPG differ diff --git a/images/thumb/8/8a/DSC001.jpg/600px-DSC001.jpg b/images/thumb/8/8a/DSC001.jpg/600px-DSC001.jpg new file mode 100644 index 0000000..227e3f3 Binary files /dev/null and b/images/thumb/8/8a/DSC001.jpg/600px-DSC001.jpg differ diff --git a/images/thumb/8/8c/2013-06-06_01.11.21.jpg/180px-2013-06-06_01.11.21.jpg b/images/thumb/8/8c/2013-06-06_01.11.21.jpg/180px-2013-06-06_01.11.21.jpg new file mode 100644 index 0000000..e49f91d Binary files /dev/null and b/images/thumb/8/8c/2013-06-06_01.11.21.jpg/180px-2013-06-06_01.11.21.jpg differ diff --git a/images/thumb/8/8d/Accelcircuit.jpg/180px-Accelcircuit.jpg b/images/thumb/8/8d/Accelcircuit.jpg/180px-Accelcircuit.jpg new file mode 100644 index 0000000..29548fd Binary files /dev/null and b/images/thumb/8/8d/Accelcircuit.jpg/180px-Accelcircuit.jpg differ diff --git a/images/thumb/8/8d/Dilation.png/180px-Dilation.png b/images/thumb/8/8d/Dilation.png/180px-Dilation.png new file mode 100644 index 0000000..b6dcbef Binary files /dev/null and b/images/thumb/8/8d/Dilation.png/180px-Dilation.png differ diff --git a/images/thumb/8/8d/Keyboardglovecircuit.jpg/180px-Keyboardglovecircuit.jpg b/images/thumb/8/8d/Keyboardglovecircuit.jpg/180px-Keyboardglovecircuit.jpg new file mode 100644 index 0000000..f597f75 Binary files /dev/null and b/images/thumb/8/8d/Keyboardglovecircuit.jpg/180px-Keyboardglovecircuit.jpg differ diff --git a/images/thumb/8/8f/BiplaneDrawing.jpg/180px-BiplaneDrawing.jpg b/images/thumb/8/8f/BiplaneDrawing.jpg/180px-BiplaneDrawing.jpg new file mode 100644 index 0000000..9605b41 Binary files /dev/null and b/images/thumb/8/8f/BiplaneDrawing.jpg/180px-BiplaneDrawing.jpg differ diff --git a/images/thumb/8/8f/Receiver_(bottom_view).jpg/180px-Receiver_(bottom_view).jpg b/images/thumb/8/8f/Receiver_(bottom_view).jpg/180px-Receiver_(bottom_view).jpg new file mode 100644 index 0000000..590af97 Binary files /dev/null and b/images/thumb/8/8f/Receiver_(bottom_view).jpg/180px-Receiver_(bottom_view).jpg differ diff --git a/images/thumb/9/90/Our_design.jpg/180px-Our_design.jpg b/images/thumb/9/90/Our_design.jpg/180px-Our_design.jpg new file mode 100644 index 0000000..8e05c48 Binary files /dev/null and b/images/thumb/9/90/Our_design.jpg/180px-Our_design.jpg differ diff --git a/images/thumb/9/91/Data_transmission.jpg/180px-Data_transmission.jpg b/images/thumb/9/91/Data_transmission.jpg/180px-Data_transmission.jpg new file mode 100644 index 0000000..c936586 Binary files /dev/null and b/images/thumb/9/91/Data_transmission.jpg/180px-Data_transmission.jpg differ diff --git a/images/thumb/9/94/02102011012.jpg/180px-02102011012.jpg b/images/thumb/9/94/02102011012.jpg/180px-02102011012.jpg new file mode 100644 index 0000000..7cce6fa Binary files /dev/null and b/images/thumb/9/94/02102011012.jpg/180px-02102011012.jpg differ diff --git a/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/270px-Bitcoin_and_Gold_2557.jpg b/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/270px-Bitcoin_and_Gold_2557.jpg new file mode 100644 index 0000000..bca0d7a Binary files /dev/null and b/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/270px-Bitcoin_and_Gold_2557.jpg differ diff --git a/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/360px-Bitcoin_and_Gold_2557.jpg b/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/360px-Bitcoin_and_Gold_2557.jpg new file mode 100644 index 0000000..3419368 Binary files /dev/null and b/images/thumb/9/94/Bitcoin_and_Gold_2557.jpg/360px-Bitcoin_and_Gold_2557.jpg differ diff --git a/images/thumb/9/94/Exp_bot3.jpg/180px-Exp_bot3.jpg b/images/thumb/9/94/Exp_bot3.jpg/180px-Exp_bot3.jpg new file mode 100644 index 0000000..7c5c9c8 Binary files /dev/null and b/images/thumb/9/94/Exp_bot3.jpg/180px-Exp_bot3.jpg differ diff --git a/images/thumb/9/94/Untitled1.png/180px-Untitled1.png b/images/thumb/9/94/Untitled1.png/180px-Untitled1.png new file mode 100644 index 0000000..882934c Binary files /dev/null and b/images/thumb/9/94/Untitled1.png/180px-Untitled1.png differ diff --git a/images/thumb/9/95/Exp_bot1.jpg/180px-Exp_bot1.jpg b/images/thumb/9/95/Exp_bot1.jpg/180px-Exp_bot1.jpg new file mode 100644 index 0000000..e53d169 Binary files /dev/null and b/images/thumb/9/95/Exp_bot1.jpg/180px-Exp_bot1.jpg differ diff --git a/images/thumb/9/97/20130528_150815.jpg/180px-20130528_150815.jpg b/images/thumb/9/97/20130528_150815.jpg/180px-20130528_150815.jpg new file mode 100644 index 0000000..4cc7247 Binary files /dev/null and b/images/thumb/9/97/20130528_150815.jpg/180px-20130528_150815.jpg differ diff --git a/images/thumb/9/97/Accelread.jpg/180px-Accelread.jpg b/images/thumb/9/97/Accelread.jpg/180px-Accelread.jpg new file mode 100644 index 0000000..ac2fe86 Binary files /dev/null and b/images/thumb/9/97/Accelread.jpg/180px-Accelread.jpg differ diff --git a/images/thumb/9/98/IC(7805_&_7809).jpg/180px-IC(7805_&_7809).jpg b/images/thumb/9/98/IC(7805_&_7809).jpg/180px-IC(7805_&_7809).jpg new file mode 100644 index 0000000..795a730 Binary files /dev/null and b/images/thumb/9/98/IC(7805_&_7809).jpg/180px-IC(7805_&_7809).jpg differ diff --git a/images/thumb/9/9a/Processing2.jpg/180px-Processing2.jpg b/images/thumb/9/9a/Processing2.jpg/180px-Processing2.jpg new file mode 100644 index 0000000..974ebbd Binary files /dev/null and b/images/thumb/9/9a/Processing2.jpg/180px-Processing2.jpg differ diff --git a/images/thumb/9/9b/Prb4.jpg/180px-Prb4.jpg b/images/thumb/9/9b/Prb4.jpg/180px-Prb4.jpg new file mode 100644 index 0000000..cce4457 Binary files /dev/null and b/images/thumb/9/9b/Prb4.jpg/180px-Prb4.jpg differ diff --git a/images/thumb/9/9c/IMAG0281.jpg/180px-IMAG0281.jpg b/images/thumb/9/9c/IMAG0281.jpg/180px-IMAG0281.jpg new file mode 100644 index 0000000..01bf043 Binary files /dev/null and b/images/thumb/9/9c/IMAG0281.jpg/180px-IMAG0281.jpg differ diff --git a/images/thumb/9/9c/IMAG0281.jpg/359px-IMAG0281.jpg b/images/thumb/9/9c/IMAG0281.jpg/359px-IMAG0281.jpg new file mode 100644 index 0000000..213a849 Binary files /dev/null and b/images/thumb/9/9c/IMAG0281.jpg/359px-IMAG0281.jpg differ diff --git a/images/thumb/9/9d/Flowchart.png/180px-Flowchart.png b/images/thumb/9/9d/Flowchart.png/180px-Flowchart.png new file mode 100644 index 0000000..7da524d Binary files /dev/null and b/images/thumb/9/9d/Flowchart.png/180px-Flowchart.png differ diff --git a/images/thumb/9/9d/Testcircuit.jpg/180px-Testcircuit.jpg b/images/thumb/9/9d/Testcircuit.jpg/180px-Testcircuit.jpg new file mode 100644 index 0000000..8369eed Binary files /dev/null and b/images/thumb/9/9d/Testcircuit.jpg/180px-Testcircuit.jpg differ diff --git a/images/thumb/a/a0/1st_cad.png/180px-1st_cad.png b/images/thumb/a/a0/1st_cad.png/180px-1st_cad.png new file mode 100644 index 0000000..1f07d25 Binary files /dev/null and b/images/thumb/a/a0/1st_cad.png/180px-1st_cad.png differ diff --git a/images/thumb/a/a0/Cylinder_-1.jpg/180px-Cylinder_-1.jpg b/images/thumb/a/a0/Cylinder_-1.jpg/180px-Cylinder_-1.jpg new file mode 100644 index 0000000..46228aa Binary files /dev/null and b/images/thumb/a/a0/Cylinder_-1.jpg/180px-Cylinder_-1.jpg differ diff --git a/images/thumb/a/a0/EEPROM.png/270px-EEPROM.png b/images/thumb/a/a0/EEPROM.png/270px-EEPROM.png new file mode 100644 index 0000000..4c3989b Binary files /dev/null and b/images/thumb/a/a0/EEPROM.png/270px-EEPROM.png differ diff --git a/images/thumb/a/a0/EEPROM.png/360px-EEPROM.png b/images/thumb/a/a0/EEPROM.png/360px-EEPROM.png new file mode 100644 index 0000000..2788182 Binary files /dev/null and b/images/thumb/a/a0/EEPROM.png/360px-EEPROM.png differ diff --git a/images/thumb/a/a0/EEPROM.png/900px-EEPROM.png b/images/thumb/a/a0/EEPROM.png/900px-EEPROM.png new file mode 100644 index 0000000..bbafcfb Binary files /dev/null and b/images/thumb/a/a0/EEPROM.png/900px-EEPROM.png differ diff --git a/images/thumb/a/a1/20130530_164443.jpg/180px-20130530_164443.jpg b/images/thumb/a/a1/20130530_164443.jpg/180px-20130530_164443.jpg new file mode 100644 index 0000000..0288a67 Binary files /dev/null and b/images/thumb/a/a1/20130530_164443.jpg/180px-20130530_164443.jpg differ diff --git a/images/thumb/a/a1/2o.jpg/450px-2o.jpg b/images/thumb/a/a1/2o.jpg/450px-2o.jpg new file mode 100644 index 0000000..4177bd6 Binary files /dev/null and b/images/thumb/a/a1/2o.jpg/450px-2o.jpg differ diff --git a/images/thumb/a/a1/2o.jpg/600px-2o.jpg b/images/thumb/a/a1/2o.jpg/600px-2o.jpg new file mode 100644 index 0000000..edce79c Binary files /dev/null and b/images/thumb/a/a1/2o.jpg/600px-2o.jpg differ diff --git a/images/thumb/a/a2/2013-06-12_15.58.27.jpg/180px-2013-06-12_15.58.27.jpg b/images/thumb/a/a2/2013-06-12_15.58.27.jpg/180px-2013-06-12_15.58.27.jpg new file mode 100644 index 0000000..9a8906c Binary files /dev/null and b/images/thumb/a/a2/2013-06-12_15.58.27.jpg/180px-2013-06-12_15.58.27.jpg differ diff --git a/images/thumb/a/a2/Processing1.jpg/180px-Processing1.jpg b/images/thumb/a/a2/Processing1.jpg/180px-Processing1.jpg new file mode 100644 index 0000000..a965133 Binary files /dev/null and b/images/thumb/a/a2/Processing1.jpg/180px-Processing1.jpg differ diff --git a/images/thumb/a/a3/IMAG0502.jpg/180px-IMAG0502.jpg b/images/thumb/a/a3/IMAG0502.jpg/180px-IMAG0502.jpg new file mode 100644 index 0000000..cd89ee7 Binary files /dev/null and b/images/thumb/a/a3/IMAG0502.jpg/180px-IMAG0502.jpg differ diff --git a/images/thumb/a/a5/IMAG0545.jpg/180px-IMAG0545.jpg b/images/thumb/a/a5/IMAG0545.jpg/180px-IMAG0545.jpg new file mode 100644 index 0000000..d0c4fe4 Binary files /dev/null and b/images/thumb/a/a5/IMAG0545.jpg/180px-IMAG0545.jpg differ diff --git a/images/thumb/a/a5/Rgb_led.jpg/180px-Rgb_led.jpg b/images/thumb/a/a5/Rgb_led.jpg/180px-Rgb_led.jpg new file mode 100644 index 0000000..a5a07ac Binary files /dev/null and b/images/thumb/a/a5/Rgb_led.jpg/180px-Rgb_led.jpg differ diff --git a/images/thumb/a/a7/Example2.jpg/1600px-Example2.jpg b/images/thumb/a/a7/Example2.jpg/1600px-Example2.jpg new file mode 100644 index 0000000..1ec2c51 Binary files /dev/null and b/images/thumb/a/a7/Example2.jpg/1600px-Example2.jpg differ diff --git a/images/thumb/a/a7/Pic10.png/180px-Pic10.png b/images/thumb/a/a7/Pic10.png/180px-Pic10.png new file mode 100644 index 0000000..5545228 Binary files /dev/null and b/images/thumb/a/a7/Pic10.png/180px-Pic10.png differ diff --git a/images/thumb/a/a7/Pic3.png/180px-Pic3.png b/images/thumb/a/a7/Pic3.png/180px-Pic3.png new file mode 100644 index 0000000..f75c6af Binary files /dev/null and b/images/thumb/a/a7/Pic3.png/180px-Pic3.png differ diff --git a/images/thumb/a/a7/Pranav.jpg/180px-Pranav.jpg b/images/thumb/a/a7/Pranav.jpg/180px-Pranav.jpg new file mode 100644 index 0000000..845d96b Binary files /dev/null and b/images/thumb/a/a7/Pranav.jpg/180px-Pranav.jpg differ diff --git a/images/thumb/a/a7/SLAB7.jpeg/180px-SLAB7.jpeg b/images/thumb/a/a7/SLAB7.jpeg/180px-SLAB7.jpeg new file mode 100644 index 0000000..0e387ea Binary files /dev/null and b/images/thumb/a/a7/SLAB7.jpeg/180px-SLAB7.jpeg differ diff --git a/images/thumb/a/a8/Circuitdiagram.jpg/180px-Circuitdiagram.jpg b/images/thumb/a/a8/Circuitdiagram.jpg/180px-Circuitdiagram.jpg new file mode 100644 index 0000000..2c64dbe Binary files /dev/null and b/images/thumb/a/a8/Circuitdiagram.jpg/180px-Circuitdiagram.jpg differ diff --git a/images/thumb/a/a9/20130528_1508151.jpg/180px-20130528_1508151.jpg b/images/thumb/a/a9/20130528_1508151.jpg/180px-20130528_1508151.jpg new file mode 100644 index 0000000..839bfe1 Binary files /dev/null and b/images/thumb/a/a9/20130528_1508151.jpg/180px-20130528_1508151.jpg differ diff --git a/images/thumb/a/a9/Example.jpg/270px-Example.jpg b/images/thumb/a/a9/Example.jpg/270px-Example.jpg new file mode 100644 index 0000000..0324923 Binary files /dev/null and b/images/thumb/a/a9/Example.jpg/270px-Example.jpg differ diff --git a/images/thumb/a/a9/Example.jpg/360px-Example.jpg b/images/thumb/a/a9/Example.jpg/360px-Example.jpg new file mode 100644 index 0000000..29dc1b8 Binary files /dev/null and b/images/thumb/a/a9/Example.jpg/360px-Example.jpg differ diff --git a/images/thumb/a/aa/Keyboardglove.jpg/180px-Keyboardglove.jpg b/images/thumb/a/aa/Keyboardglove.jpg/180px-Keyboardglove.jpg new file mode 100644 index 0000000..f633194 Binary files /dev/null and b/images/thumb/a/aa/Keyboardglove.jpg/180px-Keyboardglove.jpg differ diff --git a/images/thumb/a/aa/Power_supply.jpg/180px-Power_supply.jpg b/images/thumb/a/aa/Power_supply.jpg/180px-Power_supply.jpg new file mode 100644 index 0000000..c7d0e48 Binary files /dev/null and b/images/thumb/a/aa/Power_supply.jpg/180px-Power_supply.jpg differ diff --git a/images/thumb/a/ab/2013-06-12_15.59.50.jpg/180px-2013-06-12_15.59.50.jpg b/images/thumb/a/ab/2013-06-12_15.59.50.jpg/180px-2013-06-12_15.59.50.jpg new file mode 100644 index 0000000..f4a3ae3 Binary files /dev/null and b/images/thumb/a/ab/2013-06-12_15.59.50.jpg/180px-2013-06-12_15.59.50.jpg differ diff --git a/images/thumb/a/ab/LCD_sample.jpg/180px-LCD_sample.jpg b/images/thumb/a/ab/LCD_sample.jpg/180px-LCD_sample.jpg new file mode 100644 index 0000000..ecc45f7 Binary files /dev/null and b/images/thumb/a/ab/LCD_sample.jpg/180px-LCD_sample.jpg differ diff --git a/images/thumb/a/ab/ProcRoboSim.png/180px-ProcRoboSim.png b/images/thumb/a/ab/ProcRoboSim.png/180px-ProcRoboSim.png new file mode 100644 index 0000000..2f48c17 Binary files /dev/null and b/images/thumb/a/ab/ProcRoboSim.png/180px-ProcRoboSim.png differ diff --git a/images/thumb/a/ac/IMAG1952.jpg/180px-IMAG1952.jpg b/images/thumb/a/ac/IMAG1952.jpg/180px-IMAG1952.jpg new file mode 100644 index 0000000..150c463 Binary files /dev/null and b/images/thumb/a/ac/IMAG1952.jpg/180px-IMAG1952.jpg differ diff --git a/images/thumb/a/ac/Processing3.jpg/180px-Processing3.jpg b/images/thumb/a/ac/Processing3.jpg/180px-Processing3.jpg new file mode 100644 index 0000000..4c39118 Binary files /dev/null and b/images/thumb/a/ac/Processing3.jpg/180px-Processing3.jpg differ diff --git a/images/thumb/a/ad/Photo3.jpg/180px-Photo3.jpg b/images/thumb/a/ad/Photo3.jpg/180px-Photo3.jpg new file mode 100644 index 0000000..e099f9f Binary files /dev/null and b/images/thumb/a/ad/Photo3.jpg/180px-Photo3.jpg differ diff --git a/images/thumb/a/ad/Stepper_pm35l-048-HPH7.jpg/180px-Stepper_pm35l-048-HPH7.jpg b/images/thumb/a/ad/Stepper_pm35l-048-HPH7.jpg/180px-Stepper_pm35l-048-HPH7.jpg new file mode 100644 index 0000000..5a13a60 Binary files /dev/null and b/images/thumb/a/ad/Stepper_pm35l-048-HPH7.jpg/180px-Stepper_pm35l-048-HPH7.jpg differ diff --git a/images/thumb/a/ae/Motordriver(L298N).jpg/180px-Motordriver(L298N).jpg b/images/thumb/a/ae/Motordriver(L298N).jpg/180px-Motordriver(L298N).jpg new file mode 100644 index 0000000..5c34df3 Binary files /dev/null and b/images/thumb/a/ae/Motordriver(L298N).jpg/180px-Motordriver(L298N).jpg differ diff --git a/images/thumb/b/b0/1o.jpg/450px-1o.jpg b/images/thumb/b/b0/1o.jpg/450px-1o.jpg new file mode 100644 index 0000000..435ea7b Binary files /dev/null and b/images/thumb/b/b0/1o.jpg/450px-1o.jpg differ diff --git a/images/thumb/b/b0/1o.jpg/600px-1o.jpg b/images/thumb/b/b0/1o.jpg/600px-1o.jpg new file mode 100644 index 0000000..76a3e57 Binary files /dev/null and b/images/thumb/b/b0/1o.jpg/600px-1o.jpg differ diff --git a/images/thumb/b/b0/2-plane.png/180px-2-plane.png b/images/thumb/b/b0/2-plane.png/180px-2-plane.png new file mode 100644 index 0000000..e430a60 Binary files /dev/null and b/images/thumb/b/b0/2-plane.png/180px-2-plane.png differ diff --git a/images/thumb/b/b0/Circuit.gif/180px-Circuit.gif b/images/thumb/b/b0/Circuit.gif/180px-Circuit.gif new file mode 100644 index 0000000..fa95c1c Binary files /dev/null and b/images/thumb/b/b0/Circuit.gif/180px-Circuit.gif differ diff --git a/images/thumb/b/b0/Final_project.png/180px-Final_project.png b/images/thumb/b/b0/Final_project.png/180px-Final_project.png new file mode 100644 index 0000000..f090631 Binary files /dev/null and b/images/thumb/b/b0/Final_project.png/180px-Final_project.png differ diff --git a/images/thumb/b/b1/Dart-wedgecombo.jpg/180px-Dart-wedgecombo.jpg b/images/thumb/b/b1/Dart-wedgecombo.jpg/180px-Dart-wedgecombo.jpg new file mode 100644 index 0000000..30ae1c4 Binary files /dev/null and b/images/thumb/b/b1/Dart-wedgecombo.jpg/180px-Dart-wedgecombo.jpg differ diff --git a/images/thumb/b/b5/DSC00259.jpg/180px-DSC00259.jpg b/images/thumb/b/b5/DSC00259.jpg/180px-DSC00259.jpg new file mode 100644 index 0000000..214c25b Binary files /dev/null and b/images/thumb/b/b5/DSC00259.jpg/180px-DSC00259.jpg differ diff --git a/images/thumb/b/b7/Distance_sensor.jpg/180px-Distance_sensor.jpg b/images/thumb/b/b7/Distance_sensor.jpg/180px-Distance_sensor.jpg new file mode 100644 index 0000000..790e23f Binary files /dev/null and b/images/thumb/b/b7/Distance_sensor.jpg/180px-Distance_sensor.jpg differ diff --git a/images/thumb/b/b7/Membraneswitchread.jpg/180px-Membraneswitchread.jpg b/images/thumb/b/b7/Membraneswitchread.jpg/180px-Membraneswitchread.jpg new file mode 100644 index 0000000..3803683 Binary files /dev/null and b/images/thumb/b/b7/Membraneswitchread.jpg/180px-Membraneswitchread.jpg differ diff --git a/images/thumb/b/b8/Team.jpg/180px-Team.jpg b/images/thumb/b/b8/Team.jpg/180px-Team.jpg new file mode 100644 index 0000000..7790f3a Binary files /dev/null and b/images/thumb/b/b8/Team.jpg/180px-Team.jpg differ diff --git a/images/thumb/b/b9/190611-2133(001).jpg/180px-190611-2133(001).jpg b/images/thumb/b/b9/190611-2133(001).jpg/180px-190611-2133(001).jpg new file mode 100644 index 0000000..ea35a0c Binary files /dev/null and b/images/thumb/b/b9/190611-2133(001).jpg/180px-190611-2133(001).jpg differ diff --git a/images/thumb/b/ba/Aluminium_sheets.jpg/180px-Aluminium_sheets.jpg b/images/thumb/b/ba/Aluminium_sheets.jpg/180px-Aluminium_sheets.jpg new file mode 100644 index 0000000..35565e5 Binary files /dev/null and b/images/thumb/b/ba/Aluminium_sheets.jpg/180px-Aluminium_sheets.jpg differ diff --git a/images/thumb/b/ba/Gearboxf.jpg/180px-Gearboxf.jpg b/images/thumb/b/ba/Gearboxf.jpg/180px-Gearboxf.jpg new file mode 100644 index 0000000..8592da7 Binary files /dev/null and b/images/thumb/b/ba/Gearboxf.jpg/180px-Gearboxf.jpg differ diff --git a/images/thumb/b/ba/MLX90614_arduino.png/180px-MLX90614_arduino.png b/images/thumb/b/ba/MLX90614_arduino.png/180px-MLX90614_arduino.png new file mode 100644 index 0000000..460b767 Binary files /dev/null and b/images/thumb/b/ba/MLX90614_arduino.png/180px-MLX90614_arduino.png differ diff --git a/images/thumb/b/bb/20130604_173721.jpg/180px-20130604_173721.jpg b/images/thumb/b/bb/20130604_173721.jpg/180px-20130604_173721.jpg new file mode 100644 index 0000000..1c62db2 Binary files /dev/null and b/images/thumb/b/bb/20130604_173721.jpg/180px-20130604_173721.jpg differ diff --git a/images/thumb/b/bc/Board2.png/180px-Board2.png b/images/thumb/b/bc/Board2.png/180px-Board2.png new file mode 100644 index 0000000..a9b6d80 Binary files /dev/null and b/images/thumb/b/bc/Board2.png/180px-Board2.png differ diff --git a/images/thumb/b/bc/SLAB1.jpeg/180px-SLAB1.jpeg b/images/thumb/b/bc/SLAB1.jpeg/180px-SLAB1.jpeg new file mode 100644 index 0000000..84b28f0 Binary files /dev/null and b/images/thumb/b/bc/SLAB1.jpeg/180px-SLAB1.jpeg differ diff --git a/images/thumb/b/bd/SLAB6.jpeg/180px-SLAB6.jpeg b/images/thumb/b/bd/SLAB6.jpeg/180px-SLAB6.jpeg new file mode 100644 index 0000000..a89718e Binary files /dev/null and b/images/thumb/b/bd/SLAB6.jpeg/180px-SLAB6.jpeg differ diff --git a/images/thumb/b/be/Approach_1.png/180px-Approach_1.png b/images/thumb/b/be/Approach_1.png/180px-Approach_1.png new file mode 100644 index 0000000..df8c465 Binary files /dev/null and b/images/thumb/b/be/Approach_1.png/180px-Approach_1.png differ diff --git a/images/thumb/b/bf/Schematic_high.png/180px-Schematic_high.png b/images/thumb/b/bf/Schematic_high.png/180px-Schematic_high.png new file mode 100644 index 0000000..c4006b0 Binary files /dev/null and b/images/thumb/b/bf/Schematic_high.png/180px-Schematic_high.png differ diff --git a/images/thumb/c/c0/Morph.png/180px-Morph.png b/images/thumb/c/c0/Morph.png/180px-Morph.png new file mode 100644 index 0000000..2685d8f Binary files /dev/null and b/images/thumb/c/c0/Morph.png/180px-Morph.png differ diff --git a/images/thumb/c/c1/Fm_transmitter_circuit_diag.jpeg/180px-Fm_transmitter_circuit_diag.jpeg b/images/thumb/c/c1/Fm_transmitter_circuit_diag.jpeg/180px-Fm_transmitter_circuit_diag.jpeg new file mode 100644 index 0000000..b85161b Binary files /dev/null and b/images/thumb/c/c1/Fm_transmitter_circuit_diag.jpeg/180px-Fm_transmitter_circuit_diag.jpeg differ diff --git a/images/thumb/c/c1/High_level_design.png/180px-High_level_design.png b/images/thumb/c/c1/High_level_design.png/180px-High_level_design.png new file mode 100644 index 0000000..c181a7d Binary files /dev/null and b/images/thumb/c/c1/High_level_design.png/180px-High_level_design.png differ diff --git a/images/thumb/c/c1/Untitled5.png/180px-Untitled5.png b/images/thumb/c/c1/Untitled5.png/180px-Untitled5.png new file mode 100644 index 0000000..8bfaf9d Binary files /dev/null and b/images/thumb/c/c1/Untitled5.png/180px-Untitled5.png differ diff --git a/images/thumb/c/c2/Tricopter_0120.JPG/180px-Tricopter_0120.JPG b/images/thumb/c/c2/Tricopter_0120.JPG/180px-Tricopter_0120.JPG new file mode 100644 index 0000000..fab5dc7 Binary files /dev/null and b/images/thumb/c/c2/Tricopter_0120.JPG/180px-Tricopter_0120.JPG differ diff --git a/images/thumb/c/c4/Motordriver.jpg/180px-Motordriver.jpg b/images/thumb/c/c4/Motordriver.jpg/180px-Motordriver.jpg new file mode 100644 index 0000000..5c34df3 Binary files /dev/null and b/images/thumb/c/c4/Motordriver.jpg/180px-Motordriver.jpg differ diff --git a/images/thumb/c/c5/Switches.jpg/180px-Switches.jpg b/images/thumb/c/c5/Switches.jpg/180px-Switches.jpg new file mode 100644 index 0000000..71621b1 Binary files /dev/null and b/images/thumb/c/c5/Switches.jpg/180px-Switches.jpg differ diff --git a/images/thumb/c/c6/NiMh_battery.jpg/180px-NiMh_battery.jpg b/images/thumb/c/c6/NiMh_battery.jpg/180px-NiMh_battery.jpg new file mode 100644 index 0000000..0c3d4ea Binary files /dev/null and b/images/thumb/c/c6/NiMh_battery.jpg/180px-NiMh_battery.jpg differ diff --git a/images/thumb/c/c7/1st_front_view.png/180px-1st_front_view.png b/images/thumb/c/c7/1st_front_view.png/180px-1st_front_view.png new file mode 100644 index 0000000..eab07ea Binary files /dev/null and b/images/thumb/c/c7/1st_front_view.png/180px-1st_front_view.png differ diff --git a/images/thumb/c/c7/555.jpg/180px-555.jpg b/images/thumb/c/c7/555.jpg/180px-555.jpg new file mode 100644 index 0000000..0482d02 Binary files /dev/null and b/images/thumb/c/c7/555.jpg/180px-555.jpg differ diff --git a/images/thumb/c/c7/My_prjct.jpg/180px-My_prjct.jpg b/images/thumb/c/c7/My_prjct.jpg/180px-My_prjct.jpg new file mode 100644 index 0000000..0c8316a Binary files /dev/null and b/images/thumb/c/c7/My_prjct.jpg/180px-My_prjct.jpg differ diff --git a/images/thumb/c/c8/SLAB8.jpeg/180px-SLAB8.jpeg b/images/thumb/c/c8/SLAB8.jpeg/180px-SLAB8.jpeg new file mode 100644 index 0000000..15e3959 Binary files /dev/null and b/images/thumb/c/c8/SLAB8.jpeg/180px-SLAB8.jpeg differ diff --git a/images/thumb/c/c9/Hexapod2.png/180px-Hexapod2.png b/images/thumb/c/c9/Hexapod2.png/180px-Hexapod2.png new file mode 100644 index 0000000..91c7b9a Binary files /dev/null and b/images/thumb/c/c9/Hexapod2.png/180px-Hexapod2.png differ diff --git a/images/thumb/c/c9/Solidworks_Design.png/180px-Solidworks_Design.png b/images/thumb/c/c9/Solidworks_Design.png/180px-Solidworks_Design.png new file mode 100644 index 0000000..303dbd1 Binary files /dev/null and b/images/thumb/c/c9/Solidworks_Design.png/180px-Solidworks_Design.png differ diff --git a/images/thumb/c/cb/478364_308483319245485_2078125588_o.jpg/180px-478364_308483319245485_2078125588_o.jpg b/images/thumb/c/cb/478364_308483319245485_2078125588_o.jpg/180px-478364_308483319245485_2078125588_o.jpg new file mode 100644 index 0000000..48b40a2 Binary files /dev/null and b/images/thumb/c/cb/478364_308483319245485_2078125588_o.jpg/180px-478364_308483319245485_2078125588_o.jpg differ diff --git a/images/thumb/c/cb/SLAB4.jpeg/180px-SLAB4.jpeg b/images/thumb/c/cb/SLAB4.jpeg/180px-SLAB4.jpeg new file mode 100644 index 0000000..5c01259 Binary files /dev/null and b/images/thumb/c/cb/SLAB4.jpeg/180px-SLAB4.jpeg differ diff --git a/images/thumb/c/cc/Arduino7.jpg/180px-Arduino7.jpg b/images/thumb/c/cc/Arduino7.jpg/180px-Arduino7.jpg new file mode 100644 index 0000000..e401620 Binary files /dev/null and b/images/thumb/c/cc/Arduino7.jpg/180px-Arduino7.jpg differ diff --git a/images/thumb/c/cc/Preshit.jpeg/180px-Preshit.jpeg b/images/thumb/c/cc/Preshit.jpeg/180px-Preshit.jpeg new file mode 100644 index 0000000..e6d1aa5 Binary files /dev/null and b/images/thumb/c/cc/Preshit.jpeg/180px-Preshit.jpeg differ diff --git a/images/thumb/c/cd/Exp_bot2.jpg/180px-Exp_bot2.jpg b/images/thumb/c/cd/Exp_bot2.jpg/180px-Exp_bot2.jpg new file mode 100644 index 0000000..fd34df9 Binary files /dev/null and b/images/thumb/c/cd/Exp_bot2.jpg/180px-Exp_bot2.jpg differ diff --git a/images/thumb/c/cd/Photo1.jpg/180px-Photo1.jpg b/images/thumb/c/cd/Photo1.jpg/180px-Photo1.jpg new file mode 100644 index 0000000..7a69198 Binary files /dev/null and b/images/thumb/c/cd/Photo1.jpg/180px-Photo1.jpg differ diff --git a/images/thumb/c/cd/Pic4.png/180px-Pic4.png b/images/thumb/c/cd/Pic4.png/180px-Pic4.png new file mode 100644 index 0000000..9c0ca81 Binary files /dev/null and b/images/thumb/c/cd/Pic4.png/180px-Pic4.png differ diff --git a/images/thumb/d/d1/CC25002.png/180px-CC25002.png b/images/thumb/d/d1/CC25002.png/180px-CC25002.png new file mode 100644 index 0000000..91c279a Binary files /dev/null and b/images/thumb/d/d1/CC25002.png/180px-CC25002.png differ diff --git a/images/thumb/d/d1/Download_(1).jpg/180px-Download_(1).jpg b/images/thumb/d/d1/Download_(1).jpg/180px-Download_(1).jpg new file mode 100644 index 0000000..705d672 Binary files /dev/null and b/images/thumb/d/d1/Download_(1).jpg/180px-Download_(1).jpg differ diff --git a/images/thumb/d/d1/L293d.gif/180px-L293d.gif b/images/thumb/d/d1/L293d.gif/180px-L293d.gif new file mode 100644 index 0000000..07e4c92 Binary files /dev/null and b/images/thumb/d/d1/L293d.gif/180px-L293d.gif differ diff --git a/images/thumb/d/d2/Ex.jpg/180px-Ex.jpg b/images/thumb/d/d2/Ex.jpg/180px-Ex.jpg new file mode 100644 index 0000000..610ba3b Binary files /dev/null and b/images/thumb/d/d2/Ex.jpg/180px-Ex.jpg differ diff --git a/images/thumb/d/d2/Pc.jpg/525px-Pc.jpg b/images/thumb/d/d2/Pc.jpg/525px-Pc.jpg new file mode 100644 index 0000000..829dcfb Binary files /dev/null and b/images/thumb/d/d2/Pc.jpg/525px-Pc.jpg differ diff --git a/images/thumb/d/d2/Pc.jpg/700px-Pc.jpg b/images/thumb/d/d2/Pc.jpg/700px-Pc.jpg new file mode 100644 index 0000000..aea1607 Binary files /dev/null and b/images/thumb/d/d2/Pc.jpg/700px-Pc.jpg differ diff --git a/images/thumb/d/d3/100_5116.jpg/180px-100_5116.jpg b/images/thumb/d/d3/100_5116.jpg/180px-100_5116.jpg new file mode 100644 index 0000000..63d9964 Binary files /dev/null and b/images/thumb/d/d3/100_5116.jpg/180px-100_5116.jpg differ diff --git a/images/thumb/d/d4/Opamp.jpg/180px-Opamp.jpg b/images/thumb/d/d4/Opamp.jpg/180px-Opamp.jpg new file mode 100644 index 0000000..e9eecf4 Binary files /dev/null and b/images/thumb/d/d4/Opamp.jpg/180px-Opamp.jpg differ diff --git a/images/thumb/d/d5/20130615_221550(1).jpg/180px-20130615_221550(1).jpg b/images/thumb/d/d5/20130615_221550(1).jpg/180px-20130615_221550(1).jpg new file mode 100644 index 0000000..149c442 Binary files /dev/null and b/images/thumb/d/d5/20130615_221550(1).jpg/180px-20130615_221550(1).jpg differ diff --git a/images/thumb/d/d6/Board1.png/180px-Board1.png b/images/thumb/d/d6/Board1.png/180px-Board1.png new file mode 100644 index 0000000..41238b1 Binary files /dev/null and b/images/thumb/d/d6/Board1.png/180px-Board1.png differ diff --git a/images/thumb/d/d6/Hexapod2.jpg/180px-Hexapod2.jpg b/images/thumb/d/d6/Hexapod2.jpg/180px-Hexapod2.jpg new file mode 100644 index 0000000..071fc0c Binary files /dev/null and b/images/thumb/d/d6/Hexapod2.jpg/180px-Hexapod2.jpg differ diff --git a/images/thumb/d/d6/Receiver_working1.jpg/180px-Receiver_working1.jpg b/images/thumb/d/d6/Receiver_working1.jpg/180px-Receiver_working1.jpg new file mode 100644 index 0000000..51aaf2b Binary files /dev/null and b/images/thumb/d/d6/Receiver_working1.jpg/180px-Receiver_working1.jpg differ diff --git a/images/thumb/d/d7/Format.jpg/180px-Format.jpg b/images/thumb/d/d7/Format.jpg/180px-Format.jpg new file mode 100644 index 0000000..f040f00 Binary files /dev/null and b/images/thumb/d/d7/Format.jpg/180px-Format.jpg differ diff --git a/images/thumb/d/d7/IMAG0546.jpg/180px-IMAG0546.jpg b/images/thumb/d/d7/IMAG0546.jpg/180px-IMAG0546.jpg new file mode 100644 index 0000000..887506e Binary files /dev/null and b/images/thumb/d/d7/IMAG0546.jpg/180px-IMAG0546.jpg differ diff --git a/images/thumb/d/d9/Motivation.png/180px-Motivation.png b/images/thumb/d/d9/Motivation.png/180px-Motivation.png new file mode 100644 index 0000000..53813e4 Binary files /dev/null and b/images/thumb/d/d9/Motivation.png/180px-Motivation.png differ diff --git a/images/thumb/d/d9/Wall_sensor1.png/180px-Wall_sensor1.png b/images/thumb/d/d9/Wall_sensor1.png/180px-Wall_sensor1.png new file mode 100644 index 0000000..35fd3ca Binary files /dev/null and b/images/thumb/d/d9/Wall_sensor1.png/180px-Wall_sensor1.png differ diff --git a/images/thumb/d/db/M1.jpg/180px-M1.jpg b/images/thumb/d/db/M1.jpg/180px-M1.jpg new file mode 100644 index 0000000..6ac0778 Binary files /dev/null and b/images/thumb/d/db/M1.jpg/180px-M1.jpg differ diff --git a/images/thumb/d/db/Piezo2.jpg/180px-Piezo2.jpg b/images/thumb/d/db/Piezo2.jpg/180px-Piezo2.jpg new file mode 100644 index 0000000..80eda33 Binary files /dev/null and b/images/thumb/d/db/Piezo2.jpg/180px-Piezo2.jpg differ diff --git a/images/thumb/d/dd/Prb1.jpg/180px-Prb1.jpg b/images/thumb/d/dd/Prb1.jpg/180px-Prb1.jpg new file mode 100644 index 0000000..8b0564d Binary files /dev/null and b/images/thumb/d/dd/Prb1.jpg/180px-Prb1.jpg differ diff --git a/images/thumb/d/de/20130528_154429.jpg/180px-20130528_154429.jpg b/images/thumb/d/de/20130528_154429.jpg/180px-20130528_154429.jpg new file mode 100644 index 0000000..c8d4c55 Binary files /dev/null and b/images/thumb/d/de/20130528_154429.jpg/180px-20130528_154429.jpg differ diff --git a/images/thumb/d/de/ROBO.jpg/180px-ROBO.jpg b/images/thumb/d/de/ROBO.jpg/180px-ROBO.jpg new file mode 100644 index 0000000..4e3ebf7 Binary files /dev/null and b/images/thumb/d/de/ROBO.jpg/180px-ROBO.jpg differ diff --git a/images/thumb/d/de/SLAB3.jpeg/180px-SLAB3.jpeg b/images/thumb/d/de/SLAB3.jpeg/180px-SLAB3.jpeg new file mode 100644 index 0000000..6ea9879 Binary files /dev/null and b/images/thumb/d/de/SLAB3.jpeg/180px-SLAB3.jpeg differ diff --git a/images/thumb/d/df/Fm_transmitter.jpg/180px-Fm_transmitter.jpg b/images/thumb/d/df/Fm_transmitter.jpg/180px-Fm_transmitter.jpg new file mode 100644 index 0000000..3413cc8 Binary files /dev/null and b/images/thumb/d/df/Fm_transmitter.jpg/180px-Fm_transmitter.jpg differ diff --git a/images/thumb/d/df/Testckt.jpg/180px-Testckt.jpg b/images/thumb/d/df/Testckt.jpg/180px-Testckt.jpg new file mode 100644 index 0000000..8369eed Binary files /dev/null and b/images/thumb/d/df/Testckt.jpg/180px-Testckt.jpg differ diff --git a/images/thumb/e/e0/20130515_174620.jpg/180px-20130515_174620.jpg b/images/thumb/e/e0/20130515_174620.jpg/180px-20130515_174620.jpg new file mode 100644 index 0000000..9d18fea Binary files /dev/null and b/images/thumb/e/e0/20130515_174620.jpg/180px-20130515_174620.jpg differ diff --git a/images/thumb/e/e0/H12ed.jpg/180px-H12ed.jpg b/images/thumb/e/e0/H12ed.jpg/180px-H12ed.jpg new file mode 100644 index 0000000..b4151dc Binary files /dev/null and b/images/thumb/e/e0/H12ed.jpg/180px-H12ed.jpg differ diff --git a/images/thumb/e/e0/Two_lanes_visible.jpg/180px-Two_lanes_visible.jpg b/images/thumb/e/e0/Two_lanes_visible.jpg/180px-Two_lanes_visible.jpg new file mode 100644 index 0000000..74d475e Binary files /dev/null and b/images/thumb/e/e0/Two_lanes_visible.jpg/180px-Two_lanes_visible.jpg differ diff --git a/images/thumb/e/e1/Lines2.GIF/180px-Lines2.GIF b/images/thumb/e/e1/Lines2.GIF/180px-Lines2.GIF new file mode 100644 index 0000000..a71e044 Binary files /dev/null and b/images/thumb/e/e1/Lines2.GIF/180px-Lines2.GIF differ diff --git a/images/thumb/e/e1/Photo0257.jpg/180px-Photo0257.jpg b/images/thumb/e/e1/Photo0257.jpg/180px-Photo0257.jpg new file mode 100644 index 0000000..b09d556 Binary files /dev/null and b/images/thumb/e/e1/Photo0257.jpg/180px-Photo0257.jpg differ diff --git a/images/thumb/e/e1/Transmitter1.jpg/180px-Transmitter1.jpg b/images/thumb/e/e1/Transmitter1.jpg/180px-Transmitter1.jpg new file mode 100644 index 0000000..762722c Binary files /dev/null and b/images/thumb/e/e1/Transmitter1.jpg/180px-Transmitter1.jpg differ diff --git a/images/thumb/e/e1/Waveform.jpg/180px-Waveform.jpg b/images/thumb/e/e1/Waveform.jpg/180px-Waveform.jpg new file mode 100644 index 0000000..60d8404 Binary files /dev/null and b/images/thumb/e/e1/Waveform.jpg/180px-Waveform.jpg differ diff --git a/images/thumb/e/e2/20130528_154437.jpg/180px-20130528_154437.jpg b/images/thumb/e/e2/20130528_154437.jpg/180px-20130528_154437.jpg new file mode 100644 index 0000000..91a915e Binary files /dev/null and b/images/thumb/e/e2/20130528_154437.jpg/180px-20130528_154437.jpg differ diff --git a/images/thumb/e/e3/Interphasing.png/180px-Interphasing.png b/images/thumb/e/e3/Interphasing.png/180px-Interphasing.png new file mode 100644 index 0000000..278bfa9 Binary files /dev/null and b/images/thumb/e/e3/Interphasing.png/180px-Interphasing.png differ diff --git a/images/thumb/e/e4/Prb5.jpg/180px-Prb5.jpg b/images/thumb/e/e4/Prb5.jpg/180px-Prb5.jpg new file mode 100644 index 0000000..c22459a Binary files /dev/null and b/images/thumb/e/e4/Prb5.jpg/180px-Prb5.jpg differ diff --git a/images/thumb/e/e7/080620121064.jpg/180px-080620121064.jpg b/images/thumb/e/e7/080620121064.jpg/180px-080620121064.jpg new file mode 100644 index 0000000..82fce92 Binary files /dev/null and b/images/thumb/e/e7/080620121064.jpg/180px-080620121064.jpg differ diff --git a/images/thumb/e/e7/Xlr-stuff.jpg/1000px-Xlr-stuff.jpg b/images/thumb/e/e7/Xlr-stuff.jpg/1000px-Xlr-stuff.jpg new file mode 100644 index 0000000..f9dc8ef Binary files /dev/null and b/images/thumb/e/e7/Xlr-stuff.jpg/1000px-Xlr-stuff.jpg differ diff --git a/images/thumb/e/e7/Xlr-stuff.jpg/750px-Xlr-stuff.jpg b/images/thumb/e/e7/Xlr-stuff.jpg/750px-Xlr-stuff.jpg new file mode 100644 index 0000000..e23a98a Binary files /dev/null and b/images/thumb/e/e7/Xlr-stuff.jpg/750px-Xlr-stuff.jpg differ diff --git a/images/thumb/e/e7/Xlr-stuff.jpg/900px-Xlr-stuff.jpg b/images/thumb/e/e7/Xlr-stuff.jpg/900px-Xlr-stuff.jpg new file mode 100644 index 0000000..892bfc0 Binary files /dev/null and b/images/thumb/e/e7/Xlr-stuff.jpg/900px-Xlr-stuff.jpg differ diff --git a/images/thumb/e/e8/Arduino1.png/180px-Arduino1.png b/images/thumb/e/e8/Arduino1.png/180px-Arduino1.png new file mode 100644 index 0000000..94cacb2 Binary files /dev/null and b/images/thumb/e/e8/Arduino1.png/180px-Arduino1.png differ diff --git a/images/thumb/e/e9/SecondCADdesign.jpg/180px-SecondCADdesign.jpg b/images/thumb/e/e9/SecondCADdesign.jpg/180px-SecondCADdesign.jpg new file mode 100644 index 0000000..fcebca2 Binary files /dev/null and b/images/thumb/e/e9/SecondCADdesign.jpg/180px-SecondCADdesign.jpg differ diff --git a/images/thumb/e/ec/Flexcircuit.jpg/180px-Flexcircuit.jpg b/images/thumb/e/ec/Flexcircuit.jpg/180px-Flexcircuit.jpg new file mode 100644 index 0000000..024ae2a Binary files /dev/null and b/images/thumb/e/ec/Flexcircuit.jpg/180px-Flexcircuit.jpg differ diff --git a/images/thumb/e/ee/ArduinoMega2560_R3_Front_450px.jpg/180px-ArduinoMega2560_R3_Front_450px.jpg b/images/thumb/e/ee/ArduinoMega2560_R3_Front_450px.jpg/180px-ArduinoMega2560_R3_Front_450px.jpg new file mode 100644 index 0000000..619d16e Binary files /dev/null and b/images/thumb/e/ee/ArduinoMega2560_R3_Front_450px.jpg/180px-ArduinoMega2560_R3_Front_450px.jpg differ diff --git a/images/thumb/e/ee/Final_setup.jpg/180px-Final_setup.jpg b/images/thumb/e/ee/Final_setup.jpg/180px-Final_setup.jpg new file mode 100644 index 0000000..cbd5dc8 Binary files /dev/null and b/images/thumb/e/ee/Final_setup.jpg/180px-Final_setup.jpg differ diff --git a/images/thumb/e/ef/20130605_013928.jpg/180px-20130605_013928.jpg b/images/thumb/e/ef/20130605_013928.jpg/180px-20130605_013928.jpg new file mode 100644 index 0000000..3b9e089 Binary files /dev/null and b/images/thumb/e/ef/20130605_013928.jpg/180px-20130605_013928.jpg differ diff --git a/images/thumb/e/ef/Example1.jpg/1600px-Example1.jpg b/images/thumb/e/ef/Example1.jpg/1600px-Example1.jpg new file mode 100644 index 0000000..91b816a Binary files /dev/null and b/images/thumb/e/ef/Example1.jpg/1600px-Example1.jpg differ diff --git a/images/thumb/f/f1/MLX90614_hookup.png/180px-MLX90614_hookup.png b/images/thumb/f/f1/MLX90614_hookup.png/180px-MLX90614_hookup.png new file mode 100644 index 0000000..460b767 Binary files /dev/null and b/images/thumb/f/f1/MLX90614_hookup.png/180px-MLX90614_hookup.png differ diff --git a/images/thumb/f/f1/NiMh.jpg/180px-NiMh.jpg b/images/thumb/f/f1/NiMh.jpg/180px-NiMh.jpg new file mode 100644 index 0000000..af322f0 Binary files /dev/null and b/images/thumb/f/f1/NiMh.jpg/180px-NiMh.jpg differ diff --git a/images/thumb/f/f2/Eagle.jpeg/270px-Eagle.jpeg b/images/thumb/f/f2/Eagle.jpeg/270px-Eagle.jpeg new file mode 100644 index 0000000..3c0db6c Binary files /dev/null and b/images/thumb/f/f2/Eagle.jpeg/270px-Eagle.jpeg differ diff --git a/images/thumb/f/f2/Eagle.jpeg/360px-Eagle.jpeg b/images/thumb/f/f2/Eagle.jpeg/360px-Eagle.jpeg new file mode 100644 index 0000000..3052fe2 Binary files /dev/null and b/images/thumb/f/f2/Eagle.jpeg/360px-Eagle.jpeg differ diff --git a/images/thumb/f/f3/1.jpg/300px-1.jpg b/images/thumb/f/f3/1.jpg/300px-1.jpg new file mode 100644 index 0000000..16e345f Binary files /dev/null and b/images/thumb/f/f3/1.jpg/300px-1.jpg differ diff --git a/images/thumb/f/f3/1.jpg/600px-1.jpg b/images/thumb/f/f3/1.jpg/600px-1.jpg new file mode 100644 index 0000000..685a095 Binary files /dev/null and b/images/thumb/f/f3/1.jpg/600px-1.jpg differ diff --git a/images/thumb/f/f3/Lcd_arduino.png/180px-Lcd_arduino.png b/images/thumb/f/f3/Lcd_arduino.png/180px-Lcd_arduino.png new file mode 100644 index 0000000..c7dc9a1 Binary files /dev/null and b/images/thumb/f/f3/Lcd_arduino.png/180px-Lcd_arduino.png differ diff --git a/images/thumb/f/f3/Paint3.png/180px-Paint3.png b/images/thumb/f/f3/Paint3.png/180px-Paint3.png new file mode 100644 index 0000000..87611e2 Binary files /dev/null and b/images/thumb/f/f3/Paint3.png/180px-Paint3.png differ diff --git a/images/thumb/f/f4/SLAB5n.jpeg/180px-SLAB5n.jpeg b/images/thumb/f/f4/SLAB5n.jpeg/180px-SLAB5n.jpeg new file mode 100644 index 0000000..9787502 Binary files /dev/null and b/images/thumb/f/f4/SLAB5n.jpeg/180px-SLAB5n.jpeg differ diff --git a/images/thumb/f/f5/CC25001.png/180px-CC25001.png b/images/thumb/f/f5/CC25001.png/180px-CC25001.png new file mode 100644 index 0000000..a6dfe4d Binary files /dev/null and b/images/thumb/f/f5/CC25001.png/180px-CC25001.png differ diff --git a/images/thumb/f/f6/Receiver1.jpg/180px-Receiver1.jpg b/images/thumb/f/f6/Receiver1.jpg/180px-Receiver1.jpg new file mode 100644 index 0000000..ae27073 Binary files /dev/null and b/images/thumb/f/f6/Receiver1.jpg/180px-Receiver1.jpg differ diff --git a/images/thumb/f/f7/800px-Circuit123_(640x480)_(250x188).jpg/180px-800px-Circuit123_(640x480)_(250x188).jpg b/images/thumb/f/f7/800px-Circuit123_(640x480)_(250x188).jpg/180px-800px-Circuit123_(640x480)_(250x188).jpg new file mode 100644 index 0000000..516019e Binary files /dev/null and b/images/thumb/f/f7/800px-Circuit123_(640x480)_(250x188).jpg/180px-800px-Circuit123_(640x480)_(250x188).jpg differ diff --git a/images/thumb/f/f7/Basic_chassis.jpg/800px-Basic_chassis.jpg b/images/thumb/f/f7/Basic_chassis.jpg/800px-Basic_chassis.jpg new file mode 100644 index 0000000..2914303 Binary files /dev/null and b/images/thumb/f/f7/Basic_chassis.jpg/800px-Basic_chassis.jpg differ diff --git a/images/thumb/f/f8/190611-2134.jpg/180px-190611-2134.jpg b/images/thumb/f/f8/190611-2134.jpg/180px-190611-2134.jpg new file mode 100644 index 0000000..c4628ca Binary files /dev/null and b/images/thumb/f/f8/190611-2134.jpg/180px-190611-2134.jpg differ diff --git a/images/thumb/f/f8/Aircraftcarrier.jpg/180px-Aircraftcarrier.jpg b/images/thumb/f/f8/Aircraftcarrier.jpg/180px-Aircraftcarrier.jpg new file mode 100644 index 0000000..bdec83e Binary files /dev/null and b/images/thumb/f/f8/Aircraftcarrier.jpg/180px-Aircraftcarrier.jpg differ diff --git a/images/thumb/f/f8/RFmodule.jpg/180px-RFmodule.jpg b/images/thumb/f/f8/RFmodule.jpg/180px-RFmodule.jpg new file mode 100644 index 0000000..3544e69 Binary files /dev/null and b/images/thumb/f/f8/RFmodule.jpg/180px-RFmodule.jpg differ diff --git a/images/thumb/f/f8/V-22.jpg/180px-V-22.jpg b/images/thumb/f/f8/V-22.jpg/180px-V-22.jpg new file mode 100644 index 0000000..1ad8475 Binary files /dev/null and b/images/thumb/f/f8/V-22.jpg/180px-V-22.jpg differ diff --git a/images/thumb/f/f8/Wchess2.png/180px-Wchess2.png b/images/thumb/f/f8/Wchess2.png/180px-Wchess2.png new file mode 100644 index 0000000..1c59428 Binary files /dev/null and b/images/thumb/f/f8/Wchess2.png/180px-Wchess2.png differ diff --git a/images/thumb/f/fb/Photo0267.jpg/180px-Photo0267.jpg b/images/thumb/f/fb/Photo0267.jpg/180px-Photo0267.jpg new file mode 100644 index 0000000..76f31be Binary files /dev/null and b/images/thumb/f/fb/Photo0267.jpg/180px-Photo0267.jpg differ diff --git a/images/thumb/f/fc/Pin_diagram'.jpg/180px-Pin_diagram'.jpg b/images/thumb/f/fc/Pin_diagram'.jpg/180px-Pin_diagram'.jpg new file mode 100644 index 0000000..0705e68 Binary files /dev/null and b/images/thumb/f/fc/Pin_diagram'.jpg/180px-Pin_diagram'.jpg differ diff --git a/images/thumb/f/fc/Poster.png/180px-Poster.png b/images/thumb/f/fc/Poster.png/180px-Poster.png new file mode 100644 index 0000000..8d47225 Binary files /dev/null and b/images/thumb/f/fc/Poster.png/180px-Poster.png differ diff --git a/images/thumb/f/fd/Ascii2.png/1200px-Ascii2.png b/images/thumb/f/fd/Ascii2.png/1200px-Ascii2.png new file mode 100644 index 0000000..1df5d9d Binary files /dev/null and b/images/thumb/f/fd/Ascii2.png/1200px-Ascii2.png differ diff --git a/images/thumb/f/fd/Ascii2.png/180px-Ascii2.png b/images/thumb/f/fd/Ascii2.png/180px-Ascii2.png new file mode 100644 index 0000000..85e25fe Binary files /dev/null and b/images/thumb/f/fd/Ascii2.png/180px-Ascii2.png differ diff --git a/images/thumb/f/fd/Ascii2.png/750px-Ascii2.png b/images/thumb/f/fd/Ascii2.png/750px-Ascii2.png new file mode 100644 index 0000000..6f7274b Binary files /dev/null and b/images/thumb/f/fd/Ascii2.png/750px-Ascii2.png differ diff --git a/images/thumb/f/ff/20130515_182633.jpg/180px-20130515_182633.jpg b/images/thumb/f/ff/20130515_182633.jpg/180px-20130515_182633.jpg new file mode 100644 index 0000000..e1fc169 Binary files /dev/null and b/images/thumb/f/ff/20130515_182633.jpg/180px-20130515_182633.jpg differ diff --git a/images/thumb/f/ff/Flight_Dynamics.png/180px-Flight_Dynamics.png b/images/thumb/f/ff/Flight_Dynamics.png/180px-Flight_Dynamics.png new file mode 100644 index 0000000..4db0846 Binary files /dev/null and b/images/thumb/f/ff/Flight_Dynamics.png/180px-Flight_Dynamics.png differ diff --git a/images/thumb/f/ff/Unassembled.jpg/180px-Unassembled.jpg b/images/thumb/f/ff/Unassembled.jpg/180px-Unassembled.jpg new file mode 100644 index 0000000..41e7589 Binary files /dev/null and b/images/thumb/f/ff/Unassembled.jpg/180px-Unassembled.jpg differ