-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
102 lines (92 loc) · 3.46 KB
/
contact.html
File metadata and controls
102 lines (92 loc) · 3.46 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
93
94
95
96
97
98
99
100
101
102
<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
}
table {
border: 0px solid black;
}
</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>Contact</h2>
<br>
For General Questions and support, it is best to hit us up on our <a href="https://discord.com/invite/nvqaAfq">Discord Channel</a>. There are more than a few community members who should be able to answer your questions. In case you want to reach us by email:<br><br>
<table cellpadding=15>
<tr>
<td>Email Questions: </td>
<td>solarity<code>@</code>solarity.tech</td>
</tr>
<tr>
<td>Retailer Inqueries: </td>
<td>joe<code>@</code>solarity.tech</td>
</tr>
</table>
</td>
<td style="width:30%"></td>
</tr>
<tr>
<td style="width:20%"></td>
<td align=center><img src="images/logo-trans.png" width=30%></td>
<td style="width:20%"></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>