Changes for page Datové centrum

Last modified by Denisa Wernerová on 20.11.2024 10:57

From version 14.3
edited by Denisa Wernerová
on 14.11.2024 15:25
Change comment: There is no comment for this version
To version 13.1
edited by Denisa Wernerová
on 14.11.2024 15:20
Change comment: There is no comment for this version

Summary

Details

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