summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 6d4b4944803ea296e228c975f5d8589731ededa0 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>31337itsolutions</title>
  <link rel="stylesheet" href="style.css">
  <link rel="stylesheet" href="dna.css">
</head>
<body>
  <canvas id ="beach"></canvas>
  <div class="content">
    <div class="wrapper">
      <h3>31337itsolutions - The Future Is In Our DNA</h3>
      <div class="line line1">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line2">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line3">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line4">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line5">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line6">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line7">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line8">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line9">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line10">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line11">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line12">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line13">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line14">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line15">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line16">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line17">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
      <div class="line line18">
        <span class="circle circle-top"></span>
        <span class="circle circle-bottom"></span>
      </div>
    </div>
  </div>

    <p>
    We specialize in providing over 25 years of experience in delivering top tier IT consulting services. Our full stack runs the gamut all the way from software, hardware, network and security engineering, and in a wide range of fields such as marketing, art &amp; design, and research.
    <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>
</body>
</html>