├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | 203 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-belarus-online 2 | 3 | ## Оглавление 4 | 5 | * [Расписание мероприятий](#events-schedule) 6 | * [Социальные группы и объединения](#social-groups) 7 | * [Благотворительность](#Сharities) 8 | * [Сообщества](#Сommunities) 9 | * [Площадки](#playground) 10 | * [Новостные и развлекательные порталы](#media) 11 | * [Услуги](#services) 12 | * [Справочные порталы](#information) 13 | 14 | ## Events schedule 15 | - [events.dev.by](https://events.dev.by) IT события 16 | - [meetup.by](http://meetup.by/) встречи сообществ 17 | - [citydog.by/afisha/](http://citydog.by/afisha/) IT и культурные события 18 | - [afisha.tut.by](http://afisha.tut.by/) культурные события 19 | - [360.by](http://360.by/) культурные события 20 | - [eventer.by](http://eventer.by/) IT и культурные события 21 | - [www.kv.by/event](http://www.kv.by/event) IT и бизнес события 22 | 23 | ## Social groups 24 | - [talaka.by](http://www.talaka.by/) коллективное сотрудничество людей (crowdfunding) 25 | - [falanster.by](http://falanster.by/ru) платформа развития гражданского общества 26 | - [ulej.by](http://ulej.by/) коллективное финансирование интересных проектов (crowdfunding) 27 | - [Hackerspace](https://www.facebook.com/hs.minsk) независимый клуб технического творчества 28 | - [bookcrossing.by](http://bookcrossing.by/) обмен книгами и книжный квест 29 | - [urbanpunk.org](http://urbanpunk.org/) творческая студия urbanpunk.org объединяет архитекторов, дизайнеров и иллюстраторов 30 | - [belarusbezgranic](https://www.facebook.com/belarusbezgranic/) попытка объединить белорусов всего мира 31 | - [Навука на балоце](https://vk.com/public101385852) старонка пра жыццё і навуку 32 | - [«Без візы»](http://www.novisa.by/) «Без візы» імкнецца прасоўваць ідэю адмены візаў паміж Беларуссю і іншымі еўрапейскімі краінамі 33 | - [«Другой Мир»](http://www.bgclub.by/contacts/) клуб настольных игр в Минске 34 | - [Беларуская асацыяцыя журналістаў](https://baj.by) белорусская ассоциация журналистов 35 | - [adukacyja.info](http://adukacyja.info/pra-nas/) каманда аднадумцаў, для якіх адукацыя – стыль жыцця 36 | - [Minsk English Conversation Club](https://vk.com/club15675163) клуб общения на английском языке 37 | - [Проект «Экватор»](https://vk.com/pinholequator_minsk) сообщество энтузиастов пинхол-фотографии и им сочувствующих 38 | - [«Будзьма беларусамі!»](http://budzma.by) грамадская культурніцкая кампанія “Будзьма беларусамі!” дзейнічае дзеля паглыблення нацыянальнай ідэнтычнасці беларусаў 39 | - [«Ахова птушак Бацькаўшчыны»](http://www.ptushki.org/) грамадская арганізацыя «Ахова птушак Бацькаўшчыны» працуе дзеля захавання разнастайнасці відаў і экасістэм у Беларусі шляхам далучэння насельніцтва да актыўнай аховы прыроды 40 | - [Клуб интеллектуального досуга «Факультатив»](https://facultativ.by) культурная площадка для интеллектуального общения в Минске 41 | 42 | ## Сharities 43 | - [imenamag.by](https://imenamag.by) онлайн журнал и фонд о\для помощи в социальных проблемах 44 | - [maesens.by](http://maesens.by/) благотворительный аукцион встреч "МаеСэнс" 45 | - [pomogi.by](http://www.pomogi.by/) благотворительный фонд «Прикосновение к жизни» 46 | - [kidsmentor.org](http://kidsmentor.org/) поиск, обучение и сопровождение наставников для детей-сирот 47 | - [hospice.by](http://www.hospice.by) Белорусский детский хоспис 48 | - [unihelp.by](https://unihelp.by) международная благотворительная организация 49 | - [chance.by](https://www.chance.by) международный благотворительный фонд помощи детям 50 | - [belapdi.org](http://belapdi.org) белорусская ассоциация помощи детям-инвалидам и молодым инвалидам 51 | - [Список зоозащитных организаций и инициатив](http://www.mesto-pod-solncem.org/2013/10/blog-post_21.html) помощь животным стартует отсюда 52 | - [Список мест, где примут ненужную одежду](http://citydog.by/post/kufar-odezhda/) Куда нести ненужную одежду 53 | - [Список мест, где примут детские игрушки](http://citydog.by/post/kufar-igrushki/) Куда нести игрушки и детские вещи 54 | 55 | ## Сommunities 56 | - [Python](https://www.facebook.com/MinskPythonMeetup) eжемесячные встречи любителей языка Python в Минске 57 | - [Ruby](http://brug.by/) Ruby сообщество 58 | - [JavaScript](https://www.facebook.com/MinskJS) Front-end разработка 59 | - [Java](https://www.facebook.com/BelarusJavaUserGroup) cообщество Java-разработчиков Беларуси 60 | - [UX](https://www.facebook.com/UXBelarus) cообщество проектировщиков интерфейсов, специалистов по юзабилити и UX в Беларуси 61 | - [Data Science](https://www.facebook.com/groups/DataTalks) встречи бизнес-аналитиков и специалистов в области анализа данных 62 | - [DevOps](https://www.facebook.com/groups/391132934426041/?ref=bookmarks) сообщество DevOps-специалистов Беларуси 63 | - [Game Jam](https://www.facebook.com/groups/ggjby) геймдизайн сообщество 64 | - [Linux](http://mlug.linux.by/) встречи Linux сообщества 65 | - [CocoaHeads](http://cocoaheads.org/by/Minsk/index.html) сообщество iOS разработчиков 66 | - [Scala](http://scala.by) сообщество разработчиков на scala 67 | - [ModX](http://modx.by) сообщество пользователей ModX CMS 68 | - [Azure](https://www.facebook.com/groups/AzureBelarus/) сообщество Microsoft Azure 69 | - [opendataby](https://www.facebook.com/groups/opendataby/) проекты, связанные с open data 70 | - [comaqa.by](https://comaqa.by/) сообщество автоматизации тестирования и контроля качества (qa) 71 | - [Google Developer Group](https://www.facebook.com/groups/gdgminsk) некоммерческая группа разработчиков, которые хотят узнать больше о Google технологиях 72 | - [Web Not Bombs](https://www.facebook.com/groups/webnotbombs/) сообщество веб-дизайнеров и веб-разработчиков 73 | - [.NET User Group](https://www.facebook.com/groups/dotnet.minsk/) сообщество .NET разработчиков 74 | - [FuncBY](https://www.facebook.com/groups/funcby/) объединение белорусских сообществ функционального программирования 75 | - [The Rolling Scopes](https://www.facebook.com/groups/TheRollingScopes/) сообщество фронтенд и JavaScript разработчиков 76 | - [Belarus Kotlin User Group](https://bkug.by) сообщество Kotlin разработчиков 77 | - [Belarus Big Data User Group](https://www.vk.com/belarus.big_data.user.group) сообщество людей, интересующихся Big Data технологиями 78 | - [Java Professionals BY](http://jprof.by) сообщество Java разработчиков 79 | - [MinskCSS](https://www.facebook.com/groups/MinskCSS/) митапы,посвящённые базовым языкам веба - HTML и CSS 80 | - [PHP of BY](https://www.facebook.com/groups/minsk.user.group) сообщество PHP разработчиков 81 | - [Product Managers Community](https://www.facebook.com/inproductshoes/) сообщество product менеджеров 82 | - [belarusian-it-communities](https://github.com/gleb-kosteiko/belarusian-it-communities) больше белорусских IT-сообществ 83 | 84 | ## Playground 85 | - [eventspace.by](https://www.facebook.com/eventspace.by) площадка, объединяющая ИТ-сообщества, компании и специалистов 86 | - [imaguru.co](https://www.facebook.com/imaguruby) Бизнес-Клуб/Startup Hub 87 | - [cech.by](https://www.facebook.com/cech.by) Искусство и развлечения, Площадка для мероприятий 88 | - [Балки](https://www.facebook.com/loftbalki) Лофт Проект БАЛКИ 89 | - [park.by](http://www.park.by/post-935/) инкубатор Парка Высоких Технологий 90 | - [divan.diva.by](http://divan.diva.by/) детский центр 91 | - [«Кто такой Джон Голт?»](https://www.facebook.com/john.galt.space.minsk) cвободное пространство 92 | - [studio67](www.studio67.by) культурный центр в Минске, включающий в себя академию, съемочные студии, галерею мультимедиа, а также магазин книг, виниловых пластинок и арт-сувениров 93 | - [Галерэя сучаснага мастацтва “Ў”](http://www.ygallery.by/) aктыўная арт-пляцоўка для прэзентацыі актуальнага беларускага і еўрапейскага мастацтва 94 | - [ФотоСквот](https://vk.com/ph_squat) пространство аналоговой фотографии в Минске 95 | - [Komnata 3/0/2](https://www.facebook.com/komn302/) платформа, якая аб'ядноўвае тры грамадскiя арганiзацыi: ГА "МАЦ "Фiальта", Цэнтр развіцця студэнцкіх ініцыятываў і Мінскую ўрбаністычную платформу 96 | - [КОРПУС 8](https://www.facebook.com/pg/cultcenterkorpus) культурный центр для взаимодействия и развития современной культуры 97 | - [Галереи ДК](http://www.artdk.by/) арт-площадка классического и современного искусства 98 | - [SUP](https://www.facebook.com/pg/SUPCOMMUNITY/) ивент площадка 99 | 100 | ## Media 101 | - [dev.by](https://dev.by/) ИТ в Беларуси 102 | - [citydog.by](http://citydog.by/) Журнал о Минске 103 | - [kyky.org](http://kyky.org/) Онлайн-журнал альтернативных мнений 104 | - [tut.by](http://www.tut.by/) Популярный Белорусский онлайн Портал 105 | - [onliner.by](http://www.onliner.by/) Прогрессивный онлайн портал 106 | - [belta.by](http://www.belta.by/) Новостной ресурс 107 | - [kaktutzhit.by](http://kaktutzhit.by/) Журнал о интересной и достойной жизни 108 | - [belarusdigest.com](http://belarusdigest.com/) Новости и Аналитика Белорусской политики 109 | - [nn.by](http://nn.by/) Первая белорусская газета 110 | - [euroradio.fm](http://euroradio.fm/) Еврорадио 111 | - [svaboda.org](http://www.svaboda.org/) Новостное Радио Свобода 112 | - [ideaby.org](http://ideaby.org/) Онлайн журнал 113 | - [journalby.com](http://journalby.com/about-project) Независимый аналитический журнал 114 | - [budzma.org](http://budzma.org/) Общественно-культурный ресурс “Будзьма беларусамі!” 115 | - [impressors.by](http://impressors.by/) Идеи и новинки из мира развлечений 116 | - [marketing.by](http://marketing.by) Новости рынка и продвижения 117 | - [pret-a-portal.by](http://pret-a-portal.by) Медиапроект о белорусской моде 118 | - [34travel.by](https://34travel.by/) Интернет-журнал о новой культуре путешествий 119 | - [shakal.today](http://shakal.today) Авторский блог 120 | - [probusiness.by](http://probusiness.by) Ресурс для всех, кто интересуется бизнесом в Беларуси 121 | - [Belarus in English](http://belarusfeed.com/) English feed about Belarus from tut.by 122 | - [34mag.net](http://34mag.net/) Онлайн журнал 123 | - [zautra.by](http://zautra.by) Площадка для обсуждения будущего 124 | - [www.kv.by](http://www.kv.by/) Ресурс для всех, кто интересуется технологиями 125 | - [binkl.by](http://binkl.by/) Онлайн журнал 126 | - [greenbelarus.info](http://greenbelarus.info/) Зялёны партал 127 | - [redlipsjournal.com](https://redlipsjournal.com/) Журнал о стиле жизни для умных девушек 128 | - [abw.by](https://www.abw.by/) Автомобильный интернет-портал 129 | - [the-village.me](http://www.the-village.me/) Интернет-газета 130 | 131 | ## Services 132 | - [civa.by](http://civa.by/) сервис для заказчиков и подрядчиков в строительстве и ремонте 133 | - [zvarot.by] (http://zvarot.by/) электронные обращения в госорганы Республики Беларусь 134 | - [odnooknoonline.by](http://odnooknoonline.by/) универсальный сайт для жалоб на городские проблемы 135 | - [vandrouki.by](http://vandrouki.by) акции авиакомпаний и способы летать почти бесплатно 136 | - [carpool.by](http://www.carpool.by/) поиск попутчиков и попуток для поездок по Беларуси, Минску и за рубеж 137 | - [минск.regiony.by/попутчики/](http://минск.regiony.by/%D0%BF%D0%BE%D0%BF%D1%83%D1%82%D1%87%D0%B8%D0%BA%D0%B8/) платформа для создания альтернативы традиционным способам передвижения пассажирским транспортом между населёнными пунктами нашей страны 138 | - [assistent.by](http://assistent.by/) онлайн-бухгалтерия, обслуживание бизнеса 139 | - [115.бел](http://www.115.бел) портал «Мой Горад» 115.бел для отправки запросов в Контакт-центр ЖКХ г. Минска 140 | - [petitions.by](https://petitions.by/) портал для сбора петиций 141 | - [belyama.by](http://belyama.by/) портал, посвященый решению проблем c дорогами 142 | - [ПИСЬМО В ГАИ](https://itunes.apple.com/by/app/pis-mo-v-gai-belarus-.-bystro/id995257082?mt=8) приложение, которое помогает оформить жалобу в ГАИ 143 | - [perehvat.gov.by](http://perehvat.gov.by/) «инструмент взаимодействия правоохранительных органов и общественности для противостояния правонарушениям при помощи сети Интернет» 144 | - [pravoedelo.by](http://pravoedelo.by/) юридические услуги в Минске в сфере предпринимательской деятельности 145 | - [argument.by](http://argument.by/) правовое сопровождение инвестиционных проектов на территории Республики Беларусь и содействии в разрешении экономических споров 146 | - [daroo.by](http://daroo.by/) подарочные сертификаты для любого повода 147 | - [ГандлярОК](http://gok.by/) сервис приема платежей для предпринимателей и организаций торговли и сервиса 148 | - [Хуткi Грош](http://hutkigrosh.by/ru) многофункциональный сервис по подключению к системам платежей для расчета и приема платежей за товары или услуги по всей Беларуси 149 | - [belpressa.by](http://www.belpressa.by) платформа для организации подписки, размещения рекламных объявлений и приема платежей за свои услуги для издательств 150 | - [карандаш](http://www.karandash.by/) печатный центр 151 | - [восьмерка](http://www.8tm.by), [skins.by](http://skins.by/), [nalepka.by](http://nalepka.by/) печатный салон 152 | - [IT-Consult](http://it-consult.by/) профессиональный консалтинг и юридическое сопровождение START-UP проектов, IT-компаний, фрилансеров и бизнеса в Internet 153 | - [Trust](http://trustlawfirm.by/) юридическая фирма 154 | - [traveling.by](http://traveling.by) агрегатор туристических фирм и туров 155 | - [holiday.by](http://www.holiday.by) туристический портал и агрегатор туров 156 | - [BelStudy International](http://belstud.com/) официальным представителем школ, колледжей, университетов и языковых центров в разных странах мира 157 | - [Revera](http://revera.by/) юридическое сопровождение бизнеса 158 | 159 | ## Information 160 | - [mir.pravo.by](http://mir.pravo.by/) детский правовой сайт 161 | - [pravo.by](http://www.pravo.by/) национальный правовой интернет-портал Республики Беларусь 162 | - [etalonline.by](http://www.etalonline.by) поиск правовой информации, в тесном контакте с pravo.by 163 | - [regiony.by](http://regiony.by/) сеть городских порталов Беларуси с большим числом сервисов 164 | - [belpost.by](http://belpost.by/) сайт белпочты 165 | - [en.wikipedia.org](https://en.wikipedia.org/wiki/Belarus) страница в английской википедии 166 | - [belarustourism.by](http://belarustourism.by/) официальный сайт о туризме в Беларуси 167 | - [belarus.by](http://www.belarus.by/ru/) оффициальный сайт Республики Беларусь 168 | - [catalog.gov.by](http://www.catalog.gov.by/) официальные Интернет-ресурсы Республики Беларусь 169 | - [ncpi.gov.by](http://ncpi.gov.by/) национальный центр правовой информации Республики Беларусь 170 | - [president.gov.by](http://www.president.gov.by/) официальный интернет-портал Президента Республики Беларусь 171 | - [Государственные органы и организации Беларуси ](http://president.gov.by/ru/gosorgans_ru/) список госорганов Беларуси 172 | - [gb.by](http://www.gb.by/) бухгалтерский портал 173 | - [ИП либо ООО в РБ](http://lpc.by/) пошаговая инструкция 174 | - [opencompany](https://github.com/abitrolly/opencompany) попытка создать открытую компанию в Беларуси и в е-Эстонии, сравнить опыт, научиться и протоптать тропинку для развития культуры открытости (open culture) в Республике Беларусь 175 | - [adukacyja.info](http://adukacyja.info/prahramy/) спіс адукацыйных праграм у розных краінах свету 176 | - [recoursia.by](http://recoursia.by) инструмент поиска и выбора учебных курсов 177 | - [rv-blr.com](http://rv-blr.com) інтэрнэт-бібліятэка беларускіх пісьменьнікаў з функцыяй кантэкстнага тлумачальнага слоўніка 178 | --------------------------------------------------------------------------------