├── .gitignore ├── CNAME ├── README.md ├── _config.yml ├── _data ├── contributor │ ├── chitkokowin.yml │ ├── ethan.yml │ ├── kokoye.yml │ ├── yannaing.yml │ └── yehtutwin.yml ├── event │ ├── events_fedora.json │ └── events_ubuntu.json ├── members │ ├── aung-khant-zaw.yml │ ├── aung-ko-ko-myint-oo-0943025723.yml │ ├── aung-thaw-tar-09260185397.yml │ ├── aungkoko.yml │ ├── aye-min-win-09797100560-09259276414-1 │ ├── htoo-aye-lwin.yml │ ├── kaung_htet_htun.yml │ ├── naingwin.yml │ ├── nyinyizaw.yml │ ├── phonethihakyaw │ ├── taikkyithar.yml │ ├── ye-thu-soe-09448043656.yml │ └── zaw_ye.yml └── team │ └── teams.json ├── _includes ├── footer.html ├── head.html └── header.html ├── _layouts ├── blog.html ├── default.html ├── home.html ├── page.html └── post.html ├── _posts ├── 2015-04-20-LRC-Linux-Resource-Center-Resource-to-Door.md ├── 2015-04-20-welcome-to-fossmyanmar.md └── 2018-09-29-Popcorn-Time-for-Ubuntu.md ├── _sass ├── _base.scss ├── _layout.scss └── _syntax-highlighting.scss ├── _site ├── README.md ├── about │ └── index.html ├── css │ ├── animate.css │ ├── bootstrap.min.css │ ├── font-awesome.css │ ├── main.css │ ├── templatemo_misc.css │ └── templatemo_style.css ├── feed.xml ├── fonts │ ├── FontAwesome.otf │ ├── flexslider-icon.eot │ ├── flexslider-icon.svg │ ├── flexslider-icon.ttf │ ├── flexslider-icon.woff │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── images │ ├── bg_play_pause.png │ ├── close.png │ ├── events │ │ └── uformm │ │ │ ├── 1907.jpg │ │ │ └── 2210.jpg │ ├── gallery │ │ ├── p1.jpg │ │ ├── p2.jpg │ │ ├── p3.jpg │ │ ├── p4.jpg │ │ ├── p5.jpg │ │ ├── p6.jpg │ │ ├── p7.jpg │ │ └── p8.jpg │ ├── loading.gif │ ├── next.png │ ├── previous.png │ ├── slide1.jpg │ ├── slide2.jpg │ └── slide3.jpg ├── index.html └── js │ ├── bootstrap.js │ ├── main.js │ ├── main.min.js │ ├── min │ ├── main.min.js │ └── plugins.min.js │ ├── plugins.js │ ├── plugins.min.js │ └── vendor │ ├── jquery-1.11.0.min.js │ ├── jquery.gmap3.min.js │ └── modernizr-2.6.1-respond-1.1.0.min.js ├── about.md ├── blogs.md ├── css ├── animate.css ├── bootstrap.min.css ├── font-awesome.css ├── main.scss ├── templatemo_misc.css └── templatemo_style.css ├── feed.xml ├── fonts ├── FontAwesome.otf ├── flexslider-icon.eot ├── flexslider-icon.svg ├── flexslider-icon.ttf ├── flexslider-icon.woff ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf └── fontawesome-webfont.woff ├── images ├── bg_play_pause.png ├── close.png ├── contributors │ ├── chitkokowin.jpg │ ├── ethan.jpg │ ├── kokoye2007.jpg │ ├── thohi.jpg │ └── yannaing.jpg ├── events │ └── uformm │ │ ├── 1907.jpg │ │ └── 2210.jpg ├── gallery │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── p4.jpg │ ├── p5.jpg │ ├── p6.jpg │ ├── p7.jpg │ └── p8.jpg ├── loading.gif ├── members │ ├── aung-ko-ko-myint-oo.png │ ├── aungkhantzaw.png │ ├── htooayelwin.png │ ├── kaung_htet_htun.png │ ├── naingwin.jpg │ ├── nyi-nyi-zaw.png │ ├── placeholder.png │ ├── taikkyithar.jpg │ ├── ye-thu-soe.png │ └── zaw_ye.jpg ├── next.png ├── previous.png ├── slide1.jpg ├── slide2.jpg └── slide3.jpg ├── index.html └── js ├── bootstrap.js ├── main.js ├── main.min.js ├── min ├── main.min.js └── plugins.min.js ├── plugins.js ├── plugins.min.js └── vendor ├── jquery-1.11.0.min.js ├── jquery.gmap3.min.js └── modernizr-2.6.1-respond-1.1.0.min.js /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | _config.yml -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | fossmyanmar.org -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FOSS MYANMAR 2 | 3 | ### First 4 | 5 | Fork Repository to your account and git pull to your pc. 6 | 7 | copy and paste following code in Terminal to get this repository. 8 | 9 | ``` github 10 | 11 | git clone https://github.com/fossmyanmar/fossmyanmar.github.io.git 12 | 13 | ``` 14 | ### Add Member 15 | 16 | Member အသစ္တေယာက္ထည့္ဖုိ့ အတြက္ `_data` ထဲက `member` ဖိုဒါထဲမွာ text ဖိုင္အသစ္တစ္ခုထပ္ထပ္ျပီး ေအာက္ပါပံုစံအတုိင္း ေရးျပီးေတာ့ member နာမည္ႏွင့္ ( kokoye.yml) အမည္ေပးရင္ ေရွ ့မွာ ေပၚပါျပီ။ ( အေကာင္းဆံုးကေတာ့ တစ္ဖိုင္ကူးပိး နာမည္ေျပာင္းထည့္လဲရပါတယ္ ) 17 | 18 | ```yml 19 | teams : FOSS Myanmar, Ubuntu Myanmar Loco Team 20 | name : Ko Ko Ye` 21 | email : kokoye2007@gmail.com 22 | photo : ko-ko-ye.png 23 | facebook : https://facebook.com/kokoye2007 24 | twitter : https://twitter.com/kokoye2007 25 | github : https://github.com/kokoye2007 26 | linkedin : https://linkedin.com/in/kokoye2007 27 | os : Ubuntu 28 | ``` 29 | 30 | ### Add Member Picture 31 | 32 | (၁)ဓါတ္ပံုဆိုဒ္မွာ 600X600 pixel ( .png) ျဖစ္ရပါမယ္။ 33 | 34 | 35 | (၂) ဓါတ္ပံု၏ နာမည္ကုိ `_data/member/{name.yml}` ထဲမွာ ထည့္ထားတဲ့ imgName နဲ့ တူတူေပးျပီးေတာ့ ဓါတ္ပံုကုိ `images/members` ထဲထည့္ရပါမယ္။ 36 | 37 | 38 | ### Add Events 39 | 40 | Event အသစ္တစ္ခုထည့္ဖုိ့က ေအာက္က ပံုစံအတုိင္းကုိ `_data` ထဲက event ဖိုဒါထဲက သက္ဆုိင္ရာ(events_ubuntu.json သို ့မဟုတ္ events_fedora.json) ထဲမွာထည့္ေပးရင္ ေရွ ့မွာ ေပၚပါလိမ့္မယ္။ 41 | 42 | ```json 43 | { 44 | "name" : "Ubuntu For Myanmar", 45 | "description" : "For Share ubuntu knowledge", 46 | "link": "http://ubuntu-mm.net", 47 | "date" : "2 FEB 2013 to 3 FEB 2013", 48 | "contact": "kokoye2007@gmail.com", 49 | "address" : "CCT Office", 50 | "eventPhoto": "1907.jpg", 51 | }, 52 | ``` 53 | ### Add Event Photo 54 | 55 | Event ဓါတ္ပံုထည့္ဖုိ့ အတြက္က images/events ထဲက (fedora/uformm) ထဲမွာ အေပၚမွာ ျဖည့္ထားတဲ့ eventPhoto နဲ့ အတူတူ နာမည္ေပးျပီး သိမ္းရပါမယ္။ 56 | 57 | ## Add New Team 58 | Team အသစ္တစ္ခု ျပဳလုပ္ဖုိ ့အတြက္ '_data/team' ထဲက 'teams.json' ထဲမွာ ေအာက္က ပံုစံအတုိင္း ကူးထည့္ျပီး စားပဲေျပာင္းျပီး သိမ္းလိုက္ရင္ ဆင္ေျပပါျပီ။ 59 | ( အဲဒီမွာ ထည့္ထားတဲ့ id က member မွာ ထည့္ထားနဲ့ 'team : {#1}' ဆိုျပီးနဲ့ ျပန္သံုးပါတယ္ ) 60 | 61 | ```json 62 | 63 | { 64 | "id" : 1, 65 | "name" : "Ubuntu Myanmar Loco Team", 66 | "address" : "", 67 | "leader" : "KOKOYE", 68 | "contact " : "09450022022" 69 | }, 70 | 71 | ``` 72 | 73 | ### Add New Blog Post 74 | 75 | ဒီမွာ post တင္ဖုိ ့က `_posts` ထဲမွာ ဖိုင္ေလးေတြ ေဆာက္ျပီး သြားထည့္ေပးရမွာပါ။ 76 | အဲဒီအတြက္ ပထမဆံုး `_posts` ထဲမွာ ေအာက္က နာမည္ နမူနာအတုိင္း အသစ္တစ္ခုလုပ္လုိက္ပါ။ 77 | (LRC-Linux-Resource-Center-Resource-to-Door) အတိုင္း `-` ကုိ space အစား ထိုးသံုးရမွာပါ။ 78 | 79 | ``` 80 | 2015-04-20-LRC-Linux-Resource-Center-Resource-to-Door.md 81 | ``` 82 | ျပီရင္ေတာ့ ေအာက္က ပံုစံအတုိင္း အသစ္ေဆာက္ထားတဲ့ဖိုင္ထဲကုိ ကူးထည့္ျပီး လုိအပ္တာေတြကုိ ေရးလိုက္ရင္ ရပါျပီ ။ 83 | post ေရးရာမွာ markdown format နဲ့ေရးရမွာျဖစ္ပါတယ္။ 84 | 85 | ``` 86 | --- 87 | layout: post 88 | title: "LRC – Linux Resource Center Resource to Door!" 89 | date: 2015-04-20 14:35:13 90 | categories: LRC 91 | --- 92 | 93 | 94 | **LRC** ဆိုတာကို ဘယ္သူေတြ မွတ္မိလဲ။ 95 | စကားမစပ္ LRC – Local Resources Centre (Myanmar)​ လဲ LRC လို႔ေခၚတယ္။ အဲတာကို ေျပာတာမဟုတ္ပါဘူး။ 96 | 97 | အရင္တုန္းက ကြ်န္ေတာ္တို႔ Linux Resource Center ဆိုၿပီး လုပ္ခဲ့ၾကတာပါ။ 98 | မိမိႏွစ္သက္ရာ OS ကို National CD မွာေတာင္ ဝယ္မရတဲ့ အေျခအေနမွာ မွ်ေဝဖို႔ ႀကိဳးစားခဲ့ၾကတာေပါ့။ 99 | 100 | အခုေခတ္မွာေတာ့ Ubuntu ေခြ Fedora ေခြ CentOS ေခြ RedHat ေခြေတြကို လြယ္လြယ္ကူကူ ဝယ္လို႔ရေနပါၿပီ။ ဒါေပမယ့္ Update မျဖစ္တာ Architect မစုံတာ သူတို႔ မသိပါဘူး။ version အစုံလည္း မရွိပါဘူး။ Video Tutorial ေတြ Guide ေရးေပးတဲ့ Website ေတြ Wiki ေတြဆိုတာလည္း အင္တာနက္ရမွ အသုံးျပဳႏိုင္တာပါ။ ဒီအတြက္ LRC ရွိမယ္ဆိုရင္ ဒါေတြကို Internet Traffic မရွိပဲ သုံးႏိုင္ပါလိမ့္မယ္။ 101 | 102 | အဲအတြက္ 103 | LRC ေလးေတြ ျပန္လုပ္ရင္ ေကာင္းမလား 104 | LRC ေတြလုပ္မယ္ဆိုရင္ 105 | 106 | - ၁) Storage အတြက္ External HDD ေတာ့ အနည္းဆုံး ကုန္က်ပါမယ္။ Internet ဆိုင္လို ေကာ္ဖီဆိုင္လိုေနရာေတြက ဝိုင္ဖိုင္ေတြဆိုရင္ ပါဝင္ဖြင့္ထားတဲ့အခ်ိန္ရပါမယ္။ 107 | - ၂) File Server လိုထားမယ္ဆိုရင္ Pi ထပ္လိုပါမယ္။ 108 | - ၃) ဆိုင္ေတြ ေနရာေတြက လက္ခံသလား တာဝန္ယူသလား ပူးေပါင္းပါဝင္ ကူညီမလား ဆိုတာရွိပါတယ္။ 109 | 110 | 111 | သို႔မဟုတ္ 112 | Door 2 Door Delivery လုပ္မလား စဥ္းစားရပါမယ္။ 113 | အိမ္တိုင္ရာေရာက္ ပို႔ေပးၿပီး တေခြကို ၁၀၀၀ ထက္မပိုတဲ့ႏႈန္းနဲ႔ အျမန္ဆုံးပို႔ေပးႏိုင္ဖို႔ ႀကိဳးစားၾကည့္ၾကပါမယ္။ 114 | 115 | LRC ရဲ႕ အားသာခ်က္က LRC ရွိတဲ့ ေနရာေတြ ေၾကျငာထားမွာျဖစ္လို႔ ႀကဳံတဲ့ေနရာ ဝင္ၿပီး ယူသြားယုံပါပဲ။ ကုန္က်စားရိတ္ကို LRC နဲ႔ ဆိုင္ေတြဘက္က က်ခံရပါလိမ့္မယ္။ 116 | 117 | D2D ရဲ႕ အားသာခ်က္က စားရိတ္အမ်ားႀကီး မကုန္ပဲ အိမ္တိုင္ရာေရာက္ ပို႔ေပးပါလိမ့္မယ္။ ကုန္က်စားရိတ္ကို အသုံးျပဳသူက က်ခံရပါလိမ့္မယ္။ အားနည္းခ်က္ကေတာ့ နယ္ကလာတဲ့လူဆိုရင္ LRC က အဆင္ေျပတဲ့အခ်ိန္ေလး လမ္းႀကဳံဝင္ယူသြားရုံပါပဲ။ D2D ဆိုရင္ လက္ခံမယ့္ အိမ္ေတြ ေငြေခ်ေပးမယ့္ လူေတြ လိုအပ္ေနပါလိမ့္မယ္။ 118 | 119 | တကယ္လို႔ တခုခုက ပိုေကာင္းတဲ့ အေၾကာင္းျပခ်က္ရွိရင္ ဒီဟာေတြထက္ ေကာင္းတဲ့ အႀကံရွိရင္ ေပးေစခ်င္ပါတယ္။ LRC လုပ္ဖို႔ကို စိတ္ဝင္စားတဲ့လူေတြရွိတယ္ဆုိလည္း ဘယ္အပိုင္းက ဘယ္လိုကူညီေပးႏိုင္တယ္ဆိုတာေလးပါ ေရးခဲ့ေပးႏိုင္ပါတယ္။ 120 | 121 | ![Foss Myanmar Events at BarCamp Yangon 2015]({{ site.url }}images/slide1.jpg "Foss Myanmar Events at BarCamp Yangon 2015") 122 | 123 | ``` 124 | ## Finished ?? 125 | 126 | ``` github 127 | git status 128 | git add --all 129 | git commit -a -m "member add" 130 | git push origin master 131 | ``` 132 | Please pull request <3 133 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | name: FOSS Myanmar 2 | url: "https://fossmyanmar.org/" 3 | 4 | markdown: kramdown 5 | permalink: pretty 6 | highlighter: pygments 7 | 8 | -------------------------------------------------------------------------------- /_data/contributor/chitkokowin.yml: -------------------------------------------------------------------------------- 1 | team : Ubuntu Myanmar Loco Team 2 | name: Chit Ko Ko Win 3 | position: Member 4 | imgName: chitkokowin.jpg 5 | 6 | twitter: ChitKoKoWin 7 | website : www.ubuntu.net 8 | mail : kokoye2007@gmail.com 9 | facebook : ChitKoKoWin 10 | gplus : +ChitKoKoWin 11 | github: ChitKoKoWin 12 | -------------------------------------------------------------------------------- /_data/contributor/ethan.yml: -------------------------------------------------------------------------------- 1 | team : Ubuntu Myanmar Loco Team 2 | name: Ethan 3 | position: Member 4 | imgName: ethan.jpg 5 | 6 | 7 | twitter: kokoye2007 8 | website : www.ubuntu.net 9 | mail : kokoye2007@gmail.com 10 | facebook : kokoye2007 11 | gplus : +KoKoYe 12 | github: kokoye2007 13 | -------------------------------------------------------------------------------- /_data/contributor/kokoye.yml: -------------------------------------------------------------------------------- 1 | team : Ubuntu Myanmar Loco Team 2 | name: Ko Ko Ye` 3 | position: Team Leader 4 | imgName: kokoye2007.jpg 5 | 6 | twitter: kokoye2007 7 | website : www.ubuntu-mm.net 8 | mail : kokoye2007@gmail.com 9 | facebook : kokoye2007 10 | gplus : +KoKoYe 11 | github: kokoye2007 12 | -------------------------------------------------------------------------------- /_data/contributor/yannaing.yml: -------------------------------------------------------------------------------- 1 | team : Fedora Project - Myanmar Community 2 | name: Yan Naing Myint 3 | position: Team Leader 4 | imgName: yannaing.jpg 5 | 6 | twitter: orcakrilozona 7 | website : mm.fedoracommunity.org 8 | mail : orcakrilozona@fedoraproject.org 9 | facebook : orca.krilozona 10 | gplus : +OrcaKrilozona 11 | github: orcakrilozona 12 | -------------------------------------------------------------------------------- /_data/contributor/yehtutwin.yml: -------------------------------------------------------------------------------- 1 | team : Ubuntu Myanmar Loco Team 2 | name: Ye Htut Win 3 | position: Member 4 | imgName: thohi.jpg 5 | 6 | twitter: 8drift 7 | website : www.ubuntu.net 8 | mail : ye50351@gmail.com 9 | facebook : JuniorKyarPhyu 10 | github: ThoHi 11 | 12 | -------------------------------------------------------------------------------- /_data/event/events_fedora.json: -------------------------------------------------------------------------------- 1 | [ 2 | ] -------------------------------------------------------------------------------- /_data/event/events_ubuntu.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name" : "Ubuntu For Myanmar", 4 | "description" : "For Share ubuntu knowledge", 5 | "link": "http://ubuntu-mm.net", 6 | "date" : "2 FEB 2013 to 3 FEB 2013", 7 | "contact": "kokoye2007@gmail.com", 8 | "address" : "CCT Office", 9 | "eventPhoto": "1907.jpg", 10 | }, 11 | ] 12 | -------------------------------------------------------------------------------- /_data/members/aung-khant-zaw.yml: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name: Aung Khant Zaw 3 | email : aungkhantzawd@gmail.com 4 | twitter: https://twitter.com/maviroxz 5 | photo: aungkhantzaw.png 6 | facebook : https://www.facebook.com/Reruganx 7 | github: https://github.com/rerugan 8 | os : ubuntu/arch/fedora/rehl/rocky/mx 9 | -------------------------------------------------------------------------------- /_data/members/aung-ko-ko-myint-oo-0943025723.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar,Ubuntu Myanmar Loco Team 2 | name : Aung Ko Ko Myint Oo 3 | email : aungkokomyintoo@gmail.com 4 | photo : aung-ko-ko-myint-oo.png 5 | facebook : https://facebook.com/aungkokomyintoo 6 | twitter : https://twitter.com/AungKoKo1992 7 | github : https://github.com/www.github.com/kafkatamura13 8 | linkedin : https://www.linkedin.com/pub/aung-ko-ko-myint-oo/99/8a3/b46 9 | os : Ubuntu 10 | -------------------------------------------------------------------------------- /_data/members/aung-thaw-tar-09260185397.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar 2 | name : Aung Thaw Tar 3 | email : aungthawtar@gmail.com 4 | photo : 5 | facebook : https://facebook.com/aungthawtar tar 6 | os : Ubuntu 7 | -------------------------------------------------------------------------------- /_data/members/aungkoko.yml: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name: Aung Ko Ko 3 | email : akk1996.htt@gmail.com 4 | photo: 5 | facebook : http://facebook.com/Aung Ko 6 | github: https://github.com/aungkoko96 7 | os : ubuntu 8 | -------------------------------------------------------------------------------- /_data/members/aye-min-win-09797100560-09259276414-1: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar, Ubuntu Myanmar Loco Team 2 | name : Aye Min Win 3 | email : luaye.ncc@gmail.com 4 | photo : aye-min-win.png 5 | facebook : https://facebook.com/EainLu 6 | os : Ubuntu,14.04,lts,Windows,8.1 7 | -------------------------------------------------------------------------------- /_data/members/htoo-aye-lwin.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar 2 | name: Htoo Aye Lwin 3 | email : htooayelwinict@gmail.com 4 | linkedin : https://www.linkedin.com/in/htoo-aye-lwin-301022168 5 | photo: htooayelwin.png 6 | facebook : https://www.facebook.com/htooayelwin77 7 | github: https://github.com/htooayelwin 8 | os : ubuntu, lubuntu, Kali Linux 9 | -------------------------------------------------------------------------------- /_data/members/kaung_htet_htun.yml: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name : Kaung Htet Htun 3 | email : kogyikaunghtet@gmail.com 4 | photo : kaung_htet_htun.png 5 | facebook : https://facebook.com/kogyikaunghtet 6 | twitter : https://twitter.com/kaunghtethtun 7 | github : https://github.com/kogyikaunghtet 8 | linkedin : https://linkedin.com/in/kogyikaunghtet 9 | os : Ubuntu 10 | -------------------------------------------------------------------------------- /_data/members/naingwin.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar, Ubuntu Myanmar Loco Team 2 | name : Naing Win 3 | email : konaingwin01@gmail.com 4 | photo : naingwin.jpg 5 | facebook : https://facebook.com/webcrazyy 6 | twitter : https://twitter.com/_naingwin_ 7 | github : https://github.com/naingwin 8 | linkedin : https://linkedin.com/in/konaingwin 9 | os : Ubuntu 10 | -------------------------------------------------------------------------------- /_data/members/nyinyizaw.yml: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name: Nyi Nyi Zaw 3 | photo: nyi-nyi-zaw.png 4 | email : nyinyizaw.nav@gmail.com 5 | facebook : http://facebook.com/Nyi Nyi Zaw 6 | github: https://github.com/nyinyizaw-nav 7 | os : Ubuntu, Mint 8 | -------------------------------------------------------------------------------- /_data/members/phonethihakyaw: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name: Phone Thiha Kyaw 3 | email : phonethihakyaw5@gmail.com 4 | photo: 5 | facebook : https://www.facebook.com/phonethihakyaw1456 6 | github: https://github.com/phonethihakyaw 7 | os : ubuntu 8 | -------------------------------------------------------------------------------- /_data/members/taikkyithar.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar 2 | name : Taikkyi Thar 3 | email : bloggertaikkyithar@gmail.com 4 | photo : taikkyithar.jpg 5 | facebook : https://facebook.com/taikkyitar 6 | twitter : https://twitter.com/taikkyitar 7 | github : https://github.com/taikkyithar 8 | 9 | os : Linux Mint 10 | -------------------------------------------------------------------------------- /_data/members/ye-thu-soe-09448043656.yml: -------------------------------------------------------------------------------- 1 | teams : Ubuntu Myanmar Loco Team 2 | name : Ye Thu Soe 3 | email : mr.yethusoe@gmail.com 4 | photo : ye-thu-soe.png 5 | facebook : https://facebook.com/yethusoe 6 | twitter : https://twitter.com/yethusoe 7 | github : https://github.com/yfly 8 | linkedin : https://linkedin.com/in/yethusoe 9 | os : Ubuntu 10 | -------------------------------------------------------------------------------- /_data/members/zaw_ye.yml: -------------------------------------------------------------------------------- 1 | teams : FOSS Myanmar 2 | name : Zaw Ye` 3 | email : zawyegreenhat@gmail.com 4 | photo : zaw_ye.jpg 5 | facebook : https://facebook.com/zaw.ye.526 6 | github : https://github.com/zetsu95 7 | os : Ubuntu 8 | -------------------------------------------------------------------------------- /_data/team/teams.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id" : 1, 4 | "name" : "Ubuntu Myanmar Loco Team", 5 | "address" : "", 6 | "leader" : "KOKOYE", 7 | "contact " : "09450022022" 8 | }, 9 | 10 | { 11 | "id" : 2, 12 | "name" : "Fedora Myanmar", 13 | "address" : "", 14 | "leader" : "Yan Naing Myint", 15 | "contact " : "09450022022" 16 | } 17 | ] -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FOSS MYANMAR | Free and Open Source Software 5 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_includes/header.html -------------------------------------------------------------------------------- /_layouts/blog.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: blog 3 | --- 4 | 5 | 6 | 7 | 8 | {% include head.html %} 9 | 10 | 17 | 18 | 19 | {% include header.html %} 20 | 47 |
48 |
49 |
50 |
51 |
52 |

