-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
92 lines (79 loc) · 3.95 KB
/
about.html
File metadata and controls
92 lines (79 loc) · 3.95 KB
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
<html >
<head>
<div style="background: url(images/bg-trans.png) no-repeat; background-size: 80%;">
<style>
a {
text-decoration: none;
color: black;
font-weight:bold
}
</style>
<title>Solarity Technology</title>
</head>
<body>
<table >
<tr>
<td align="center" colspan=3><h1 style="color:black;font-size:60px;"><b>Solarity Technology</h1><b></td>
</tr>
<tr>
<td style="width:30%"></td>
<td align="center">
<table cellpadding=10>
<tr>
<td><h2><a href=index.html>Home</a></h2></td>
<td><h2><a href=products.html>Products</a></h2></td>
<td><h2><a href="https://www.youtube.com/channel/UCfN1sXzg1AfopkQp8cYpUaA" target="_blank">Channel</a></h2></td>
<td><h2><a href=contact.html>Contact</a></h2></td>
<td><h2><a href=about.html>About</a></h2></td>
</tr>
</table>
<td>
<td style="width:30%"></td>
</tr>
<tr>
<td style="width:20%"></td>
<td align=center><h5 style="color:grey;font-size:6px;">
01000101010111101111101010101011010111101110011011111001010101011101011010111001111010101110101111101101001101011100101001010101101010101111101110100101110111011100110111011001110110101010111
</h5></td>
<td style="width:20%"></td>
</tr>
<tr>
<td style="width:30%"></td>
<td>
<br>
<h2>About</h2>
<br>
Hey Guys! I got into PC world by playing PC games as a young kid. I have always been a fan of first person shooters and games that have more complexity, without having to give up your life to play it. I learned how computers work when I would LAN with friends in high school. Back then some one always had a network issue or didn't have the latest patch. So I would have to fix it for them, as I wanted us to all play together and have a good time. I then went to College for IT, met some more friends and tried to start my own business running a LAN center. Granted things didn't go great during the housing crisis, though I started working in the corporate IT would by then, so that was a savior. I continued to game playing some Natural Selection 2 for a while, then started playing Over Watch with some friends. I haven't had as much time for gaming as I have a family now. I try to put new content out when I can and look into developing new devices as well. The ArrRGB DAC I developed started out as a personal project. After I saw there was a need and decided to start selling it and I recently picked up 2 new retailers, so I decided to put this site together in notepad. :)
<br><br>--Solarity
</td>
<td style="width:30%"></td>
</tr>
<tr>
<td style="width:20%"></td>
<td align=center><br><br><br><h5 style="color:grey;font-size:6px;">
01000101010111101111101010101011010111101110011011111001010101011101011010111001111010101110101111101101001101011100101001010101101010101111101110100101110111011100110111011001110110101010111
</h5></td>
<td style="width:20%"></td>
</tr>
<tr>
<td style="width:30%"></td>
<td align="center"><h2>Retailers:</h2></td>
<td style="width:30%"></td>
</tr>
<tr>
<td style="width:30%"></td>
<td align="center">
<table>
<tr>
<td><a href="https://modmymods.com/solarity-arrrgb-dac-rev-4-1-digital-rgb-to-analog-rgb-converter-syt-0003.html"><img src=images/vendors/modmymods.gif width=60%></a></td>
<td><a href="https://www.performance-pcs.com/catalogsearch/result/?q=solarity+technology"><img src=images/vendors/performance-pcs.jpg width=60%></a></td>
<td><a href="https://www.ebay.com/sch/m.html?_ssn=piratedog_tech&LH_PrefLoc=&_from=R40&_trksid=p2499338.m570.l1313&_nkw=solarity&_sacat=0"><img src=images/vendors/piratedogtech.png width=60%></a></td>
<td><a href="https://www.titanrig.com/catalogsearch/result/?q=solarity+technology"><img src=images/vendors/titanrig.png width=60%></a></td>
</tr>
</table>
</td>
<td style="width:30%"></td>
</tr>
</table>
</body>
</html>