-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (206 loc) · 9.49 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
---
---
<!DOCTYPE html>
<html lang="en">
<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="micro-community is community of micro fans" />
<title> Micro-Community - A self-organized micro developer's community. </title>
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" />
<link href="https://cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" />
<link rel="stylesheet" href="/assets/css/m.css?v=36" />
<style type="text/css">
.main {
padding-top: 5%;
}
.blurb {
margin-top: 25px;
}
.m3o {
font-weight: 1000;
vertical-align: middle;
font-size: 2em;
font-family: medium-content-sans-serif-font, "Lucida Grande",
"Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}
</style>
</head>
<body>
{% include header.html %}
<div class="container-fluid">
<div class="row">
<div class="col-md-10 offset-md-1 main">
<div class="row">
<div class="col-md-8 offset-md-2" style="text-align: justify;">
<h2 style="
margin-bottom: 20px;
font-size: 4.5em;
font-weight: bold;
text-align: left;
">
Build APIs in the cloud faster than ever before
</h2>
<h5 style="line-height: 1.5; font-size: 1.5em;">
Micro-Community is a self-organized developer community created by microservice fans around micro、service
and beyond
</h5>
<p>Micro target to power developer in ability and efficiency.</p>
<p style="padding: 10%; text-align:center;">
<a href="#get-started"><button>Get Started</button></a>
</p>
</div>
</div>
</div>
</div>
<hr id="get-started" />
<div style="margin: 100px 25px 25px 25px;">
<center>
<h3><b>Get Started in Minutes for Free</b></h3>
<h5>From source to running in just ten commands</h5>
</center>
</div>
<center style="max-width: 700px; overflow: scroll; margin: 0 auto;">
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=cobalt&wt=none&l=application%2Fx-sh&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=1x&wm=false&code=%2523%2520Install%2520the%2520micro%2520binary%250Acurl%2520-fsSL%2520https%253A%252F%252Finstall.m3o.com%252Fmicro%2520%257C%2520%252Fbin%252Fbash%250A%250A%2523%2520Signup%2520before%2520getting%2520started%250Amicro%2520signup%250A%250A%2523%2520Create%2520a%2520new%2520service%2520%28follow%2520the%2520instructions%2520and%2520push%2520to%2520Github%29%250Amicro%2520new%2520helloworld%250A%250A%2523%2520Deploy%2520the%2520service%2520from%2520github%250Amicro%2520run%2520github.com%252Fmicro%252Fservices%252Fhelloworld%250A%250A%2523%2520Check%2520the%2520service%2520status%250Amicro%2520status%250A%250A%2523%2520Query%2520the%2520logs%250Amicro%2520logs%2520helloworld%250A%250A%2523%2520Call%2520the%2520service%250Amicro%2520helloworld%2520--name%253DAlice%250A%250A%2523%2520Get%2520your%2520namespace%250ANAMESPACE%253D%2524%28micro%2520user%2520namespace%29%250A%250A%2523%2520Curl%2520it%2520via%2520the%2520public%2520http%2520API%250Acurl%2520%2522https%253A%252F%252F%2524NAMESPACE.m3o.dev%252Fhelloworld%253Fname%253DAlice%2522"
style="width: 680px; height: 687px; border:0; transform: scale(1); overflow:hidden;"
sandbox="allow-scripts allow-same-origin">
</iframe>
</center>
<hr id="more" />
<div class="row pad">
<div class="container-fluid">
<div class="row">
<div class="col-md-10 offset-md-1">
<center>
<h3><b class="bold" ;>Micro-Community</b></h3>
<small><i>(a micro community for everyone)</i></small>
<p style="margin-top:5px;">a self-organized developer community</p>
<br>
</center>
</div>
</div>
<div class="row">
<div class="col-md-6" style="text-align: justify; position: relative; margin: 0 auto; max-width: 560px;">
<p>
<p>Micro target to power developer in ability and efficiency.</p>
Teams and individuals should feel empowered to build software at an accelerated pace without friction or
limitations, to create the future of technology we all want and need.
</p>
<p>Micro is redefining the way we build software by focusing entirely on the needs of developers and
providing an environment in which we can realise the true potential of the cloud.</p>
<br>
</div>
</div>
</div>
</div>
<hr id="features" />
<div style="margin: 100px 25px 50px 25px;">
<center>
<h3><b>Key Features</b></h3>
<h5>Micro is a cloud native development platform for Micro services development.<br>Including everything you need to quickly build
and scale services.</h5>
</center>
</div>
<div class="row">
{% include features.html %}
</div>
<hr />
<div class="row tpad">
<div class="container-fluid">
<div class="row">
<div class="col-md-10 offset-md-1">
<center>
<h2 id="community"><b>Be part of the journey</b></h2>
</center>
</div>
</div>
</div>
</div>
<div class="row tpad bpad">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 offset-md-1">
<h5 style="margin-top: 0; font-weight: bold;">Join the Community</h5>
<h5>Get involved on <a href="https://slack.m3o.com">Slack</a> and <a
href="https://discord.gg/hbmJEct">Discord</a></h5>
<br>
<h4 style="color: #565b73;">
Be part of a vibrant community of developers all learning and working together.
Thousands are collaborating to build Micro services.
</h4>
<br>
</div>
<div class="col-md-6">
<center>
<a href="https://slack.m3o.com">
<img src="/images/slack.png"
style="vertical-align: bottom; height: auto; max-width: 200px; margin-bottom: 20px; margin-right: 25px;" />
</a>
<a href="https://discord.gg/hbmJEct">
<img src="/images/discord.png"
style="vertical-align: bottom; height: auto; max-width: 200px; margin-bottom: 20px; margin-left: 25px;" />
</a>
</a>
</center>
</div>
</div>
</div>
</div>
<div class="row" style="background-color: whitesmoke; padding-bottom: 50px;">
<div class="col-md-5 offset-md-1" style="padding: 50px 0 0 25px;">
<h3><b>Get started on a journey towards microservices development today</b></h3>
</div>
<div class="col-md-5" style="padding: 50px 0 0 0; text-align: center;">
<a href="/signup"><button style="font-size: 1.3em">Signup</button></a>
<a href="mailto:[email protected]"><button style="font-size: 1.3em">Contact Us</button></a>
</div>
</div>
</div>
<div class="footer">
<div class="row" id="newsletter" style="margin: 0;">
<div class="col-md-7 offset-md-1">
<span class="h5"><b>For the latest news</b></span>
<p style="color: #565b73;">Be the first to hear what's coming next</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://micro.us18.list-manage.com/subscribe/post?u=fba1e1a1b23409d771c5653cd&id=647d0b5377"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate style="padding: 0;">
<div id="mc_embed_signup_scroll" style="text-align: left;">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address"
required />
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_fba1e1a1b23409d771c5653cd_647d0b5377" tabindex="-1" value="" />
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" />
</div>
<br>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="col-md-3">
<style>
.footer .footer {
border-top: 0;
padding: 25px;
}
;
</style>
{% include footer.html %}
</div>
</div>
</div>
{% include script.html %}
</body>
</html>