Blogs

53 |
54 |
55 |
56 | {{ content }} 57 |
58 |
59 |
60 |
61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 | 7 | 8 | {% include head.html %} 9 | 10 | 11 | 12 | {% include header.html %} 13 | 14 |
15 |
16 | 17 | {{ content }} 18 |
19 |
20 | 21 | {% include footer.html %} 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | {% include head.html %} 8 | 9 | 10 | 13 | 14 | {{ content }} 15 | 16 | 17 | {% include footer.html %} 18 | 19 | 20 | -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 |
5 | 6 |
7 |

{{ page.title }}

8 |
9 |
10 | {{ content }} 11 |
12 | 13 |
14 | -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | --- 4 | 5 | 6 | 7 | 8 | {% include head.html %} 9 | 10 | 11 | 18 | 19 | 20 | {% include header.html %} 21 | 47 | 48 |
49 |
50 |
51 |
52 |
53 |

{{ page.title }}

54 |
55 |
56 |
57 |
58 | 59 |

{{ page.date | date_to_long_string }}

60 | 61 | {{ content }} 62 | 63 |
64 | 65 |
66 |
67 |
68 | {% if(page.previous.url) %} 69 | 72 | {% endif %} 73 | {% if(page.next.url) %} 74 | 77 | {% endif %} 78 |
79 |
80 |
81 |
82 | {% for post in page.related_posts %} 83 |

Related Posts

84 |

{{ post.title }}

