|
1 | 1 | <!DOCTYPE html> |
2 | | -<html> |
3 | | - <head> |
4 | | - <title>HasCoding OSP</title> |
5 | | - <meta http-equiv="refresh" content="2; url=https://hascoding.com"> |
6 | | - </head> |
| 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>HasCoding Open Source Services</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: sans-serif; |
| 10 | + line-height: 1.6; |
| 11 | + margin: 0; |
| 12 | + padding: 0; |
| 13 | + background: #f4f4f4; |
| 14 | + color: #333; |
| 15 | + } |
| 16 | + .container { |
| 17 | + width: 80%; |
| 18 | + margin: auto; |
| 19 | + overflow: hidden; |
| 20 | + padding: 0 20px; |
| 21 | + } |
| 22 | + header { |
| 23 | + background: #333; |
| 24 | + color: #fff; |
| 25 | + padding-top: 30px; |
| 26 | + min-height: 70px; |
| 27 | + border-bottom: #77aaff 3px solid; |
| 28 | + } |
| 29 | + header a { |
| 30 | + color: #fff; |
| 31 | + text-decoration: none; |
| 32 | + text-transform: uppercase; |
| 33 | + font-size: 16px; |
| 34 | + } |
| 35 | + header h1 { |
| 36 | + text-align: center; |
| 37 | + text-transform: uppercase; |
| 38 | + margin: 0; |
| 39 | + font-size: 24px; |
| 40 | + } |
| 41 | + #main { |
| 42 | + padding: 20px 0; |
| 43 | + } |
| 44 | + #main h2 { |
| 45 | + text-align: center; |
| 46 | + color: #333; |
| 47 | + } |
| 48 | + .service { |
| 49 | + background: #fff; |
| 50 | + padding: 20px; |
| 51 | + margin-bottom: 15px; |
| 52 | + border-radius: 5px; |
| 53 | + } |
| 54 | + footer { |
| 55 | + background: #333; |
| 56 | + color: #fff; |
| 57 | + text-align: center; |
| 58 | + padding: 30px 0; |
| 59 | + margin-top: 20px; |
| 60 | + } |
| 61 | + </style> |
| 62 | +</head> |
7 | 63 | <body> |
8 | | -<h1>HasCoding OSP</h1> |
9 | | -<p>HasCoding Open Source Platform</p> |
10 | | - <a href="https://hascoding.com" name="HasCoding Eğitim Portalı" title="HasCoding Eğitim Portalı"> HasCoding </a> |
| 64 | + <header> |
| 65 | + <div class="container"> |
| 66 | + <h1>HasCoding Open Source Services</h1> |
| 67 | + </div> |
| 68 | + </header> |
| 69 | + |
| 70 | + <div id="main" class="container"> |
| 71 | + <h2>Our Open Source Service Offerings</h2> |
| 72 | + <div class="service"> |
| 73 | + <h3>Consulting</h3> |
| 74 | + <p>We provide expert consulting services to help you leverage the power of open source technologies in your projects. Whether you're starting a new project or migrating existing systems, our team can guide you through the process.</p> |
| 75 | + </div> |
| 76 | + <div class="service"> |
| 77 | + <h3>Development</h3> |
| 78 | + <p>Our team of experienced developers can build custom solutions for you using open source software. We contribute to the open source community and can help you develop and maintain your own open source projects.</p> |
| 79 | + </div> |
| 80 | + <div class="service"> |
| 81 | + <h3>Support and Maintenance</h3> |
| 82 | + <p>We offer comprehensive support and maintenance packages for your open source infrastructure. We ensure your systems are up-to-date, secure, and performing optimally.</p> |
| 83 | + </div> |
| 84 | + <p style="text-align:center;"> |
| 85 | + For more information, visit the <a href="https://hascoding.com" name="HasCoding Eğitim Portalı" title="HasCoding Eğitim Portalı">HasCoding Eğitim Portalı</a>. |
| 86 | + </p> |
| 87 | + </div> |
| 88 | + |
| 89 | + <footer> |
| 90 | + <p>Copyright © 2024 HasCoding</p> |
| 91 | + </footer> |
11 | 92 | </body> |
12 | 93 | </html> |
0 commit comments