Skip to content

Commit ae6913d

Browse files
committed
few more tweaks for index.html
1 parent 3bfefa2 commit ae6913d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

demos/microservices/templates/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% macro render_service(service) -%}
22
<div class="uk-card uk-card-default uk-card-body uk-card-hover">
3-
<h3 class="uk-card-title">
3+
<h3 class="uk-card-title uk-heading-line">
44
<a href="http://{{service.host}}:{{service.port}}/api/v1/data"target="_blank">{{service.name}}</a>
55
</h3>
66
<ul>
@@ -27,18 +27,27 @@ <h3 class="uk-card-title">
2727
</head>
2828
<body>
2929
<div class="uk-container uk-container-center uk-margin-top uk-margin-large-bottom">
30+
<hr class="uk-divider-icon">
3031
<article class="uk-article">
3132
<h1 class="uk-article-title"><a class="uk-link-reset" href="">aiozipkin microservices demo</a></h1>
3233
<p class="uk-text-lead">
33-
There is larger micro services example, using aiohttp. This demo consists of
34-
five simple services that call each other, as result you can study client
34+
There is larger micro services example, using <a hre"https://github.com/aio-libs/aiohttp">aiohttp</a>.
35+
This demo consists of five simple services that call each other, as result you can study client
3536
server communication and zipkin integration for large projects. Each
3637
box element of this page rendered with help of different service.
3738
</p>
3839
<p><span class="uk-label">Zipkin UI</span> <a href="{{zipkin}}" target="_blank">{{zipkin}}</a></p>
3940
{{ render_service(service) }}
41+
4042
</article>
43+
<hr class="uk-divider-icon">
44+
<h5 class="uk-text-center">
45+
<span>
46+
<a hre"https://github.com/aio-libs/aiozipkin">https://github.com/aio-libs/aiozipkin</a>
47+
</span>
48+
</h5>
4149
</div>
4250
</body>
4351
</html>
4452

53+

0 commit comments

Comments
 (0)