-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
407 lines (384 loc) · 23.5 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Right Here Academy -- Always trying for better academic searching</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Rectangle Template
http://www.templatemo.com/preview/templatemo_439_rectangle
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="mdui-v0.4.2/js/mdui.js"></script>
<script type="text/javascript">
function showImg(){
document.getElementById("wxImg").style.display='block';
}
function hideImg(){
document.getElementById("wxImg").style.display='none';
}
</script>
<style type="text/css">
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 10%;
left: 30%;
background-color: white;
z-index:1002; /* 数字的大小指明了div的相对层,数字大的在上层 */
overflow: auto;
}
</style>
<script type="text/javascript">
function openWindow(obj){
var qq_or_weixin = "light_qq";
switch(obj.id)
{
case 'contact_weixin':
qq_or_weixin = "light_weixin";
break;
case 'contact_qq':
qq_or_weixin = "light_qq";
break;
}
document.getElementById(qq_or_weixin).style.display='block';
document.getElementById('fade').style.display='block';
}
function closeWindow(){
document.getElementById('light_weixin').style.display='none';
document.getElementById('light_qq').style.display='none';
document.getElementById('fade').style.display='none';
}
</script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="site-bg"></div>
<div class="site-bg-overlay"></div>
<!-- TOP HEADER -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<p class="phone-info" style="text-align: left">Call me: 18817893525</p>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="social-icons">
<ul>
<li><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=954223738&site=qq&menu=yes" class="fa fa-qq"></a></li>
<li><a href="javascript:void(0)" onmouseover="showImg()"><i class = "fa fa-weixin" onclick="hideImg()"></i></a>
<div id = "wxImg" style="display:none;width: 100px;height: 100px;padding: 0px;background-color: #fff;border: 1px solid #E5E5E5;overflow: hidden;position: absolute;top: 40px;right: 0px;">
<img class="wx" src="qr2.png">
</div>
</li>
<li><a href="https://github.com/lllukehuang" class="fa fa-github"></a></li>
<li><a href="mailto:[email protected]" class="fa fa-envelope"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div> <!-- .top-header -->
<div class="visible-xs visible-sm responsive-menu">
<a href="#" class="toggle-menu">
<i class="fa fa-bars"></i> Show Menu
</a>
<div class="show-menu">
<ul class="main-menu">
<br>
<br>
<br>
<br>
<br>
<br>
<li>
<a class="show-1 active homebutton" href="#"><i class="fa fa-home"></i>Home</a>
</li>
<li>
<a class="show-2 aboutbutton" href="#"><i class="fa fa-user"></i>About Me</a>
</li>
<!-- <li>
<a class="show-3 projectbutton" href="#"><i class="fa fa-camera"></i>Gallery</a>
</li> -->
<li>
<a class="show-5 contactbutton" href="#"><i class="fa fa-envelope"></i>Contact</a>
</li>
</ul>
</div>
</div>
<div class="container" id="page-content">
<div class="row">
<div class="col-md-9 col-sm-12 content-holder">
<!-- CONTENT -->
<div id="menu-container">
<div class="logo-holder logo-top-margin">
<a href="#" class="site-brand"><img src="images/logo.png" alt=""></a>
</div>
<div id="menu-1" class="homepage home-section text-center">
<div class="welcome-text">
<h2>Hello, Welcome to <strong>Right Here Academy</strong></h2>
<p>Right Here Academy is a free website for you by a student from <span class="orange">SJTU</span><span class="green">IEEE</span> pilot class. You can search papers, authors and conferences for any purpose. Please tell your friends about this website. Thank you.</p>
<form action="http://localhost/search.php" method="get" class="subscribe-form">
<div class="row">
<fieldset class="col-md-offset-2 col-md-6">
<input type="text" name="multi_search" class= "email" placeholder="Start Your Search Here...">
</fieldset>
<fieldset class="col-md-offset-2 col-md-6">
<input type="text" name="paper_title" class= "email" placeholder="Write the paper title you want to search here..">
</fieldset>
<fieldset class="col-md-offset-2 col-md-6">
<input type="string" name="Authorname" class= "email" placeholder="Write the author name you want to search here..">
</fieldset>
<fieldset class="col-md-offset-2 col-md-6">
<input type="text" name="Conferencename" class= "email" placeholder="Write the conference name you want to search here..">
</fieldset>
<fieldset class="col-md-4 button-holder">
<input name="submit" type="submit" class="button default" id="submit" value="Submit">
</fieldset>
</div>
<p class="subscribe-text">Happy searching!</p>
</form>
</div>
</div>
<div id="menu-2" class="content about-section">
<div class="row">
<div class="col-md-8 col-sm-8">
<div class="box-content profile">
<h3 class="widget-title">Learn about me</h3>
<div class="profile-thumb">
<img src="images/9.jpg" alt="">
</div>
<div class="profile-content">
<h5 class="profile-name">Huang Zimeng</h5>
<span class="profile-role">F1803016</span>
<p>A freshman in SJTU,SEIEE,IEEE pilot class. Have littie experience in web coding and start learning html,css,php languages this semester.If you want more detailed academic information, please search in <a rel="nofollow" href="https://www.acemap.info/">acemap.com</a> website. Also, I'd like to thank my teacher <span class="orange">xinbing </span><span class="green">wang</span> and my roomates, which gave me some help while finishing this web page.<br><br>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="box-content">
<h3 class="widget-title">Background</h3>
<p>As a homework of IEEI(B) classes, we finish this web page and learn some techniques and methods to create and beautify our web pages. However, there still exists some disadvantages and insufficiencies in my project. Please point out these flaws to me and contact with me. Thank you very much! </p>
<br>
<p style="font-family: geo-regular ">Learn more about <a href="http://www.cs.sjtu.edu.cn/~wang-xb/ieei/index.html" rel="nofollow">IEEI(B)</a> course....</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-5">
<div class="box-content">
<h3 class="widget-title">My School</h3>
<div class="project-item">
<img src="images/10.jpg" alt="">
<div class="project-hover">
<h4>SJTU,Shanghai,China</h4>
</div>
</div>
</div>
</div>
<div class="col-md-7 col-sm-7">
<div class="box-content">
<h3 class="widget-title">Information Contained</h3>
<ul class="progess-bars">
<li>
<span>Papers —— 92232</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 95%;"></div>
</div>
</li>
<li>
<span>Conferences —— 13</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 2%;"></div>
</div>
</li>
<li>
<span>Authors —— 119274</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 98%;"></div>
</div>
</li>
<li>
<span>Affiliations —— 3159</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 10%;"></div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- <div id="menu-3" class="content gallery-section">
<div class="box-content">
<h3 class="widget-title">My Past Work And My Interests</h3>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/11(1).jpg" alt="">
<div class="project-hover">
<h4>Python Project:Face Detection</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/12.jpg" alt="">
<div class="project-hover">
<h4>Photography Works</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/13.jpg" alt="">
<div class="project-hover">
<h4>My Hometown - Wufeng</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/14.jpg" alt="">
<div class="project-hover">
<h4>Game Lover</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/4.jpg" alt="">
<div class="project-hover">
<h4>Nature Lover</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/5.jpg" alt="">
<div class="project-hover">
<h4>Nature Lover</h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="project-item">
<img src="images/2.jpg" alt="">
<div class="project-hover">
<h4>Nature Lover</h4>
</div>
</div>
</div>
</div> -->
<!-- <div class="project-pages">
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">...</a></li>
</ul>
</div> -->
<!-- </div>
</div> -->
<div id="menu-4" class="content contact-section">
<div class="row">
<div class="col-md-8 col-sm-8">
<div class="box-content">
<h3 class="widget-title">Where To Find Me</h3>
<div class="google-map">
<iframe src="https://map.baidu.com/search/%E4%B8%8A%E6%B5%B7%E5%B8%82%E9%97%B5%E8%A1%8C%E5%8C%BA%E4%B8%9C%E5%B7%9D%E8%B7%AF800%E5%8F%B7/@13518458.445,3613663.9,19.01z?querytype=s&da_src=shareurl&wd=%E4%B8%8A%E6%B5%B7%E5%B8%82%E9%97%B5%E8%A1%8C%E5%8C%BA%E4%B8%9C%E5%B7%9D%E8%B7%AF800%E5%8F%B7&c=289&src=0&pn=0&sug=0&l=15&b=(13515338.157505235,3612528.5999991717;13522615.884346826,3616081.506016326)&from=webmap&biz_forward=%7B%22scaler%22:2,%22styles%22:%22pl%22%7D&device_ratio=2" allowfullscreen style="width: 520px;height: 400px;"></iframe>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="box-content">
<h3 class="widget-title">Stay In Touch</h3>
<p>I'd like to stay in touch with you if you feel interest with my web site or my work. Write down your contact information may help me to find you more easily. <br><br>
Here are some ways to find me on Internet. If you like, you can also visit my social homepage to communicate with me. </p>
<div class="about-social">
<ul>
<li><a href="http://wpa.qq.com/msgrd?v=3&uin=954223738&site=qq&menu=yes" class="fa fa-qq"></a></li>
<li><div class="top_weixin"><a href="#" id="contact_weixin" onclick="openWindow(this)" class = "fa fa-weixin" ></a></div>
<div id="light_weixin" class="white_content">
<img src='qr1.png' onClick="closeWindow()">
</div>
</li>
<li><a href="https://github.com/lllukehuang" class="fa fa-github"></a></li>
<li><a href="mailto:[email protected]" class="fa fa-envelope"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 hidden-sm">
<nav id="nav" class="main-navigation hidden-xs hidden-sm">
<ul class="main-menu">
<br>
<br>
<br>
<br>
<br>
<br>
<li>
<a class="show-1 active homebutton" href="#"><i class="fa fa-home"></i>Home</a>
</li>
<li>
<a class="show-2 aboutbutton" href="#"><i class="fa fa-user"></i>About Me</a>
</li>
<!-- <li>
<a class="show-3 projectbutton" href="#"><i class="fa fa-camera"></i>Gallery</a>
</li> -->
<li>
<a class="show-5 contactbutton" href="#"><i class="fa fa-envelope"></i>Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- SITE-FOOTER -->
<div class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>
Copyright © 2019 SJTU IEEE Pilot Class
<!-- | Design: <a href="http://www.templatemo.com" target="_parent"><span class="green">free templates</span></a> -->
</p>
</div>
</div>
</div>
</div> <!-- .site-footer -->
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- templatemo 439 rectangle -->
</body>
</html>