-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainPage.html
151 lines (148 loc) · 5.37 KB
/
MainPage.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
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="maxity.js"></script>
<link rel="stylesheet" type="text/css" href="maxity.css">
<title>Rare Disease Around Us</title>
<!--[if lte IE 8]><div>
<br><br><br><h1>Your brower is too old, please install a newer one.</h1><br><br>
<a href="http://rj.baidu.com/soft/detail/14744.html">chrome</a></div><br><br><br><br>
<![endif]-->
</head>
<body style="background-image: url('img\\tile.png');">
<img src="img\headImage.png" class="headImage">
<table id="selectionsBorder">
<tr>
<td id="selection1" class="section" onclick="backToMenu()">Rare Disease Around Us</td>
<td id="selection2" class="section" onclick="toResUsed()">Resources</td>
<td id="selection3" class="section" onclick="toSubmited()">Submited Passages</td>
<td id="selection4" class="section">Report Mistake</td>
</tr>
</table>
<table id="messageSection">
<tr>
<td id="shortcutBorder"><img src="img\sky.png" id="shortcutImage"></td>
<td>
<div>
<p class="title">Notification:</p>
<table>
<tr>
<td>updated more documents</td>
<td>3/30/20</td>
</tr>
<tr>
<td>updated more documents</td>
<td>3/1/20</td>
</tr>
<tr>
<td>Updated document and resources Pages</td>
<td>2/23/20</td>
</tr>
<tr>
<td>Updated 4 pages</td>
<td>2/23/20</td>
</tr>
<tr>
<td>Updated MainPage</td>
<td>2/18/20</td>
</tr>
<tr>
<td>Updated MainPage</td>
<td>2/9/20</td>
</tr>
</table>
</div>
<div>
<p class="title">Webpage Attribute</p>
<table>
<tr>
<td>
<table>
<tr>
<td>
<p class="subTitle">Online</p>
</td>
<td>
<p>Updating</p>
</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>
<p class="subTitle">Articles:</p>
</td>
<td>
<p>0</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p class="title" onclick="toSchoolPage()">The Village School</p>
<p class="subTitle">Our school is located in Houston, focusing on studing and exploring.</p>
</div>
</td>
</tr>
</table>
<table id="articleList">
<tr>
<td id="article1" class="article">
<p class="subTitle">1</p>
</td>
<td id="article2" class="article">
<p class="subTitle">2</p>
</td>
<td id="article3" class="article">
<p class="subTitle">3</p>
</td>
<td id="article4" class="article">
<p class="subTitle">4</p>
</td>
<td id="article5" class="article">
<p class="subTitle">5</p>
</td>
</tr>
</table>
<table id="introduction">
<tr>
<td>
<p class="title">This is our RDU website:</p>
<p>We aim to study and spread the knowledge of these rare diseases around us.</p>
</td>
<td>
<p class="title">Cas Project</p>
<p>Creativity</p>
<p>Activity</p>
<p>Service</p>
</td>
</tr>
<tr>
<td>
<p class="title">Contribution:</p>
<table id="donation">
<tr>
<td>Daniel</td>
<td>Zhang</td>
</tr>
<tr>
<td>Qianjin</td>
<td>Zhou</td>
</tr>
<tr>
<td>Yipu</td>
<td>Wang</td>
</tr>
</table>
</td>
</tr>
</table>
<footer id="copyright">
Coptright
</footer>
</body>
</html>