summaryrefslogtreecommitdiffstats
path: root/services.html
blob: 066fca6c26214b348eedab597fe512d8f36f1ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>31337itsolutions</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <div class="content">
    <h1>Welcome to 31337itsolutions.com!</h1>
    <p>
    We do basic Tier1 leven service IT consulting for the corporate and private sector, as well as our own in-house research and development. Our services include the following:
    <ul>
      <li>Software Engineering</li>
      <li>Hardware Engineering</li>
      <li>Network Engineering</li>
      <li>Security Engineering</li>
      <li>Security Auditing</li>
      <li>Exploit Development</li>
      <li>Security Incident Response</li>
      <li>Managed Services - Hosting - Webmastering</li>
      <li>DDoS Mitigation</li>
      <li>VPN Services</li>
      <li>Database Administration</li>
      <li>Data Recovery Services</li>
      <li>Telecom</li>
      <li>Graphic Design for Web</li>
      <li>And much more...</li>
    </ul>
    <p>
    <a href="/contact">Contact us today and we'll be happy to give you a quote!</a>
    <div class="menu">
      <ul class="menu">
        <li><a href="/">Home</a></li>
        <li><a href="/services.html">Services</a></li>
        <li><a href="https://dev.31337itsolutions.com">Git</a></li>
        <li><a href="/contact.html">Contact</a></li>
      </ul>
    </div>
    <div id="copyright"> 
    Copyright &copy; 2022 31337 IT Solutions
    <br>
    All Rights Reserved
    </div>
  </div>
</body>
</html>