Changes for page Datové centrum

Last modified by Denisa Wernerová on 20.11.2024 10:57

From version 14.5
edited by Denisa Wernerová
on 14.11.2024 15:39
Change comment: There is no comment for this version
To version 14.1
edited by Denisa Wernerová
on 14.11.2024 15:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,12 +24,26 @@
24 24  <div class="rowkontejner">
25 25   <div class="rowbox">
26 26   <i class="fa fa-database rowicon"></i>
27 - <a href="vi" class="odkaz">Virtuální infrastruktura</a>
27 + <a href="vi" class="rowa">Virtuální infrastruktura</a>
28 28   </div>
29 29   <div class="rowbox">
30 30   <i class="fa fa-copy rowicon"></i>
31 - <a href="zalohovani-vi" class="odkaz">Zálohování</a>
31 + <a href="zalohovani-vi" class="rowa">Zálohování</a>
32 32   </div>
33 33  </div>
34 34  </div>
35 35  {{/html}}
36 +
37 +
38 +{{html}}
39 +<div style="display: flex; gap: 10px; justify-content: start; flex-wrap: wrap;">
40 + <div style="padding: 8px 16px; background-color: #e7f1ff; border-radius: 5px; display: inline-flex; align-items: center; cursor: pointer;">
41 + <i class="fa fa-database" style="font-size: 18px; color: #0088CC; margin-right: 8px;"></i>
42 + <a href="vi" style="color: #0088CC; font-weight: bold; text-decoration: none;">Virtuální infrastruktura</a>
43 + </div>
44 +<div style="padding: 8px 16px; background-color: #e7f1ff; border-radius: 5px; display: inline-flex; align-items: center; cursor: pointer;">
45 + <i class="fa fa-copy" style="font-size: 18px; color: #0088CC; margin-right: 8px;"></i>
46 + <a href="zalohovani-vi" style="color: #0088CC; font-weight: bold; text-decoration: none;">Zálohování</a>
47 + </div>
48 +</div>
49 +{{/html}}