-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·136 lines (131 loc) · 5.93 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
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script src="https://scripttiger.github.io/js/jquery-3.5.1.min.js"></script>
<title>Mission Statement - ScriptTiger</title>
</head>
<body style="background-color: rgb(255, 204, 102); color: rgb(0, 0, 0);" alink="#ee0000"
vlink="#551a8b" link="#0000ee">
<div id="header-element"></div>
<script>
$(function(){
$("#header-element").load("https://scripttiger.github.io/elements/header.html");
});
</script>
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="vertical-align: top; height: 100%; width: 15%;">
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td> <br>
</td>
<td style="vertical-align: top; height: 100px; width: 80%;">
<br>
</td>
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 10%;"> <br>
</td>
<td style="vertical-align: top; width: 80%;">
<div id="navbar-element"></div>
<script>
$(function(){
$("#navbar-element").load("https://scripttiger.github.io/elements/navbar.html");
});
</script></td>
<td style="vertical-align: top; width: 10%;"> <br>
</td>
</tr>
</tbody>
</table>
</td>
<td style="vertical-align: top; height: 100%; width: 70%;">
<table style="text-align: left; width: 100%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102);"
cellspacing="2" cellpadding="2" border="1">
<tbody>
<tr>
<td style="vertical-align: top; width: 100%; background-color: white;"><br>
<h1 style="text-align: center; margin-top: 10px;">ScriptTiger</h1>
<h2><span style="font-weight: bold;">Mission
Statement:</span> </h2>
ScriptTiger strives to make computers a
more
work-friendly technology for hard-working people.
With data growing more and more abundant, smaller budget
organizations
or individuals must find a way to traverse all of their data
without
having to spend exorbitant prices for custom software to
generate
reports or just find the information they need when they
need it
without having an IT professional or data scientist at their
disposal
or having to spend days, weeks, or months copying and
pasting data from
one form to another. ScriptTiger's goal is to empower
individuals in
the workplace to get
the data they need in the way they need it by having only
the fewest
prerequisites possible to ensure that no matter where they
move to in
their organization, what software may or may not be
approved, or what
degree of technical know-how they can
still do their job in the most efficient way possible.</td>
</tr>
</tbody>
</table>
<div id="footer-element"></div>
<script>
$(function(){
$("#footer-element").load("https://scripttiger.github.io/elements/footer.html");
});
</script></td>
<td style="vertical-align: top; height: 100%; width: 15%;">
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;"
cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
</td>
<td style="vertical-align: middle; height: 100px; width: 80%; text-align: center;">
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td>
<td style="vertical-align: top; height: 100px; width: 10%;"> <br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 10%;"> <br>
</td>
<td style="vertical-align: top; width: 80%;">
<div id="sidebar-element"></div>
<script>
$(function(){
$("#sidebar-element").load("https://scripttiger.github.io/elements/sidebar.html");
});
</script></td>
<td style="vertical-align: top; width: 10%;"> <br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>