-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp.html
71 lines (58 loc) · 4.93 KB
/
p.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Open Recycle - это экологический open-source it-проект, сообщество программистов и активистов, решающих проблему неудобства переработки вторсырья с помощью нейронных сетей и публикации открытых данных экологической тематики.">
<meta name="author" content="Open Recycle">
<title>Open Recycle</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap.icon-large.min.css" rel="stylesheet">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body id="page-top" class="index">
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>О нас</h2>
<hr class="star-primary">
<p class='text-left text-justify'>Open Recycle - это экологический open-source IT-проект, сообщество программистов и активистов, решающих проблему неудобства переработки вторсырья, используя нейронные сети. Также мы занимаемся публикацией открытых данных экологической тематики. Наша конечная цель - автоматическая система распознавания мусора, повышающая комфортность раздельного сбора в быту и устраняющая необходимость ручной сортировки в промышленности.</p>
<p class='text-left text-justify'>Проект стартовал 5 марта 2017 года в Санкт-Петербурге в рамках <a href='https://te-st.ru/reports/open-big-data-hackathon-2017-results/'>Open & Big Data Hackathon</a> и был продолжен на <a href='http://hackathon.ai/'>AI Hackathon</a>. В данный момент мы разрабатывам бета-версию приложения, способного по фотографии определить класс вторсырья, сообщить о возможности его переработки и месте приема. Релиз назначен на 5 июня - Всемирный день окружающей среды.</p>
=======
<p class='text-left text-justify'>Наши партнеры - движение <a href="https://www.rsbor.ru/">"РазДельный Сбор"</a> и <a href='https://te-st.ru'>Теплица социальных технологий"</a>.</p>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn"
data-address="171teTr2dXUZJmt2kEXJguLoakrXWwXwVk"
data-shared="false">
<div class="blockchain stage-begin">
<img src="https://blockchain.info/Resources/buttons/donate_64.png"/>
</div>
<div class="blockchain stage-loading" style="text-align:center">
<img src="https://blockchain.info/Resources/loading-large.gif"/>
</div>
<div class="blockchain stage-ready">
<p align="center">Биткойн-кошелек для поддержки проекта:<b> [[address]]</b></p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">
Donation of <b>[[value]] BTC</b> Received. Thank You.
</div>
<div class="blockchain stage-error">
<font color="red">[[error]]</font>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
</body>