Исходный код вики Контакты
Редактировал(а) Сергей Лунев 13.10.2025 08:35
Скрыть последних авторов
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | $xwiki.ssx.use('Corpwiki.XWiki.Wiki.UI.CSS.HidePageHeader') | ||
| 3 | #set ($discard = $xwiki.jsx.use('Corpwiki.XWiki.Wiki.UI.JS.RemoveTrash')) | ||
| 4 | #set($displayContentFooter = false) | ||
| 5 | {{html wiki=false clean="false"}} | ||
| 6 | ## 1. ГЕРОЙ-БЛОК: ПЕРВЫЙ ЭКРАН | ||
![]() |
1.2 | 7 | <div class="page-header-section"> |
| 8 | <h1>Свяжитесь с нами</h1> | ||
| 9 | <p class="page-subtitle">Мы всегда на связи и готовы ответить на ваши вопросы</p> | ||
| 10 | <img src="$doc.getAttachmentURL('Contacts.webp')" alt="Контакты"> | ||
![]() |
1.1 | 11 | </div> |
| 12 | <style> | ||
| 13 | .contact-methods-container { | ||
| 14 | display: flex; | ||
| 15 | justify-content: center; | ||
| 16 | align-items: center; | ||
| 17 | gap: 50px; /* Расстояние между блоками "Email" и "Телефон" */ | ||
| 18 | margin: 40px auto; /* Вертикальные отступы сверху и снизу */ | ||
| 19 | flex-wrap: wrap; /* Для адаптивности на мобильных устройствах */ | ||
| 20 | } | ||
| 21 | .contact-method-item { | ||
| 22 | display: flex; | ||
| 23 | align-items: center; | ||
| 24 | gap: 15px; /* Расстояние между иконкой и текстом */ | ||
| 25 | } | ||
| 26 | .contact-method-item svg { | ||
| 27 | width: 28px; | ||
| 28 | height: 28px; | ||
| 29 | fill: #2D3748; /* Темно-серый цвет иконки */ | ||
| 30 | transition: fill 0.3s ease; | ||
| 31 | } | ||
| 32 | .contact-method-item a { | ||
| 33 | font-size: 18px; | ||
| 34 | font-weight: 500; | ||
| 35 | color: #2D3748; /* Темно-серый цвет текста */ | ||
| 36 | text-decoration: none; | ||
| 37 | transition: color 0.3s ease; | ||
| 38 | } | ||
| 39 | /* Эффект при наведении */ | ||
| 40 | .contact-method-item:hover svg { | ||
| 41 | fill: #DD6B20; /* Фирменный оранжевый */ | ||
| 42 | } | ||
| 43 | .contact-method-item:hover a { | ||
| 44 | color: #DD6B20; /* Фирменный оранжевый */ | ||
| 45 | } | ||
| 46 | </style> | ||
| 47 | |||
| 48 | <div class="contact-methods-container"> | ||
| 49 | <!-- Блок для Email --> | ||
| 50 | <div class="contact-method-item"> | ||
| 51 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22,5.5H2C1.45,5.5,1,5.95,1,6.5v11C1,18.05,1.45,18.5,2,18.5h20c0.55,0,1-0.45,1-1V6.5C23,5.95,22.55,5.5,22,5.5z M21,17.5H3V8.63l8.63,5.75c0.21,0.14,0.46,0.21,0.71,0.21s0.5-0.07,0.71-0.21L21,8.63V17.5z M12.35,12.5L3,6.5h18L12.35,12.5z"></path></svg> | ||
![]() |
2.1 | 52 | <a href="mailto:info@corpwiki.ru">info@corpwiki.ru</a> |
![]() |
1.1 | 53 | </div> |
| 54 | <!-- Блок для Телефона --> | ||
| 55 | <div class="contact-method-item"> | ||
| 56 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.01,15.38c-1.23,0-2.42-0.2-3.53-0.56c-0.35-0.12-0.74-0.03-1.01,0.24l-2.2,2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.2c0.28-0.28,0.36-0.67,0.24-1.01C8.2,6.42,8,5.23,8,4c0-0.55-0.45-1-1-1H4C3.45,3,3,3.45,3,4c0,9.39,7.61,17,17,17c0.55,0,1-0.45,1-1v-3.01C21,15.83,20.55,15.38,20.01,15.38z"></path></svg> | ||
| 57 | <a href="tel:+79268375475">+7 (926) 837-54-75</a> | ||
| 58 | </div> | ||
| 59 | </div> | ||
| 60 | {{/html}} | ||
| 61 | {{/velocity}} | ||
| 62 | {{velocity}} | ||
| 63 | {{html}} | ||
| 64 | <iframe src="https://coluns.ru/contactus?theme=light" style="border:0px #ffffff none;" name="order-demo" scrolling="no" frameborder="1" marginheight="10px" marginwidth="0px" width=100% height="830px" allowfullscreen></iframe> | ||
| 65 | {{/html}} | ||
| 66 | {{/velocity}} | ||
| 67 | |||
| 68 | {{corpwikiMacroHideExtra/}} |