85 | {% endfor %} 86 | 87 |
88 |
89 |
90 |
91 |
92 | {% include footer.html %} 93 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /_posts/2015-04-20-LRC-Linux-Resource-Center-Resource-to-Door.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "LRC – Linux Resource Center Resource to Door!" 4 | date: 2015-04-20 14:35:13 5 | categories: LRC 6 | --- 7 | 8 | 9 | **LRC** ဆိုတာကို ဘယ္သူေတြ မွတ္မိလဲ။ 10 | စကားမစပ္ LRC – Local Resources Centre (Myanmar)​ လဲ LRC လို႔ေခၚတယ္။ အဲတာကို ေျပာတာမဟုတ္ပါဘူး။ 11 | 12 | အရင္တုန္းက ကြ်န္ေတာ္တို႔ Linux Resource Center ဆိုၿပီး လုပ္ခဲ့ၾကတာပါ။ 13 | မိမိႏွစ္သက္ရာ OS ကို National CD မွာေတာင္ ဝယ္မရတဲ့ အေျခအေနမွာ မွ်ေဝဖို႔ ႀကိဳးစားခဲ့ၾကတာေပါ့။ 14 | 15 | အခုေခတ္မွာေတာ့ Ubuntu ေခြ Fedora ေခြ CentOS ေခြ RedHat ေခြေတြကို လြယ္လြယ္ကူကူ ဝယ္လို႔ရေနပါၿပီ။ ဒါေပမယ့္ Update မျဖစ္တာ Architect မစုံတာ သူတို႔ မသိပါဘူး။ version အစုံလည္း မရွိပါဘူး။ Video Tutorial ေတြ Guide ေရးေပးတဲ့ Website ေတြ Wiki ေတြဆိုတာလည္း အင္တာနက္ရမွ အသုံးျပဳႏိုင္တာပါ။ ဒီအတြက္ LRC ရွိမယ္ဆိုရင္ ဒါေတြကို Internet Traffic မရွိပဲ သုံးႏိုင္ပါလိမ့္မယ္။ 16 | 17 | အဲအတြက္ 18 | LRC ေလးေတြ ျပန္လုပ္ရင္ ေကာင္းမလား 19 | LRC ေတြလုပ္မယ္ဆိုရင္ 20 | 21 | - ၁) Storage အတြက္ External HDD ေတာ့ အနည္းဆုံး ကုန္က်ပါမယ္။ Internet ဆိုင္လို ေကာ္ဖီဆိုင္လိုေနရာေတြက ဝိုင္ဖိုင္ေတြဆိုရင္ ပါဝင္ဖြင့္ထားတဲ့အခ်ိန္ရပါမယ္။ 22 | - ၂) File Server လိုထားမယ္ဆိုရင္ Pi ထပ္လိုပါမယ္။ 23 | - ၃) ဆိုင္ေတြ ေနရာေတြက လက္ခံသလား တာဝန္ယူသလား ပူးေပါင္းပါဝင္ ကူညီမလား ဆိုတာရွိပါတယ္။ 24 | 25 | 26 | သို႔မဟုတ္ 27 | Door 2 Door Delivery လုပ္မလား စဥ္းစားရပါမယ္။ 28 | အိမ္တိုင္ရာေရာက္ ပို႔ေပးၿပီး တေခြကို ၁၀၀၀ ထက္မပိုတဲ့ႏႈန္းနဲ႔ အျမန္ဆုံးပို႔ေပးႏိုင္ဖို႔ ႀကိဳးစားၾကည့္ၾကပါမယ္။ 29 | 30 | LRC ရဲ႕ အားသာခ်က္က LRC ရွိတဲ့ ေနရာေတြ ေၾကျငာထားမွာျဖစ္လို႔ ႀကဳံတဲ့ေနရာ ဝင္ၿပီး ယူသြားယုံပါပဲ။ ကုန္က်စားရိတ္ကို LRC နဲ႔ ဆိုင္ေတြဘက္က က်ခံရပါလိမ့္မယ္။ 31 | 32 | D2D ရဲ႕ အားသာခ်က္က စားရိတ္အမ်ားႀကီး မကုန္ပဲ အိမ္တိုင္ရာေရာက္ ပို႔ေပးပါလိမ့္မယ္။ ကုန္က်စားရိတ္ကို အသုံးျပဳသူက က်ခံရပါလိမ့္မယ္။ အားနည္းခ်က္ကေတာ့ နယ္ကလာတဲ့လူဆိုရင္ LRC က အဆင္ေျပတဲ့အခ်ိန္ေလး လမ္းႀကဳံဝင္ယူသြားရုံပါပဲ။ D2D ဆိုရင္ လက္ခံမယ့္ အိမ္ေတြ ေငြေခ်ေပးမယ့္ လူေတြ လိုအပ္ေနပါလိမ့္မယ္။ 33 | 34 | တကယ္လို႔ တခုခုက ပိုေကာင္းတဲ့ အေၾကာင္းျပခ်က္ရွိရင္ ဒီဟာေတြထက္ ေကာင္းတဲ့ အႀကံရွိရင္ ေပးေစခ်င္ပါတယ္။ LRC လုပ္ဖို႔ကို စိတ္ဝင္စားတဲ့လူေတြရွိတယ္ဆုိလည္း ဘယ္အပိုင္းက ဘယ္လိုကူညီေပးႏိုင္တယ္ဆိုတာေလးပါ ေရးခဲ့ေပးႏိုင္ပါတယ္။ 35 | 36 | ![Foss Myanmar Events at BarCamp Yangon 2015]({{ site.url }}images/slide1.jpg "Foss Myanmar Events at BarCamp Yangon 2015") -------------------------------------------------------------------------------- /_posts/2015-04-20-welcome-to-fossmyanmar.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Welcome to Foss Myanmar!" 4 | date: 2015-02-02 14:35:13 5 | categories: jekyll update 6 | --- 7 | You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. 8 | 9 | To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. 10 | 11 | Jekyll also offers powerful support for code snippets: 12 | 13 | {% highlight ruby %} 14 | def print_hi(name) 15 | puts "Hi, #{name}" 16 | end 17 | print_hi('Tom') 18 | #=> prints 'Hi, Tom' to STDOUT. 19 | {% endhighlight %} 20 | 21 | Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll’s dedicated Help repository][jekyll-help]. 22 | 23 | [jekyll]: http://jekyllrb.com 24 | [jekyll-gh]: https://github.com/jekyll/jekyll 25 | [jekyll-help]: https://github.com/jekyll/jekyll-help 26 | -------------------------------------------------------------------------------- /_posts/2018-09-29-Popcorn-Time-for-Ubuntu.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "How to Install Popcorn Time on Ubuntu!" 4 | date: 2018-09-29 12:35:00 5 | categories: Ubuntu 6 | --- 7 | # ***Popcorn Time for Ubuntu*** ! 8 | 9 | ![icon](https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png "Popcorn Time for Ubuntu") 10 | 11 | Popcorn Time သည္ **_Netflix_** ကိုမွီျငိမ္းထားေ 12 | သာ **torrent** streaming applicton ျဖစ္သည္။ 13 | ၎သည္ **open source application** တစ္ခုျဖစ္၏။ 14 | 15 | ၎၏အားသာခ်က္မ်ားမွာ 16 | - ပံုမွန္ကဲ့သို႔ **torrent** video မ်ားအား ေဒါင္းလုတ္ျပဳလုပ္ခ်ိန္ကိုေစာင့္ဆိုင္းျပီးမွသာ ၾကည့္ရႈရျခင္းမ်ိဳးမဟုတ္ဘဲ **_YouTube_**, **_Netflix_**, **_openload_** တို႔ကဲ့သို႔ တိုက္ရိုက္နီးပါး ***stream*** ၾကည့္ရႈႏိုင္ျခင္းျဖစ္သည္။ 17 | 18 | - ပို၍ေကာင္းမြန္ေသာ အခ်က္မွာ **ေၾကာ္ျငာ** မ်ားမပါရွိျခင္းျဖစ္သည္။ 19 | 20 | - ၎တြင္ Movies, TV series, Anamie အစရွိသျဖင့္က႑မ်ား စံုလင္စြာပါရွိပါသည္။ 21 | 22 | 23 | အားနည္းခ်က္မ်ားမွာမူ 24 | - **torrent** ကိုအသံုးျပဳထားသျဖင့္ ထပ္ဆင့္ေပးပို႔သူ(seeds)နည္းေသာ Moviesမ်ားအတြက္ အဆင္ေျပေကာင္းမြန္စြာၾကည့္ရႈနုိင္မည္မဟုတ္ပါ။ 25 | 26 | - Seedsနည္းေသာ Moviesမ်ားကို ၎တြင္ပါရွိေသာ**Magnet link**မွတဆင့္ `qbittorrent` ကဲဲ့သို႔ေသာ torrent software application မ်ားျဖင့္ ေဒါင္းလုတ္ျပဳလုပ္နုိင္ပါေသးသည္။ 27 | 28 | - Seeds လံုး၀မရွိေသာ ဖိုင္မ်ားကိုမူ ေဒါင္းလုတ္ရယူနုိင္မည္မဟုတ္ပါ။ 29 | 30 | >သတိျပဳရန္အခ်က္မွာ အခ်ိဳ႕နုိင္ငံမ်ားတြင္ Torrent အသံုးျပဳမႈကို ဥပေဒအရ တင္းၾကပ္စြာတားျမစ္ထားသည္ျဖစ္၏။ သို႔ျဖစ္ပါ၍ Popcorn Time အားအသံုးျပဳမည္ဆိုပါက မိမိေနထိုင္သည့္နိုင္ငံ၏ ဥပေဒသက္ေရာက္မႈမ်ားျဖင့္ ဆင္ျခင္အသံုးျပဳရန္လိုအပ္ပါသည္။ 31 | အျခားနည္းလမ္းအားျဖင့္ [ivacy](https://www.ivacy.com/buy-vpn/) ကဲ့သို႔ေသာ Torrent အသံုးျပဳမႈအတြက္ရည္ရြယ္၍ ၀န္ေဆာင္မႈေပးသည့္ VPN မ်ားကိုတြဲဖက္အသံုးျပဳသင့္ပါသည္။ 32 | 33 | _Popcorn Time တြင္မ်ားစြာေသာ ဆင္တူdomains မ်ားလည္းရွိသည္။ 34 | ေအာက္တြင္ျပထားေသာ ပံုတြင္ၾကည့္နိုင္ပါသည္။_ 35 | 36 | 37 | ![photo](https://pbs.twimg.com/media/CiANgO8XEAETorA.jpg "Popcorn Time infographic") 38 | 39 | --- 40 | 41 | ## **Popcorn Time Installation ျပဳလုပ္ျခင္း** 42 | 43 | 44 | ## **အဆင့္ ၁** 45 | 46 | ဦးစြာ ယခု [လင့္](https://popcorntime.sh/linux) သို႕သြား၍ မိမိအသံုးျပဳေသာ linux system၏ architecture အမ်ိဳးအစားကိုေရြးခ်ယ္ျပီး ေဒါင္းလုတ္ရယူပါ။ 47 | ထို႔ေနာက္ installationျပဳလုပ္ရာတြင္ Data files မ်ားထားသိုရန္ system root ေအာက္ရွိ `/opt` Directoryထဲမွာ ေအာက္ပါ **command** ျဖင့္ Directory အသစ္ေဆာက္ပါ​မည္။ 48 | ```bash 49 | sudo mkdir /opt/popcorntime 50 | ``` 51 | 52 | ေဒါင္းလုတ္ရယူထားေသာ Homeေအာက္ရွိ Downloads Directory ေအာက္သို႕သြားပါမည္။ 53 | ```bash 54 | cd ~/Downloads 55 | ``` 56 | ယခင္ ေဒါင္းလုတ္ျပဳလုပ္ထားေသာ Popcon Time tar.xz archive ဖိုင္အား ေအာက္ပါ **command** ျဖင့္ အသစ္ေဆာက္လုပ္ထားသည့္ `opt/popcorntime` Directory ေအာက္သို႔ ျဖည္ခ်ထည့္သြင္းပါမည္။ 57 | sudo tar Jxf Popcorn-Time-* -C /opt/popcorntime 58 | 59 | ## **အဆင့္ ၂** 60 | 61 | ဆက္လက္၍ **Popcorn Time** အား Systemအတြင္းရွိ မိမိနွင့္တကြ အျခားUsersမ်ားမွ **command**ျဖင့္ ေခၚယူအသံုးျပဳနိုင္ေအာင္ ျပဳလုပ္ပါမည္။ 62 | ```bash 63 | ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time 64 | ``` 65 | ## **အဆင့္ ၃** 66 | ေယဘူယ်အားျဖင့္ **Popcorn Time Installation** ျပီးေျမာက္ပါျပီ။ သို႔ေသာ္ `terminal` မွမဟုတ္ဘဲ Desktop Application အေနျဖင့္ **Application Menu** မွအသံုးျပဳနိုင္ေအာင္ ျပဳလုပ္ပါမည္။ 67 | ၎အတြက္ **Desktop Entry** ျပဳလုပ္ဖို႕လိုပါသည္။ 68 | ဦးစြာ **Nano text editor** ကိုအသံုးျပဳ၍ `/usr/share/applications` Directory ထဲတြင္ `popcorntime.desktop` အမည္ျဖင့္ fileေဆာက္လုပ္ရပါမည္။ 69 | 70 | _(**Nano** အစား မိမိႏွစ္သက္ရာ Text Editor ကိုအသံုးျပဳနိုင္ပါသည္။)_ 71 | 72 | `terminal` ထဲတြင္ ေအာက္ပါ command ကိုရိုက္၍ ျပဳလုပ္ပါမည္။ 73 | ```bash 74 | sudo nano /usr/share/applications/popcorntime.desktop 75 | ``` 76 | ထို့႔ေနာက္ ေအာက္ပါ စာေၾကာင္းမ်ားအား ျဖည့္သြင္းရပါမည္။ 77 | ```bash 78 | [Desktop Entry] 79 | Version = 1.0 80 | Type = Application 81 | Terminal = false 82 | Name = Popcorn Time 83 | Exec = /usr/bin/Popcorn-Time 84 | Icon = /opt/popcorntime/popcorn.png 85 | Categories = Application; 86 | ``` 87 | ျပီးပါက `Ctrl+X` နွိပ္ျပီး `Y` key ကို `enter` ၍ **Save** ျပဳလုပ္ပါ။ 88 | ထို႔ေနာက္ ျဖည့္သြင္းခဲ့ေသာ `Icon` ေနရာတြင္အသံုးျပဳမည့္ PNG Image ဖုိင္အား ေအာက္ပါ `command` ကိုရိုက္၍ ေဒါင္းလုတ္ျပဳလုပ္ျပီး ထည့္သြင္းရပါမည္။ 89 | ```bash 90 | sudo wget -O /opt/popcorntime/popcorn.png https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png 91 | ``` 92 | **Installation** ျပဳလုပ္ျခင္းျပီးဆံုးပါျပီ။ 93 | ေအာက္ပါအတိုင္း Search box မွတဆင့္စတင္အသံုးျပဳနိုင္ပါျပီ။ 94 | 95 | ![photo](https://4bds6hergc-flywheel.netdna-ssl.com/wp-content/uploads/2018/09/popcorn-time-ubuntu-menu.jpg "Search Box") 96 | 97 | --- 98 | 99 | __ref:__ 100 | - [It's FOSS](https://itsfoss.com/popcorn-time-ubuntu-linux/) 101 | - [LINUX CONFIG]() 102 | 103 | -------------------------------------------------------------------------------- /_sass/_base.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * Reset some basic elements 3 | */ 4 | body, h1, h2, h3, h4, h5, h6, 5 | p, blockquote, pre, hr, 6 | dl, dd, ol, ul, figure { 7 | margin: 0; 8 | padding: 0; 9 | } 10 | 11 | 12 | 13 | /** 14 | * Basic styling 15 | */ 16 | body { 17 | font-family: $base-font-family; 18 | font-size: $base-font-size; 19 | line-height: $base-line-height; 20 | font-weight: 300; 21 | color: $text-color; 22 | background-color: $background-color; 23 | -webkit-text-size-adjust: 100%; 24 | } 25 | 26 | 27 | 28 | /** 29 | * Set `margin-bottom` to maintain vertical rhythm 30 | */ 31 | h1, h2, h3, h4, h5, h6, 32 | p, blockquote, pre, 33 | ul, ol, dl, figure, 34 | %vertical-rhythm { 35 | margin-bottom: $spacing-unit / 2; 36 | } 37 | 38 | 39 | 40 | /** 41 | * Images 42 | */ 43 | img { 44 | max-width: 100%; 45 | vertical-align: middle; 46 | } 47 | 48 | 49 | 50 | /** 51 | * Figures 52 | */ 53 | figure > img { 54 | display: block; 55 | } 56 | 57 | figcaption { 58 | font-size: $small-font-size; 59 | } 60 | 61 | 62 | 63 | /** 64 | * Lists 65 | */ 66 | ul, ol { 67 | margin-left: $spacing-unit; 68 | } 69 | 70 | li { 71 | > ul, 72 | > ol { 73 | margin-bottom: 0; 74 | } 75 | } 76 | 77 | 78 | 79 | /** 80 | * Headings 81 | */ 82 | h1, h2, h3, h4, h5, h6 { 83 | font-weight: 300; 84 | } 85 | 86 | 87 | 88 | /** 89 | * Links 90 | */ 91 | a { 92 | color: $brand-color; 93 | text-decoration: none; 94 | 95 | &:visited { 96 | color: darken($brand-color, 15%); 97 | } 98 | 99 | &:hover { 100 | color: $text-color; 101 | text-decoration: underline; 102 | } 103 | } 104 | 105 | 106 | 107 | /** 108 | * Blockquotes 109 | */ 110 | blockquote { 111 | color: $grey-color; 112 | border-left: 4px solid $grey-color-light; 113 | padding-left: $spacing-unit / 2; 114 | font-size: 18px; 115 | letter-spacing: -1px; 116 | font-style: italic; 117 | 118 | > :last-child { 119 | margin-bottom: 0; 120 | } 121 | } 122 | 123 | 124 | 125 | /** 126 | * Code formatting 127 | */ 128 | pre, 129 | code { 130 | font-size: 15px; 131 | border: 1px solid $grey-color-light; 132 | border-radius: 3px; 133 | background-color: #eef; 134 | } 135 | 136 | code { 137 | padding: 1px 5px; 138 | } 139 | 140 | pre { 141 | padding: 8px 12px; 142 | overflow-x: scroll; 143 | 144 | > code { 145 | border: 0; 146 | padding-right: 0; 147 | padding-left: 0; 148 | } 149 | } 150 | 151 | 152 | 153 | /** 154 | * Wrapper 155 | */ 156 | .wrapper { 157 | max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); 158 | max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); 159 | margin-right: auto; 160 | margin-left: auto; 161 | padding-right: $spacing-unit; 162 | padding-left: $spacing-unit; 163 | @extend %clearfix; 164 | 165 | @include media-query($on-laptop) { 166 | max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); 167 | max-width: calc(#{$content-width} - (#{$spacing-unit})); 168 | padding-right: $spacing-unit / 2; 169 | padding-left: $spacing-unit / 2; 170 | } 171 | } 172 | 173 | 174 | 175 | /** 176 | * Clearfix 177 | */ 178 | %clearfix { 179 | 180 | &:after { 181 | content: ""; 182 | display: table; 183 | clear: both; 184 | } 185 | } 186 | 187 | 188 | 189 | /** 190 | * Icons 191 | */ 192 | .icon { 193 | 194 | > svg { 195 | display: inline-block; 196 | width: 16px; 197 | height: 16px; 198 | vertical-align: middle; 199 | 200 | path { 201 | fill: $grey-color; 202 | } 203 | } 204 | } 205 | -------------------------------------------------------------------------------- /_sass/_layout.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * Site header 3 | */ 4 | .site-header { 5 | border-top: 5px solid $grey-color-dark; 6 | border-bottom: 1px solid $grey-color-light; 7 | min-height: 56px; 8 | 9 | // Positioning context for the mobile navigation icon 10 | position: relative; 11 | } 12 | 13 | .site-title { 14 | font-size: 26px; 15 | line-height: 56px; 16 | letter-spacing: -1px; 17 | margin-bottom: 0; 18 | float: left; 19 | 20 | &, 21 | &:visited { 22 | color: $grey-color-dark; 23 | } 24 | } 25 | 26 | .site-nav { 27 | float: right; 28 | line-height: 56px; 29 | 30 | .menu-icon { 31 | display: none; 32 | } 33 | 34 | .page-link { 35 | color: $text-color; 36 | line-height: $base-line-height; 37 | 38 | // Gaps between nav items, but not on the first one 39 | &:not(:first-child) { 40 | margin-left: 20px; 41 | } 42 | } 43 | 44 | @include media-query($on-palm) { 45 | position: absolute; 46 | top: 9px; 47 | right: 30px; 48 | background-color: $background-color; 49 | border: 1px solid $grey-color-light; 50 | border-radius: 5px; 51 | text-align: right; 52 | 53 | .menu-icon { 54 | display: block; 55 | float: right; 56 | width: 36px; 57 | height: 26px; 58 | line-height: 0; 59 | padding-top: 10px; 60 | text-align: center; 61 | 62 | > svg { 63 | width: 18px; 64 | height: 15px; 65 | 66 | path { 67 | fill: $grey-color-dark; 68 | } 69 | } 70 | } 71 | 72 | .trigger { 73 | clear: both; 74 | display: none; 75 | } 76 | 77 | &:hover .trigger { 78 | display: block; 79 | padding-bottom: 5px; 80 | } 81 | 82 | .page-link { 83 | display: block; 84 | padding: 5px 10px; 85 | } 86 | } 87 | } 88 | 89 | 90 | 91 | /** 92 | * Site footer 93 | */ 94 | .site-footer { 95 | border-top: 1px solid $grey-color-light; 96 | padding: $spacing-unit 0; 97 | } 98 | 99 | .footer-heading { 100 | font-size: 18px; 101 | margin-bottom: $spacing-unit / 2; 102 | } 103 | 104 | .contact-list, 105 | .social-media-list { 106 | list-style: none; 107 | margin-left: 0; 108 | } 109 | 110 | .footer-col-wrapper { 111 | font-size: 15px; 112 | color: $grey-color; 113 | margin-left: -$spacing-unit / 2; 114 | @extend %clearfix; 115 | } 116 | 117 | .footer-col { 118 | float: left; 119 | margin-bottom: $spacing-unit / 2; 120 | padding-left: $spacing-unit / 2; 121 | } 122 | 123 | .footer-col-1 { 124 | width: -webkit-calc(35% - (#{$spacing-unit} / 2)); 125 | width: calc(35% - (#{$spacing-unit} / 2)); 126 | } 127 | 128 | .footer-col-2 { 129 | width: -webkit-calc(20% - (#{$spacing-unit} / 2)); 130 | width: calc(20% - (#{$spacing-unit} / 2)); 131 | } 132 | 133 | .footer-col-3 { 134 | width: -webkit-calc(45% - (#{$spacing-unit} / 2)); 135 | width: calc(45% - (#{$spacing-unit} / 2)); 136 | } 137 | 138 | @include media-query($on-laptop) { 139 | .footer-col-1, 140 | .footer-col-2 { 141 | width: -webkit-calc(50% - (#{$spacing-unit} / 2)); 142 | width: calc(50% - (#{$spacing-unit} / 2)); 143 | } 144 | 145 | .footer-col-3 { 146 | width: -webkit-calc(100% - (#{$spacing-unit} / 2)); 147 | width: calc(100% - (#{$spacing-unit} / 2)); 148 | } 149 | } 150 | 151 | @include media-query($on-palm) { 152 | .footer-col { 153 | float: none; 154 | width: -webkit-calc(100% - (#{$spacing-unit} / 2)); 155 | width: calc(100% - (#{$spacing-unit} / 2)); 156 | } 157 | } 158 | 159 | 160 | 161 | /** 162 | * Page content 163 | */ 164 | .page-content { 165 | padding: $spacing-unit 0; 166 | } 167 | 168 | .page-heading { 169 | font-size: 20px; 170 | } 171 | 172 | .post-list { 173 | margin-left: 0; 174 | list-style: none; 175 | 176 | > li { 177 | margin-bottom: $spacing-unit; 178 | } 179 | } 180 | 181 | .post-meta { 182 | font-size: $small-font-size; 183 | color: $grey-color; 184 | } 185 | 186 | .post-link { 187 | display: block; 188 | font-size: 24px; 189 | } 190 | 191 | 192 | 193 | /** 194 | * Posts 195 | */ 196 | .post-header { 197 | margin-bottom: $spacing-unit; 198 | } 199 | 200 | .post-title { 201 | font-size: 42px; 202 | letter-spacing: -1px; 203 | line-height: 1; 204 | 205 | @include media-query($on-laptop) { 206 | font-size: 36px; 207 | } 208 | } 209 | 210 | .post-content { 211 | margin-bottom: $spacing-unit; 212 | 213 | h2 { 214 | font-size: 32px; 215 | 216 | @include media-query($on-laptop) { 217 | font-size: 28px; 218 | } 219 | } 220 | 221 | h3 { 222 | font-size: 26px; 223 | 224 | @include media-query($on-laptop) { 225 | font-size: 22px; 226 | } 227 | } 228 | 229 | h4 { 230 | font-size: 20px; 231 | 232 | @include media-query($on-laptop) { 233 | font-size: 18px; 234 | } 235 | } 236 | } 237 | -------------------------------------------------------------------------------- /_sass/_syntax-highlighting.scss: -------------------------------------------------------------------------------- 1 | /** 2 | * Syntax highlighting styles 3 | */ 4 | .highlight { 5 | background: #fff; 6 | @extend %vertical-rhythm; 7 | 8 | .c { color: #998; font-style: italic } // Comment 9 | .err { color: #a61717; background-color: #e3d2d2 } // Error 10 | .k { font-weight: bold } // Keyword 11 | .o { font-weight: bold } // Operator 12 | .cm { color: #998; font-style: italic } // Comment.Multiline 13 | .cp { color: #999; font-weight: bold } // Comment.Preproc 14 | .c1 { color: #998; font-style: italic } // Comment.Single 15 | .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special 16 | .gd { color: #000; background-color: #fdd } // Generic.Deleted 17 | .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific 18 | .ge { font-style: italic } // Generic.Emph 19 | .gr { color: #a00 } // Generic.Error 20 | .gh { color: #999 } // Generic.Heading 21 | .gi { color: #000; background-color: #dfd } // Generic.Inserted 22 | .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific 23 | .go { color: #888 } // Generic.Output 24 | .gp { color: #555 } // Generic.Prompt 25 | .gs { font-weight: bold } // Generic.Strong 26 | .gu { color: #aaa } // Generic.Subheading 27 | .gt { color: #a00 } // Generic.Traceback 28 | .kc { font-weight: bold } // Keyword.Constant 29 | .kd { font-weight: bold } // Keyword.Declaration 30 | .kp { font-weight: bold } // Keyword.Pseudo 31 | .kr { font-weight: bold } // Keyword.Reserved 32 | .kt { color: #458; font-weight: bold } // Keyword.Type 33 | .m { color: #099 } // Literal.Number 34 | .s { color: #d14 } // Literal.String 35 | .na { color: #008080 } // Name.Attribute 36 | .nb { color: #0086B3 } // Name.Builtin 37 | .nc { color: #458; font-weight: bold } // Name.Class 38 | .no { color: #008080 } // Name.Constant 39 | .ni { color: #800080 } // Name.Entity 40 | .ne { color: #900; font-weight: bold } // Name.Exception 41 | .nf { color: #900; font-weight: bold } // Name.Function 42 | .nn { color: #555 } // Name.Namespace 43 | .nt { color: #000080 } // Name.Tag 44 | .nv { color: #008080 } // Name.Variable 45 | .ow { font-weight: bold } // Operator.Word 46 | .w { color: #bbb } // Text.Whitespace 47 | .mf { color: #099 } // Literal.Number.Float 48 | .mh { color: #099 } // Literal.Number.Hex 49 | .mi { color: #099 } // Literal.Number.Integer 50 | .mo { color: #099 } // Literal.Number.Oct 51 | .sb { color: #d14 } // Literal.String.Backtick 52 | .sc { color: #d14 } // Literal.String.Char 53 | .sd { color: #d14 } // Literal.String.Doc 54 | .s2 { color: #d14 } // Literal.String.Double 55 | .se { color: #d14 } // Literal.String.Escape 56 | .sh { color: #d14 } // Literal.String.Heredoc 57 | .si { color: #d14 } // Literal.String.Interpol 58 | .sx { color: #d14 } // Literal.String.Other 59 | .sr { color: #009926 } // Literal.String.Regex 60 | .s1 { color: #d14 } // Literal.String.Single 61 | .ss { color: #990073 } // Literal.String.Symbol 62 | .bp { color: #999 } // Name.Builtin.Pseudo 63 | .vc { color: #008080 } // Name.Variable.Class 64 | .vg { color: #008080 } // Name.Variable.Global 65 | .vi { color: #008080 } // Name.Variable.Instance 66 | .il { color: #099 } // Literal.Number.Integer.Long 67 | } 68 | -------------------------------------------------------------------------------- /_site/README.md: -------------------------------------------------------------------------------- 1 | # FOSS MYANMAR 2 | 3 | ### First 4 | 5 | Fork Repository to your account and git pull to your pc. 6 | 7 | copy and paste following code in Terminal to get this repository. 8 | 9 | ``` github 10 | 11 | git clone https://github.com/fossmyanmar/fossmyanmar.github.io.git 12 | 13 | ``` 14 | ### Add Member 15 | 16 | Member အသစ္တေယာက္ထည့္ဖုိ့ အတြက္ `_data` ထဲက `member` ဖိုဒါထဲမွာ text ဖိုင္အသစ္တစ္ခုထပ္ထပ္ျပီး ေအာက္ပါပံုစံအတုိင္း ေရးျပီးေတာ့ member နာမည္ႏွင့္ ( kokoye.yml) အမည္ေပးရင္ ေရွ ့မွာ ေပၚပါျပီ။ ( အေကာင္းဆံုးကေတာ့ တစ္ဖိုင္ကူးပိး နာမည္ေျပာင္းထည့္လဲရပါတယ္ ) 17 | 18 | ```yml 19 | teams : FOSS Myanmar, Ubuntu Myanmar Loco Team 20 | name : Ko Ko Ye` 21 | email : kokoye2007@gmail.com 22 | photo : ko-ko-ye.png 23 | facebook : https://facebook.com/kokoye2007 24 | twitter : https://twitter.com/kokoye2007 25 | github : https://github.com/kokoye2007 26 | linkedin : https://linkedin.com/in/kokoye2007 27 | os : Ubuntu 28 | ``` 29 | 30 | ### Add Member Picture 31 | 32 | (၁)ဓါတ္ပံုဆိုဒ္မွာ 600X600 pixel ( .png) ျဖစ္ရပါမယ္။ 33 | 34 | 35 | (၂) ဓါတ္ပံု၏ နာမည္ကုိ `_data/member/{name.yml}` ထဲမွာ ထည့္ထားတဲ့ imgName နဲ့ တူတူေပးျပီးေတာ့ ဓါတ္ပံုကုိ `images/members` ထဲထည့္ရပါမယ္။ 36 | 37 | 38 | ### Add Events 39 | 40 | Event အသစ္တစ္ခုထည့္ဖုိ့က ေအာက္က ပံုစံအတုိင္းကုိ `_data` ထဲက event ဖိုဒါထဲက သက္ဆုိင္ရာ(events_ubuntu.json သို ့မဟုတ္ events_fedora.json) ထဲမွာထည့္ေပးရင္ ေရွ ့မွာ ေပၚပါလိမ့္မယ္။ 41 | 42 | ```json 43 | { 44 | "name" : "Ubuntu For Myanmar", 45 | "description" : "For Share ubuntu knowledge", 46 | "link": "http://ubuntu-mm.net", 47 | "date" : "2 FEB 2013 to 3 FEB 2013", 48 | "contact": "kokoye2007@gmail.com", 49 | "address" : "CCT Office", 50 | "eventPhoto": "1907.jpg", 51 | }, 52 | ``` 53 | ### Add Event Photo 54 | 55 | Event ဓါတ္ပံုထည့္ဖုိ့ အတြက္က images/events ထဲက (fedora/uformm) ထဲမွာ အေပၚမွာ ျဖည့္ထားတဲ့ eventPhoto နဲ့ အတူတူ နာမည္ေပးျပီး သိမ္းရပါမယ္။ 56 | 57 | ## Add New Team 58 | Team အသစ္တစ္ခု ျပဳလုပ္ဖုိ ့အတြက္ '_data/team' ထဲက 'teams.json' ထဲမွာ ေအာက္က ပံုစံအတုိင္း ကူးထည့္ျပီး စားပဲေျပာင္းျပီး သိမ္းလိုက္ရင္ ဆင္ေျပပါျပီ။ 59 | ( အဲဒီမွာ ထည့္ထားတဲ့ id က member မွာ ထည့္ထားနဲ့ 'team : {#1}' ဆိုျပီးနဲ့ ျပန္သံုးပါတယ္ ) 60 | 61 | ```json 62 | 63 | { 64 | "id" : 1, 65 | "name" : "Ubuntu Myanmar Loco Team", 66 | "address" : "", 67 | "leader" : "KOKOYE", 68 | "contact " : "09450022022" 69 | }, 70 | 71 | ``` 72 | 73 | ### Add New Blog Post 74 | 75 | ဒီမွာ post တင္ဖုိ ့က `_posts` ထဲမွာ ဖိုင္ေလးေတြ ေဆာက္ျပီး သြားထည့္ေပးရမွာပါ။ 76 | အဲဒီအတြက္ ပထမဆံုး `_posts` ထဲမွာ ေအာက္က နာမည္ နမူနာအတုိင္း အသစ္တစ္ခုလုပ္လုိက္ပါ။ 77 | (LRC-Linux-Resource-Center-Resource-to-Door) အတိုင္း `-` ကုိ space အစား ထိုးသံုးရမွာပါ။ 78 | 79 | ``` 80 | 2015-04-20-LRC-Linux-Resource-Center-Resource-to-Door.md 81 | ``` 82 | ျပီရင္ေတာ့ ေအာက္က ပံုစံအတုိင္း အသစ္ေဆာက္ထားတဲ့ဖိုင္ထဲကုိ ကူးထည့္ျပီး လုိအပ္တာေတြကုိ ေရးလိုက္ရင္ ရပါျပီ ။ 83 | post ေရးရာမွာ markdown format နဲ့ေရးရမွာျဖစ္ပါတယ္။ 84 | 85 | ``` 86 | --- 87 | layout: post 88 | title: "LRC – Linux Resource Center Resource to Door!" 89 | date: 2015-04-20 14:35:13 90 | categories: LRC 91 | --- 92 | 93 | 94 | **LRC** ဆိုတာကို ဘယ္သူေတြ မွတ္မိလဲ။ 95 | စကားမစပ္ LRC – Local Resources Centre (Myanmar)​ လဲ LRC လို႔ေခၚတယ္။ အဲတာကို ေျပာတာမဟုတ္ပါဘူး။ 96 | 97 | အရင္တုန္းက ကြ်န္ေတာ္တို႔ Linux Resource Center ဆိုၿပီး လုပ္ခဲ့ၾကတာပါ။ 98 | မိမိႏွစ္သက္ရာ OS ကို National CD မွာေတာင္ ဝယ္မရတဲ့ အေျခအေနမွာ မွ်ေဝဖို႔ ႀကိဳးစားခဲ့ၾကတာေပါ့။ 99 | 100 | အခုေခတ္မွာေတာ့ Ubuntu ေခြ Fedora ေခြ CentOS ေခြ RedHat ေခြေတြကို လြယ္လြယ္ကူကူ ဝယ္လို႔ရေနပါၿပီ။ ဒါေပမယ့္ Update မျဖစ္တာ Architect မစုံတာ သူတို႔ မသိပါဘူး။ version အစုံလည္း မရွိပါဘူး။ Video Tutorial ေတြ Guide ေရးေပးတဲ့ Website ေတြ Wiki ေတြဆိုတာလည္း အင္တာနက္ရမွ အသုံးျပဳႏိုင္တာပါ။ ဒီအတြက္ LRC ရွိမယ္ဆိုရင္ ဒါေတြကို Internet Traffic မရွိပဲ သုံးႏိုင္ပါလိမ့္မယ္။ 101 | 102 | အဲအတြက္ 103 | LRC ေလးေတြ ျပန္လုပ္ရင္ ေကာင္းမလား 104 | LRC ေတြလုပ္မယ္ဆိုရင္ 105 | 106 | - ၁) Storage အတြက္ External HDD ေတာ့ အနည္းဆုံး ကုန္က်ပါမယ္။ Internet ဆိုင္လို ေကာ္ဖီဆိုင္လိုေနရာေတြက ဝိုင္ဖိုင္ေတြဆိုရင္ ပါဝင္ဖြင့္ထားတဲ့အခ်ိန္ရပါမယ္။ 107 | - ၂) File Server လိုထားမယ္ဆိုရင္ Pi ထပ္လိုပါမယ္။ 108 | - ၃) ဆိုင္ေတြ ေနရာေတြက လက္ခံသလား တာဝန္ယူသလား ပူးေပါင္းပါဝင္ ကူညီမလား ဆိုတာရွိပါတယ္။ 109 | 110 | 111 | သို႔မဟုတ္ 112 | Door 2 Door Delivery လုပ္မလား စဥ္းစားရပါမယ္။ 113 | အိမ္တိုင္ရာေရာက္ ပို႔ေပးၿပီး တေခြကို ၁၀၀၀ ထက္မပိုတဲ့ႏႈန္းနဲ႔ အျမန္ဆုံးပို႔ေပးႏိုင္ဖို႔ ႀကိဳးစားၾကည့္ၾကပါမယ္။ 114 | 115 | LRC ရဲ႕ အားသာခ်က္က LRC ရွိတဲ့ ေနရာေတြ ေၾကျငာထားမွာျဖစ္လို႔ ႀကဳံတဲ့ေနရာ ဝင္ၿပီး ယူသြားယုံပါပဲ။ ကုန္က်စားရိတ္ကို LRC နဲ႔ ဆိုင္ေတြဘက္က က်ခံရပါလိမ့္မယ္။ 116 | 117 | D2D ရဲ႕ အားသာခ်က္က စားရိတ္အမ်ားႀကီး မကုန္ပဲ အိမ္တိုင္ရာေရာက္ ပို႔ေပးပါလိမ့္မယ္။ ကုန္က်စားရိတ္ကို အသုံးျပဳသူက က်ခံရပါလိမ့္မယ္။ အားနည္းခ်က္ကေတာ့ နယ္ကလာတဲ့လူဆိုရင္ LRC က အဆင္ေျပတဲ့အခ်ိန္ေလး လမ္းႀကဳံဝင္ယူသြားရုံပါပဲ။ D2D ဆိုရင္ လက္ခံမယ့္ အိမ္ေတြ ေငြေခ်ေပးမယ့္ လူေတြ လိုအပ္ေနပါလိမ့္မယ္။ 118 | 119 | တကယ္လို႔ တခုခုက ပိုေကာင္းတဲ့ အေၾကာင္းျပခ်က္ရွိရင္ ဒီဟာေတြထက္ ေကာင္းတဲ့ အႀကံရွိရင္ ေပးေစခ်င္ပါတယ္။ LRC လုပ္ဖို႔ကို စိတ္ဝင္စားတဲ့လူေတြရွိတယ္ဆုိလည္း ဘယ္အပိုင္းက ဘယ္လိုကူညီေပးႏိုင္တယ္ဆိုတာေလးပါ ေရးခဲ့ေပးႏိုင္ပါတယ္။ 120 | 121 | ![Foss Myanmar Events at BarCamp Yangon 2015]({{ site.url }}images/slide1.jpg "Foss Myanmar Events at BarCamp Yangon 2015") 122 | 123 | ``` 124 | ## Finished ?? 125 | 126 | ``` github 127 | git status 128 | git add --all 129 | git commit -a -m "member add" 130 | git push origin master 131 | ``` 132 | Please pull request <3 133 | -------------------------------------------------------------------------------- /_site/about/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | FOSS MYANMAR | Free and Open Source Software 8 | 9 | 10 | 11 | 12 | 13 | 14 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
33 |
34 | 35 |
36 | 37 |
38 |

