-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
123 lines (117 loc) · 4.48 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>T800 Productions</title>
<meta name="keywords" content="x64,64-bit,winamp,windows,explorer,playlist,cbr,cbz,zip,rar,thumbnails,folder,extension,office,excel">
<meta name="description" content="Home page of CBX Shell, Folder Options X, Office Scroll and more...">
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="software/favicon.ico" type="image/ico" >
<link rel="shortcut icon" href="software/favicon.ico" type="image/ico" >
<link href="software/styles.css" rel="stylesheet" type="text/css">
</head>
<body >
<div class="flexcontainer" style="margin:0.5em;">
<div id="header" style="width:100%;">T800 Productions</div>
<div class="flexcontainer">
<div class="tile">
<a href="software/CBXShell.html">
<div class="tilethumb"
style="background-image:url('software/images/CBXShell.png');">
<div class="tilefooter" style="background: rgb(155, 38, 175);">CBX Shell</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/FolderOptionsX.html">
<div class="tilethumb"
style="background-image:url('software/images/FolderOptionsX.png');">
<div class="tilefooter" style="background: rgb(22, 132, 255);">Folder Options X</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/OfficeScroll.html">
<div class="tilethumb"
style="background-image:url('software/images/OfficeScroll.png');">
<div class="tilefooter" style="background: rgb(75, 175, 79);">Office Scroll Add-in</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/FastCloseTab.html">
<div class="tilethumb"
style="background-image:url('software/images/FastCloseTab.png');">
<div class="tilefooter" style="background: #CC0000;">Fast Close Tab</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/FocusX.html">
<div class="tilethumb"
style="background-image:url('software/images/FocusX.png');">
<div class="tilefooter" style="background: rgb(22, 160, 163);">Focus X</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/ChangeFileExtensionShellMenu.html">
<div class="tilethumb"
style="background-image:url('software/images/ChangeFileExtensionShellMenu.png');">
<div class="tilefooter" style="background: rgb(255, 151, 0);">Change File Extension Shell Menu</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/ShortcutTargetMenu.html">
<div class="tilethumb"
style="background-image:url('software/images/ShortcutTargetMenu.png');">
<div class="tilefooter" style="background: rgb(127, 140, 141);">Shortcut Target Menu</div>
</div>
</a>
</div>
<div class="tile">
<a href="software/VCFsplitter.html">
<div class="tilethumb"
style="background-image:url('software/images/VCFsplitter.png');">
<div class="tilefooter" style="background: rgb(139, 184, 74);">VCF Splitter</div>
</div>
</a>
</div>
<div class="tile" id="GitHub">
<a href="https://github.com/T800G?tab=repositories">
<div class="tilethumb"
style="background-image:url('software/images/GitHub.png');">
<div class="tilefooter" style="background: #202020;">Browse all projects</div>
</div>
</a>
</div>
<!-- (TILE TEMPLATE)
<div class="tile tile_big " id="TILE4">
<a href="software/.html">
<div class="tilethumb"
style="background-image:url('software/images/thumb.png');">
<div class="tilefooter" style="background: rgb(75, 174, 79);">TILE4</div>
</div>
</a>
</div>
-->
</div>
<div id="footer">© T800 Productions</div>
</div>
<script type="text/javascript">
var sc_project=5627018;
var sc_invisible=1;
var sc_security="e5d9b799";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="real time web
analytics" href="http://statcounter.com/"
target="_blank"><img class="statcounter"
src="//c.statcounter.com/5627018/0/e5d9b799/1/" alt="real
time web analytics"></a></div></noscript>
</body>
</html>