-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
139 lines (102 loc) · 3.44 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
132
133
134
135
136
137
138
139
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Star Trek</title>
<link rel="stylesheet" type="text/css" href="js/scrollpane/jquery.jscrollpane.css"/>
<link rel="stylesheet" type="text/css" href="css/_startrek.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/_startrek.js"></script>
<script type="text/javascript" src="js/stardate.js"></script>
<script type="text/javascript" src="js/sound-manager.js"></script>
<script type="text/javascript" src="js/jquery.animate-colors-min.js"></script>
<script type="text/javascript" src="js/scrollpane/jquery.jscrollpane.min.js"></script>
</head>
<body>
<div id="content">
<div id="top-section-content">
<div id="profile">
<h1>
<span>Sam152</span>
<div>Personal Record #18030592-4</div
></h1>
<table id="service-record">
<tr>
<td>Species</td>
<td>Human</td>
</tr>
<tr>
<td>Delegation</td>
<td>Web Developer</td>
</tr>
<tr>
<td>Place of birth</td>
<td>Earth</td>
</tr>
<tr>
<td>Service Number</td>
<td>#18030592-4</td>
</tr>
</table>
</div>
<div id="profile-buttons">
<a target="_blank" class="button-1" href="https://github.com/Sam152">github</a>
<a target="_blank" class="button-2" href="http://stackoverflow.com/users/59730/sam152">stackoverflow</a>
<a target="_blank" class="button-3" href="http://twitter.com/Sam_152">twitter</a>
<a target="_blank" class="button-4" href="http://www.linkedin.com/profile/view?id=69473099">linkedin</a>
<div class="under-profile-buttons-source">
</div>
</div>
<div id="top-right-content">
</div>
</div>
<div id="bottom-section-content">
<p>
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
Test testTest testTest testTest testTest testTest testTest test
</p>
</div>
</div>
<div id="top-section">
<div id="panel-top-square-1">
LCARS v1.30593
</div>
<div id="panel-top">
</div>
<div class="panel-long">
<div class="panel-long-inner">
<div class="panel-long-1"></div>
<div class="panel-long-2"></div>
<div class="panel-long-3"></div>
<div class="panel-long-4"></div>
</div>
</div>
</div>
<div id="bottom-section">
<div class="panel-long">
<div class="panel-long-inner">
<div class="panel-long-1"></div>
<div class="panel-long-2"></div>
<div class="panel-long-3"></div>
<div class="panel-long-4"></div>
</div>
</div>
<div id="panel-bottom">
</div>
<div id="bottom-panels">
<div id="panel-bottom-square-1">
</div>
<div id="panel-bottom-square-2">
</div>
<div id="panel-bottom-square-3">
</div>
</div>
</div>
</body>
</html>