About

39 |
40 |
41 |

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

42 | 43 |

You can find the source code for the Jekyll new theme at: github.com/jglovier/jekyll-new

44 | 45 |

You can find the source code for Jekyll at github.com/jekyll/jekyll

46 | 47 |
48 | 49 |
50 | 51 |
52 |
53 | 54 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | -------------------------------------------------------------------------------- /_site/css/main.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Reset some basic elements 3 | */ 4 | body, h1, h2, h3, h4, h5, h6, 5 | p, blockquote, pre, hr, 6 | dl, dd, ol, ul, figure { 7 | margin: 0; 8 | padding: 0; } 9 | 10 | /** 11 | * Basic styling 12 | */ 13 | body { 14 | font-family: Helvetica, Arial, sans-serif; 15 | font-size: 16px; 16 | line-height: 1.5; 17 | font-weight: 300; 18 | color: #111; 19 | background-color: #fdfdfd; 20 | -webkit-text-size-adjust: 100%; } 21 | 22 | /** 23 | * Set `margin-bottom` to maintain vertical rhythm 24 | */ 25 | h1, h2, h3, h4, h5, h6, 26 | p, blockquote, pre, 27 | ul, ol, dl, figure, 28 | .highlight { 29 | margin-bottom: 15px; } 30 | 31 | /** 32 | * Images 33 | */ 34 | img { 35 | max-width: 100%; 36 | vertical-align: middle; } 37 | 38 | /** 39 | * Figures 40 | */ 41 | figure > img { 42 | display: block; } 43 | 44 | figcaption { 45 | font-size: 14px; } 46 | 47 | /** 48 | * Lists 49 | */ 50 | ul, ol { 51 | margin-left: 30px; } 52 | 53 | li > ul, 54 | li > ol { 55 | margin-bottom: 0; } 56 | 57 | /** 58 | * Headings 59 | */ 60 | h1, h2, h3, h4, h5, h6 { 61 | font-weight: 300; } 62 | 63 | /** 64 | * Links 65 | */ 66 | a { 67 | color: #2a7ae2; 68 | text-decoration: none; } 69 | a:visited { 70 | color: #1756a9; } 71 | a:hover { 72 | color: #111; 73 | text-decoration: underline; } 74 | 75 | /** 76 | * Blockquotes 77 | */ 78 | blockquote { 79 | color: #828282; 80 | border-left: 4px solid #e8e8e8; 81 | padding-left: 15px; 82 | font-size: 18px; 83 | letter-spacing: -1px; 84 | font-style: italic; } 85 | blockquote > :last-child { 86 | margin-bottom: 0; } 87 | 88 | /** 89 | * Code formatting 90 | */ 91 | pre, 92 | code { 93 | font-size: 15px; 94 | border: 1px solid #e8e8e8; 95 | border-radius: 3px; 96 | background-color: #eef; } 97 | 98 | code { 99 | padding: 1px 5px; } 100 | 101 | pre { 102 | padding: 8px 12px; 103 | overflow-x: scroll; } 104 | pre > code { 105 | border: 0; 106 | padding-right: 0; 107 | padding-left: 0; } 108 | 109 | /** 110 | * Wrapper 111 | */ 112 | .wrapper { 113 | max-width: -webkit-calc(800px - (30px * 2)); 114 | max-width: calc(800px - (30px * 2)); 115 | margin-right: auto; 116 | margin-left: auto; 117 | padding-right: 30px; 118 | padding-left: 30px; } 119 | @media screen and (max-width: 800px) { 120 | .wrapper { 121 | max-width: -webkit-calc(800px - (30px)); 122 | max-width: calc(800px - (30px)); 123 | padding-right: 15px; 124 | padding-left: 15px; } } 125 | 126 | /** 127 | * Clearfix 128 | */ 129 | .wrapper:after, .footer-col-wrapper:after { 130 | content: ""; 131 | display: table; 132 | clear: both; } 133 | 134 | /** 135 | * Icons 136 | */ 137 | .icon > svg { 138 | display: inline-block; 139 | width: 16px; 140 | height: 16px; 141 | vertical-align: middle; } 142 | .icon > svg path { 143 | fill: #828282; } 144 | 145 | /** 146 | * Site header 147 | */ 148 | .site-header { 149 | border-top: 5px solid #424242; 150 | border-bottom: 1px solid #e8e8e8; 151 | min-height: 56px; 152 | position: relative; } 153 | 154 | .site-title { 155 | font-size: 26px; 156 | line-height: 56px; 157 | letter-spacing: -1px; 158 | margin-bottom: 0; 159 | float: left; } 160 | .site-title, .site-title:visited { 161 | color: #424242; } 162 | 163 | .site-nav { 164 | float: right; 165 | line-height: 56px; } 166 | .site-nav .menu-icon { 167 | display: none; } 168 | .site-nav .page-link { 169 | color: #111; 170 | line-height: 1.5; } 171 | .site-nav .page-link:not(:first-child) { 172 | margin-left: 20px; } 173 | @media screen and (max-width: 600px) { 174 | .site-nav { 175 | position: absolute; 176 | top: 9px; 177 | right: 30px; 178 | background-color: #fdfdfd; 179 | border: 1px solid #e8e8e8; 180 | border-radius: 5px; 181 | text-align: right; } 182 | .site-nav .menu-icon { 183 | display: block; 184 | float: right; 185 | width: 36px; 186 | height: 26px; 187 | line-height: 0; 188 | padding-top: 10px; 189 | text-align: center; } 190 | .site-nav .menu-icon > svg { 191 | width: 18px; 192 | height: 15px; } 193 | .site-nav .menu-icon > svg path { 194 | fill: #424242; } 195 | .site-nav .trigger { 196 | clear: both; 197 | display: none; } 198 | .site-nav:hover .trigger { 199 | display: block; 200 | padding-bottom: 5px; } 201 | .site-nav .page-link { 202 | display: block; 203 | padding: 5px 10px; } } 204 | 205 | /** 206 | * Site footer 207 | */ 208 | .site-footer { 209 | border-top: 1px solid #e8e8e8; 210 | padding: 30px 0; } 211 | 212 | .footer-heading { 213 | font-size: 18px; 214 | margin-bottom: 15px; } 215 | 216 | .contact-list, 217 | .social-media-list { 218 | list-style: none; 219 | margin-left: 0; } 220 | 221 | .footer-col-wrapper { 222 | font-size: 15px; 223 | color: #828282; 224 | margin-left: -15px; } 225 | 226 | .footer-col { 227 | float: left; 228 | margin-bottom: 15px; 229 | padding-left: 15px; } 230 | 231 | .footer-col-1 { 232 | width: -webkit-calc(35% - (30px / 2)); 233 | width: calc(35% - (30px / 2)); } 234 | 235 | .footer-col-2 { 236 | width: -webkit-calc(20% - (30px / 2)); 237 | width: calc(20% - (30px / 2)); } 238 | 239 | .footer-col-3 { 240 | width: -webkit-calc(45% - (30px / 2)); 241 | width: calc(45% - (30px / 2)); } 242 | 243 | @media screen and (max-width: 800px) { 244 | .footer-col-1, 245 | .footer-col-2 { 246 | width: -webkit-calc(50% - (30px / 2)); 247 | width: calc(50% - (30px / 2)); } 248 | 249 | .footer-col-3 { 250 | width: -webkit-calc(100% - (30px / 2)); 251 | width: calc(100% - (30px / 2)); } } 252 | @media screen and (max-width: 600px) { 253 | .footer-col { 254 | float: none; 255 | width: -webkit-calc(100% - (30px / 2)); 256 | width: calc(100% - (30px / 2)); } } 257 | /** 258 | * Page content 259 | */ 260 | .page-content { 261 | padding: 30px 0; } 262 | 263 | .page-heading { 264 | font-size: 20px; } 265 | 266 | .post-list { 267 | margin-left: 0; 268 | list-style: none; } 269 | .post-list > li { 270 | margin-bottom: 30px; } 271 | 272 | .post-meta { 273 | font-size: 14px; 274 | color: #828282; } 275 | 276 | .post-link { 277 | display: block; 278 | font-size: 24px; } 279 | 280 | /** 281 | * Posts 282 | */ 283 | .post-header { 284 | margin-bottom: 30px; } 285 | 286 | .post-title { 287 | font-size: 42px; 288 | letter-spacing: -1px; 289 | line-height: 1; } 290 | @media screen and (max-width: 800px) { 291 | .post-title { 292 | font-size: 36px; } } 293 | 294 | .post-content { 295 | margin-bottom: 30px; } 296 | .post-content h2 { 297 | font-size: 32px; } 298 | @media screen and (max-width: 800px) { 299 | .post-content h2 { 300 | font-size: 28px; } } 301 | .post-content h3 { 302 | font-size: 26px; } 303 | @media screen and (max-width: 800px) { 304 | .post-content h3 { 305 | font-size: 22px; } } 306 | .post-content h4 { 307 | font-size: 20px; } 308 | @media screen and (max-width: 800px) { 309 | .post-content h4 { 310 | font-size: 18px; } } 311 | 312 | /** 313 | * Syntax highlighting styles 314 | */ 315 | .highlight { 316 | background: #fff; } 317 | .highlight .c { 318 | color: #998; 319 | font-style: italic; } 320 | .highlight .err { 321 | color: #a61717; 322 | background-color: #e3d2d2; } 323 | .highlight .k { 324 | font-weight: bold; } 325 | .highlight .o { 326 | font-weight: bold; } 327 | .highlight .cm { 328 | color: #998; 329 | font-style: italic; } 330 | .highlight .cp { 331 | color: #999; 332 | font-weight: bold; } 333 | .highlight .c1 { 334 | color: #998; 335 | font-style: italic; } 336 | .highlight .cs { 337 | color: #999; 338 | font-weight: bold; 339 | font-style: italic; } 340 | .highlight .gd { 341 | color: #000; 342 | background-color: #fdd; } 343 | .highlight .gd .x { 344 | color: #000; 345 | background-color: #faa; } 346 | .highlight .ge { 347 | font-style: italic; } 348 | .highlight .gr { 349 | color: #a00; } 350 | .highlight .gh { 351 | color: #999; } 352 | .highlight .gi { 353 | color: #000; 354 | background-color: #dfd; } 355 | .highlight .gi .x { 356 | color: #000; 357 | background-color: #afa; } 358 | .highlight .go { 359 | color: #888; } 360 | .highlight .gp { 361 | color: #555; } 362 | .highlight .gs { 363 | font-weight: bold; } 364 | .highlight .gu { 365 | color: #aaa; } 366 | .highlight .gt { 367 | color: #a00; } 368 | .highlight .kc { 369 | font-weight: bold; } 370 | .highlight .kd { 371 | font-weight: bold; } 372 | .highlight .kp { 373 | font-weight: bold; } 374 | .highlight .kr { 375 | font-weight: bold; } 376 | .highlight .kt { 377 | color: #458; 378 | font-weight: bold; } 379 | .highlight .m { 380 | color: #099; } 381 | .highlight .s { 382 | color: #d14; } 383 | .highlight .na { 384 | color: #008080; } 385 | .highlight .nb { 386 | color: #0086B3; } 387 | .highlight .nc { 388 | color: #458; 389 | font-weight: bold; } 390 | .highlight .no { 391 | color: #008080; } 392 | .highlight .ni { 393 | color: #800080; } 394 | .highlight .ne { 395 | color: #900; 396 | font-weight: bold; } 397 | .highlight .nf { 398 | color: #900; 399 | font-weight: bold; } 400 | .highlight .nn { 401 | color: #555; } 402 | .highlight .nt { 403 | color: #000080; } 404 | .highlight .nv { 405 | color: #008080; } 406 | .highlight .ow { 407 | font-weight: bold; } 408 | .highlight .w { 409 | color: #bbb; } 410 | .highlight .mf { 411 | color: #099; } 412 | .highlight .mh { 413 | color: #099; } 414 | .highlight .mi { 415 | color: #099; } 416 | .highlight .mo { 417 | color: #099; } 418 | .highlight .sb { 419 | color: #d14; } 420 | .highlight .sc { 421 | color: #d14; } 422 | .highlight .sd { 423 | color: #d14; } 424 | .highlight .s2 { 425 | color: #d14; } 426 | .highlight .se { 427 | color: #d14; } 428 | .highlight .sh { 429 | color: #d14; } 430 | .highlight .si { 431 | color: #d14; } 432 | .highlight .sx { 433 | color: #d14; } 434 | .highlight .sr { 435 | color: #009926; } 436 | .highlight .s1 { 437 | color: #d14; } 438 | .highlight .ss { 439 | color: #990073; } 440 | .highlight .bp { 441 | color: #999; } 442 | .highlight .vc { 443 | color: #008080; } 444 | .highlight .vg { 445 | color: #008080; } 446 | .highlight .vi { 447 | color: #008080; } 448 | .highlight .il { 449 | color: #099; } 450 | -------------------------------------------------------------------------------- /_site/css/templatemo_misc.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery FlexSlider v2.2.0 3 | * http://www.woothemes.com/flexslider/ 4 | * 5 | * Copyright 2012 WooThemes 6 | * Free to use under the GPLv2 license. 7 | * http://www.gnu.org/licenses/gpl-2.0.html 8 | * 9 | * Contributing author: Tyler Smith (@mbmufffin) 10 | */ 11 | /* Browser Resets 12 | *********************************/ 13 | .flex-container a:active, 14 | .flexslider a:active, 15 | .flex-container a:focus, 16 | .flexslider a:focus { 17 | outline: none; 18 | } 19 | 20 | .slides, 21 | .flex-control-nav, 22 | .flex-direction-nav { 23 | margin: 0; 24 | padding: 0; 25 | list-style: none; 26 | } 27 | 28 | /* Icon Fonts 29 | *********************************/ 30 | /* Font-face Icons */ 31 | @font-face { 32 | font-family: 'flexslider-icon'; 33 | src: url("../fonts/flexslider-icon.eot"); 34 | src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg"); 35 | font-weight: normal; 36 | font-style: normal; 37 | } 38 | /* FlexSlider Necessary Styles 39 | *********************************/ 40 | .flexslider { 41 | margin: 0; 42 | padding: 0; 43 | } 44 | 45 | .flexslider .slides > li { 46 | display: none; 47 | -webkit-backface-visibility: hidden; 48 | } 49 | 50 | /* Hide the slides before the JS is loaded. Avoids image jumping */ 51 | .flexslider .slides img { 52 | width: 100%; 53 | display: block; 54 | } 55 | 56 | .flex-pauseplay span { 57 | text-transform: capitalize; 58 | } 59 | 60 | /* Clearfix for the .slides element */ 61 | .slides:after { 62 | content: "\0020"; 63 | display: block; 64 | clear: both; 65 | visibility: hidden; 66 | line-height: 0; 67 | height: 0; 68 | } 69 | 70 | html[xmlns] .slides { 71 | display: block; 72 | } 73 | 74 | * html .slides { 75 | height: 1%; 76 | } 77 | 78 | /* No JavaScript Fallback */ 79 | /* If you are not using another script, such as Modernizr, make sure you 80 | * include js that eliminates this class on page load */ 81 | .no-js .slides > li:first-child { 82 | display: block; 83 | } 84 | 85 | /* FlexSlider Default Theme 86 | *********************************/ 87 | .flexslider { 88 | margin: 0 0; 89 | background: #eee; 90 | position: relative; 91 | zoom: 1; 92 | } 93 | 94 | .flex-viewport { 95 | max-height: 2000px; 96 | -webkit-transition: all 1s ease; 97 | -moz-transition: all 1s ease; 98 | -o-transition: all 1s ease; 99 | transition: all 1s ease; 100 | } 101 | 102 | .loading .flex-viewport { 103 | max-height: 300px; 104 | } 105 | 106 | .flexslider .slides { 107 | zoom: 1; 108 | } 109 | 110 | .carousel li { 111 | margin-right: 5px; 112 | } 113 | 114 | /* Direction Nav */ 115 | .flex-direction-nav { 116 | *height: 0; 117 | } 118 | 119 | .flex-direction-nav a { 120 | display: block; 121 | width: 40px; 122 | height: 40px; 123 | margin: -20px 0 0; 124 | position: absolute; 125 | top: 50%; 126 | z-index: 10; 127 | overflow: hidden; 128 | opacity: 0; 129 | cursor: pointer; 130 | color: rgba(0, 0, 0, 0.8); 131 | text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); 132 | -webkit-transition: all .3s ease; 133 | -moz-transition: all .3s ease; 134 | transition: all .3s ease; 135 | } 136 | 137 | .flex-direction-nav .flex-prev { 138 | left: -50px; 139 | } 140 | 141 | .flex-direction-nav .flex-next { 142 | right: -50px; 143 | text-align: right; 144 | } 145 | 146 | .flexslider:hover .flex-prev { 147 | opacity: 0.7; 148 | left: 10px; 149 | } 150 | 151 | .flexslider:hover .flex-next { 152 | opacity: 0.7; 153 | right: 10px; 154 | } 155 | 156 | .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 157 | opacity: 1; 158 | } 159 | 160 | .flex-direction-nav .flex-disabled { 161 | opacity: 0 !important; 162 | filter: alpha(opacity=0); 163 | cursor: default; 164 | } 165 | 166 | .flex-direction-nav a:before { 167 | font-family: "flexslider-icon"; 168 | font-size: 40px; 169 | display: inline-block; 170 | content: '\f001'; 171 | } 172 | 173 | .flex-direction-nav a.flex-next:before { 174 | content: '\f002'; 175 | } 176 | 177 | /* Pause/Play */ 178 | .flex-pauseplay a { 179 | display: block; 180 | width: 20px; 181 | height: 20px; 182 | position: absolute; 183 | bottom: 5px; 184 | left: 10px; 185 | opacity: 0.8; 186 | z-index: 10; 187 | overflow: hidden; 188 | cursor: pointer; 189 | color: #000; 190 | } 191 | 192 | .flex-pauseplay a:before { 193 | font-family: "flexslider-icon"; 194 | font-size: 20px; 195 | display: inline-block; 196 | content: '\f004'; 197 | } 198 | 199 | .flex-pauseplay a:hover { 200 | opacity: 1; 201 | } 202 | 203 | .flex-pauseplay a.flex-play:before { 204 | content: '\f003'; 205 | } 206 | 207 | /* Control Nav */ 208 | .flex-control-nav { 209 | width: 100%; 210 | position: absolute; 211 | bottom: -40px; 212 | text-align: center; 213 | } 214 | 215 | .flex-control-nav li { 216 | margin: 0 6px; 217 | display: inline-block; 218 | zoom: 1; 219 | *display: inline; 220 | } 221 | 222 | .flex-control-paging li a { 223 | width: 11px; 224 | height: 11px; 225 | display: block; 226 | background: #666; 227 | background: rgba(0, 0, 0, 0.5); 228 | cursor: pointer; 229 | text-indent: -9999px; 230 | -webkit-border-radius: 20px; 231 | -moz-border-radius: 20px; 232 | -o-border-radius: 20px; 233 | border-radius: 20px; 234 | -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 235 | -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 236 | -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 237 | box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 238 | } 239 | 240 | .flex-control-paging li a:hover { 241 | background: #333; 242 | background: rgba(0, 0, 0, 0.7); 243 | } 244 | 245 | .flex-control-paging li a.flex-active { 246 | background: #000; 247 | background: rgba(0, 0, 0, 0.9); 248 | cursor: default; 249 | } 250 | 251 | .flex-control-thumbs { 252 | margin: 5px 0 0; 253 | position: static; 254 | overflow: hidden; 255 | } 256 | 257 | .flex-control-thumbs li { 258 | width: 25%; 259 | float: left; 260 | margin: 0; 261 | } 262 | 263 | .flex-control-thumbs img { 264 | width: 100%; 265 | display: block; 266 | opacity: .7; 267 | cursor: pointer; 268 | } 269 | 270 | .flex-control-thumbs img:hover { 271 | opacity: 1; 272 | } 273 | 274 | .flex-control-thumbs .flex-active { 275 | opacity: 1; 276 | cursor: default; 277 | } 278 | 279 | @media screen and (max-width: 860px) { 280 | .flex-direction-nav .flex-prev { 281 | opacity: 1; 282 | left: 10px; 283 | } 284 | 285 | .flex-direction-nav .flex-next { 286 | opacity: 1; 287 | right: 10px; 288 | } 289 | } 290 | #lightbox { 291 | cursor: pointer; 292 | position: fixed; 293 | width: 100%; 294 | height: 100%; 295 | top: 0; 296 | left: 0; 297 | background: black; 298 | /* IE Fallback (Solid Colour) */ 299 | background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=); 300 | background: rgba(0, 0, 0, 0.7); 301 | -webkit-filter: none !important; 302 | } 303 | 304 | #lightbox img { 305 | display: block; 306 | position: absolute; 307 | border: 5px solid #fff; 308 | box-shadow: 0 0 20px #000; 309 | border-radius: 1px; 310 | } 311 | 312 | body.blurred > * { 313 | -webkit-filter: blur(2px); 314 | -webkit-transform: translate3d(0, 0, 0); 315 | } 316 | 317 | .lightbox-loading { 318 | background: url(../images/loading.gif) center center no-repeat; 319 | width: 31px; 320 | height: 31px; 321 | margin: -16px 0 0 -16px; 322 | position: absolute; 323 | top: 48%; 324 | left: 50%; 325 | } 326 | 327 | .lightbox-caption { 328 | display: none; 329 | position: absolute; 330 | left: 0; 331 | bottom: 0; 332 | width: 100%; 333 | text-align: center; 334 | z-index: 1000; 335 | background: #000; 336 | background: rgba(0, 0, 0, 0.7); 337 | } 338 | 339 | .lightbox-caption p { 340 | margin: 0 auto; 341 | max-width: 70%; 342 | display: inline-block; 343 | *display: inline; 344 | *zoom: 1; 345 | padding: 10px; 346 | color: #fff; 347 | font-size: 12px; 348 | line-height: 18px; 349 | } 350 | 351 | .lightbox-button { 352 | position: absolute; 353 | z-index: 9999; 354 | background: no-repeat center center; 355 | width: 32px; 356 | height: 32px; 357 | opacity: 0.4; 358 | -webkit-transition: all 0.3s; 359 | -moz-transition: all 0.3s; 360 | -ms-transition: all 0.3s; 361 | transition: all 0.3s; 362 | } 363 | 364 | .lightbox-button:hover, 365 | .lightbox-button:focus { 366 | opacity: 1; 367 | -webkit-transform: scale(1.4); 368 | -moz-transform: scale(1.4); 369 | -ms-transform: scale(1.4); 370 | transform: scale(1.4); 371 | } 372 | 373 | .lightbox-close { 374 | right: 10px; 375 | top: 10px; 376 | background-image: url("../images/close.png"); 377 | } 378 | 379 | .lightbox-next { 380 | right: 10px; 381 | top: 48%; 382 | background-image: url("../images/next.png"); 383 | } 384 | 385 | .lightbox-previous { 386 | left: 10px; 387 | top: 48%; 388 | background-image: url("../images/previous.png"); 389 | } 390 | -------------------------------------------------------------------------------- /_site/css/templatemo_style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flex Template 3 | http://www.templatemo.com/preview/templatemo_406_flex 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 7 | margin: 0; 8 | padding: 0; 9 | border: 0; 10 | font-size: 100%; 11 | vertical-align: baseline; 12 | } 13 | 14 | body { 15 | line-height: 1; 16 | } 17 | 18 | .blue { 19 | color: #06C; 20 | } 21 | 22 | .green { 23 | color: #090; 24 | } 25 | 26 | ol, 27 | ul { 28 | list-style: none; 29 | } 30 | 31 | blockquote, 32 | q { 33 | quotes: none; 34 | } 35 | 36 | blockquote:before, 37 | blockquote:after { 38 | content: ''; 39 | content: none; 40 | } 41 | 42 | table { 43 | border-collapse: collapse; 44 | border-spacing: 0; 45 | } 46 | 47 | html { 48 | font-size: 100%; 49 | -webkit-text-size-adjust: 100%; 50 | -ms-text-size-adjust: 100%; 51 | } 52 | 53 | a:focus { 54 | outline: none; 55 | text-decoration: none; 56 | } 57 | 58 | a:active { 59 | text-decoration: none; 60 | } 61 | 62 | article, 63 | aside, 64 | details, 65 | figcaption, 66 | figure, 67 | footer, 68 | header, 69 | hgroup, 70 | nav, 71 | section, 72 | img { 73 | display: block; 74 | } 75 | 76 | audio, 77 | canvas, 78 | video { 79 | display: inline-block; 80 | *display: inline; 81 | *zoom: 1; 82 | } 83 | 84 | audio:not([controls]) { 85 | display: none; 86 | } 87 | 88 | sub, 89 | sup { 90 | line-height: 0; 91 | position: relative; 92 | vertical-align: baseline; 93 | } 94 | 95 | sup { 96 | top: -.5em; 97 | } 98 | 99 | sub { 100 | bottom: -.25em; 101 | } 102 | 103 | img { 104 | border: 0; 105 | -ms-interpolation-mode: bicubic; 106 | } 107 | 108 | button, 109 | input, 110 | select, 111 | textarea { 112 | font-size: 100%; 113 | margin: 0; 114 | vertical-align: baseline; 115 | *vertical-align: middle; 116 | } 117 | 118 | button, 119 | input { 120 | line-height: normal; 121 | *overflow: visible; 122 | } 123 | 124 | button::-moz-focus-inner, 125 | input::-moz-focus-inner { 126 | border: 0; 127 | padding: 0; 128 | } 129 | 130 | button, 131 | input[type="button"], 132 | input[type="reset"], 133 | input[type="submit"] { 134 | cursor: pointer; 135 | -webkit-appearance: button; 136 | } 137 | 138 | input[type="search"] { 139 | -webkit-appearance: textfield; 140 | -webkit-box-sizing: content-box; 141 | -moz-box-sizing: content-box; 142 | box-sizing: content-box; 143 | } 144 | 145 | input[type="search"]:-webkit-search-decoration { 146 | -webkit-appearance: none; 147 | } 148 | 149 | textarea { 150 | overflow: auto; 151 | vertical-align: top; 152 | } 153 | 154 | body { 155 | font-family: "Open Sans", Arial, sans-serif; 156 | font-size: .83em; 157 | line-height: 1.75; 158 | color: #666666; 159 | background-color: white; 160 | text-rendering: optimizeLegibility; 161 | overflow-x: hidden; 162 | } 163 | 164 | a { 165 | color: #ec523f; 166 | text-decoration: none; 167 | -webkit-transition: all 200ms ease-in-out; 168 | -moz-transition: all 200ms ease-in-out; 169 | transition: all 200ms ease-in-out; 170 | } 171 | a:hover { 172 | color: black; 173 | text-decoration: none; 174 | } 175 | 176 | h1, h2, h3, h4, h5, h6 { 177 | font-family: "Open Sans", Arial, sans-serif; 178 | color: #444444; 179 | } 180 | 181 | *, *:before, *:after { 182 | -moz-box-sizing: border-box; 183 | -webkit-box-sizing: border-box; 184 | box-sizing: border-box; 185 | } 186 | 187 | button, 188 | input, 189 | select, 190 | textarea { 191 | border: 1px solid #d5d5d5; 192 | outline: 0; 193 | padding: 10px 12px; 194 | color: #666666; 195 | } 196 | button:focus, 197 | input:focus, 198 | select:focus, 199 | textarea:focus { 200 | border-color: #666666; 201 | } 202 | 203 | .text-right { 204 | text-align: right; 205 | } 206 | 207 | .text-left { 208 | text-align: left; 209 | } 210 | 211 | .text-center { 212 | text-align: center; 213 | } 214 | 215 | .main-btn { 216 | color: white; 217 | border: 1px solid white; 218 | padding: 12px 20px; 219 | text-transform: uppercase; 220 | font-weight: 700; 221 | display: inline-block; 222 | } 223 | 224 | hr { 225 | display: block; 226 | height: 1px; 227 | border: 0; 228 | border-top: 1px solid #e2e2e2; 229 | margin: 40px 0; 230 | } 231 | 232 | .site-header ul.social-icons { 233 | position: relative; 234 | z-index: 11; 235 | margin: 30px 0; 236 | } 237 | .site-header ul.social-icons li { 238 | display: inline-block; 239 | margin: 0 2px; 240 | } 241 | .site-header ul.social-icons li a { 242 | width: 36px; 243 | height: 36px; 244 | background-color: white; 245 | color: #444444; 246 | text-align: center; 247 | line-height: 36px; 248 | border-radius: 18px; 249 | -webkit-border-radius: 18px; 250 | -moz-border-radius: 18px; 251 | } 252 | 253 | .main-header { 254 | position: fixed; 255 | width: 100%; 256 | margin: 0 auto; 257 | z-index: 99; 258 | top: 94px; 259 | -webkit-transition: all 150ms ease-in-out; 260 | -moz-transition: all 150ms ease-in-out; 261 | transition: all 150ms ease-in-out; 262 | } 263 | 264 | .scrolled { 265 | position: fixed; 266 | left: 0; 267 | top: 0; 268 | -webkit-transition: all 150ms ease-in-out; 269 | -moz-transition: all 150ms ease-in-out; 270 | transition: all 150ms ease-in-out; 271 | } 272 | 273 | #menu-wrapper { 274 | background-color: white; 275 | overflow: hidden; 276 | -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 277 | -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 278 | box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 279 | } 280 | 281 | .logo-wrapper { 282 | /* background: url(../images/logo.png) no-repeat;*/ 283 | height: 100px; 284 | background-position: 15px; 285 | } 286 | .logo-wrapper a { 287 | display: inline-block; 288 | overflow: hidden; 289 | padding-left: 30px; 290 | line-height: 100px; 291 | text-transform: uppercase; 292 | color: #ec523f; 293 | font-size: 32px; 294 | font-weight: 700; 295 | } 296 | 297 | .main-menu ul li { 298 | display: inline-block; 299 | margin: 0 20px; 300 | } 301 | .main-menu ul li:last-child { 302 | margin-right: 35px; 303 | } 304 | .main-menu ul li a { 305 | text-transform: uppercase; 306 | font-size: 14px; 307 | color: #444444; 308 | line-height: 100px; 309 | padding-top: 37px; 310 | } 311 | .main-menu ul li.active a { 312 | border-top: 3px solid #ec523f; 313 | color: #ec523f; 314 | } 315 | 316 | a.toggle-menu { 317 | width: 36px; 318 | height: 36px; 319 | float: right; 320 | margin-top: 33px; 321 | margin-right: 30px; 322 | text-align: center; 323 | line-height: 36px; 324 | font-size: 14px; 325 | background: #d5d5d5; 326 | display: inline-block; 327 | color: black; 328 | } 329 | 330 | .menu-responsive { 331 | display: none; 332 | background-color: rgba(50, 50, 50, 0.88); 333 | } 334 | .menu-responsive ul li { 335 | padding: 5px 0px 5px 25px; 336 | } 337 | .menu-responsive ul li a { 338 | display: block; 339 | color: white; 340 | text-transform: uppercase; 341 | font-size: 14px; 342 | } 343 | .menu-responsive ul li.active a { 344 | color: #ec523f; 345 | } 346 | 347 | .flexslider { 348 | position: relative; 349 | top: -96px; 350 | } 351 | .flexslider .overlay { 352 | position: absolute; 353 | top: 0; 354 | left: 0; 355 | z-index: 8; 356 | background: rgba(0, 0, 0, 0.5); 357 | width: 100%; 358 | height: 100%; 359 | } 360 | .flexslider .slider-caption { 361 | position: absolute; 362 | z-index: 9; 363 | width: 100%; 364 | text-align: center; 365 | top: 380px; 366 | left: 0; 367 | } 368 | .flexslider .slider-caption h2 { 369 | color: white; 370 | text-transform: uppercase; 371 | font-size: 36px; 372 | font-weight: 700; 373 | border-bottom: 1px solid white; 374 | padding-bottom: 10px; 375 | display: inline-block; 376 | } 377 | .flexslider .slider-caption p { 378 | color: white; 379 | text-transform: uppercase; 380 | font-size: 18px; 381 | margin-top: 20px; 382 | margin-bottom: 26px; 383 | display: block; 384 | } 385 | .flexslider .slider-caption a.slider-btn { 386 | color: white; 387 | background-color: #ec523f; 388 | padding: 12px 20px; 389 | border-radius: 4px; 390 | text-transform: uppercase; 391 | font-weight: 700; 392 | } 393 | @media screen and (min-width: 989px) { 394 | .flexslider .slider-caption { 395 | top: 230px; 396 | } 397 | } 398 | @media screen and (min-width: 1200px) { 399 | .flexslider .slider-caption { 400 | top: 380px; 401 | } 402 | } 403 | 404 | .content-section { 405 | margin-top: 80px; 406 | padding-top: 60px; 407 | } 408 | 409 | .heading-section { 410 | margin-bottom: 60px; 411 | } 412 | .heading-section h2 { 413 | font-size: 28px; 414 | font-weight: 600; 415 | text-transform: uppercase; 416 | border-bottom: 1px solid #444444; 417 | display: inline-block; 418 | } 419 | .heading-section p { 420 | color: #444444; 421 | font-size: 16px; 422 | font-weight: 300; 423 | text-transform: uppercase; 424 | margin-top: 10px; 425 | } 426 | 427 | .small-text { 428 | color: #aaaaaa; 429 | } 430 | 431 | .space-fixed { 432 | width: 100%; 433 | height: 130px; 434 | overflow: hidden; 435 | position: relative; 436 | } 437 | 438 | .content-section#services { 439 | margin-top: 0px; 440 | } 441 | 442 | .service-item { 443 | position: relative; 444 | color: white; 445 | text-align: center; 446 | margin-bottom: 30px; 447 | } 448 | 449 | .service-item a { 450 | color: #ffff66; 451 | } 452 | 453 | .service-item a:hover { 454 | color: black; 455 | } 456 | 457 | .service-item .service-icon { 458 | font-size: 3em; 459 | padding: 110px 0; 460 | } 461 | .service-item .service-content { 462 | padding: 10px; 463 | position: absolute; 464 | top: 0; 465 | left: 0; 466 | width: 100%; 467 | height: 100%; 468 | opacity: 0; 469 | visibility: hidden; 470 | -webkit-transition: all 200ms ease-in-out; 471 | -moz-transition: all 200ms ease-in-out; 472 | transition: all 200ms ease-in-out; 473 | } 474 | .service-item .service-content .inner-service { 475 | padding: 20px; 476 | } 477 | .service-item .service-content h3 { 478 | font-size: 18px; 479 | text-transform: uppercase; 480 | color: white; 481 | display: inline-block; 482 | padding-bottom: 10px; 483 | border-bottom: 1px solid white; 484 | margin-bottom: 15px; 485 | } 486 | .service-item:hover .service-icon { 487 | opacity: 0; 488 | visibility: hidden; 489 | } 490 | .service-item:hover .service-content { 491 | opacity: 1; 492 | visibility: visible; 493 | } 494 | 495 | #service-1 { 496 | background-color: #1abc9c; 497 | } 498 | 499 | #service-2 { 500 | background-color: #e67e22; 501 | } 502 | 503 | #service-3 { 504 | background-color: #3498db; 505 | } 506 | 507 | #service-4 { 508 | background-color: #2ecc71; 509 | } 510 | 511 | .portfolio-item { 512 | margin-bottom: 30px; 513 | } 514 | .portfolio-item .portfolio-thumb { 515 | position: relative; 516 | overflow: hidden; 517 | } 518 | .portfolio-item .portfolio-thumb img { 519 | width: 100%; 520 | } 521 | .portfolio-item .portfolio-thumb .portfolio-overlay { 522 | background-color: #ec523f; 523 | position: absolute; 524 | width: 100%; 525 | height: 100%; 526 | top: 0; 527 | left: 0; 528 | padding: 25px; 529 | text-align: center; 530 | color: white; 531 | opacity: 0; 532 | visibility: hidden; 533 | -webkit-transition: all 200ms ease-in-out; 534 | -moz-transition: all 200ms ease-in-out; 535 | transition: all 200ms ease-in-out; 536 | } 537 | .portfolio-item .portfolio-thumb .portfolio-overlay h3 { 538 | font-size: 18px; 539 | text-transform: uppercase; 540 | color: white; 541 | padding-bottom: 10px; 542 | margin-bottom: 10px; 543 | display: inline-block; 544 | border-bottom: 1px solid white; 545 | } 546 | .portfolio-item .portfolio-thumb .portfolio-overlay a.expand { 547 | margin-top: 15px; 548 | width: 36px; 549 | height: 36px; 550 | border-radius: 18px; 551 | -webkit-border-radius: 18px; 552 | -moz-border-radius: 18px; 553 | background-color: white; 554 | display: inline-block; 555 | text-align: center; 556 | } 557 | .portfolio-item .portfolio-thumb .portfolio-overlay a.expand i { 558 | line-height: 36px; 559 | } 560 | .portfolio-item .portfolio-thumb:hover .portfolio-overlay { 561 | opacity: 1; 562 | visibility: visible; 563 | } 564 | 565 | .team-member { 566 | margin-bottom: 30px; 567 | } 568 | .team-member .member-thumb { 569 | position: relative; 570 | overflow: hidden; 571 | border-radius: 50%; 572 | -webkit-border-radius: 50%; 573 | -moz-border-radius: 50%; 574 | } 575 | .team-member .member-thumb img { 576 | width: 100%; 577 | } 578 | .team-member .member-thumb .team-overlay { 579 | position: absolute; 580 | width: 100%; 581 | height: 100%; 582 | border-radius: 50%; 583 | -webkit-border-radius: 50%; 584 | -moz-border-radius: 50%; 585 | text-align: center; 586 | top: 0; 587 | left: 0; 588 | background-color: #ec523f; 589 | color: white; 590 | opacity: 0; 591 | visibility: hidden; 592 | -webkit-transition: all 200ms ease-in-out; 593 | -moz-transition: all 200ms ease-in-out; 594 | transition: all 200ms ease-in-out; 595 | } 596 | .team-member .member-thumb .team-overlay h3 { 597 | font-size: 18px; 598 | text-transform: uppercase; 599 | color: white; 600 | display: inline-block; 601 | padding-bottom: 10px; 602 | border-bottom: 1px solid white; 603 | margin-top: 64px; 604 | } 605 | .team-member .member-thumb .team-overlay span { 606 | text-transform: uppercase; 607 | font-weight: 300; 608 | margin-top: 10px; 609 | display: block; 610 | } 611 | .team-member .member-thumb .team-overlay ul.social { 612 | display: block; 613 | margin-top: 20px; 614 | } 615 | .team-member .member-thumb .team-overlay ul.social li { 616 | display: inline-block; 617 | } 618 | .team-member .member-thumb .team-overlay ul.social li a { 619 | width: 36px; 620 | height: 36px; 621 | background-color: white; 622 | line-height: 40px; 623 | color: #ec523f; 624 | border-radius: 18px; 625 | -webkit-border-radius: 18px; 626 | -moz-border-radius: 18px; 627 | } 628 | .team-member .member-thumb:hover .team-overlay { 629 | opacity: 1; 630 | visibility: visible; 631 | } 632 | 633 | .skills-heading { 634 | margin-top: 60px; 635 | margin-bottom: 50px; 636 | } 637 | .skills-heading h3.skills-title { 638 | font-style: italic; 639 | font-size: 18px; 640 | text-transform: uppercase; 641 | color: #5e5e5e; 642 | } 643 | .skills-heading .small-text { 644 | font-style: italic; 645 | } 646 | 647 | .progress { 648 | height: 34px; 649 | box-shadow: none; 650 | border-radius: 0; 651 | background-color: #e7e7e7; 652 | margin-bottom: 10px; 653 | } 654 | 655 | .progress-bar { 656 | line-height: 34px; 657 | text-align: left; 658 | padding-left: 15px; 659 | text-transform: uppercase; 660 | font-weight: 700; 661 | background-color: #ec523f; 662 | box-shadow: none; 663 | } 664 | 665 | .googlemap-wrapper { 666 | height: 380px; 667 | margin-bottom: 40px; 668 | } 669 | 670 | .map-canvas { 671 | height: 380px; 672 | border: 10px solid #efefef; 673 | } 674 | 675 | .contact-info { 676 | margin-top: 40px; 677 | } 678 | 679 | .contact-form input { 680 | width: 100%; 681 | margin-bottom: 15px; 682 | } 683 | .contact-form textarea { 684 | width: 100%; 685 | max-width: 100%; 686 | height: 120px; 687 | } 688 | .contact-form .mainBtn { 689 | margin-top: 15px; 690 | color: white; 691 | background-color: #ec523f; 692 | text-transform: uppercase; 693 | border: 0; 694 | } 695 | 696 | #go-top { 697 | background-color: #ec523f; 698 | color: white; 699 | padding: 15px 40px; 700 | text-transform: uppercase; 701 | font-weight: 700; 702 | } 703 | 704 | #footer { 705 | margin-top: 130px; 706 | } 707 | 708 | /* 709 | body, p, div, h1, h2, h3, h4, h5, h6 { 710 | font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif; 711 | font-style: normal; 712 | } 713 | */ 714 | 715 | .col-md-12 716 | { 717 | padding: 0px 44px; 718 | } 719 | .container { 720 | padding-bottom: 42px; 721 | } 722 | 723 | .post-title { 724 | font-size: 30px; 725 | font-weight: bold; 726 | text-shadow: 0px 2px 2px #E2DBDB; 727 | } 728 | 729 | .col-md-12.post { 730 | padding: 24px 44px; 731 | padding: 33px; 732 | margin: 23px 0; 733 | transition:.5s ease-in-out; 734 | } 735 | .post p { 736 | font-size: 14px; 737 | line-height: 32px; 738 | font-family:Zawgyi-One; 739 | text-shadow: 0px 2px 2px #E2DBDB; 740 | } 741 | 742 | .col-md-12.posts { 743 | margin: 16px 0; 744 | } 745 | 746 | .post img { 747 | width: 100%; 748 | margin-top: 33px; 749 | } 750 | 751 | 752 | .col-md-12.post:hover { 753 | box-shadow: 0px 0px 3px rgb(105, 98, 98); 754 | } 755 | 756 | .post ul { 757 | background: rgb(243, 98, 63); 758 | padding: 14px; 759 | margin: 15px 0px; 760 | color: #FFF; 761 | } 762 | 763 | .post ul li { 764 | line-height: 30px; 765 | } -------------------------------------------------------------------------------- /_site/feed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | http://fossmyanmar.github.io// 7 | 8 | Sun, 19 Jul 2015 23:06:53 +0630 9 | Sun, 19 Jul 2015 23:06:53 +0630 10 | Jekyll v2.5.3 11 | 12 | 13 | LRC – Linux Resource Center Resource to Door! 14 | <p><strong>LRC</strong> ဆိုတာကို ဘယ္သူေတြ မွတ္မိလဲ။ 15 | စကားမစပ္ LRC – Local Resources Centre (Myanmar)​ လဲ LRC လို႔ေခၚတယ္။ အဲတာကို ေျပာတာမဟုတ္ပါဘူး။</p> 16 | 17 | <p>အရင္တုန္းက ကြ်န္ေတာ္တို႔ Linux Resource Center ဆိုၿပီး လုပ္ခဲ့ၾကတာပါ။ 18 | မိမိႏွစ္သက္ရာ OS ကို National CD မွာေတာင္ ဝယ္မရတဲ့ အေျခအေနမွာ မွ်ေဝဖို႔ ႀကိဳးစားခဲ့ၾကတာေပါ့။</p> 19 | 20 | <p>အခုေခတ္မွာေတာ့ Ubuntu ေခြ Fedora ေခြ CentOS ေခြ RedHat ေခြေတြကို လြယ္လြယ္ကူကူ ဝယ္လို႔ရေနပါၿပီ။ ဒါေပမယ့္ Update မျဖစ္တာ Architect မစုံတာ သူတို႔ မသိပါဘူး။ version အစုံလည္း မရွိပါဘူး။ Video Tutorial ေတြ Guide ေရးေပးတဲ့ Website ေတြ Wiki ေတြဆိုတာလည္း အင္တာနက္ရမွ အသုံးျပဳႏိုင္တာပါ။ ဒီအတြက္ LRC ရွိမယ္ဆိုရင္ ဒါေတြကို Internet Traffic မရွိပဲ သုံးႏိုင္ပါလိမ့္မယ္။</p> 21 | 22 | <p>အဲအတြက္ 23 | LRC ေလးေတြ ျပန္လုပ္ရင္ ေကာင္းမလား 24 | LRC ေတြလုပ္မယ္ဆိုရင္</p> 25 | 26 | <ul> 27 | <li>၁) Storage အတြက္ External HDD ေတာ့ အနည္းဆုံး ကုန္က်ပါမယ္။ Internet ဆိုင္လို ေကာ္ဖီဆိုင္လိုေနရာေတြက ဝိုင္ဖိုင္ေတြဆိုရင္ ပါဝင္ဖြင့္ထားတဲ့အခ်ိန္ရပါမယ္။</li> 28 | <li>၂) File Server လိုထားမယ္ဆိုရင္ Pi ထပ္လိုပါမယ္။</li> 29 | <li>၃) ဆိုင္ေတြ ေနရာေတြက လက္ခံသလား တာဝန္ယူသလား ပူးေပါင္းပါဝင္ ကူညီမလား ဆိုတာရွိပါတယ္။</li> 30 | </ul> 31 | 32 | <p>သို႔မဟုတ္ 33 | Door 2 Door Delivery လုပ္မလား စဥ္းစားရပါမယ္။ 34 | အိမ္တိုင္ရာေရာက္ ပို႔ေပးၿပီး တေခြကို ၁၀၀၀ ထက္မပိုတဲ့ႏႈန္းနဲ႔ အျမန္ဆုံးပို႔ေပးႏိုင္ဖို႔ ႀကိဳးစားၾကည့္ၾကပါမယ္။</p> 35 | 36 | <p>LRC ရဲ႕ အားသာခ်က္က LRC ရွိတဲ့ ေနရာေတြ ေၾကျငာထားမွာျဖစ္လို႔ ႀကဳံတဲ့ေနရာ ဝင္ၿပီး ယူသြားယုံပါပဲ။ ကုန္က်စားရိတ္ကို LRC နဲ႔ ဆိုင္ေတြဘက္က က်ခံရပါလိမ့္မယ္။</p> 37 | 38 | <p>D2D ရဲ႕ အားသာခ်က္က စားရိတ္အမ်ားႀကီး မကုန္ပဲ အိမ္တိုင္ရာေရာက္ ပို႔ေပးပါလိမ့္မယ္။ ကုန္က်စားရိတ္ကို အသုံးျပဳသူက က်ခံရပါလိမ့္မယ္။ အားနည္းခ်က္ကေတာ့ နယ္ကလာတဲ့လူဆိုရင္ LRC က အဆင္ေျပတဲ့အခ်ိန္ေလး လမ္းႀကဳံဝင္ယူသြားရုံပါပဲ။ D2D ဆိုရင္ လက္ခံမယ့္ အိမ္ေတြ ေငြေခ်ေပးမယ့္ လူေတြ လိုအပ္ေနပါလိမ့္မယ္။</p> 39 | 40 | <p>တကယ္လို႔ တခုခုက ပိုေကာင္းတဲ့ အေၾကာင္းျပခ်က္ရွိရင္ ဒီဟာေတြထက္ ေကာင္းတဲ့ အႀကံရွိရင္ ေပးေစခ်င္ပါတယ္။ LRC လုပ္ဖို႔ကို စိတ္ဝင္စားတဲ့လူေတြရွိတယ္ဆုိလည္း ဘယ္အပိုင္းက ဘယ္လိုကူညီေပးႏိုင္တယ္ဆိုတာေလးပါ ေရးခဲ့ေပးႏိုင္ပါတယ္။</p> 41 | 42 | <p><img src="http://fossmyanmar.github.io/images/slide1.jpg" alt="Foss Myanmar Events at BarCamp Yangon 2015" title="Foss Myanmar Events at BarCamp Yangon 2015" /></p> 43 | 44 | Mon, 20 Apr 2015 21:05:13 +0630 45 | http://fossmyanmar.github.io//lrc/2015/04/20/LRC-Linux-Resource-Center-Resource-to-Door/ 46 | http://fossmyanmar.github.io//lrc/2015/04/20/LRC-Linux-Resource-Center-Resource-to-Door/ 47 | 48 | 49 | lrc 50 | 51 | 52 | 53 | 54 | Welcome to Foss Myanmar! 55 | <p>You’ll find this post in your <code>_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code>jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> 56 | 57 | <p>To add new posts, simply add a file in the <code>_posts</code> directory that follows the convention <code>YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p> 58 | 59 | <p>Jekyll also offers powerful support for code snippets:</p> 60 | 61 | <div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> 62 | <span class="nb">puts</span> <span class="s2">&quot;Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">&quot;</span> 63 | <span class="k">end</span> 64 | <span class="n">print_hi</span><span class="p">(</span><span class="s1">&#39;Tom&#39;</span><span class="p">)</span> 65 | <span class="c1">#=&gt; prints &#39;Hi, Tom&#39; to STDOUT.</span></code></pre></div> 66 | 67 | <p>Check out the <a href="http://jekyllrb.com">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://github.com/jekyll/jekyll-help">Jekyll’s dedicated Help repository</a>.</p> 68 | 69 | 70 | Mon, 02 Feb 2015 21:05:13 +0630 71 | http://fossmyanmar.github.io//jekyll/update/2015/02/02/welcome-to-fossmyanmar/ 72 | http://fossmyanmar.github.io//jekyll/update/2015/02/02/welcome-to-fossmyanmar/ 73 | 74 | 75 | jekyll 76 | 77 | update 78 | 79 | 80 | 81 | 82 | 83 | -------------------------------------------------------------------------------- /_site/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /_site/fonts/flexslider-icon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/flexslider-icon.eot -------------------------------------------------------------------------------- /_site/fonts/flexslider-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | This is a custom SVG font generated by IcoMoon. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /_site/fonts/flexslider-icon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/flexslider-icon.ttf -------------------------------------------------------------------------------- /_site/fonts/flexslider-icon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/flexslider-icon.woff -------------------------------------------------------------------------------- /_site/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /_site/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /_site/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /_site/images/bg_play_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/bg_play_pause.png -------------------------------------------------------------------------------- /_site/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/close.png -------------------------------------------------------------------------------- /_site/images/events/uformm/1907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/events/uformm/1907.jpg -------------------------------------------------------------------------------- /_site/images/events/uformm/2210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/events/uformm/2210.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p1.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p2.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p3.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p4.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p5.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p6.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p7.jpg -------------------------------------------------------------------------------- /_site/images/gallery/p8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/gallery/p8.jpg -------------------------------------------------------------------------------- /_site/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/loading.gif -------------------------------------------------------------------------------- /_site/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/next.png -------------------------------------------------------------------------------- /_site/images/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/previous.png -------------------------------------------------------------------------------- /_site/images/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/slide1.jpg -------------------------------------------------------------------------------- /_site/images/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/slide2.jpg -------------------------------------------------------------------------------- /_site/images/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/_site/images/slide3.jpg -------------------------------------------------------------------------------- /_site/js/main.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function($) { 2 | 3 | 'use strict'; 4 | 5 | 6 | /************** Toggle *********************/ 7 | // Cache selectors 8 | var lastId, 9 | topMenu = $(".menu-first, .menu-responsive"), 10 | topMenuHeight = topMenu.outerHeight()+15, 11 | // All list items 12 | menuItems = topMenu.find("a"), 13 | // Anchors corresponding to menu items 14 | scrollItems = menuItems.map(function(){ 15 | var item = $($(this).attr("href")); 16 | if (item.length) { return item; } 17 | }); 18 | 19 | // Bind click handler to menu items 20 | // so we can get a fancy scroll animation 21 | menuItems.click(function(e){ 22 | var href = $(this).attr("href"), 23 | offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1; 24 | $('html, body').stop().animate({ 25 | scrollTop: offsetTop 26 | }, 300); 27 | e.preventDefault(); 28 | }); 29 | 30 | // Bind to scroll 31 | $(window).scroll(function(){ 32 | // Get container scroll position 33 | var fromTop = $(this).scrollTop()+topMenuHeight; 34 | 35 | // Get id of current scroll item 36 | var cur = scrollItems.map(function(){ 37 | if ($(this).offset().top < fromTop) 38 | return this; 39 | }); 40 | // Get the id of the current element 41 | cur = cur[cur.length-1]; 42 | var id = cur && cur.length ? cur[0].id : ""; 43 | 44 | if (lastId !== id) { 45 | lastId = id; 46 | // Set/remove active class 47 | menuItems 48 | .parent().removeClass("active") 49 | .end().filter("[href=#"+id+"]").parent().addClass("active"); 50 | } 51 | }); 52 | 53 | 54 | 55 | $(window).scroll(function(){ 56 | $('.main-header').toggleClass('scrolled', $(this).scrollTop() > 1); 57 | }); 58 | 59 | 60 | 61 | $('a[href="#top"]').click(function(){ 62 | $('html, body').animate({scrollTop: 0}, 'slow'); 63 | return false; 64 | }); 65 | 66 | 67 | $('.flexslider').flexslider({ 68 | slideshow: true, 69 | slideshowSpeed: 3000, 70 | animation: "fade", 71 | directionNav: false, 72 | }); 73 | 74 | 75 | $('.toggle-menu').click(function(){ 76 | $('.menu-responsive').slideToggle(); 77 | return false; 78 | }); 79 | 80 | 81 | /************** LightBox *********************/ 82 | $(function(){ 83 | $('[data-rel="lightbox"]').lightbox(); 84 | }); 85 | 86 | 87 | }); 88 | -------------------------------------------------------------------------------- /_site/js/main.min.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function(e){"use strict";function o(){e(".sf-menu").superfish({delay:50,autoArrows:!0,animation:{opacity:"show"}})}e(".toggle-id").on("click",function(){var o=e(this).attr("href");return e(o).slideToggle(250),!1}),e("a.toggle-menu").click(function(){return e("#responsive-menu").stop(!0,!0).slideToggle(),!1}),o(),e(".sub-menu").addClass("animated fadeInRight"),e("#search-icon").on("click",function(){return e("#search-overlay").removeClass("animated bounceOutUp"),e("#search-overlay").fadeIn(0).addClass("animated bounceInDown"),e('.search-form-holder input[type="search"]').focus(),!1}),e(".close-search").on("click",function(){return e("#search-overlay").removeClass("animated bounceInDown"),e("#search-overlay").addClass("animated bounceOutUp"),!1}),jQuery(document).keyup(function(o){return 27===o.keyCode?(e("#search-overlay").removeClass("animated bounceInDown"),e("#search-overlay").addClass("animated bounceOutUp"),!1):void 0}),e(window).resize(function(){var o=e(window).height(),a=e(window).width();e(".swiper-container, .swiper-slide").height(o),e(".swiper-container, .swiper-slide").width(a)}),e(window).resize(),e(".arrow-left, .arrow-right").on("click",function(){e(".slider-caption h2").removeClass("animated fadeInDown"),e(".slider-caption h2").fadeIn(0).addClass("animated fadeInDown"),e(".slider-caption p").removeClass("animated fadeInUp"),e(".slider-caption p").fadeIn(0).addClass("animated fadeInUp")});var a=new Swiper(".swiper-container",{mode:"horizontal",loop:!0,keyboardControl:!0});e(".arrow-left").on("click",function(e){e.preventDefault(),a.swipePrev()}),e(".arrow-right").on("click",function(e){e.preventDefault(),a.swipeNext()}),e(".project-slider").slidesjs({pagination:!1,navigation:{active:!1,effect:"fade"}}),e(".staff-member").hover(function(){e(".overlay .social-network").addClass("animated fadeIn")},function(){e(".overlay .social-network").removeClass("animated fadeIn")}),e(".blog-thumb, .project-item").hover(function(){e(".overlay-b a").addClass("animated fadeIn")},function(){e(".overlay-b a").removeClass("animated fadeIn")}),e(".projects-holder").mixitup({effects:["fade","grayscale"],easing:"snap",transitionSpeed:400}),e(".fancybox").fancybox(),e("#contactform").submit(function(){var o=e(this).attr("action");return e("#message").slideUp(750,function(){e("#message").hide(),e("#submit").attr("disabled","disabled"),e.post(o,{name:e("#name").val(),email:e("#email").val(),phone:e("#phone").val(),comments:e("#comments").val()},function(o){document.getElementById("message").innerHTML=o,e("#message").slideDown("slow"),e("#submit").removeAttr("disabled"),null!=o.match("success")&&e("#contactform").slideUp("slow")})}),!1})}),$(window).load(function(){blogisotope=function(){var e,o=$(".blog-masonry").width(),a=Math.floor(o);return $(".blog-masonry").hasClass("masonry-true")===!0&&(a=Math.floor(.3033*o),e=Math.floor(.04*o),a=$(window).width()<1023?$(window).width()<768?Math.floor(1*o):Math.floor(.48*o):Math.floor(.3033*o)),e};var e=$(".blog-masonry");bloggingisotope=function(){e.isotope({itemSelector:".post-masonry",animationEngine:"jquery",masonry:{gutterWidth:blogisotope()}})},bloggingisotope(),$(window).smartresize(bloggingisotope)}); -------------------------------------------------------------------------------- /_site/js/min/main.min.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function(e){"use strict";var t,o=e(".menu-first, .menu-responsive"),i=o.outerHeight()+15,n=o.find("a"),r=n.map(function(){var t=e(e(this).attr("href"));return t.length?t:void 0});n.click(function(t){var o=e(this).attr("href"),n="#"===o?0:e(o).offset().top-i+1;e("html, body").stop().animate({scrollTop:n},300),t.preventDefault()}),e(window).scroll(function(){var o=e(this).scrollTop()+i,l=r.map(function(){return e(this).offset().top1)}),e('a[href="#top"]').click(function(){return e("html, body").animate({scrollTop:0},"slow"),!1}),e(".flexslider").flexslider({slideshow:!0,slideshowSpeed:3e3,animation:"fade",directionNav:!1}),e(".toggle-menu").click(function(){return e(".menu-responsive").slideToggle(),!1}),e(function(){e('[data-rel="lightbox"]').lightbox()})}); -------------------------------------------------------------------------------- /_site/js/vendor/modernizr-2.6.1-respond-1.1.0.min.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.6.1 (Custom Build) | MIT & BSD 2 | * Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load 3 | */ 4 | ;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function K(){e.input=function(c){for(var d=0,e=c.length;d',a,""].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(['#modernizr:after{content:"',l,'";visibility:hidden}'].join(""),function(b){a=b.offsetHeight>=1}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return o.call(a)=="[object Function]"}function e(a){return typeof a=="string"}function f(){}function g(a){return!a||a=="loaded"||a=="complete"||a=="uninitialized"}function h(){var a=p.shift();q=1,a?a.t?m(function(){(a.t=="c"?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){a!="img"&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l={},o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};y[c]===1&&(r=1,y[c]=[],l=b.createElement(a)),a=="object"?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),a!="img"&&(r||y[c]===2?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i(b=="c"?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),p.length==1&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&o.call(a.opera)=="[object Opera]",l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return o.call(a)=="[object Array]"},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f #mq-test-1 { width: 42px; }';a.insertBefore(d,b);c=g.offsetWidth==42;a.removeChild(d);return{matches:c,media:h}}})(document); 9 | 10 | /*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ 11 | (function(e){e.respond={};respond.update=function(){};respond.mediaQueriesSupported=e.matchMedia&&e.matchMedia("only all").matches;if(respond.mediaQueriesSupported){return}var w=e.document,s=w.documentElement,i=[],k=[],q=[],o={},h=30,f=w.getElementsByTagName("head")[0]||s,g=w.getElementsByTagName("base")[0],b=f.getElementsByTagName("link"),d=[],a=function(){var D=b,y=D.length,B=0,A,z,C,x;for(;B-1,minw:F.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:F.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}}j()},l,r,v=function(){var z,A=w.createElement("div"),x=w.body,y=false;A.style.cssText="position:absolute;font-size:1em;width:1em";if(!x){x=y=w.createElement("body");x.style.background="none"}x.appendChild(A);s.insertBefore(x,s.firstChild);z=A.offsetWidth;if(y){s.removeChild(x)}else{x.removeChild(A)}z=p=parseFloat(z);return z},p,j=function(I){var x="clientWidth",B=s[x],H=w.compatMode==="CSS1Compat"&&B||w.body[x]||B,D={},G=b[b.length-1],z=(new Date()).getTime();if(I&&l&&z-l-1?(p||v()):1)}if(!!J){J=parseFloat(J)*(J.indexOf(y)>-1?(p||v()):1)}if(!K.hasquery||(!A||!L)&&(A||H>=C)&&(L||H<=J)){if(!D[K.media]){D[K.media]=[]}D[K.media].push(k[K.rules])}}for(var E in q){if(q[E]&&q[E].parentNode===f){f.removeChild(q[E])}}for(var E in D){var M=w.createElement("style"),F=D[E].join("\n");M.type="text/css";M.media=E;f.insertBefore(M,G.nextSibling);if(M.styleSheet){M.styleSheet.cssText=F}else{M.appendChild(w.createTextNode(F))}q.push(M)}},n=function(x,z){var y=c();if(!y){return}y.open("GET",x,true);y.onreadystatechange=function(){if(y.readyState!=4||y.status!=200&&y.status!=304){return}z(y.responseText)};if(y.readyState==4){return}y.send(null)},c=(function(){var x=false;try{x=new XMLHttpRequest()}catch(y){x=new ActiveXObject("Microsoft.XMLHTTP")}return function(){return x}})();a();respond.update=a;function t(){j(true)}if(e.addEventListener){e.addEventListener("resize",t,false)}else{if(e.attachEvent){e.attachEvent("onresize",t)}}})(this); -------------------------------------------------------------------------------- /about.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: About 4 | permalink: /about/ 5 | --- 6 | 7 | This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/) 8 | 9 | You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new) 10 | 11 | You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll) 12 | -------------------------------------------------------------------------------- /blogs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: blog 3 | title: Blog 4 | permalink: /blog/ 5 | --- 6 | 7 | {% for post in site.posts %} 8 |
9 |

{{ post.title }}

10 |

{{ post.excerpt }}

11 |
12 | {% endfor %} 13 | 14 | 15 | -------------------------------------------------------------------------------- /css/main.scss: -------------------------------------------------------------------------------- 1 | --- 2 | # Only the main Sass file needs front matter (the dashes are enough) 3 | --- 4 | @charset "utf-8"; 5 | 6 | 7 | 8 | // Our variables 9 | $base-font-family: Helvetica, Arial, sans-serif; 10 | $base-font-size: 16px; 11 | $small-font-size: $base-font-size * 0.875; 12 | $base-line-height: 1.5; 13 | 14 | $spacing-unit: 30px; 15 | 16 | $text-color: #111; 17 | $background-color: #fdfdfd; 18 | $brand-color: #2a7ae2; 19 | 20 | $grey-color: #828282; 21 | $grey-color-light: lighten($grey-color, 40%); 22 | $grey-color-dark: darken($grey-color, 25%); 23 | 24 | // Width of the content area 25 | $content-width: 800px; 26 | 27 | $on-palm: 600px; 28 | $on-laptop: 800px; 29 | 30 | 31 | 32 | // Using media queries with like this: 33 | // @include media-query($on-palm) { 34 | // .wrapper { 35 | // padding-right: $spacing-unit / 2; 36 | // padding-left: $spacing-unit / 2; 37 | // } 38 | // } 39 | @mixin media-query($device) { 40 | @media screen and (max-width: $device) { 41 | @content; 42 | } 43 | } 44 | 45 | 46 | 47 | // Import partials from `sass_dir` (defaults to `_sass`) 48 | @import 49 | "base", 50 | "layout", 51 | "syntax-highlighting" 52 | ; 53 | -------------------------------------------------------------------------------- /css/templatemo_misc.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery FlexSlider v2.2.0 3 | * http://www.woothemes.com/flexslider/ 4 | * 5 | * Copyright 2012 WooThemes 6 | * Free to use under the GPLv2 license. 7 | * http://www.gnu.org/licenses/gpl-2.0.html 8 | * 9 | * Contributing author: Tyler Smith (@mbmufffin) 10 | */ 11 | /* Browser Resets 12 | *********************************/ 13 | .flex-container a:active, 14 | .flexslider a:active, 15 | .flex-container a:focus, 16 | .flexslider a:focus { 17 | outline: none; 18 | } 19 | 20 | .slides, 21 | .flex-control-nav, 22 | .flex-direction-nav { 23 | margin: 0; 24 | padding: 0; 25 | list-style: none; 26 | } 27 | 28 | /* Icon Fonts 29 | *********************************/ 30 | /* Font-face Icons */ 31 | @font-face { 32 | font-family: 'flexslider-icon'; 33 | src: url("../fonts/flexslider-icon.eot"); 34 | src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg"); 35 | font-weight: normal; 36 | font-style: normal; 37 | } 38 | /* FlexSlider Necessary Styles 39 | *********************************/ 40 | .flexslider { 41 | margin: 0; 42 | padding: 0; 43 | } 44 | 45 | .flexslider .slides > li { 46 | display: none; 47 | -webkit-backface-visibility: hidden; 48 | } 49 | 50 | /* Hide the slides before the JS is loaded. Avoids image jumping */ 51 | .flexslider .slides img { 52 | width: 100%; 53 | display: block; 54 | } 55 | 56 | .flex-pauseplay span { 57 | text-transform: capitalize; 58 | } 59 | 60 | /* Clearfix for the .slides element */ 61 | .slides:after { 62 | content: "\0020"; 63 | display: block; 64 | clear: both; 65 | visibility: hidden; 66 | line-height: 0; 67 | height: 0; 68 | } 69 | 70 | html[xmlns] .slides { 71 | display: block; 72 | } 73 | 74 | * html .slides { 75 | height: 1%; 76 | } 77 | 78 | /* No JavaScript Fallback */ 79 | /* If you are not using another script, such as Modernizr, make sure you 80 | * include js that eliminates this class on page load */ 81 | .no-js .slides > li:first-child { 82 | display: block; 83 | } 84 | 85 | /* FlexSlider Default Theme 86 | *********************************/ 87 | .flexslider { 88 | margin: 0 0; 89 | background: #eee; 90 | position: relative; 91 | zoom: 1; 92 | } 93 | 94 | .flex-viewport { 95 | max-height: 2000px; 96 | -webkit-transition: all 1s ease; 97 | -moz-transition: all 1s ease; 98 | -o-transition: all 1s ease; 99 | transition: all 1s ease; 100 | } 101 | 102 | .loading .flex-viewport { 103 | max-height: 300px; 104 | } 105 | 106 | .flexslider .slides { 107 | zoom: 1; 108 | } 109 | 110 | .carousel li { 111 | margin-right: 5px; 112 | } 113 | 114 | /* Direction Nav */ 115 | .flex-direction-nav { 116 | *height: 0; 117 | } 118 | 119 | .flex-direction-nav a { 120 | display: block; 121 | width: 40px; 122 | height: 40px; 123 | margin: -20px 0 0; 124 | position: absolute; 125 | top: 50%; 126 | z-index: 10; 127 | overflow: hidden; 128 | opacity: 0; 129 | cursor: pointer; 130 | color: rgba(0, 0, 0, 0.8); 131 | text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); 132 | -webkit-transition: all .3s ease; 133 | -moz-transition: all .3s ease; 134 | transition: all .3s ease; 135 | } 136 | 137 | .flex-direction-nav .flex-prev { 138 | left: -50px; 139 | } 140 | 141 | .flex-direction-nav .flex-next { 142 | right: -50px; 143 | text-align: right; 144 | } 145 | 146 | .flexslider:hover .flex-prev { 147 | opacity: 0.7; 148 | left: 10px; 149 | } 150 | 151 | .flexslider:hover .flex-next { 152 | opacity: 0.7; 153 | right: 10px; 154 | } 155 | 156 | .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 157 | opacity: 1; 158 | } 159 | 160 | .flex-direction-nav .flex-disabled { 161 | opacity: 0 !important; 162 | filter: alpha(opacity=0); 163 | cursor: default; 164 | } 165 | 166 | .flex-direction-nav a:before { 167 | font-family: "flexslider-icon"; 168 | font-size: 40px; 169 | display: inline-block; 170 | content: '\f001'; 171 | } 172 | 173 | .flex-direction-nav a.flex-next:before { 174 | content: '\f002'; 175 | } 176 | 177 | /* Pause/Play */ 178 | .flex-pauseplay a { 179 | display: block; 180 | width: 20px; 181 | height: 20px; 182 | position: absolute; 183 | bottom: 5px; 184 | left: 10px; 185 | opacity: 0.8; 186 | z-index: 10; 187 | overflow: hidden; 188 | cursor: pointer; 189 | color: #000; 190 | } 191 | 192 | .flex-pauseplay a:before { 193 | font-family: "flexslider-icon"; 194 | font-size: 20px; 195 | display: inline-block; 196 | content: '\f004'; 197 | } 198 | 199 | .flex-pauseplay a:hover { 200 | opacity: 1; 201 | } 202 | 203 | .flex-pauseplay a.flex-play:before { 204 | content: '\f003'; 205 | } 206 | 207 | /* Control Nav */ 208 | .flex-control-nav { 209 | width: 100%; 210 | position: absolute; 211 | bottom: -40px; 212 | text-align: center; 213 | } 214 | 215 | .flex-control-nav li { 216 | margin: 0 6px; 217 | display: inline-block; 218 | zoom: 1; 219 | *display: inline; 220 | } 221 | 222 | .flex-control-paging li a { 223 | width: 11px; 224 | height: 11px; 225 | display: block; 226 | background: #666; 227 | background: rgba(0, 0, 0, 0.5); 228 | cursor: pointer; 229 | text-indent: -9999px; 230 | -webkit-border-radius: 20px; 231 | -moz-border-radius: 20px; 232 | -o-border-radius: 20px; 233 | border-radius: 20px; 234 | -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 235 | -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 236 | -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 237 | box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); 238 | } 239 | 240 | .flex-control-paging li a:hover { 241 | background: #333; 242 | background: rgba(0, 0, 0, 0.7); 243 | } 244 | 245 | .flex-control-paging li a.flex-active { 246 | background: #000; 247 | background: rgba(0, 0, 0, 0.9); 248 | cursor: default; 249 | } 250 | 251 | .flex-control-thumbs { 252 | margin: 5px 0 0; 253 | position: static; 254 | overflow: hidden; 255 | } 256 | 257 | .flex-control-thumbs li { 258 | width: 25%; 259 | float: left; 260 | margin: 0; 261 | } 262 | 263 | .flex-control-thumbs img { 264 | width: 100%; 265 | display: block; 266 | opacity: .7; 267 | cursor: pointer; 268 | } 269 | 270 | .flex-control-thumbs img:hover { 271 | opacity: 1; 272 | } 273 | 274 | .flex-control-thumbs .flex-active { 275 | opacity: 1; 276 | cursor: default; 277 | } 278 | 279 | @media screen and (max-width: 860px) { 280 | .flex-direction-nav .flex-prev { 281 | opacity: 1; 282 | left: 10px; 283 | } 284 | 285 | .flex-direction-nav .flex-next { 286 | opacity: 1; 287 | right: 10px; 288 | } 289 | } 290 | #lightbox { 291 | cursor: pointer; 292 | position: fixed; 293 | width: 100%; 294 | height: 100%; 295 | top: 0; 296 | left: 0; 297 | background: black; 298 | /* IE Fallback (Solid Colour) */ 299 | background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=); 300 | background: rgba(0, 0, 0, 0.7); 301 | -webkit-filter: none !important; 302 | } 303 | 304 | #lightbox img { 305 | display: block; 306 | position: absolute; 307 | border: 5px solid #fff; 308 | box-shadow: 0 0 20px #000; 309 | border-radius: 1px; 310 | } 311 | 312 | body.blurred > * { 313 | -webkit-filter: blur(2px); 314 | -webkit-transform: translate3d(0, 0, 0); 315 | } 316 | 317 | .lightbox-loading { 318 | background: url(../images/loading.gif) center center no-repeat; 319 | width: 31px; 320 | height: 31px; 321 | margin: -16px 0 0 -16px; 322 | position: absolute; 323 | top: 48%; 324 | left: 50%; 325 | } 326 | 327 | .lightbox-caption { 328 | display: none; 329 | position: absolute; 330 | left: 0; 331 | bottom: 0; 332 | width: 100%; 333 | text-align: center; 334 | z-index: 1000; 335 | background: #000; 336 | background: rgba(0, 0, 0, 0.7); 337 | } 338 | 339 | .lightbox-caption p { 340 | margin: 0 auto; 341 | max-width: 70%; 342 | display: inline-block; 343 | *display: inline; 344 | *zoom: 1; 345 | padding: 10px; 346 | color: #fff; 347 | font-size: 12px; 348 | line-height: 18px; 349 | } 350 | 351 | .lightbox-button { 352 | position: absolute; 353 | z-index: 9999; 354 | background: no-repeat center center; 355 | width: 32px; 356 | height: 32px; 357 | opacity: 0.4; 358 | -webkit-transition: all 0.3s; 359 | -moz-transition: all 0.3s; 360 | -ms-transition: all 0.3s; 361 | transition: all 0.3s; 362 | } 363 | 364 | .lightbox-button:hover, 365 | .lightbox-button:focus { 366 | opacity: 1; 367 | -webkit-transform: scale(1.4); 368 | -moz-transform: scale(1.4); 369 | -ms-transform: scale(1.4); 370 | transform: scale(1.4); 371 | } 372 | 373 | .lightbox-close { 374 | right: 10px; 375 | top: 10px; 376 | background-image: url("../images/close.png"); 377 | } 378 | 379 | .lightbox-next { 380 | right: 10px; 381 | top: 48%; 382 | background-image: url("../images/next.png"); 383 | } 384 | 385 | .lightbox-previous { 386 | left: 10px; 387 | top: 48%; 388 | background-image: url("../images/previous.png"); 389 | } 390 | -------------------------------------------------------------------------------- /css/templatemo_style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Flex Template 3 | http://www.templatemo.com/preview/templatemo_406_flex 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 7 | margin: 0; 8 | padding: 0; 9 | border: 0; 10 | font-size: 100%; 11 | vertical-align: baseline; 12 | } 13 | 14 | body { 15 | line-height: 1; 16 | } 17 | 18 | .blue { 19 | color: #06C; 20 | } 21 | 22 | .green { 23 | color: #090; 24 | } 25 | 26 | ol, 27 | ul { 28 | list-style: none; 29 | } 30 | 31 | blockquote, 32 | q { 33 | quotes: none; 34 | } 35 | 36 | blockquote:before, 37 | blockquote:after { 38 | content: ''; 39 | content: none; 40 | } 41 | 42 | table { 43 | border-collapse: collapse; 44 | border-spacing: 0; 45 | } 46 | 47 | html { 48 | font-size: 100%; 49 | -webkit-text-size-adjust: 100%; 50 | -ms-text-size-adjust: 100%; 51 | } 52 | 53 | a:focus { 54 | outline: none; 55 | text-decoration: none; 56 | } 57 | 58 | a:active { 59 | text-decoration: none; 60 | } 61 | 62 | article, 63 | aside, 64 | details, 65 | figcaption, 66 | figure, 67 | footer, 68 | header, 69 | hgroup, 70 | nav, 71 | section, 72 | img { 73 | display: block; 74 | } 75 | 76 | audio, 77 | canvas, 78 | video { 79 | display: inline-block; 80 | *display: inline; 81 | *zoom: 1; 82 | } 83 | 84 | audio:not([controls]) { 85 | display: none; 86 | } 87 | 88 | sub, 89 | sup { 90 | line-height: 0; 91 | position: relative; 92 | vertical-align: baseline; 93 | } 94 | 95 | sup { 96 | top: -.5em; 97 | } 98 | 99 | sub { 100 | bottom: -.25em; 101 | } 102 | 103 | img { 104 | border: 0; 105 | -ms-interpolation-mode: bicubic; 106 | } 107 | 108 | button, 109 | input, 110 | select, 111 | textarea { 112 | font-size: 100%; 113 | margin: 0; 114 | vertical-align: baseline; 115 | *vertical-align: middle; 116 | } 117 | 118 | button, 119 | input { 120 | line-height: normal; 121 | *overflow: visible; 122 | } 123 | 124 | button::-moz-focus-inner, 125 | input::-moz-focus-inner { 126 | border: 0; 127 | padding: 0; 128 | } 129 | 130 | button, 131 | input[type="button"], 132 | input[type="reset"], 133 | input[type="submit"] { 134 | cursor: pointer; 135 | -webkit-appearance: button; 136 | } 137 | 138 | input[type="search"] { 139 | -webkit-appearance: textfield; 140 | -webkit-box-sizing: content-box; 141 | -moz-box-sizing: content-box; 142 | box-sizing: content-box; 143 | } 144 | 145 | input[type="search"]:-webkit-search-decoration { 146 | -webkit-appearance: none; 147 | } 148 | 149 | textarea { 150 | overflow: auto; 151 | vertical-align: top; 152 | } 153 | 154 | body { 155 | font-family: "Open Sans", Arial, sans-serif; 156 | font-size: .83em; 157 | line-height: 1.75; 158 | color: #666666; 159 | background-color: white; 160 | text-rendering: optimizeLegibility; 161 | overflow-x: hidden; 162 | } 163 | 164 | a { 165 | color: #ec523f; 166 | text-decoration: none; 167 | -webkit-transition: all 200ms ease-in-out; 168 | -moz-transition: all 200ms ease-in-out; 169 | transition: all 200ms ease-in-out; 170 | } 171 | a:hover { 172 | color: black; 173 | text-decoration: none; 174 | } 175 | 176 | h1, h2, h3, h4, h5, h6 { 177 | font-family: "Open Sans", Arial, sans-serif; 178 | color: #444444; 179 | } 180 | 181 | *, *:before, *:after { 182 | -moz-box-sizing: border-box; 183 | -webkit-box-sizing: border-box; 184 | box-sizing: border-box; 185 | } 186 | 187 | button, 188 | input, 189 | select, 190 | textarea { 191 | border: 1px solid #d5d5d5; 192 | outline: 0; 193 | padding: 10px 12px; 194 | color: #666666; 195 | } 196 | button:focus, 197 | input:focus, 198 | select:focus, 199 | textarea:focus { 200 | border-color: #666666; 201 | } 202 | 203 | .text-right { 204 | text-align: right; 205 | } 206 | 207 | .text-left { 208 | text-align: left; 209 | } 210 | 211 | .text-center { 212 | text-align: center; 213 | } 214 | 215 | .main-btn { 216 | color: white; 217 | border: 1px solid white; 218 | padding: 12px 20px; 219 | text-transform: uppercase; 220 | font-weight: 700; 221 | display: inline-block; 222 | } 223 | 224 | hr { 225 | display: block; 226 | height: 1px; 227 | border: 0; 228 | border-top: 1px solid #e2e2e2; 229 | margin: 40px 0; 230 | } 231 | 232 | .site-header ul.social-icons { 233 | position: relative; 234 | z-index: 11; 235 | margin: 30px 0; 236 | } 237 | .site-header ul.social-icons li { 238 | display: inline-block; 239 | margin: 0 2px; 240 | } 241 | .site-header ul.social-icons li a { 242 | width: 36px; 243 | height: 36px; 244 | background-color: white; 245 | color: #444444; 246 | text-align: center; 247 | line-height: 36px; 248 | border-radius: 18px; 249 | -webkit-border-radius: 18px; 250 | -moz-border-radius: 18px; 251 | } 252 | 253 | .main-header { 254 | position: fixed; 255 | width: 100%; 256 | margin: 0 auto; 257 | z-index: 99; 258 | top: 94px; 259 | -webkit-transition: all 150ms ease-in-out; 260 | -moz-transition: all 150ms ease-in-out; 261 | transition: all 150ms ease-in-out; 262 | } 263 | 264 | .scrolled { 265 | position: fixed; 266 | left: 0; 267 | top: 0; 268 | -webkit-transition: all 150ms ease-in-out; 269 | -moz-transition: all 150ms ease-in-out; 270 | transition: all 150ms ease-in-out; 271 | } 272 | 273 | #menu-wrapper { 274 | background-color: white; 275 | overflow: hidden; 276 | -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 277 | -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 278 | box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 279 | } 280 | 281 | .logo-wrapper { 282 | /* background: url(../images/logo.png) no-repeat;*/ 283 | height: 100px; 284 | background-position: 15px; 285 | } 286 | .logo-wrapper a { 287 | display: inline-block; 288 | overflow: hidden; 289 | padding-left: 30px; 290 | line-height: 100px; 291 | text-transform: uppercase; 292 | color: #ec523f; 293 | font-size: 32px; 294 | font-weight: 700; 295 | } 296 | 297 | .main-menu ul li { 298 | display: inline-block; 299 | margin: 0 20px; 300 | } 301 | .main-menu ul li:last-child { 302 | margin-right: 35px; 303 | } 304 | .main-menu ul li a { 305 | text-transform: uppercase; 306 | font-size: 14px; 307 | color: #444444; 308 | line-height: 100px; 309 | padding-top: 37px; 310 | } 311 | .main-menu ul li.active a { 312 | border-top: 3px solid #ec523f; 313 | color: #ec523f; 314 | } 315 | 316 | a.toggle-menu { 317 | width: 36px; 318 | height: 36px; 319 | float: right; 320 | margin-top: 33px; 321 | margin-right: 30px; 322 | text-align: center; 323 | line-height: 36px; 324 | font-size: 14px; 325 | background: #d5d5d5; 326 | display: inline-block; 327 | color: black; 328 | } 329 | 330 | .menu-responsive { 331 | display: none; 332 | background-color: rgba(50, 50, 50, 0.88); 333 | } 334 | .menu-responsive ul li { 335 | padding: 5px 0px 5px 25px; 336 | } 337 | .menu-responsive ul li a { 338 | display: block; 339 | color: white; 340 | text-transform: uppercase; 341 | font-size: 14px; 342 | } 343 | .menu-responsive ul li.active a { 344 | color: #ec523f; 345 | } 346 | 347 | .flexslider { 348 | position: relative; 349 | top: -96px; 350 | } 351 | .flexslider .overlay { 352 | position: absolute; 353 | top: 0; 354 | left: 0; 355 | z-index: 8; 356 | background: rgba(0, 0, 0, 0.5); 357 | width: 100%; 358 | height: 100%; 359 | } 360 | .flexslider .slider-caption { 361 | position: absolute; 362 | z-index: 9; 363 | width: 100%; 364 | text-align: center; 365 | top: 380px; 366 | left: 0; 367 | } 368 | .flexslider .slider-caption h2 { 369 | color: white; 370 | text-transform: uppercase; 371 | font-size: 36px; 372 | font-weight: 700; 373 | border-bottom: 1px solid white; 374 | padding-bottom: 10px; 375 | display: inline-block; 376 | } 377 | .flexslider .slider-caption p { 378 | color: white; 379 | text-transform: uppercase; 380 | font-size: 18px; 381 | margin-top: 20px; 382 | margin-bottom: 26px; 383 | display: block; 384 | } 385 | .flexslider .slider-caption a.slider-btn { 386 | color: white; 387 | background-color: #ec523f; 388 | padding: 12px 20px; 389 | border-radius: 4px; 390 | text-transform: uppercase; 391 | font-weight: 700; 392 | } 393 | @media screen and (min-width: 989px) { 394 | .flexslider .slider-caption { 395 | top: 230px; 396 | } 397 | } 398 | @media screen and (min-width: 1200px) { 399 | .flexslider .slider-caption { 400 | top: 380px; 401 | } 402 | } 403 | 404 | .content-section { 405 | margin-top: 80px; 406 | padding-top: 60px; 407 | } 408 | 409 | .heading-section { 410 | margin-bottom: 60px; 411 | } 412 | .heading-section h2 { 413 | font-size: 28px; 414 | font-weight: 600; 415 | text-transform: uppercase; 416 | border-bottom: 1px solid #444444; 417 | display: inline-block; 418 | } 419 | .heading-section p { 420 | color: #444444; 421 | font-size: 16px; 422 | font-weight: 300; 423 | text-transform: uppercase; 424 | margin-top: 10px; 425 | } 426 | 427 | .small-text { 428 | color: #aaaaaa; 429 | } 430 | 431 | .space-fixed { 432 | width: 100%; 433 | height: 130px; 434 | overflow: hidden; 435 | position: relative; 436 | } 437 | 438 | .content-section#services { 439 | margin-top: 0px; 440 | } 441 | 442 | .service-item { 443 | position: relative; 444 | color: white; 445 | text-align: center; 446 | margin-bottom: 30px; 447 | } 448 | 449 | .service-item a { 450 | color: #ffff66; 451 | } 452 | 453 | .service-item a:hover { 454 | color: black; 455 | } 456 | 457 | .service-item .service-icon { 458 | font-size: 3em; 459 | padding: 110px 0; 460 | } 461 | .service-item .service-content { 462 | padding: 10px; 463 | position: absolute; 464 | top: 0; 465 | left: 0; 466 | width: 100%; 467 | height: 100%; 468 | opacity: 0; 469 | visibility: hidden; 470 | -webkit-transition: all 200ms ease-in-out; 471 | -moz-transition: all 200ms ease-in-out; 472 | transition: all 200ms ease-in-out; 473 | } 474 | .service-item .service-content .inner-service { 475 | padding: 20px; 476 | } 477 | .service-item .service-content h3 { 478 | font-size: 18px; 479 | text-transform: uppercase; 480 | color: white; 481 | display: inline-block; 482 | padding-bottom: 10px; 483 | border-bottom: 1px solid white; 484 | margin-bottom: 15px; 485 | } 486 | .service-item:hover .service-icon { 487 | opacity: 0; 488 | visibility: hidden; 489 | } 490 | .service-item:hover .service-content { 491 | opacity: 1; 492 | visibility: visible; 493 | } 494 | 495 | #service-1 { 496 | background-color: #1abc9c; 497 | } 498 | 499 | #service-2 { 500 | background-color: #e67e22; 501 | } 502 | 503 | #service-3 { 504 | background-color: #3498db; 505 | } 506 | 507 | #service-4 { 508 | background-color: #2ecc71; 509 | } 510 | 511 | .portfolio-item { 512 | margin-bottom: 30px; 513 | } 514 | .portfolio-item .portfolio-thumb { 515 | position: relative; 516 | overflow: hidden; 517 | } 518 | .portfolio-item .portfolio-thumb img { 519 | width: 100%; 520 | } 521 | .portfolio-item .portfolio-thumb .portfolio-overlay { 522 | background-color: #ec523f; 523 | position: absolute; 524 | width: 100%; 525 | height: 100%; 526 | top: 0; 527 | left: 0; 528 | padding: 25px; 529 | text-align: center; 530 | color: white; 531 | opacity: 0; 532 | visibility: hidden; 533 | -webkit-transition: all 200ms ease-in-out; 534 | -moz-transition: all 200ms ease-in-out; 535 | transition: all 200ms ease-in-out; 536 | } 537 | .portfolio-item .portfolio-thumb .portfolio-overlay h3 { 538 | font-size: 18px; 539 | text-transform: uppercase; 540 | color: white; 541 | padding-bottom: 10px; 542 | margin-bottom: 10px; 543 | display: inline-block; 544 | border-bottom: 1px solid white; 545 | } 546 | .portfolio-item .portfolio-thumb .portfolio-overlay a.expand { 547 | margin-top: 15px; 548 | width: 36px; 549 | height: 36px; 550 | border-radius: 18px; 551 | -webkit-border-radius: 18px; 552 | -moz-border-radius: 18px; 553 | background-color: white; 554 | display: inline-block; 555 | text-align: center; 556 | } 557 | .portfolio-item .portfolio-thumb .portfolio-overlay a.expand i { 558 | line-height: 36px; 559 | } 560 | .portfolio-item .portfolio-thumb:hover .portfolio-overlay { 561 | opacity: 1; 562 | visibility: visible; 563 | } 564 | 565 | .team-member { 566 | margin-bottom: 30px; 567 | } 568 | .team-member .member-thumb { 569 | position: relative; 570 | overflow: hidden; 571 | border-radius: 50%; 572 | -webkit-border-radius: 50%; 573 | -moz-border-radius: 50%; 574 | } 575 | .team-member .member-thumb img { 576 | width: 100%; 577 | } 578 | .team-member .member-thumb .team-overlay { 579 | position: absolute; 580 | width: 100%; 581 | height: 100%; 582 | border-radius: 50%; 583 | -webkit-border-radius: 50%; 584 | -moz-border-radius: 50%; 585 | text-align: center; 586 | top: 0; 587 | left: 0; 588 | background-color: #ec523f; 589 | color: white; 590 | opacity: 0; 591 | visibility: hidden; 592 | -webkit-transition: all 200ms ease-in-out; 593 | -moz-transition: all 200ms ease-in-out; 594 | transition: all 200ms ease-in-out; 595 | } 596 | .team-member .member-thumb .team-overlay h3 { 597 | font-size: 18px; 598 | text-transform: uppercase; 599 | color: white; 600 | display: inline-block; 601 | padding-bottom: 10px; 602 | border-bottom: 1px solid white; 603 | margin-top: 64px; 604 | } 605 | .team-member .member-thumb .team-overlay span { 606 | text-transform: uppercase; 607 | font-weight: 300; 608 | margin-top: 10px; 609 | display: block; 610 | } 611 | .team-member .member-thumb .team-overlay ul.social { 612 | display: block; 613 | margin-top: 20px; 614 | } 615 | .team-member .member-thumb .team-overlay ul.social li { 616 | display: inline-block; 617 | } 618 | .team-member .member-thumb .team-overlay ul.social li a { 619 | width: 36px; 620 | height: 36px; 621 | background-color: white; 622 | line-height: 40px; 623 | color: #ec523f; 624 | border-radius: 18px; 625 | -webkit-border-radius: 18px; 626 | -moz-border-radius: 18px; 627 | } 628 | .team-member .member-thumb:hover .team-overlay { 629 | opacity: 1; 630 | visibility: visible; 631 | } 632 | 633 | .skills-heading { 634 | margin-top: 60px; 635 | margin-bottom: 50px; 636 | } 637 | .skills-heading h3.skills-title { 638 | font-style: italic; 639 | font-size: 18px; 640 | text-transform: uppercase; 641 | color: #5e5e5e; 642 | } 643 | .skills-heading .small-text { 644 | font-style: italic; 645 | } 646 | 647 | .progress { 648 | height: 34px; 649 | box-shadow: none; 650 | border-radius: 0; 651 | background-color: #e7e7e7; 652 | margin-bottom: 10px; 653 | } 654 | 655 | .progress-bar { 656 | line-height: 34px; 657 | text-align: left; 658 | padding-left: 15px; 659 | text-transform: uppercase; 660 | font-weight: 700; 661 | background-color: #ec523f; 662 | box-shadow: none; 663 | } 664 | 665 | .googlemap-wrapper { 666 | height: 380px; 667 | margin-bottom: 40px; 668 | } 669 | 670 | .map-canvas { 671 | height: 380px; 672 | border: 10px solid #efefef; 673 | } 674 | 675 | .contact-info { 676 | margin-top: 40px; 677 | } 678 | 679 | .contact-form input { 680 | width: 100%; 681 | margin-bottom: 15px; 682 | } 683 | .contact-form textarea { 684 | width: 100%; 685 | max-width: 100%; 686 | height: 120px; 687 | } 688 | .contact-form .mainBtn { 689 | margin-top: 15px; 690 | color: white; 691 | background-color: #ec523f; 692 | text-transform: uppercase; 693 | border: 0; 694 | } 695 | 696 | #go-top { 697 | background-color: #ec523f; 698 | color: white; 699 | padding: 15px 40px; 700 | text-transform: uppercase; 701 | font-weight: 700; 702 | } 703 | 704 | #footer { 705 | margin-top: 130px; 706 | } 707 | 708 | /* 709 | body, p, div, h1, h2, h3, h4, h5, h6 { 710 | font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif; 711 | font-style: normal; 712 | } 713 | */ 714 | 715 | .col-md-12 716 | { 717 | padding: 0px 44px; 718 | } 719 | .container { 720 | padding-bottom: 42px; 721 | } 722 | 723 | .post-title { 724 | font-size: 30px; 725 | font-weight: bold; 726 | text-shadow: 0px 2px 2px #E2DBDB; 727 | } 728 | 729 | .col-md-12.post { 730 | padding: 24px 44px; 731 | padding: 33px; 732 | margin: 23px 0; 733 | transition:.5s ease-in-out; 734 | } 735 | .post p { 736 | font-size: 14px; 737 | line-height: 32px; 738 | font-family:Zawgyi-One; 739 | text-shadow: 0px 2px 2px #E2DBDB; 740 | } 741 | 742 | .col-md-12.posts { 743 | margin: 16px 0; 744 | } 745 | 746 | .post img { 747 | width: 100%; 748 | margin-top: 33px; 749 | } 750 | 751 | 752 | .col-md-12.post:hover { 753 | box-shadow: 0px 0px 3px rgb(105, 98, 98); 754 | } 755 | 756 | .post ul { 757 | background: rgb(243, 98, 63); 758 | padding: 14px; 759 | margin: 15px 0px; 760 | color: #FFF; 761 | } 762 | 763 | .post ul li { 764 | line-height: 30px; 765 | } -------------------------------------------------------------------------------- /feed.xml: -------------------------------------------------------------------------------- 1 | --- 2 | layout: null 3 | --- 4 | 5 | 6 | 7 | {{ site.title | xml_escape }} 8 | {{ site.description | xml_escape }} 9 | {{ site.url }}{{ site.baseurl }}/ 10 | 11 | {{ site.time | date_to_rfc822 }} 12 | {{ site.time | date_to_rfc822 }} 13 | Jekyll v{{ jekyll.version }} 14 | {% for post in site.posts limit:10 %} 15 | 16 | {{ post.title | xml_escape }} 17 | {{ post.content | xml_escape }} 18 | {{ post.date | date_to_rfc822 }} 19 | {{ post.url | prepend: site.baseurl | prepend: site.url }} 20 | {{ post.url | prepend: site.baseurl | prepend: site.url }} 21 | {% for tag in post.tags %} 22 | {{ tag | xml_escape }} 23 | {% endfor %} 24 | {% for cat in post.categories %} 25 | {{ cat | xml_escape }} 26 | {% endfor %} 27 | 28 | {% endfor %} 29 | 30 | 31 | -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/flexslider-icon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/flexslider-icon.eot -------------------------------------------------------------------------------- /fonts/flexslider-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | This is a custom SVG font generated by IcoMoon. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /fonts/flexslider-icon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/flexslider-icon.ttf -------------------------------------------------------------------------------- /fonts/flexslider-icon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/flexslider-icon.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /images/bg_play_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/bg_play_pause.png -------------------------------------------------------------------------------- /images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/close.png -------------------------------------------------------------------------------- /images/contributors/chitkokowin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/contributors/chitkokowin.jpg -------------------------------------------------------------------------------- /images/contributors/ethan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/contributors/ethan.jpg -------------------------------------------------------------------------------- /images/contributors/kokoye2007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/contributors/kokoye2007.jpg -------------------------------------------------------------------------------- /images/contributors/thohi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/contributors/thohi.jpg -------------------------------------------------------------------------------- /images/contributors/yannaing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/contributors/yannaing.jpg -------------------------------------------------------------------------------- /images/events/uformm/1907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/events/uformm/1907.jpg -------------------------------------------------------------------------------- /images/events/uformm/2210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/events/uformm/2210.jpg -------------------------------------------------------------------------------- /images/gallery/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p1.jpg -------------------------------------------------------------------------------- /images/gallery/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p2.jpg -------------------------------------------------------------------------------- /images/gallery/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p3.jpg -------------------------------------------------------------------------------- /images/gallery/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p4.jpg -------------------------------------------------------------------------------- /images/gallery/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p5.jpg -------------------------------------------------------------------------------- /images/gallery/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p6.jpg -------------------------------------------------------------------------------- /images/gallery/p7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p7.jpg -------------------------------------------------------------------------------- /images/gallery/p8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/gallery/p8.jpg -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/loading.gif -------------------------------------------------------------------------------- /images/members/aung-ko-ko-myint-oo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/aung-ko-ko-myint-oo.png -------------------------------------------------------------------------------- /images/members/aungkhantzaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/aungkhantzaw.png -------------------------------------------------------------------------------- /images/members/htooayelwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/htooayelwin.png -------------------------------------------------------------------------------- /images/members/kaung_htet_htun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/kaung_htet_htun.png -------------------------------------------------------------------------------- /images/members/naingwin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/naingwin.jpg -------------------------------------------------------------------------------- /images/members/nyi-nyi-zaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/nyi-nyi-zaw.png -------------------------------------------------------------------------------- /images/members/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/placeholder.png -------------------------------------------------------------------------------- /images/members/taikkyithar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/taikkyithar.jpg -------------------------------------------------------------------------------- /images/members/ye-thu-soe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/ye-thu-soe.png -------------------------------------------------------------------------------- /images/members/zaw_ye.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/members/zaw_ye.jpg -------------------------------------------------------------------------------- /images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/next.png -------------------------------------------------------------------------------- /images/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/previous.png -------------------------------------------------------------------------------- /images/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/slide1.jpg -------------------------------------------------------------------------------- /images/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/slide2.jpg -------------------------------------------------------------------------------- /images/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fossmyanmar/fossmyanmar.github.io/9ab1c13b0e1cf7975c1013e621ab4837a9319961/images/slide3.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout : home 3 | --- 4 |
5 | 43 |
44 |
45 |
46 |
    47 |
  • 48 |
    49 | 50 |
    51 |

    OSS

    52 |

    Open-source software

    53 | What we do? 54 |
    55 |
  • 56 |
  • 57 |
    58 | 59 |
    60 |

    FOSS

    61 |

    Free and open-source software

    62 | What we do? 63 |
    64 |
  • 65 |
  • 66 |
    67 | 68 |
    69 |

    FOSS

    70 |

    Free and open-source software

    71 | What we do? 72 |
    73 |
  • 74 |
75 |
76 |
77 |
78 |
79 | 80 |
81 |
82 |
83 |
84 |

What we do?

85 |

Sharing!

86 |
87 |
88 |
89 |
90 |
91 |
92 | 93 |
94 |
95 |
96 |

What we do?

97 |

Sharing!

98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 | 106 |
107 |
108 |
109 |

What we do?

110 |

Sharing!

111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 | 119 |
120 |
121 |
122 |

What we do?

123 |

Sharing!

124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 | 132 |
133 |
134 |
135 |

What we do?

136 |

Sharing!

137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |

Events

149 |

What we have done so far

150 |
151 |
152 |
153 | {% for event in site.data.event.events_ubuntu %} 154 | 167 | {% endfor %} 168 |
169 |
170 |
171 | 172 |
173 |
174 |
175 |
176 |

Our Contributor

177 |

Meet our people and about our community

178 |
179 |
180 |
181 | {% for test in site.data.contributor %} 182 | {% assign member = test[1] %} 183 |
184 |
185 | {% if member.imgName == null %} 186 | {% assign imgName = "placeholder.png" %} 187 | {{ member.team }} 188 |
189 |

{{ member.name }}

190 | {{ member.team }} 191 | {{ member.position }} 192 | 198 |
199 | {% else %} 200 | {% assign imgName = member.imgName %} 201 | {{ member.team }} 202 |
203 |

{{ member.name }}

204 | {{ member.team }} 205 | {{ member.position }} 206 | 212 |
213 | {% endif %} 214 | 215 |
216 |
217 | {% endfor %} 218 |
219 |
220 |
221 | 222 |
223 |
224 |
225 |
226 |

Our Member

227 |

Meet our people and about our community

228 |
229 |
230 |
231 | {% for test in site.data.members %} 232 | {% assign member = test[1] %} 233 |
234 |
235 | {% if member.photo == null %} 236 | {% assign photo = "placeholder.png" %} 237 | {% else %} 238 | {% assign photo = member.photo %} 239 | {% endif %} 240 | {{ member.team }} 241 |
242 |

{{ member.name }}

243 | {{ member.teams }} 244 | 249 |
250 |
251 |
252 | {% endfor %} 253 |
254 |
255 |
256 | 257 |
258 |
259 |
260 |
261 |

Contact Us

262 |

Feel free to send a message

263 |
264 |
265 |
266 |
267 |
268 | 269 |
270 |
271 |
272 |
273 |
274 |
275 | 280 |
281 |

282 |
283 | 284 |
285 |
286 |
287 | -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function($) { 2 | 3 | 'use strict'; 4 | 5 | 6 | /************** Toggle *********************/ 7 | // Cache selectors 8 | var lastId, 9 | topMenu = $(".menu-first, .menu-responsive"), 10 | topMenuHeight = topMenu.outerHeight()+15, 11 | // All list items 12 | menuItems = topMenu.find("a"), 13 | // Anchors corresponding to menu items 14 | scrollItems = menuItems.map(function(){ 15 | var item = $($(this).attr("href")); 16 | if (item.length) { return item; } 17 | }); 18 | 19 | // Bind click handler to menu items 20 | // so we can get a fancy scroll animation 21 | menuItems.click(function(e){ 22 | var href = $(this).attr("href"), 23 | offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1; 24 | $('html, body').stop().animate({ 25 | scrollTop: offsetTop 26 | }, 300); 27 | e.preventDefault(); 28 | }); 29 | 30 | // Bind to scroll 31 | $(window).scroll(function(){ 32 | // Get container scroll position 33 | var fromTop = $(this).scrollTop()+topMenuHeight; 34 | 35 | // Get id of current scroll item 36 | var cur = scrollItems.map(function(){ 37 | if ($(this).offset().top < fromTop) 38 | return this; 39 | }); 40 | // Get the id of the current element 41 | cur = cur[cur.length-1]; 42 | var id = cur && cur.length ? cur[0].id : ""; 43 | 44 | if (lastId !== id) { 45 | lastId = id; 46 | // Set/remove active class 47 | menuItems 48 | .parent().removeClass("active") 49 | .end().filter("[href=#"+id+"]").parent().addClass("active"); 50 | } 51 | }); 52 | 53 | 54 | 55 | $(window).scroll(function(){ 56 | $('.main-header').toggleClass('scrolled', $(this).scrollTop() > 1); 57 | }); 58 | 59 | 60 | 61 | $('a[href="#top"]').click(function(){ 62 | $('html, body').animate({scrollTop: 0}, 'slow'); 63 | return false; 64 | }); 65 | 66 | 67 | $('.flexslider').flexslider({ 68 | slideshow: true, 69 | slideshowSpeed: 3000, 70 | animation: "fade", 71 | directionNav: false, 72 | }); 73 | 74 | 75 | $('.toggle-menu').click(function(){ 76 | $('.menu-responsive').slideToggle(); 77 | return false; 78 | }); 79 | 80 | 81 | /************** LightBox *********************/ 82 | $(function(){ 83 | $('[data-rel="lightbox"]').lightbox(); 84 | }); 85 | 86 | 87 | }); 88 | -------------------------------------------------------------------------------- /js/main.min.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function(e){"use strict";function o(){e(".sf-menu").superfish({delay:50,autoArrows:!0,animation:{opacity:"show"}})}e(".toggle-id").on("click",function(){var o=e(this).attr("href");return e(o).slideToggle(250),!1}),e("a.toggle-menu").click(function(){return e("#responsive-menu").stop(!0,!0).slideToggle(),!1}),o(),e(".sub-menu").addClass("animated fadeInRight"),e("#search-icon").on("click",function(){return e("#search-overlay").removeClass("animated bounceOutUp"),e("#search-overlay").fadeIn(0).addClass("animated bounceInDown"),e('.search-form-holder input[type="search"]').focus(),!1}),e(".close-search").on("click",function(){return e("#search-overlay").removeClass("animated bounceInDown"),e("#search-overlay").addClass("animated bounceOutUp"),!1}),jQuery(document).keyup(function(o){return 27===o.keyCode?(e("#search-overlay").removeClass("animated bounceInDown"),e("#search-overlay").addClass("animated bounceOutUp"),!1):void 0}),e(window).resize(function(){var o=e(window).height(),a=e(window).width();e(".swiper-container, .swiper-slide").height(o),e(".swiper-container, .swiper-slide").width(a)}),e(window).resize(),e(".arrow-left, .arrow-right").on("click",function(){e(".slider-caption h2").removeClass("animated fadeInDown"),e(".slider-caption h2").fadeIn(0).addClass("animated fadeInDown"),e(".slider-caption p").removeClass("animated fadeInUp"),e(".slider-caption p").fadeIn(0).addClass("animated fadeInUp")});var a=new Swiper(".swiper-container",{mode:"horizontal",loop:!0,keyboardControl:!0});e(".arrow-left").on("click",function(e){e.preventDefault(),a.swipePrev()}),e(".arrow-right").on("click",function(e){e.preventDefault(),a.swipeNext()}),e(".project-slider").slidesjs({pagination:!1,navigation:{active:!1,effect:"fade"}}),e(".staff-member").hover(function(){e(".overlay .social-network").addClass("animated fadeIn")},function(){e(".overlay .social-network").removeClass("animated fadeIn")}),e(".blog-thumb, .project-item").hover(function(){e(".overlay-b a").addClass("animated fadeIn")},function(){e(".overlay-b a").removeClass("animated fadeIn")}),e(".projects-holder").mixitup({effects:["fade","grayscale"],easing:"snap",transitionSpeed:400}),e(".fancybox").fancybox(),e("#contactform").submit(function(){var o=e(this).attr("action");return e("#message").slideUp(750,function(){e("#message").hide(),e("#submit").attr("disabled","disabled"),e.post(o,{name:e("#name").val(),email:e("#email").val(),phone:e("#phone").val(),comments:e("#comments").val()},function(o){document.getElementById("message").innerHTML=o,e("#message").slideDown("slow"),e("#submit").removeAttr("disabled"),null!=o.match("success")&&e("#contactform").slideUp("slow")})}),!1})}),$(window).load(function(){blogisotope=function(){var e,o=$(".blog-masonry").width(),a=Math.floor(o);return $(".blog-masonry").hasClass("masonry-true")===!0&&(a=Math.floor(.3033*o),e=Math.floor(.04*o),a=$(window).width()<1023?$(window).width()<768?Math.floor(1*o):Math.floor(.48*o):Math.floor(.3033*o)),e};var e=$(".blog-masonry");bloggingisotope=function(){e.isotope({itemSelector:".post-masonry",animationEngine:"jquery",masonry:{gutterWidth:blogisotope()}})},bloggingisotope(),$(window).smartresize(bloggingisotope)}); -------------------------------------------------------------------------------- /js/min/main.min.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function(e){"use strict";var t,o=e(".menu-first, .menu-responsive"),i=o.outerHeight()+15,n=o.find("a"),r=n.map(function(){var t=e(e(this).attr("href"));return t.length?t:void 0});n.click(function(t){var o=e(this).attr("href"),n="#"===o?0:e(o).offset().top-i+1;e("html, body").stop().animate({scrollTop:n},300),t.preventDefault()}),e(window).scroll(function(){var o=e(this).scrollTop()+i,l=r.map(function(){return e(this).offset().top1)}),e('a[href="#top"]').click(function(){return e("html, body").animate({scrollTop:0},"slow"),!1}),e(".flexslider").flexslider({slideshow:!0,slideshowSpeed:3e3,animation:"fade",directionNav:!1}),e(".toggle-menu").click(function(){return e(".menu-responsive").slideToggle(),!1}),e(function(){e('[data-rel="lightbox"]').lightbox()})}); -------------------------------------------------------------------------------- /js/vendor/modernizr-2.6.1-respond-1.1.0.min.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.6.1 (Custom Build) | MIT & BSD 2 | * Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load 3 | */ 4 | ;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function K(){e.input=function(c){for(var d=0,e=c.length;d',a,""].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(['#modernizr:after{content:"',l,'";visibility:hidden}'].join(""),function(b){a=b.offsetHeight>=1}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return o.call(a)=="[object Function]"}function e(a){return typeof a=="string"}function f(){}function g(a){return!a||a=="loaded"||a=="complete"||a=="uninitialized"}function h(){var a=p.shift();q=1,a?a.t?m(function(){(a.t=="c"?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){a!="img"&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l={},o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};y[c]===1&&(r=1,y[c]=[],l=b.createElement(a)),a=="object"?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),a!="img"&&(r||y[c]===2?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i(b=="c"?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),p.length==1&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&o.call(a.opera)=="[object Opera]",l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return o.call(a)=="[object Array]"},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f #mq-test-1 { width: 42px; }';a.insertBefore(d,b);c=g.offsetWidth==42;a.removeChild(d);return{matches:c,media:h}}})(document); 9 | 10 | /*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ 11 | (function(e){e.respond={};respond.update=function(){};respond.mediaQueriesSupported=e.matchMedia&&e.matchMedia("only all").matches;if(respond.mediaQueriesSupported){return}var w=e.document,s=w.documentElement,i=[],k=[],q=[],o={},h=30,f=w.getElementsByTagName("head")[0]||s,g=w.getElementsByTagName("base")[0],b=f.getElementsByTagName("link"),d=[],a=function(){var D=b,y=D.length,B=0,A,z,C,x;for(;B-1,minw:F.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:F.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}}j()},l,r,v=function(){var z,A=w.createElement("div"),x=w.body,y=false;A.style.cssText="position:absolute;font-size:1em;width:1em";if(!x){x=y=w.createElement("body");x.style.background="none"}x.appendChild(A);s.insertBefore(x,s.firstChild);z=A.offsetWidth;if(y){s.removeChild(x)}else{x.removeChild(A)}z=p=parseFloat(z);return z},p,j=function(I){var x="clientWidth",B=s[x],H=w.compatMode==="CSS1Compat"&&B||w.body[x]||B,D={},G=b[b.length-1],z=(new Date()).getTime();if(I&&l&&z-l-1?(p||v()):1)}if(!!J){J=parseFloat(J)*(J.indexOf(y)>-1?(p||v()):1)}if(!K.hasquery||(!A||!L)&&(A||H>=C)&&(L||H<=J)){if(!D[K.media]){D[K.media]=[]}D[K.media].push(k[K.rules])}}for(var E in q){if(q[E]&&q[E].parentNode===f){f.removeChild(q[E])}}for(var E in D){var M=w.createElement("style"),F=D[E].join("\n");M.type="text/css";M.media=E;f.insertBefore(M,G.nextSibling);if(M.styleSheet){M.styleSheet.cssText=F}else{M.appendChild(w.createTextNode(F))}q.push(M)}},n=function(x,z){var y=c();if(!y){return}y.open("GET",x,true);y.onreadystatechange=function(){if(y.readyState!=4||y.status!=200&&y.status!=304){return}z(y.responseText)};if(y.readyState==4){return}y.send(null)},c=(function(){var x=false;try{x=new XMLHttpRequest()}catch(y){x=new ActiveXObject("Microsoft.XMLHTTP")}return function(){return x}})();a();respond.update=a;function t(){j(true)}if(e.addEventListener){e.addEventListener("resize",t,false)}else{if(e.attachEvent){e.attachEvent("onresize",t)}}})(this); --------------------------------------------------------------------------------