├── .github ├── CODEOWNERS └── workflows │ └── main.yml ├── .gitignore ├── .gitkeep ├── CNAME ├── Gemfile ├── README.md ├── _config.yml ├── _includes └── .gitkeep ├── _layouts └── .gitkeep ├── _posts └── .gitkeep ├── atom.xml ├── dist ├── .gitignore ├── README.md ├── css │ ├── .gitkeep │ ├── app.css │ ├── fonts.css │ └── vendor │ │ ├── foundation.css │ │ └── foundation.min.css ├── fonts │ ├── OpenSans-Bold.eot │ ├── OpenSans-Bold.svg │ ├── OpenSans-Bold.ttf │ ├── OpenSans-Bold.woff │ ├── OpenSans-Bold.woff2 │ ├── OpenSans-Regular.eot │ ├── OpenSans-Regular.svg │ ├── OpenSans-Regular.ttf │ ├── OpenSans-Regular.woff │ ├── OpenSans-Regular.woff2 │ ├── SourceCodePro-Light.eot │ ├── SourceCodePro-Light.svg │ ├── SourceCodePro-Light.ttf │ ├── SourceCodePro-Light.woff │ ├── SourceCodePro-Light.woff2 │ ├── SourceCodePro-SemiBold.eot │ ├── SourceCodePro-SemiBold.svg │ ├── SourceCodePro-SemiBold.ttf │ ├── SourceCodePro-SemiBold.woff │ ├── SourceCodePro-SemiBold.woff2 │ ├── TitilliumWeb-Bold.eot │ ├── TitilliumWeb-Bold.svg │ ├── TitilliumWeb-Bold.ttf │ ├── TitilliumWeb-Bold.woff │ ├── TitilliumWeb-Bold.woff2 │ ├── TitilliumWeb-Regular.eot │ ├── TitilliumWeb-Regular.svg │ ├── TitilliumWeb-Regular.ttf │ ├── TitilliumWeb-Regular.woff │ ├── TitilliumWeb-Regular.woff2 │ ├── TitilliumWeb-SemiBold.eot │ ├── TitilliumWeb-SemiBold.svg │ ├── TitilliumWeb-SemiBold.ttf │ ├── TitilliumWeb-SemiBold.woff │ ├── TitilliumWeb-SemiBold.woff2 │ └── vendor │ │ └── @fortawesome │ │ └── fontawesome-free │ │ ├── webfa-brands-400.eot │ │ ├── webfa-brands-400.svg │ │ ├── webfa-brands-400.ttf │ │ ├── webfa-brands-400.woff │ │ ├── webfa-brands-400.woff2 │ │ ├── webfa-regular-400.eot │ │ ├── webfa-regular-400.svg │ │ ├── webfa-regular-400.ttf │ │ ├── webfa-regular-400.woff │ │ ├── webfa-regular-400.woff2 │ │ ├── webfa-solid-900.eot │ │ ├── webfa-solid-900.svg │ │ ├── webfa-solid-900.ttf │ │ ├── webfa-solid-900.woff │ │ └── webfa-solid-900.woff2 ├── icons │ ├── .gitkeep │ ├── foundation-icons.css │ ├── foundation-icons.eot │ ├── foundation-icons.min.css │ ├── foundation-icons.svg │ ├── foundation-icons.ttf │ ├── foundation-icons.woff │ └── svgs │ │ ├── fi-address-book.svg │ │ ├── fi-alert.svg │ │ ├── fi-align-center.svg │ │ ├── fi-align-justify.svg │ │ ├── fi-align-left.svg │ │ ├── fi-align-right.svg │ │ ├── fi-anchor.svg │ │ ├── fi-annotate.svg │ │ ├── fi-archive.svg │ │ ├── fi-arrow-down.svg │ │ ├── fi-arrow-left.svg │ │ ├── fi-arrow-right.svg │ │ ├── fi-arrow-up.svg │ │ ├── fi-arrows-compress.svg │ │ ├── fi-arrows-expand.svg │ │ ├── fi-arrows-in.svg │ │ ├── fi-arrows-out.svg │ │ ├── fi-asl.svg │ │ ├── fi-asterisk.svg │ │ ├── fi-at-sign.svg │ │ ├── fi-background-color.svg │ │ ├── fi-battery-empty.svg │ │ ├── fi-battery-full.svg │ │ ├── fi-battery-half.svg │ │ ├── fi-bitcoin-circle.svg │ │ ├── fi-bitcoin.svg │ │ ├── fi-blind.svg │ │ ├── fi-bluetooth.svg │ │ ├── fi-bold.svg │ │ ├── fi-book-bookmark.svg │ │ ├── fi-book.svg │ │ ├── fi-bookmark.svg │ │ ├── fi-braille.svg │ │ ├── fi-burst-new.svg │ │ ├── fi-burst-sale.svg │ │ ├── fi-burst.svg │ │ ├── fi-calendar.svg │ │ ├── fi-camera.svg │ │ ├── fi-check.svg │ │ ├── fi-checkbox.svg │ │ ├── fi-clipboard-notes.svg │ │ ├── fi-clipboard-pencil.svg │ │ ├── fi-clipboard.svg │ │ ├── fi-clock.svg │ │ ├── fi-closed-caption.svg │ │ ├── fi-cloud.svg │ │ ├── fi-comment-minus.svg │ │ ├── fi-comment-quotes.svg │ │ ├── fi-comment-video.svg │ │ ├── fi-comment.svg │ │ ├── fi-comments.svg │ │ ├── fi-compass.svg │ │ ├── fi-contrast.svg │ │ ├── fi-credit-card.svg │ │ ├── fi-crop.svg │ │ ├── fi-crown.svg │ │ ├── fi-css3.svg │ │ ├── fi-database.svg │ │ ├── fi-die-five.svg │ │ ├── fi-die-four.svg │ │ ├── fi-die-one.svg │ │ ├── fi-die-six.svg │ │ ├── fi-die-three.svg │ │ ├── fi-die-two.svg │ │ ├── fi-dislike.svg │ │ ├── fi-dollar-bill.svg │ │ ├── fi-dollar.svg │ │ ├── fi-download.svg │ │ ├── fi-eject.svg │ │ ├── fi-elevator.svg │ │ ├── fi-euro.svg │ │ ├── fi-eye.svg │ │ ├── fi-fast-forward.svg │ │ ├── fi-female-symbol.svg │ │ ├── fi-female.svg │ │ ├── fi-filter.svg │ │ ├── fi-first-aid.svg │ │ ├── fi-flag.svg │ │ ├── fi-folder-add.svg │ │ ├── fi-folder-lock.svg │ │ ├── fi-folder.svg │ │ ├── fi-foot.svg │ │ ├── fi-foundation.svg │ │ ├── fi-graph-bar.svg │ │ ├── fi-graph-horizontal.svg │ │ ├── fi-graph-pie.svg │ │ ├── fi-graph-trend.svg │ │ ├── fi-guide-dog.svg │ │ ├── fi-hearing-aid.svg │ │ ├── fi-heart.svg │ │ ├── fi-home.svg │ │ ├── fi-html5.svg │ │ ├── fi-indent-less.svg │ │ ├── fi-indent-more.svg │ │ ├── fi-info.svg │ │ ├── fi-italic.svg │ │ ├── fi-key.svg │ │ ├── fi-laptop.svg │ │ ├── fi-layout.svg │ │ ├── fi-lightbulb.svg │ │ ├── fi-like.svg │ │ ├── fi-link.svg │ │ ├── fi-list-bullet.svg │ │ ├── fi-list-number.svg │ │ ├── fi-list-thumbnails.svg │ │ ├── fi-list.svg │ │ ├── fi-lock.svg │ │ ├── fi-loop.svg │ │ ├── fi-magnifying-glass.svg │ │ ├── fi-mail.svg │ │ ├── fi-male-female.svg │ │ ├── fi-male-symbol.svg │ │ ├── fi-male.svg │ │ ├── fi-map.svg │ │ ├── fi-marker.svg │ │ ├── fi-megaphone.svg │ │ ├── fi-microphone.svg │ │ ├── fi-minus-circle.svg │ │ ├── fi-minus.svg │ │ ├── fi-mobile-signal.svg │ │ ├── fi-mobile.svg │ │ ├── fi-monitor.svg │ │ ├── fi-mountains.svg │ │ ├── fi-music.svg │ │ ├── fi-next.svg │ │ ├── fi-no-dogs.svg │ │ ├── fi-no-smoking.svg │ │ ├── fi-page-add.svg │ │ ├── fi-page-copy.svg │ │ ├── fi-page-csv.svg │ │ ├── fi-page-delete.svg │ │ ├── fi-page-doc.svg │ │ ├── fi-page-edit.svg │ │ ├── fi-page-export-csv.svg │ │ ├── fi-page-export-doc.svg │ │ ├── fi-page-export-pdf.svg │ │ ├── fi-page-export.svg │ │ ├── fi-page-filled.svg │ │ ├── fi-page-multiple.svg │ │ ├── fi-page-pdf.svg │ │ ├── fi-page-remove.svg │ │ ├── fi-page-search.svg │ │ ├── fi-page.svg │ │ ├── fi-paint-bucket.svg │ │ ├── fi-paperclip.svg │ │ ├── fi-pause.svg │ │ ├── fi-paw.svg │ │ ├── fi-paypal.svg │ │ ├── fi-pencil.svg │ │ ├── fi-photo.svg │ │ ├── fi-play-circle.svg │ │ ├── fi-play-video.svg │ │ ├── fi-play.svg │ │ ├── fi-plus.svg │ │ ├── fi-pound.svg │ │ ├── fi-power.svg │ │ ├── fi-previous.svg │ │ ├── fi-price-tag.svg │ │ ├── fi-pricetag-multiple.svg │ │ ├── fi-print.svg │ │ ├── fi-prohibited.svg │ │ ├── fi-projection-screen.svg │ │ ├── fi-puzzle.svg │ │ ├── fi-quote.svg │ │ ├── fi-record.svg │ │ ├── fi-refresh.svg │ │ ├── fi-results-demographics.svg │ │ ├── fi-results.svg │ │ ├── fi-rewind-ten.svg │ │ ├── fi-rewind.svg │ │ ├── fi-rss.svg │ │ ├── fi-safety-cone.svg │ │ ├── fi-save.svg │ │ ├── fi-share.svg │ │ ├── fi-sheriff-badge.svg │ │ ├── fi-shield.svg │ │ ├── fi-shopping-bag.svg │ │ ├── fi-shopping-cart.svg │ │ ├── fi-shuffle.svg │ │ ├── fi-skull.svg │ │ ├── fi-social-500px.svg │ │ ├── fi-social-adobe.svg │ │ ├── fi-social-amazon.svg │ │ ├── fi-social-android.svg │ │ ├── fi-social-apple.svg │ │ ├── fi-social-behance.svg │ │ ├── fi-social-bing.svg │ │ ├── fi-social-blogger.svg │ │ ├── fi-social-delicious.svg │ │ ├── fi-social-designer-news.svg │ │ ├── fi-social-deviant-art.svg │ │ ├── fi-social-digg.svg │ │ ├── fi-social-dribbble.svg │ │ ├── fi-social-drive.svg │ │ ├── fi-social-dropbox.svg │ │ ├── fi-social-evernote.svg │ │ ├── fi-social-facebook.svg │ │ ├── fi-social-flickr.svg │ │ ├── fi-social-forrst.svg │ │ ├── fi-social-foursquare.svg │ │ ├── fi-social-game-center.svg │ │ ├── fi-social-github.svg │ │ ├── fi-social-google-plus.svg │ │ ├── fi-social-hacker-news.svg │ │ ├── fi-social-hi5.svg │ │ ├── fi-social-instagram.svg │ │ ├── fi-social-joomla.svg │ │ ├── fi-social-lastfm.svg │ │ ├── fi-social-linkedin.svg │ │ ├── fi-social-medium.svg │ │ ├── fi-social-myspace.svg │ │ ├── fi-social-orkut.svg │ │ ├── fi-social-path.svg │ │ ├── fi-social-picasa.svg │ │ ├── fi-social-pinterest.svg │ │ ├── fi-social-rdio.svg │ │ ├── fi-social-reddit.svg │ │ ├── fi-social-skillshare.svg │ │ ├── fi-social-skype.svg │ │ ├── fi-social-smashing-mag.svg │ │ ├── fi-social-snapchat.svg │ │ ├── fi-social-spotify.svg │ │ ├── fi-social-squidoo.svg │ │ ├── fi-social-stack-overflow.svg │ │ ├── fi-social-steam.svg │ │ ├── fi-social-stumbleupon.svg │ │ ├── fi-social-treehouse.svg │ │ ├── fi-social-tumblr.svg │ │ ├── fi-social-twitter.svg │ │ ├── fi-social-vimeo.svg │ │ ├── fi-social-windows.svg │ │ ├── fi-social-xbox.svg │ │ ├── fi-social-yahoo.svg │ │ ├── fi-social-yelp.svg │ │ ├── fi-social-youtube.svg │ │ ├── fi-social-zerply.svg │ │ ├── fi-social-zurb.svg │ │ ├── fi-sound.svg │ │ ├── fi-star.svg │ │ ├── fi-stop.svg │ │ ├── fi-strikethrough.svg │ │ ├── fi-subscript.svg │ │ ├── fi-superscript.svg │ │ ├── fi-tablet-landscape.svg │ │ ├── fi-tablet-portrait.svg │ │ ├── fi-target-two.svg │ │ ├── fi-target.svg │ │ ├── fi-telephone-accessible.svg │ │ ├── fi-telephone.svg │ │ ├── fi-text-color.svg │ │ ├── fi-thumbnails.svg │ │ ├── fi-ticket.svg │ │ ├── fi-torso-business.svg │ │ ├── fi-torso-female.svg │ │ ├── fi-torso.svg │ │ ├── fi-torsos-all-female.svg │ │ ├── fi-torsos-all.svg │ │ ├── fi-torsos-female-male.svg │ │ ├── fi-torsos-male-female.svg │ │ ├── fi-torsos.svg │ │ ├── fi-trash.svg │ │ ├── fi-trees.svg │ │ ├── fi-trophy.svg │ │ ├── fi-underline.svg │ │ ├── fi-universal-access.svg │ │ ├── fi-unlink.svg │ │ ├── fi-unlock.svg │ │ ├── fi-upload-cloud.svg │ │ ├── fi-upload.svg │ │ ├── fi-usb.svg │ │ ├── fi-video.svg │ │ ├── fi-volume-none.svg │ │ ├── fi-volume-strike.svg │ │ ├── fi-volume.svg │ │ ├── fi-web.svg │ │ ├── fi-wheelchair.svg │ │ ├── fi-widget.svg │ │ ├── fi-wrench.svg │ │ ├── fi-x-circle.svg │ │ ├── fi-x.svg │ │ ├── fi-yen.svg │ │ ├── fi-zoom-in.svg │ │ └── fi-zoom-out.svg ├── img │ ├── .gitkeep │ ├── background.jpg │ ├── header.png │ ├── header.svg │ └── smart.png ├── js │ ├── .gitkeep │ ├── angular.js │ ├── app.js │ ├── app │ │ ├── .gitkeep │ │ ├── app.js │ │ └── app.min.js │ └── vendor │ │ ├── .gitkeep │ │ ├── chart.min.js │ │ ├── foundation.js │ │ ├── foundation.min.js │ │ ├── jquery.js │ │ ├── jquery.min.js │ │ ├── moment.min.js │ │ ├── typed.min.js │ │ └── what-input.js └── svg │ ├── .gitkeep │ ├── symbol-three.svg │ ├── symbol-two.svg │ └── symbol.svg ├── favicon.ico ├── html ├── css │ ├── app.d4dc90bb.css │ └── chunk-vendors.a37374ee.css ├── favicon.ico ├── img │ ├── MapSmartCity.57491c5a.png │ ├── ad.2d928813.svg │ ├── ad.80020733.svg │ ├── ae.8fc34d93.svg │ ├── ae.998cc1fc.svg │ ├── af.1e73c9ee.svg │ ├── af.ddee87a8.svg │ ├── ag.441882c5.svg │ ├── ag.b8b82891.svg │ ├── ai.377c542a.svg │ ├── ai.7b4552df.svg │ ├── al.06632346.svg │ ├── al.4ed11fa4.svg │ ├── am.41e61056.svg │ ├── am.cb256127.svg │ ├── ao.3e1baa08.svg │ ├── ao.b69218a9.svg │ ├── aq.02ad59b3.svg │ ├── aq.328821fe.svg │ ├── ar.5261e632.svg │ ├── ar.53647ae9.svg │ ├── as.078ba745.svg │ ├── as.23e6ae7d.svg │ ├── at.0721b307.svg │ ├── at.fa4cf043.svg │ ├── au.bb307e7f.svg │ ├── au.f6b7907c.svg │ ├── aw.0cd7e031.svg │ ├── aw.3f52fb17.svg │ ├── ax.e939bf2e.svg │ ├── ax.f8c4019f.svg │ ├── az.198dbef3.svg │ ├── az.1edff124.svg │ ├── ba.7d6f56d2.svg │ ├── ba.d5ef14f0.svg │ ├── bb.0c916c1c.svg │ ├── bb.fe3ac3fe.svg │ ├── bd.a7978d3d.svg │ ├── bd.b2af3176.svg │ ├── be.5739940d.svg │ ├── be.f34903cc.svg │ ├── bf.348494c4.svg │ ├── bf.57907e66.svg │ ├── bg.44d83f95.svg │ ├── bg.494aa569.svg │ ├── bh.18fac7d8.svg │ ├── bh.7510653e.svg │ ├── bi.12a40d8d.svg │ ├── bi.d0615c77.svg │ ├── bj.22430301.svg │ ├── bj.5561ec95.svg │ ├── bl.2a496da9.svg │ ├── bl.2deb442f.svg │ ├── bm.012b04b7.svg │ ├── bm.f2a17828.svg │ ├── bn.c5b91605.svg │ ├── bn.f6d5f400.svg │ ├── bo.2b6773a9.svg │ ├── bo.5f3fef09.svg │ ├── bq.8c6f85c7.svg │ ├── bq.fda6c02c.svg │ ├── br.a30c10f8.svg │ ├── br.a31e2576.svg │ ├── bs.0f30e82c.svg │ ├── bs.cf40c6af.svg │ ├── bt.508393de.svg │ ├── bt.87d65251.svg │ ├── bv.4fbc14ad.svg │ ├── bv.ce747379.svg │ ├── bw.15ed460a.svg │ ├── bw.5f11a0be.svg │ ├── by.9b65127c.svg │ ├── by.c05c8c07.svg │ ├── bz.2458dd8a.svg │ ├── bz.81f2d641.svg │ ├── ca.0efb6bf1.svg │ ├── ca.a3999867.svg │ ├── cc.dd392e29.svg │ ├── cc.e53abbf8.svg │ ├── cd.a3ecd806.svg │ ├── cd.d4408d3c.svg │ ├── cf.8f764c6d.svg │ ├── cf.d8dd15d3.svg │ ├── cg.4ad6f3e8.svg │ ├── cg.51ec77aa.svg │ ├── ch.987cb82c.svg │ ├── ch.a69a50e5.svg │ ├── ci.11ac689d.svg │ ├── ci.728ba64d.svg │ ├── ck.e2686b2a.svg │ ├── ck.fe45a10b.svg │ ├── cl.2fd895c4.svg │ ├── cl.609867ee.svg │ ├── cm.94ec67b0.svg │ ├── cm.a56034b7.svg │ ├── cn.2c193ab3.svg │ ├── cn.3a082904.svg │ ├── co.11131041.svg │ ├── co.c5d7116a.svg │ ├── cr.0d349fd2.svg │ ├── cr.13c483a3.svg │ ├── cu.1c7cc4da.svg │ ├── cu.e4f897dc.svg │ ├── cv.624a2d4d.svg │ ├── cv.accdfa0e.svg │ ├── cw.9c06626e.svg │ ├── cw.ae75cba5.svg │ ├── cx.8142eab7.svg │ ├── cx.b2a59c5c.svg │ ├── cy.5e40be33.svg │ ├── cy.dbf92cb8.svg │ ├── cz.09a9b116.svg │ ├── cz.b325cced.svg │ ├── de.246a5fcb.svg │ ├── de.74018f0a.svg │ ├── dj.63e20123.svg │ ├── dj.694ca31b.svg │ ├── dk.302b4687.svg │ ├── dk.59a9d25f.svg │ ├── dm.b1635699.svg │ ├── dm.fda8fe70.svg │ ├── do.704fd2a9.svg │ ├── do.88a82fcc.svg │ ├── dz.0477e542.svg │ ├── dz.ff15f060.svg │ ├── ec.3bafd071.svg │ ├── ec.8fb69b79.svg │ ├── ee.03c3d564.svg │ ├── ee.9b43910c.svg │ ├── eg.4137f108.svg │ ├── eg.b0aa9a4e.svg │ ├── eh.44d97903.svg │ ├── eh.780a0a9e.svg │ ├── er.8d5171c7.svg │ ├── er.b4ea80f7.svg │ ├── es-ct.2f1565e8.svg │ ├── es-ct.e6db39f3.svg │ ├── es.361eda2a.svg │ ├── es.bcf1ab98.svg │ ├── et.512bde19.svg │ ├── et.a61da8e2.svg │ ├── eu.824e473c.svg │ ├── eu.d8c51286.svg │ ├── fi.55109a40.svg │ ├── fi.8c63a9af.svg │ ├── fj.453532c2.svg │ ├── fj.caf72f69.svg │ ├── fk.1bffbf9f.svg │ ├── fk.1e53dc26.svg │ ├── fm.2c13a5d4.svg │ ├── fm.41b339f3.svg │ ├── fo.32019da0.svg │ ├── fo.c2f63475.svg │ ├── fr.4e3ec048.svg │ ├── fr.f4529ed8.svg │ ├── ga.8629ddf5.svg │ ├── ga.886a7348.svg │ ├── gb-eng.99785a1e.svg │ ├── gb-eng.e18b270f.svg │ ├── gb-nir.080d0567.svg │ ├── gb-nir.5329af59.svg │ ├── gb-sct.6231d4d5.svg │ ├── gb-sct.c4361672.svg │ ├── gb-wls.344dc57e.svg │ ├── gb-wls.d67608c4.svg │ ├── gb.85a97dab.svg │ ├── gb.fe60f831.svg │ ├── gd.0e3d254c.svg │ ├── gd.7c62ce7d.svg │ ├── ge.49a0b418.svg │ ├── ge.a1295792.svg │ ├── gf.434bae07.svg │ ├── gf.d0185c11.svg │ ├── gg.02df8a5d.svg │ ├── gg.c447047f.svg │ ├── gh.bb3bb604.svg │ ├── gh.e0ca5267.svg │ ├── gi.1afed1e4.svg │ ├── gi.71cfe39b.svg │ ├── gl.1495643c.svg │ ├── gl.59e18356.svg │ ├── gm.39937d8f.svg │ ├── gm.6b410790.svg │ ├── gn.0798100e.svg │ ├── gn.e2dcda47.svg │ ├── gp.0dcdf966.svg │ ├── gp.8fc39c39.svg │ ├── gq.88946f8a.svg │ ├── gq.c095a0d4.svg │ ├── gr.334890b6.svg │ ├── gr.dcc2c865.svg │ ├── gs.10673568.svg │ ├── gs.21f7c99f.svg │ ├── gt.01ce618d.svg │ ├── gt.4eea9e03.svg │ ├── gu.beb28cdd.svg │ ├── gu.d4375e9d.svg │ ├── gw.1ea24463.svg │ ├── gw.f0742332.svg │ ├── gy.333d94bf.svg │ ├── gy.cbacc8b8.svg │ ├── hk.029a6bef.svg │ ├── hk.50fa2f99.svg │ ├── hm.45e61c98.svg │ ├── hm.8bbb5756.svg │ ├── hn.4938f675.svg │ ├── hn.db7e3de4.svg │ ├── hr.176d2d57.svg │ ├── hr.635a6093.svg │ ├── ht.06eefed9.svg │ ├── ht.5f6a49d0.svg │ ├── hu.a3828659.svg │ ├── hu.d1065faa.svg │ ├── id.cd7ecc1e.svg │ ├── id.e8f1c879.svg │ ├── ie.ce6c7d81.svg │ ├── ie.deca9e10.svg │ ├── il.5a12c248.svg │ ├── il.ad7a2d12.svg │ ├── im.07fac2af.svg │ ├── im.f6e8452c.svg │ ├── in.98c56717.svg │ ├── in.f1c7c9be.svg │ ├── io.1734998d.svg │ ├── io.7fc155e7.svg │ ├── iq.77fca3a1.svg │ ├── iq.a6321087.svg │ ├── ir.1a62e10d.svg │ ├── ir.28b0fb3b.svg │ ├── is.2c3b9dec.svg │ ├── is.ba30d1eb.svg │ ├── it.15a1f288.svg │ ├── it.5a3412cb.svg │ ├── je.12bf2a5f.svg │ ├── je.a2bead8f.svg │ ├── jm.1b388cb2.svg │ ├── jm.c5279e85.svg │ ├── jo.58061676.svg │ ├── jo.e0c3d125.svg │ ├── jp.28157b52.svg │ ├── jp.b5b509c8.svg │ ├── ke.8db0f5f9.svg │ ├── ke.ac8b7d81.svg │ ├── kg.0e8c2a1d.svg │ ├── kg.20cdf615.svg │ ├── kh.2be5f19d.svg │ ├── kh.add3236a.svg │ ├── ki.84841933.svg │ ├── ki.db9ce4a8.svg │ ├── km.05c0e1c1.svg │ ├── km.86ad579f.svg │ ├── kn.8d2a2bac.svg │ ├── kn.a1e5c90b.svg │ ├── kp.bab86a27.svg │ ├── kp.fc45ba59.svg │ ├── kr.472436a2.svg │ ├── kr.7ce5a140.svg │ ├── kw.0a1e78f0.svg │ ├── kw.8758e4ab.svg │ ├── ky.58b6db25.svg │ ├── ky.bc2f4070.svg │ ├── kz.0855baa1.svg │ ├── kz.765abf25.svg │ ├── la.635b3d0b.svg │ ├── la.d4742a0b.svg │ ├── lb.bdba8149.svg │ ├── lb.c43e467f.svg │ ├── lc.31859653.svg │ ├── lc.5ad24b4c.svg │ ├── li.7f2cb3e7.svg │ ├── li.f37f498e.svg │ ├── lk.3ce70e50.svg │ ├── lk.f8d21a6b.svg │ ├── lr.e026e0f7.svg │ ├── lr.e3059e98.svg │ ├── ls.6497b847.svg │ ├── ls.fd0cc2e1.svg │ ├── lt.76ec6661.svg │ ├── lt.c2b153a4.svg │ ├── lu.57b9eece.svg │ ├── lu.cad8b8ba.svg │ ├── lv.35ddb2f3.svg │ ├── lv.4838077b.svg │ ├── ly.27ae749c.svg │ ├── ly.41489295.svg │ ├── ma.821b3239.svg │ ├── ma.c91b7404.svg │ ├── mc.04a4a202.svg │ ├── mc.37be4651.svg │ ├── md.824e3e16.svg │ ├── md.879bb31c.svg │ ├── me.37b693f6.svg │ ├── me.be3b17db.svg │ ├── mf.64712388.svg │ ├── mf.d3fbe0d9.svg │ ├── mg.14910774.svg │ ├── mg.fba42999.svg │ ├── mh.40dbb5c2.svg │ ├── mh.c1782cea.svg │ ├── mk.12c1fffa.svg │ ├── mk.4a879fde.svg │ ├── ml.02a95bc1.svg │ ├── ml.64aa8367.svg │ ├── mm.95787e3a.svg │ ├── mm.a646bac3.svg │ ├── mn.5f43e0c6.svg │ ├── mn.7ff5beba.svg │ ├── mo.012b278d.svg │ ├── mo.94c09d58.svg │ ├── mp.bccdcb5e.svg │ ├── mp.fec806e5.svg │ ├── mq.37d2d681.svg │ ├── mq.9bcc4ffb.svg │ ├── mr.38d81da0.svg │ ├── mr.55d8f233.svg │ ├── ms.830476bc.svg │ ├── ms.ec75da93.svg │ ├── mt.07ddb919.svg │ ├── mt.4f20d5a7.svg │ ├── mu.33b7d117.svg │ ├── mu.fcbb9709.svg │ ├── mv.c11e6efe.svg │ ├── mv.f1beedaa.svg │ ├── mw.8627c92d.svg │ ├── mw.f075545e.svg │ ├── mx.1fcc3cf0.svg │ ├── mx.4e358e43.svg │ ├── my.591d1e38.svg │ ├── my.789a6ddf.svg │ ├── mz.4fce86a8.svg │ ├── mz.c8308283.svg │ ├── na.ca899774.svg │ ├── na.efac2847.svg │ ├── nc.846211de.svg │ ├── nc.b72ab6b2.svg │ ├── ne.9a558973.svg │ ├── ne.a7f07f0c.svg │ ├── nf.44fe5947.svg │ ├── nf.5e07162f.svg │ ├── ng.ba3bb51a.svg │ ├── ng.f6a23478.svg │ ├── ni.3f7681e7.svg │ ├── ni.7affd52e.svg │ ├── nl.db2b8b18.svg │ ├── nl.feb9eea9.svg │ ├── no.51a7ba8c.svg │ ├── no.fc029595.svg │ ├── np.4211aa60.svg │ ├── np.c28b6869.svg │ ├── nr.61a42463.svg │ ├── nr.66dd1573.svg │ ├── nu.39cb2412.svg │ ├── nu.48261860.svg │ ├── nz.07d3ae50.svg │ ├── nz.d29645cf.svg │ ├── om.7171b1e2.svg │ ├── om.9170bae1.svg │ ├── pa.3b4d5528.svg │ ├── pa.943e160a.svg │ ├── pe.017a482a.svg │ ├── pe.fda66729.svg │ ├── pf.3ac8d5bd.svg │ ├── pf.b6f47989.svg │ ├── pg.4359608e.svg │ ├── pg.5c17391e.svg │ ├── ph.605f5220.svg │ ├── ph.807a7e5d.svg │ ├── pk.f7695293.svg │ ├── pk.fbfb5582.svg │ ├── pl.1f4f8ec3.svg │ ├── pl.6607e08c.svg │ ├── pm.6359f9ee.svg │ ├── pm.68469c3f.svg │ ├── pn.97f773ca.svg │ ├── pn.eb94153e.svg │ ├── pr.563200c5.svg │ ├── pr.6949cd9f.svg │ ├── ps.1b8d0399.svg │ ├── ps.658c8814.svg │ ├── pt.03f36e39.svg │ ├── pt.6143c8e6.svg │ ├── pw.069ec370.svg │ ├── pw.54458948.svg │ ├── py.795e6d0e.svg │ ├── py.f1fa6887.svg │ ├── qa.29cc2833.svg │ ├── qa.4f997308.svg │ ├── re.16aa0b5b.svg │ ├── re.9c769f63.svg │ ├── ro.488ee906.svg │ ├── ro.b091db3b.svg │ ├── rs.192092d6.svg │ ├── rs.95f28ecc.svg │ ├── ru.911c03c2.svg │ ├── ru.af31e644.svg │ ├── rw.d724e841.svg │ ├── rw.dbf846e1.svg │ ├── sa.1c14b2ed.svg │ ├── sa.45e17088.svg │ ├── sb.5bc69a36.svg │ ├── sb.ab93a799.svg │ ├── sc.5d8966f4.svg │ ├── sc.ed506f5a.svg │ ├── sd.aafc9cae.svg │ ├── sd.d702bafe.svg │ ├── se.5d16ff9e.svg │ ├── se.b54f0ef0.svg │ ├── sg.279844e9.svg │ ├── sg.814c6d65.svg │ ├── sh.c147b9c0.svg │ ├── sh.e26b4b82.svg │ ├── si.48107aeb.svg │ ├── si.fdc1ceea.svg │ ├── sj.d08937cb.svg │ ├── sj.f4043368.svg │ ├── sk.253c1938.svg │ ├── sk.daf75e75.svg │ ├── sl.58ef1e3b.svg │ ├── sl.f5cb409d.svg │ ├── sm.890ad891.svg │ ├── sm.d69bce00.svg │ ├── sn.6d85da96.svg │ ├── sn.c1a6798a.svg │ ├── so.a3c1b750.svg │ ├── so.fd9745c3.svg │ ├── sr.64fb37b4.svg │ ├── sr.ceae0ffa.svg │ ├── ss.5e0bad12.svg │ ├── ss.c8e5f380.svg │ ├── st.00f5130c.svg │ ├── st.3589e34b.svg │ ├── sv.88ca96e7.svg │ ├── sv.abfac59c.svg │ ├── sx.6c22419a.svg │ ├── sx.89f96e78.svg │ ├── sy.96bb3c22.svg │ ├── sy.d648066b.svg │ ├── sz.9ec8da3e.svg │ ├── sz.d00ba664.svg │ ├── tc.bca9f99c.svg │ ├── tc.d0160247.svg │ ├── td.cb622bc2.svg │ ├── td.d6ccfa17.svg │ ├── tf.1129c04b.svg │ ├── tf.3f87ed91.svg │ ├── tg.aff94a79.svg │ ├── tg.bf9d20b8.svg │ ├── th.565e3c4b.svg │ ├── th.9c1e01fc.svg │ ├── tj.1793caa0.svg │ ├── tj.e58f32ff.svg │ ├── tk.b2df385f.svg │ ├── tk.e37e35bf.svg │ ├── tl.214b6f84.svg │ ├── tl.547e4215.svg │ ├── tm.08d55ec8.svg │ ├── tm.f2dc59b2.svg │ ├── tn.34dba63b.svg │ ├── tn.98351bcb.svg │ ├── to.00aaa22b.svg │ ├── to.ee39c2db.svg │ ├── tr.ac4572cc.svg │ ├── tr.d4a61f6a.svg │ ├── tt.333675d6.svg │ ├── tt.3854b853.svg │ ├── tv.ec5c179a.svg │ ├── tv.eda22a5d.svg │ ├── tw.7794932d.svg │ ├── tw.89a1429a.svg │ ├── tz.206592dc.svg │ ├── tz.ed1c43d0.svg │ ├── ua.5196d8ea.svg │ ├── ua.e2202cb6.svg │ ├── ug.69ed4876.svg │ ├── ug.f6dbcb21.svg │ ├── um.2da266d7.svg │ ├── um.f4540fe0.svg │ ├── un.424ca4df.svg │ ├── un.cc2eb7d1.svg │ ├── us.269666d5.svg │ ├── us.da1c4f85.svg │ ├── uy.2ac18c6e.svg │ ├── uy.4caed124.svg │ ├── uz.0b281dd5.svg │ ├── uz.d9b78209.svg │ ├── va.8aae3709.svg │ ├── va.a44c6ba9.svg │ ├── vc.0d52b111.svg │ ├── vc.fc6aa8fe.svg │ ├── ve.05045bce.svg │ ├── ve.d384c6ce.svg │ ├── vg.4236b359.svg │ ├── vg.eef14ab6.svg │ ├── vi.2127440f.svg │ ├── vi.8a178e2c.svg │ ├── vn.010b0c4c.svg │ ├── vn.7e156d1d.svg │ ├── vu.5bc20756.svg │ ├── vu.9c4c893a.svg │ ├── wf.5e6aa0d6.svg │ ├── wf.a10487a6.svg │ ├── ws.2690f3d8.svg │ ├── ws.c4eb0596.svg │ ├── ye.58d8d563.svg │ ├── ye.68c39799.svg │ ├── yt.0f00b103.svg │ ├── yt.a1387f1c.svg │ ├── za.177080d3.svg │ ├── za.9ed44aea.svg │ ├── zm.402266a0.svg │ ├── zm.5ac3774a.svg │ ├── zw.25d67323.svg │ └── zw.58e2cbd6.svg ├── index.html ├── js │ ├── app.2bb4af15.js │ ├── app.2bb4af15.js.map │ ├── chunk-vendors.013dd62a.js │ └── chunk-vendors.013dd62a.js.map ├── logo.jpg └── logo.png ├── index.html ├── site ├── assets │ ├── css │ │ ├── footer.css │ │ ├── home.css │ │ ├── navbar.css │ │ ├── navbarhome.css │ │ ├── news.css │ │ ├── products.css │ │ ├── projects.css │ │ ├── publications.css │ │ └── team.css │ ├── img │ │ ├── UIoT.png │ │ ├── UIoTFundoEscuro.png │ │ ├── code1.jpeg │ │ ├── code2.jpeg │ │ ├── hardware.jpg │ │ ├── logouiot.png │ │ ├── matheus.jpeg │ │ ├── matheus2.jpeg │ │ ├── stars.gif │ │ ├── uiotFundo.png │ │ ├── uiotdeitado.png │ │ └── world1.jpeg │ ├── js │ │ └── home │ │ │ └── anchor.js │ ├── video.gif │ └── video.mp4 └── pages │ ├── home.html │ ├── news.html │ ├── products.html │ ├── projects.html │ ├── publications.html │ └── team.html ├── started.html └── teste /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | blog/* @joaoalencastro @Sergio-Bittencourt 2 | assets/* @IgorDias 3 | layouts/* @gresendesa 4 | _includes/* @gresendesa @sant0ro 5 | -------------------------------------------------------------------------------- /.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | uiot.org -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'jekyll' 4 | gem 'github-pages', group: :jekyll_plugins 5 | gem 'jekyll-feed' 6 | gem 'jekyll-admin' 7 | gem 'jekyll-minifier' 8 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | name: Universal Internet of Things 2 | markdown: kramdown 3 | permalink: /blog/:year/:month/:day/:title 4 | collections: 5 | photos: 6 | gems: [jekyll-admin] 7 | jekyll-minifier: 8 | exclude: [] 9 | -------------------------------------------------------------------------------- /_includes/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | -------------------------------------------------------------------------------- /_layouts/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | -------------------------------------------------------------------------------- /_posts/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | -------------------------------------------------------------------------------- /atom.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: feed 3 | --- 4 | 5 | 6 | Universal Internet of Things 7 | 8 | 9 | {{ site.time | date_to_xmlschema }} 10 | {{ '/blog' | absolute_url }} 11 | 12 | universal Internet of Things 13 | hello@uiot.org 14 | 15 | {% for post in site.posts %} 16 | 17 | {{ post.title }} 18 | 19 | {{ post.date | date_to_xmlschema }} 20 | {{ post.id | absolute_url }} 21 | {{ post.content | xml_escape }} 22 | 23 | {% endfor %} 24 | 25 | -------------------------------------------------------------------------------- /dist/.gitignore: -------------------------------------------------------------------------------- 1 | mix.js.map 2 | mix-manifest.json 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /dist/README.md: -------------------------------------------------------------------------------- 1 | Please don't touch this folder. Only generated files. 2 | 3 | PS: only folders img and svg should be edited -------------------------------------------------------------------------------- /dist/css/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Bold.eot -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Bold.woff -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Bold.woff2 -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Regular.eot -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Regular.woff -------------------------------------------------------------------------------- /dist/fonts/OpenSans-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/OpenSans-Regular.woff2 -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-Light.eot -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-Light.ttf -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-Light.woff -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-Light.woff2 -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-SemiBold.eot -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-SemiBold.ttf -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-SemiBold.woff -------------------------------------------------------------------------------- /dist/fonts/SourceCodePro-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/SourceCodePro-SemiBold.woff2 -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Bold.eot -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Bold.ttf -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Bold.woff -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Bold.woff2 -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Regular.eot -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Regular.ttf -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Regular.woff -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-Regular.woff2 -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-SemiBold.eot -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-SemiBold.ttf -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-SemiBold.woff -------------------------------------------------------------------------------- /dist/fonts/TitilliumWeb-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/TitilliumWeb-SemiBold.woff2 -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2 -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2 -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff -------------------------------------------------------------------------------- /dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2 -------------------------------------------------------------------------------- /dist/icons/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/icons/foundation-icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/icons/foundation-icons.eot -------------------------------------------------------------------------------- /dist/icons/foundation-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/icons/foundation-icons.ttf -------------------------------------------------------------------------------- /dist/icons/foundation-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/icons/foundation-icons.woff -------------------------------------------------------------------------------- /dist/icons/svgs/fi-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-battery-empty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-bookmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-braille.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-comment.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-contrast.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-css3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-die-one.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-heart.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-html5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-italic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-minus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-mobile.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-page.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-pencil.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-play-video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-play.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-record.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-shield.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-shopping-bag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-adobe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-delicious.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-drive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-flickr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-forrst.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-hacker-news.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-social-windows.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-stop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dist/icons/svgs/fi-video.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /dist/img/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/img/background.jpg -------------------------------------------------------------------------------- /dist/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/img/header.png -------------------------------------------------------------------------------- /dist/img/smart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/dist/img/smart.png -------------------------------------------------------------------------------- /dist/js/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/js/app.js: -------------------------------------------------------------------------------- 1 | $(document).foundation() 2 | -------------------------------------------------------------------------------- /dist/js/app/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/js/vendor/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /dist/svg/.gitkeep: -------------------------------------------------------------------------------- 1 | !.gitignore -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/favicon.ico -------------------------------------------------------------------------------- /html/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/html/favicon.ico -------------------------------------------------------------------------------- /html/img/MapSmartCity.57491c5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/html/img/MapSmartCity.57491c5a.png -------------------------------------------------------------------------------- /html/img/ae.8fc34d93.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ae.998cc1fc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ag.441882c5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/ag.b8b82891.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/am.41e61056.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/am.cb256127.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/at.0721b307.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/at.fa4cf043.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ax.e939bf2e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /html/img/ax.f8c4019f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /html/img/az.198dbef3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/az.1edff124.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/bb.0c916c1c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/bb.fe3ac3fe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/bd.a7978d3d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/bd.b2af3176.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/be.5739940d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/be.f34903cc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bf.348494c4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bf.57907e66.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bg.44d83f95.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bg.494aa569.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bh.18fac7d8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/bh.7510653e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/bj.22430301.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/bj.5561ec95.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/bl.2a496da9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bl.2deb442f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bq.8c6f85c7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/bq.fda6c02c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/bs.0f30e82c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/bs.cf40c6af.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/bv.4fbc14ad.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/bv.ce747379.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/bw.15ed460a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/bw.5f11a0be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ca.0efb6bf1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/ca.a3999867.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/cd.a3ecd806.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/cd.d4408d3c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/cf.8f764c6d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/cf.d8dd15d3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/cg.4ad6f3e8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/cg.51ec77aa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/ch.987cb82c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/ch.a69a50e5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/ci.11ac689d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ci.728ba64d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/cl.2fd895c4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/cl.609867ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/cm.94ec67b0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/cm.a56034b7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/cn.2c193ab3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/cn.3a082904.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/co.11131041.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/co.c5d7116a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/cr.0d349fd2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/cr.13c483a3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/cu.1c7cc4da.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/cu.e4f897dc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/cw.9c06626e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/cw.ae75cba5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/cz.09a9b116.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/cz.b325cced.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/de.246a5fcb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/de.74018f0a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/dj.63e20123.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/dj.694ca31b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/dk.302b4687.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/dk.59a9d25f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/dz.0477e542.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/dz.ff15f060.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/ee.03c3d564.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ee.9b43910c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/es-ct.2f1565e8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/es-ct.e6db39f3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/fi.55109a40.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/fi.8c63a9af.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/fm.2c13a5d4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/fo.32019da0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/fo.c2f63475.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/fr.4e3ec048.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/fr.f4529ed8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ga.8629ddf5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ga.886a7348.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/gb-eng.99785a1e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/gb-eng.e18b270f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/gb-sct.6231d4d5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/gb-sct.c4361672.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/gb.fe60f831.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/gf.434bae07.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/gf.d0185c11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/gg.02df8a5d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/gg.c447047f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/gh.bb3bb604.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/gh.e0ca5267.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/gl.1495643c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/gl.59e18356.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/gm.39937d8f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/gm.6b410790.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/gn.0798100e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/gn.e2dcda47.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/gp.0dcdf966.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/gp.8fc39c39.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/gr.334890b6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /html/img/gw.1ea24463.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/gw.f0742332.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/gy.333d94bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/gy.cbacc8b8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /html/img/hu.a3828659.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/hu.d1065faa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/id.cd7ecc1e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/id.e8f1c879.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ie.ce6c7d81.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ie.deca9e10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/is.2c3b9dec.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/is.ba30d1eb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/it.15a1f288.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/it.5a3412cb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/jm.1b388cb2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/jm.c5279e85.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/jo.58061676.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/jo.e0c3d125.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/jp.28157b52.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/jp.b5b509c8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/kw.0a1e78f0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/kw.8758e4ab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/la.635b3d0b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/la.d4742a0b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/lc.31859653.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/lc.5ad24b4c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/lr.e026e0f7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/lr.e3059e98.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/lt.76ec6661.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/lt.c2b153a4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/lu.57b9eece.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/lu.cad8b8ba.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/lv.35ddb2f3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/lv.4838077b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ly.27ae749c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/ly.41489295.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/ma.821b3239.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/ma.c91b7404.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/mc.04a4a202.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/mc.37be4651.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/mf.64712388.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mf.d3fbe0d9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mg.14910774.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mg.fba42999.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mk.12c1fffa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/mk.4a879fde.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/ml.02a95bc1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ml.64aa8367.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mm.95787e3a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/mm.a646bac3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/mq.37d2d681.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mq.9bcc4ffb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/mr.38d81da0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/mr.55d8f233.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/mu.33b7d117.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/mu.fcbb9709.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/mv.c11e6efe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/mv.f1beedaa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/nc.846211de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/nc.b72ab6b2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ne.9a558973.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ne.a7f07f0c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ng.ba3bb51a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ng.f6a23478.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/nl.db2b8b18.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/nl.feb9eea9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/no.51a7ba8c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/no.fc029595.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/nr.61a42463.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/nr.66dd1573.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/pa.3b4d5528.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/pa.943e160a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/pk.f7695293.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/pk.fbfb5582.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/pl.1f4f8ec3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/pl.6607e08c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/pm.6359f9ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/pm.68469c3f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/pr.563200c5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/pr.6949cd9f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/ps.1b8d0399.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/ps.658c8814.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/pw.069ec370.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/pw.54458948.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/qa.29cc2833.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/qa.4f997308.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /html/img/re.16aa0b5b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/re.9c769f63.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ro.488ee906.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ro.b091db3b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ru.911c03c2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ru.af31e644.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/rw.d724e841.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/rw.dbf846e1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/sc.5d8966f4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/sc.ed506f5a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/sd.aafc9cae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/sd.d702bafe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/se.5d16ff9e.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/se.b54f0ef0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /html/img/sj.d08937cb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/sj.f4043368.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/sl.58ef1e3b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /html/img/sl.f5cb409d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/sn.6d85da96.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/sn.c1a6798a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/so.a3c1b750.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/so.fd9745c3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/sr.64fb37b4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/sr.ceae0ffa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ss.5e0bad12.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/ss.c8e5f380.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/sy.96bb3c22.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/sy.d648066b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/td.cb622bc2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/td.d6ccfa17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/tg.aff94a79.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/tg.bf9d20b8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /html/img/th.565e3c4b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/th.9c1e01fc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/tk.b2df385f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/tk.e37e35bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/tl.214b6f84.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/tl.547e4215.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/to.00aaa22b.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /html/img/to.ee39c2db.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /html/img/tr.ac4572cc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/tr.d4a61f6a.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/tt.333675d6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /html/img/tt.3854b853.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/tz.206592dc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /html/img/tz.ed1c43d0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /html/img/ua.5196d8ea.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/ua.e2202cb6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /html/img/vc.0d52b111.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/vc.fc6aa8fe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /html/img/vn.010b0c4c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/vn.7e156d1d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /html/img/wf.5e6aa0d6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/wf.a10487a6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ws.2690f3d8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ws.c4eb0596.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ye.58d8d563.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/ye.68c39799.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/yt.0f00b103.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/img/yt.a1387f1c.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /html/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/html/logo.jpg -------------------------------------------------------------------------------- /html/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/html/logo.png -------------------------------------------------------------------------------- /site/assets/css/footer.css: -------------------------------------------------------------------------------- 1 | footer{ 2 | background-color: rgb(143, 170, 221); 3 | } -------------------------------------------------------------------------------- /site/assets/css/navbar.css: -------------------------------------------------------------------------------- 1 | .navbar-fundo{ 2 | background-color: rgb(143, 170, 221); 3 | height: 50px; 4 | } 5 | 6 | .nav-item > .active p{ 7 | 8 | color: #de761b !important; 9 | transition-duration: 400ms; 10 | border-bottom: solid #de761b 1px; 11 | } 12 | .nav-item > .active p{ 13 | border-bottom: none!important; 14 | } 15 | 16 | .nav-link{ 17 | color:#ffffff; 18 | } 19 | 20 | .p-link{ 21 | color:#ffffff; 22 | } 23 | 24 | .nav_itens{ 25 | margin-left:60%; 26 | padding-top:13px; 27 | overflow: hidden; 28 | width: 50%; 29 | } 30 | 31 | .narbar-brand{ 32 | text-align: center; 33 | height: 61px; 34 | width: 150px; 35 | } 36 | 37 | .text-brand{ 38 | color:#ffffff; 39 | } 40 | 41 | -------------------------------------------------------------------------------- /site/assets/css/navbarhome.css: -------------------------------------------------------------------------------- 1 | .navbar-fundo{ 2 | background-color: rgba(255, 255, 255, 0.822); 3 | display: block; 4 | height: 60px; 5 | } 6 | 7 | .nav-item > .active p{ 8 | display: block; 9 | color: #de761b !important; 10 | transition-duration: 400ms; 11 | border-bottom: solid #de761b 1px; 12 | } 13 | .nav-item > .active p{ 14 | border-bottom: none!important; 15 | } 16 | 17 | .nav-link{ 18 | color:#ffffff; 19 | } 20 | 21 | .p-link{ 22 | color:#ffffff; 23 | } 24 | 25 | .nav_itens{ 26 | margin-left:60%; 27 | padding-top: 0px; 28 | overflow: hidden; 29 | width: 50%; 30 | } 31 | 32 | .narbar-brand{ 33 | padding-top: 0px; 34 | text-align: center; 35 | height: 1px; 36 | width: 150px; 37 | } 38 | 39 | .text-brand{ 40 | color:#525252; 41 | } 42 | 43 | .to-center{ 44 | text-align: center; 45 | } 46 | 47 | -------------------------------------------------------------------------------- /site/assets/img/UIoT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/UIoT.png -------------------------------------------------------------------------------- /site/assets/img/UIoTFundoEscuro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/UIoTFundoEscuro.png -------------------------------------------------------------------------------- /site/assets/img/code1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/code1.jpeg -------------------------------------------------------------------------------- /site/assets/img/code2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/code2.jpeg -------------------------------------------------------------------------------- /site/assets/img/hardware.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/hardware.jpg -------------------------------------------------------------------------------- /site/assets/img/logouiot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/logouiot.png -------------------------------------------------------------------------------- /site/assets/img/matheus.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/matheus.jpeg -------------------------------------------------------------------------------- /site/assets/img/matheus2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/matheus2.jpeg -------------------------------------------------------------------------------- /site/assets/img/stars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/stars.gif -------------------------------------------------------------------------------- /site/assets/img/uiotFundo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/uiotFundo.png -------------------------------------------------------------------------------- /site/assets/img/uiotdeitado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/uiotdeitado.png -------------------------------------------------------------------------------- /site/assets/img/world1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/img/world1.jpeg -------------------------------------------------------------------------------- /site/assets/video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/video.gif -------------------------------------------------------------------------------- /site/assets/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/site/assets/video.mp4 -------------------------------------------------------------------------------- /teste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uiot/uiot.github.io/84d4852bd34671138879caeccc39bd22d395d76e/teste --------------------------------------------------------------------------------