-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentation.html
128 lines (128 loc) · 6.13 KB
/
presentation.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bee Social - blockchain platform that connects volunteers, commercial companies and NPOs.</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css?201808141340">
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter48904568 = new Ya.Metrika2({ id:48904568, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/48904568" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
<style>
header.whiteTheme {
height: inherit;
}
</style>
</head>
<body>
<nav class="container-fluid whiteTheme">
<div class="row">
<div class="col-lg-5 col-md-5 logo"><img src="img/logo.png" alt=""></div>
<div class="col-lg-7 col-mg-7 buttons">
<div class="row">
<a href="#" class="col-lg-2 col-md-2">About</a>
<a href="#" class="col-lg-2 col-md-2">Projects</a>
<a href="#" class="col-lg-2 col-md-2">Resources</a>
<a href="#" class="col-lg-2 col-md-2">Sponsors</a>
<a href="#" class="col-lg-2 col-md-2 request-new-btn">Beta <img src="img/Icon.png"></a>
</div>
</div>
</div>
</nav>
<header class="container-fluid whiteTheme">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<h1>Presentation</h1>
<iframe src="https://www.slideshare.net/slideshow/embed_code/key/BYDO0uEeUO8Pf1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen></iframe>
<a href="/presentation.pptx" class="colored purple">Download presentation</a>
<a target="_blank" href="https://view.officeapps.live.com/op/view.aspx?src=https://realtcrm.com/presentation.pptx" class="colored purple">View in PowerPoint Online</a>
</div>
<div class="col-lg-6 col-md-6"><img src="img/about_logo.png" alt=""></div>
</div>
</div>
</header>
<div class="container-fluid joinUs">
<h1>Join us!</h1>
<a href="#" class="colored yellow request-new-btn">SIGN UP FOR BETA</a>
<!--<a href="#">Login</a>-->
</div>
<footer class="container-fluid blueTheme">
<div class="row">
<div class="col-lg-6 col-md-6 logo">
<img src='img/logo_footer.png'>
<h3>© 2018 Bee Social</h3>
</div>
<div class="col-lg-6 col-md-6 buttons">
<a href="">About</a>
<a href="">Projects</a>
<a href="">Resources</a>
<a href="">Sponsors</a>
</div>
</div>
</footer>
<div class="modal" id="need-auth-modal">
<div class="modal-content">
<span class="close"><img src="img/cross_modal.png"></span>
<h1>Стояночка!</h1>
<p>Мы рады, что вам стало интересно!</p>
<p>Для дальнейшего взаимодействия с платформной необходимо произвести регистрацию или войти!</p>
<a href="#" class="colored yellow">Зарегистрироваться</a>
<a href="#">Войти</a>
</div>
</div>
<div class="swatches">
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
</div>
<div class="modal fade" tabindex="-1" role="dialog" id="request-new-modal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Request for a Beta</h4>
</div>
<div class="modal-body">
<form>
<fieldset>
<div class="form-group">
<label for="request-account-type">Accont type:</label>
<select class="form-control" id="request-account-type" name="request-account-type" required="">
<option></option>
<option value="1">NPO</option>
<option value="2">Sponsor</option>
<option value="3">Volunteer</option>
<option value="3">Other</option>
</select>
</div>
<div class="form-group">
<label for="request-email">Email address:</label>
<input type="email" class="form-control" id="request-email" name="request-email" placeholder="Your Email" required="">
</div>
<div class="form-group">
<label for="request-login">New login:</label>
<input type="text" class="form-control" id="request-login" name="request-login" placeholder="Your new login" required="">
</div>
<div class="form-group">
<label for="request-location">Location:</label>
<div class="input-group">
<input type="text" class="form-control" id="request-location" name="request-location" placeholder="Your country and city" required="">
<span class="input-group-btn">
<button class="btn btn-primary" type="button" id="detect-location-btn">Detect my location</button>
</span>
</div>
</div>
<button type="submit" class="btn btn-success">Submit request</button>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-native.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="js/site.js?201808141340"></script>
</body>
</html>