This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
equipment.html
131 lines (126 loc) · 5.09 KB
/
equipment.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<!--Stylesheet-->
<link rel="stylesheet" type="text/css" href="styles.css">
<!-- Google ads -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script src="jquery-1.10.2.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5421892665333193",
enable_page_level_ads: true
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129128356-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129128356-1');
</script>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script>
console.log("\n \n _____ _ _ _ _ ___ ___ _ \n|_ _|_ _ ___| |_ ___| | | |___| _| _| |___ \n | | | | | _| . | . | | | | .'| _| _| |- _|\n |_| |___|_| |___|___|_____|__,|_| |_| |_|___|\n \n");
function decode() {
window.prompt("Enter a .bread file name");
window.alert("Press OK to decode");
window.alert("Result: it's bread.");
}
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=KmzmeEb0gb">
<link rel="manifest" href="/site.webmanifest?v=KmzmeEb0gb">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=KmzmeEb0gb" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=KmzmeEb0gb">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>Equipment |TurboWafflz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<embed class="banner" src='banner.html'>
<hr>
<div class="logo">
<h1>TurboWafflz</h1>
</div>
<hr>
<!--Buttons-->
<div id="buttons">
<a href="nojs.html">No JavaScript?</a>
</div>
<script>
$(function(){
$("#buttons").load("buttons.html");
});
</script>
<!--
<button onclick="location.replace('/index.html');" style="height:100%;">Home</button><button onclick="location.replace('/programs.html');" style="height:100%;">Programs</button><button onclick="location.replace('/social.html');" style="height:100%;">Social</button><button onclick="location.replace('/random.html');" style="height:100%;">Random Junk</button>
<noscript><a href="nojs.html">No javascript?</a></noscript>
-->
<hr style="height:5px;">
<h3>Stuff I use.</h3>
<b>Desktop:</b>
<ul>
<li>Dell Precision T7500</li>
<ul>
<li>Quadruple-boot</li>
<ul>
<li>Kubuntu 18.04 (main)</li>
<li>Ubuntu 16.04</li>
<li>theShellOS (haven't used in years)</li>
<li>Windows 10 (eww)</li>
</ul>
<li>24GB RAM</li>
<li>Intel Xeon E5620 (x2)</li>
<li>MSI Radeon RX 570</li>
</ul>
<li>Asus MS238H monitor (Main)</li>
<li>HP S2031 monitor</li>
<li>Dell AT101W mechanical keyboard</li>
<li>Logitech MX518 mouse</li>
<li>Logitech G35 headset</li>
<li>Microsoft SideWinder Force Feedback USB racing wheel</li>
</ul>
<b>Laptop:</b>
<ul>
<li>Lenovo Yoga 720 (13 inch)</li>
<ul>
<li>Kubuntu 18.04</li>
<li>256GB NVMe SSD</li>
<li>8GB RAM</li>
<li>Intel Core i5-8250</li>
</ul>
</ul>
<b>Smartphone</b>
<ul>
<li>Motorola Moto g<sup>7</sup> Play</li>
<ul>
<li>2GB RAM</li>
<li>Qualcomm Snapdragon 632</li>
<li>Qualcomm Adreno 506</li>
</ul>
</ul>
<b>Software:</b>
<ul>
<li>Development & Debugging:</li>
<ul>
<li>Brackets</li>
<li>Git (obviously)</li>
<li>Kate (KDE Advanced Text Editor)</li>
</ul>
<li>Editing</li>
<ul>
<li>Audacity (Audio)</li>
<li>Gimp (Photo)</li>
<li>Kdenlive (Video)</li>
</ul>
</ul>
<footer>
<hr style="height:5px;">
<embed src="copyright.html">
</footer>
</body>
</html>