-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·108 lines (103 loc) · 4.52 KB
/
index.html
File metadata and controls
executable file
·108 lines (103 loc) · 4.52 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
103
<!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>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>
Expressing myself and my creativity as a voice actor,
writer, ethicist, entrepreneur, audio engineer, software
engineer, and network engineer.</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>