Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Nov 24, 2022
1 parent 4b3986c commit 60dabc1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
21 changes: 8 additions & 13 deletions docs/_includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row">
<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>API Gateway</b></h4>
<p>A single public HTTP entrypoint for your services. Build microservices on the backend and consolidate as a single API for the frontend</p>
</div>
Expand All @@ -11,7 +11,7 @@ <h4><b>API Gateway</b></h4>

<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>Authentication</b></h4>
<p>Define access rules, manage user accounts and create auth tokens for all your services and APIs</p>
</div>
Expand All @@ -21,8 +21,8 @@ <h4><b>Authentication</b></h4>

<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<h4><b>Config Management</b></h4>
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>Configuration</b></h4>
<p>Dynamic config loaded at runtime plus hot reload support without restarting services</p>
</div>
</div>
Expand All @@ -32,7 +32,7 @@ <h4><b>Config Management</b></h4>
<div class="row">
<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>Data Storage</b></h4>
<p>Persistent and multi-tenant key-value storage as a first class citizen so you can build stateless services rapidly</p>
</div>
Expand All @@ -41,7 +41,7 @@ <h4><b>Data Storage</b></h4>

<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>PubSub Messaging</b></h4>
<p>Build event driven architectures using pubsub messaging. Publish, subscribe and track every event you need</p>
</div>
Expand All @@ -50,18 +50,13 @@ <h4><b>PubSub Messaging</b></h4>

<div class="col-lg-4" style="padding: 15px;">
<div class="panel panel-success">
<div class="panel-body" style="text-align: left; padding: 15px;">
<div class="panel-body feature" style="text-align: left; padding: 15px;">
<h4><b>Service Discovery</b></h4>
<p>Microservices are a first class citizen on the platform. Discover, call and reuse each service as a building block for the next</p>
</div>
</div>
</div>


<div class="col-md-4 offset-md-4" style="margin-top: 25px; margin-bottom: 50px;">
<center>
<p>See the rest of the features in the <a href="https://micro.dev/docs">docs</a></p>
</center>
</div>
<div class="col-md-4 offset-md-4" style="margin-top: 25px; margin-bottom: 50px;"></div>
</div>
</div>
9 changes: 8 additions & 1 deletion docs/assets/css/m.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,14 @@
.pricing i {
color: green;
}

.feature {
border: 1px solid #ccc;
border-radius: 5px;
min-height: 155px;https://twitter.com/nordicapis/status/1595038645538344961
}
.feature p {
margin: 0;
}
.features td {
padding: .50rem;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h5>An abstraction layer for the cloud</h5>
<div class="col-md-10 offset-md-1">
<center>
<h3><b>Micro Framework</b></h3>
<h5>A Go microservices framework</h5>
<h5>A builtin Go microservices framework</h5>
</center>
<center>
<div style="max-width: 650px; margin-top: 25px;">
Expand Down

0 comments on commit 60dabc1

Please sign in to comment.