Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

service-2.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Service Sections - Modern Design</title>
  7. <!-- Favicons -->
  8. <link href="assets/img/favicon.png" rel="icon">
  9. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  10. <!-- Fonts -->
  11. <link href="https://fonts.googleapis.com" rel="preconnect">
  12. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  13. <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
  14. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  15. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
  16. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
  17. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  18. <link href="assets/css/main.css" rel="stylesheet">
  19. <style>
  20. :root {
  21. --primary-blue: #2563eb;
  22. --secondary-blue: #e0e7ff;
  23. --dark: #111827;
  24. --gray: #6b7280;
  25. }
  26. body {
  27. background-color: #f8fafc;
  28. }
  29. .service-card {
  30. background: white;
  31. border-radius: 24px;
  32. padding: 3rem;
  33. margin: 4rem 0;
  34. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  35. position: relative;
  36. overflow: hidden;
  37. }
  38. .service-tag {
  39. display: inline-block;
  40. padding: 8px 16px;
  41. background: var(--secondary-blue);
  42. color: var(--primary-blue);
  43. border-radius: 100px;
  44. font-size: 0.875rem;
  45. font-weight: 600;
  46. margin-bottom: 1.5rem;
  47. }
  48. .service-title {
  49. font-size: 2.5rem;
  50. font-weight: 800;
  51. color: var(--dark);
  52. margin-bottom: 1.5rem;
  53. line-height: 1.2;
  54. }
  55. .service-description {
  56. color: var(--gray);
  57. font-size: 1.1rem;
  58. line-height: 1.7;
  59. margin-bottom: 2rem;
  60. }
  61. .feature-grid {
  62. display: grid;
  63. grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  64. gap: 1.5rem;
  65. margin-bottom: 2rem;
  66. }
  67. .feature-item {
  68. display: flex;
  69. align-items: center;
  70. gap: 10px;
  71. }
  72. .feature-icon {
  73. width: 32px;
  74. height: 32px;
  75. background: var(--secondary-blue);
  76. border-radius: 50%;
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. color: var(--primary-blue);
  81. }
  82. .feature-text {
  83. font-weight: 500;
  84. color: var(--dark);
  85. }
  86. .cta-button {
  87. display: inline-flex;
  88. align-items: center;
  89. gap: 8px;
  90. padding: 12px 24px;
  91. background: var(--primary-blue);
  92. color: white;
  93. border-radius: 12px;
  94. text-decoration: none;
  95. font-weight: 600;
  96. transition: all 0.3s ease;
  97. }
  98. .cta-button:hover {
  99. background: #1d4ed8;
  100. color: white;
  101. transform: translateY(-2px);
  102. }
  103. .illustration-area {
  104. position: relative;
  105. min-height: 300px;
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. }
  110. .illustration-area img {
  111. max-width: 100%;
  112. height: auto;
  113. border-radius: 16px;
  114. }
  115. .floating-elements {
  116. position: absolute;
  117. width: 100%;
  118. height: 100%;
  119. top: 0;
  120. left: 0;
  121. pointer-events: none;
  122. z-index: 1;
  123. }
  124. .float-item {
  125. position: absolute;
  126. background: var(--secondary-blue);
  127. border-radius: 8px;
  128. opacity: 0.7;
  129. }
  130. .float-1 { top: 10%; left: 10%; width: 40px; height: 40px; }
  131. .float-2 { bottom: 20%; right: 15%; width: 30px; height: 30px; }
  132. .float-3 { top: 50%; right: 25%; width: 25px; height: 25px; }
  133. @media (max-width: 768px) {
  134. .service-card {
  135. padding: 2rem;
  136. margin: 2rem 0;
  137. }
  138. .service-title {
  139. font-size: 2rem;
  140. }
  141. .feature-grid {
  142. grid-template-columns: 1fr;
  143. }
  144. }
  145. </style>
  146. </head>
  147. <body>
  148. <header id="header" class="header d-flex align-items-center fixed-top">
  149. </header>
  150. <!-- Software Development Section -->
  151. <div class="container">
  152. <div class="service-card">
  153. <div class="row gy-5">
  154. <div class="col-lg-6">
  155. <span class="service-tag">Software Development</span>
  156. <h2 class="service-title">Small and Medium Businesses</h2>
  157. <p class="service-description">One application that provides complete business process. Fix series offers specially designed suits for Small & Medium Businesses. You can choose from our handpicked workflows as per your need offering you the most affordable pricing plans.</p>
  158. <div class="feature-grid">
  159. <div class="feature-item">
  160. <div class="feature-icon">
  161. <i class="fas fa-code"></i>
  162. </div>
  163. <span class="feature-text">Expertise in Technologies</span>
  164. </div>
  165. <div class="feature-item">
  166. <div class="feature-icon">
  167. <i class="fas fa-map-marked-alt"></i>
  168. </div>
  169. <span class="feature-text">Nationwide Reach</span>
  170. </div>
  171. <div class="feature-item">
  172. <div class="feature-icon">
  173. <i class="fas fa-users"></i>
  174. </div>
  175. <span class="feature-text">Customer-Centric</span>
  176. </div>
  177. <div class="feature-item">
  178. <div class="feature-icon">
  179. <i class="fas fa-chart-line"></i>
  180. </div>
  181. <span class="feature-text">Proven Success</span>
  182. </div>
  183. </div>
  184. <a href="#" class="cta-button">
  185. More Information
  186. <i class="fas fa-arrow-right"></i>
  187. </a>
  188. </div>
  189. <div class="col-lg-6">
  190. <div class="illustration-area">
  191. <div class="floating-elements">
  192. <div class="float-item float-1"></div>
  193. <div class="float-item float-2"></div>
  194. <div class="float-item float-3"></div>
  195. </div>
  196. <img src="/api/placeholder/600/400" alt="Business Software">
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. <!-- Live Streaming Section -->
  202. <div class="service-card">
  203. <div class="row gy-5">
  204. <div class="col-lg-6 order-lg-2">
  205. <span class="service-tag">Extensive Experience</span>
  206. <h2 class="service-title">Live Streaming with Analytics</h2>
  207. <p class="service-description">Live streaming with analytics combines the power of real-time video broadcasting with advanced analytics like Motion Detection, Facial Recognition, Object Detection, and Crowd Analysis.</p>
  208. <div class="feature-grid">
  209. <div class="feature-item">
  210. <div class="feature-icon">
  211. <i class="fas fa-video"></i>
  212. </div>
  213. <span class="feature-text">Real-time Streaming</span>
  214. </div>
  215. <div class="feature-item">
  216. <div class="feature-icon">
  217. <i class="fas fa-chart-bar"></i>
  218. </div>
  219. <span class="feature-text">Advanced Analytics</span>
  220. </div>
  221. <div class="feature-item">
  222. <div class="feature-icon">
  223. <i class="fas fa-eye"></i>
  224. </div>
  225. <span class="feature-text">Object Detection</span>
  226. </div>
  227. <div class="feature-item">
  228. <div class="feature-icon">
  229. <i class="fas fa-user-shield"></i>
  230. </div>
  231. <span class="feature-text">Security Features</span>
  232. </div>
  233. </div>
  234. <a href="#" class="cta-button">
  235. More Information
  236. <i class="fas fa-arrow-right"></i>
  237. </a>
  238. </div>
  239. <div class="col-lg-6 order-lg-1">
  240. <div class="illustration-area">
  241. <div class="floating-elements">
  242. <div class="float-item float-1"></div>
  243. <div class="float-item float-2"></div>
  244. <div class="float-item float-3"></div>
  245. </div>
  246. <img src="/api/placeholder/600/400" alt="Live Streaming Analytics">
  247. </div>
  248. </div>
  249. </div>
  250. </div>
  251. </div>
  252. <footer id="footer" class="footer">
  253. </footer>
  254. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
  255. <!-- header and footer js files -->
  256. <script src="assets/js/navbar.js"></script>
  257. <script src="assets/js/footer.js"></script>
  258. </body>
  259. </html>