-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
173 lines (159 loc) · 9.93 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<title>Stfalcon.com studio</title>
<link rel="icon" type="image/x-icon" href="https://stfalcon.com/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles.css">
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--no-drawer-button mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<img class="responsive_img" src="logo_git.png" height="30">
<span class="mdl-layout-title">Android open-source solutions</span>
</div>
<!-- Tabs -->
<!-- <div class="mdl-layout__tab-bar mdl-js-ripple-effect">
<a href="#fixed-tab-1" class="mdl-layout__tab is-active">Android</a>
<a href="#fixed-tab-3" class="mdl-layout__tab">iOS</a>
<a href="#fixed-tab-2" class="mdl-layout__tab">Backend</a>
</div> -->
</header>
<main class="mdl-layout__content">
<section class="mdl-layout__tab-panel is-active" id="fixed-tab-1">
<div class="page-content">
<div class="mdl-grid" style="max-width: 1024px;">
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="fresco-viewer mdl-card__title" >
<h2 class="mdl-card__title-text">FrescoImageViewer</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Customizable Android full screen image viewer for Fresco library supporting "pinch to zoom" and "swipe to dismiss" gestures.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/FrescoImageViewer" target="_blank">Github</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://play.google.com/store/apps/details?id=com.stfalcon.frescoimageviewersample" target="_blank">Google Play</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--8-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="chat_kit mdl-card__title" >
<h2 class="mdl-card__title-text">ChatKit</h2>
</div>
<div class="mdl-card__supporting-text">
<p>ChatKit is a library designed to simplify the development of UI for such a trivial task as chat. It provides flexible opportunities for styling, customizing and data management.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/ChatKit" target="_blank">Github</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--8-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="mvvm_kit mdl-card__title" >
<h2 class="mdl-card__title-text">MVVM Tools Kit</h2>
</div>
<div class="mdl-card__supporting-text">
<p>This is our solution for implementing MVVM architecture pattern in your apps. It includes IDEA plugin and MVVM pattern implementation library. Now all needed classes can be created in only one click. You can find the ways to use it in our blog.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://stfalcon.com/ru/blog/post/android-mvvm" target="_blank">Blog</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://plugins.jetbrains.com/plugin/9325" target="_blank">Plugin</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/AndroidMvvmHelper" target="_blank">Library</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="multi-image-view mdl-card__title" >
<h2 class="mdl-card__title-text">MultiImageView</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Library for displaying several images in one MultiImageView, like avatar of group chat.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/MultiImageView" target="_blank">Github</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="content-manager mdl-card__title" >
<h2 class="mdl-card__title-text">ContentManager</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Library for getting photo or video from a device gallery, cloud or camera. With asynchronous load from the cloud and fixed bugs for some problem devices like Samsung or Sony.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/ContentManager" target="_blank">Github</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="auth-helper mdl-card__title" >
<h2 class="mdl-card__title-text">SocialAuthHelper</h2>
</div>
<div class="mdl-card__supporting-text">
<p>A library that helps to implement social network authorization (Facebook, Twitter, Instagram, GooglePlus, Vkontakte).</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/SocialAuthHelper" target="_blank">Github</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="sms-catcher mdl-card__title" >
<h2 class="mdl-card__title-text">SmsVerifyCatcher</h2>
</div>
<div class="mdl-card__supporting-text">
<p>A library for implementing interception of SMS with a verification code using a few lines of code.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/SmsVerifyCatcher" target="_blank">Github</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col">
<div class="mdl-card mdl-shadow--2dp">
<div class="picker-dialog mdl-card__title" >
<h2 class="mdl-card__title-text">UniversalPickerDialog</h2>
</div>
<div class="mdl-card__supporting-text">
<p>Customizable dialog with auto generated pickers inside that depend on the dataset count.</p>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/stfalcon-studio/UniversalPickerDialog" target="_blank">Github</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="mdl-layout__tab-panel" id="fixed-tab-2">
<div class="page-content"> iOS content goes here </div>
</section>
<section class="mdl-layout__tab-panel" id="fixed-tab-3">
<div class="page-content"> Backend content goes here </div>
</section> -->
</main>
<footer class="mini-footer">
<div class="mdl-mini-footer__left-section">
<ul class="mdl-mini-footer__link-list">
<li><a href="https://github.com/stfalcon-studio">GitHub</a></li>
<li><a href="https://stfalcon.com/">Website</a></li>
<li><a href="https://stfalcon.com/en/blog">Blog</a></li>
</ul>
</div>
</footer>
</div>
</body>
</html>