-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (99 loc) · 3.06 KB
/
index.html
File metadata and controls
114 lines (99 loc) · 3.06 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
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
body {font-family:Verdana, Arial, sans-serif;}
.tablestyle {background-color:white; margin:2px 5px; border:4px solid #fff; color:#000; border-spacing:5px; width:800px;}
th {border:2px solid #ccc; border-radius:5px; background-color:#eee; padding:10px;}
tr {}
td {valign:top;}
a:link {color:#33c;}
a:hover {color:#c33;}
a:active {color:#f33;}
a:visited {color:#99c;}
.chaptext {background-color:#33c; color:white; font-size:16px; text-align:center; border-radius:5px 5px 0 0; border:1px solid #33c; padding:4px 0;}
.tdtext {color:white; font-size:14px; border-radius:0 0 5px 5px; border:1px solid #ccc; vertical-align:top;}
.exlink {margin:5px 0; display:block;}
ul {vertical-align:text-top;}
#texti {background-color:green; color:#fff; font-size:20px; font-weight:bold; text-align:center; border-radius:5px;}
#textc {background-color:white; color:green; font-size:16px; border: 16px blue;}
</style>
<title>Javascript Example Links</title>
</head>
<body>
<table class="tablestyle" cellpadding="0">
<tr>
<th colspan="2">Javascript Example Links</th>
</tr>
<tr>
<td class="chaptext">Javascript - Essential</td>
<td class="chaptext">Javascript - Advanced</td>
</tr>
<tr>
<td class="tdtext">
<ul>
<li><<a href="./AnalogClock/index.html" target="_blank" class="exlink">Analog Clock</a>
<li><<a href="./SpeedTester/index.html" target="_blank" class="exlink">Speed Tester </a>
<li><<a href="./ResponsiveImageMarkup/index.html" target="_blank" class="exlink">Responsive Image Markup </a>
</ul>
</td>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
</tr>
<tr>
<td class="chaptext">Spring - Basics</td>
<td class="chaptext">Spring - Advanced</td>
</tr>
<tr>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"></a>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
</tr>
<tr>
<td class="chaptext">Javascript - Basics</td>
<td class="chaptext">Javascript - Advanced</td>
</tr>
<tr>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"></a>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
</tr>
<tr>
<td class="chaptext">Logging Framework</td>
<td class="chaptext"></td>
</tr>
<tr>
<td class="tdtext">
<ul>
<li><<a href="http://www.slf4j.org/legacy.html" target="_blank" class="exlink">Override Legacy Logging</a>
<li><<a href="https://www.marcobehler.com/guides/a-guide-to-logging-in-java" target="_blank" class="exlink">A Guide to Logging in Java </a>
</ul>
</td>
<td class="tdtext">
<ul>
<li><<a href="" target="_blank" class="exlink"> </a>
</ul>
</td>
</tr>
</body>
</html>