Skip to content

Commit 6f868ed

Browse files
committed
restore custom feature templates for why-steeltoe page
1 parent 6310dc2 commit 6f868ed

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/Client/Components/Pages/Why-Steeltoe.razor

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
Steeltoe provides a collection of libraries that helps users build production-grade cloud-native applications using externalized configuration, service discovery, circuit-breakers, distributed tracing, application management, and more.
66
Steeltoe also provides a seamless way to build, configure, and run event-driven microservice applications and stream-based data processing applications.
77
</Description>
8+
<FeatureTemplate Context="Feature">
9+
<div class="col-sm-6 pr-sm-5">
10+
<div class="component-feature-title">@Feature.Title</div>
11+
<div class="row no-gutters">
12+
<div class="col-sm-3 component-why-img">
13+
<img src="@Feature.Img" class="img-fluid" alt="@Feature.Title" />
14+
</div>
15+
<div class="col component-feature-desc mb-5">@Feature.Description</div>
16+
</div>
17+
</div>
18+
</FeatureTemplate>
19+
<AltFeatureTemplate Context="Feature">
20+
<div class="col-sm-6 pl-sm-5">
21+
<div class="component-feature-title">@Feature.Title</div>
22+
<div class="row no-gutters">
23+
<div class="col-sm-3 component-why-img">
24+
<img src="@Feature.Img" class="img-fluid" alt="@Feature.Title" />
25+
</div>
26+
<div class="col component-feature-desc mb-5">@Feature.Description</div>
27+
</div>
28+
</div>
29+
</AltFeatureTemplate>
830
</Template>
931
<div class="width-all bg-dk-midnight-blue pt-5">
1032
<div class="width-70 container text-white">

0 commit comments

Comments
 (0)