-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
224 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<!DOCTYPE html | ||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Home-YEMENGXIA</title> | ||
<style> | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
div img { | ||
cursor: zoom-in; | ||
} | ||
|
||
body { | ||
background-color: #FBFBFB; | ||
} | ||
|
||
ul li { | ||
list-style-type: none | ||
} | ||
</style> | ||
<link rel="icon" href="images/logo/冰淇淋.png" /> | ||
<style type="text/css"> | ||
a:link { | ||
color: #FFFFFF; | ||
} | ||
</style> | ||
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> | ||
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | ||
function MM_preloadImages() { //v3.0 | ||
var d = document; if (d.images) { | ||
if (!d.MM_p) d.MM_p = new Array(); | ||
var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++) | ||
if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; } | ||
} | ||
} | ||
function MM_swapImgRestore() { //v3.0 | ||
var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc; | ||
} | ||
function MM_findObj(n, d) { //v4.01 | ||
var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) { | ||
d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p); | ||
} | ||
if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n]; | ||
for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document); | ||
if (!x && d.getElementById) x = d.getElementById(n); return x; | ||
} | ||
|
||
function MM_swapImage() { //v3.0 | ||
var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length - 2); i += 3) | ||
if ((x = MM_findObj(a[i])) != null) { document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src = a[i + 2]; } | ||
} | ||
</script> | ||
</head> | ||
|
||
<body onload="MM_preloadImages('images/logo/github (1).png')"> | ||
<table width="100%" border="0" cellspacing="1" cellpadding="10"> | ||
|
||
<tr> | ||
<td><img src="images/Font/Ye Mengxia.png" width="207" height="33" /></td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB"> | ||
<ul id="MenuBar1" class="MenuBarHorizontal"> | ||
<li class="MenuBarHorizontal"><a href="Home.html">Home</a></li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+About</a> | ||
<ul> | ||
<li><a href="Hometown.html">Hometown</a></li> | ||
<li><a href="Experience.html">Experience</a></li> | ||
</ul> | ||
</li> | ||
<li><a class="MenuBarItemSubmenu" href="#"> +Works</a> | ||
<ul> | ||
<li><a href="Poster.html">Poster</a></li> | ||
<li><a href="Rhino.html">Rhino</a></li> | ||
<li><a href="Questionnaire.html">Questionnaire</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="Mathematical Modeling.html">Mode</a></li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+Media</a> | ||
|
||
<ul> | ||
<li><a href="Life photos.html">Life photos</a></li> | ||
<li><a href="ZhuiGuangZhe,2021.10.29.html">ZhuiGuangZhe,2021.10.29</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+Study</a> | ||
<ul> | ||
<li><a href="Calligraphy.html">Calligraphy</a></li> | ||
<li><a href="Paint.html">Paint</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="Books.html">Books</a></li> | ||
<li><a href="Contact.html">Contact</a></li> | ||
</ul> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><img src="images/Font/CHINA JILIANG UNIVERSITY.png" width="286" height="15" /></td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB"><a href="https://github.com/" | ||
onmouseout="MM_swapImgRestore()" | ||
onmouseover="MM_swapImage('Image3','','images/logo/github (1).png',1)"><img | ||
src="images/logo/github.png" name="Image3" width="30" height="30" id="Image3" /></a></td> | ||
</tr> | ||
</table><table width="100%" border="0" cellspacing="0" cellpadding="0"> | ||
<tr> | ||
<td align="center" valign="middle"><img src="images/Home/1.jpg" width="1366" height="625" /></td> | ||
</tr> | ||
</table> | ||
|
||
<script type="text/javascript"> | ||
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", { imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight: "SpryAssets/SpryMenuBarRightHover.gif" }); | ||
</script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Index-YEMENGXIA</title> | ||
<script type="text/javascript"> | ||
function MM_swapImgRestore() { //v3.0 | ||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; | ||
} | ||
function MM_preloadImages() { //v3.0 | ||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); | ||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) | ||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} | ||
} | ||
|
||
function MM_findObj(n, d) { //v4.01 | ||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { | ||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} | ||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; | ||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); | ||
if(!x && d.getElementById) x=d.getElementById(n); return x; | ||
} | ||
|
||
function MM_swapImage() { //v3.0 | ||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) | ||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} | ||
} | ||
</script> | ||
</head> | ||
<style> | ||
|
||
body{ | ||
background:url("images/Index/bg.jpg") no-repeat; | ||
background-size:cover; | ||
background-attachment: fixed; | ||
|
||
} | ||
div { | ||
height:57px; | ||
width:217px; | ||
background-color:#000; | ||
margin: 330px auto; | ||
} | ||
</style> | ||
<link rel="icon" href="images/logo/南瓜.png" /> | ||
<body onload="MM_preloadImages('images/Index/2.png')"> | ||
<div style="background-color:transparent;"> | ||
<a href="images/Home/Home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','images/Index/2.png',1)"><img src="images/Index/1.png" width="217" height="57" id="Image1" /></a> </div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,50 @@ | ||
<!DOCTYPE html | ||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Home-YEMENGXIA</title> | ||
<style> | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
div img { | ||
cursor: zoom-in; | ||
} | ||
|
||
body { | ||
background-color: #FBFBFB; | ||
} | ||
|
||
ul li { | ||
list-style-type: none | ||
} | ||
</style> | ||
<link rel="icon" href="images/logo/冰淇淋.png" /> | ||
<style type="text/css"> | ||
a:link { | ||
color: #FFFFFF; | ||
} | ||
</style> | ||
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> | ||
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | ||
function MM_preloadImages() { //v3.0 | ||
var d = document; if (d.images) { | ||
if (!d.MM_p) d.MM_p = new Array(); | ||
var i, j = d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i < a.length; i++) | ||
if (a[i].indexOf("#") != 0) { d.MM_p[j] = new Image; d.MM_p[j++].src = a[i]; } | ||
} | ||
} | ||
function MM_swapImgRestore() { //v3.0 | ||
var i, x, a = document.MM_sr; for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc; | ||
} | ||
function MM_findObj(n, d) { //v4.01 | ||
var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) { | ||
d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p); | ||
} | ||
if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n]; | ||
for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document); | ||
if (!x && d.getElementById) x = d.getElementById(n); return x; | ||
} | ||
|
||
function MM_swapImage() { //v3.0 | ||
var i, j = 0, x, a = MM_swapImage.arguments; document.MM_sr = new Array; for (i = 0; i < (a.length - 2); i += 3) | ||
if ((x = MM_findObj(a[i])) != null) { document.MM_sr[j++] = x; if (!x.oSrc) x.oSrc = x.src; x.src = a[i + 2]; } | ||
} | ||
</script> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Index-YEMENGXIA</title> | ||
<script type="text/javascript"> | ||
function MM_swapImgRestore() { //v3.0 | ||
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; | ||
} | ||
function MM_preloadImages() { //v3.0 | ||
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); | ||
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) | ||
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} | ||
} | ||
|
||
function MM_findObj(n, d) { //v4.01 | ||
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { | ||
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} | ||
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; | ||
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); | ||
if(!x && d.getElementById) x=d.getElementById(n); return x; | ||
} | ||
|
||
function MM_swapImage() { //v3.0 | ||
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) | ||
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} | ||
} | ||
</script> | ||
</head> | ||
|
||
<body onload="MM_preloadImages('images/logo/github (1).png')"> | ||
<table width="100%" border="0" cellspacing="1" cellpadding="10"> | ||
|
||
<tr> | ||
<td><img src="images/Font/Ye Mengxia.png" width="207" height="33" /></td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB"> | ||
<ul id="MenuBar1" class="MenuBarHorizontal"> | ||
<li class="MenuBarHorizontal"><a href="Home.html">Home</a></li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+About</a> | ||
<ul> | ||
<li><a href="Hometown.html">Hometown</a></li> | ||
<li><a href="Experience.html">Experience</a></li> | ||
</ul> | ||
</li> | ||
<li><a class="MenuBarItemSubmenu" href="#"> +Works</a> | ||
<ul> | ||
<li><a href="Poster.html">Poster</a></li> | ||
<li><a href="Rhino.html">Rhino</a></li> | ||
<li><a href="Questionnaire.html">Questionnaire</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="Mathematical Modeling.html">Mode</a></li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+Media</a> | ||
|
||
<ul> | ||
<li><a href="Life photos.html">Life photos</a></li> | ||
<li><a href="ZhuiGuangZhe,2021.10.29.html">ZhuiGuangZhe,2021.10.29</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#" class="MenuBarItemSubmenu">+Study</a> | ||
<ul> | ||
<li><a href="Calligraphy.html">Calligraphy</a></li> | ||
<li><a href="Paint.html">Paint</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="Books.html">Books</a></li> | ||
<li><a href="Contact.html">Contact</a></li> | ||
</ul> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><img src="images/Font/CHINA JILIANG UNIVERSITY.png" width="286" height="15" /></td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td> </td> | ||
<td colspan="4" align="right" nowrap="nowrap" bgcolor="#FBFBFB"><a href="https://github.com/" | ||
onmouseout="MM_swapImgRestore()" | ||
onmouseover="MM_swapImage('Image3','','images/logo/github (1).png',1)"><img | ||
src="images/logo/github.png" name="Image3" width="30" height="30" id="Image3" /></a></td> | ||
</tr> | ||
</table><table width="100%" border="0" cellspacing="0" cellpadding="0"> | ||
<tr> | ||
<td align="center" valign="middle"><img src="images/Home/1.jpg" width="1366" height="625" /></td> | ||
</tr> | ||
</table> | ||
|
||
<script type="text/javascript"> | ||
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", { imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight: "SpryAssets/SpryMenuBarRightHover.gif" }); | ||
</script> | ||
<style> | ||
|
||
body{ | ||
background:url("images/Index/bg.jpg") no-repeat; | ||
background-size:cover; | ||
background-attachment: fixed; | ||
|
||
} | ||
div { | ||
height:57px; | ||
width:217px; | ||
background-color:#000; | ||
margin: 330px auto; | ||
} | ||
</style> | ||
<link rel="icon" href="images/logo/南瓜.png" /> | ||
<body onload="MM_preloadImages('images/Index/2.png')"> | ||
<div style="background-color:transparent;"> | ||
<a href="Home.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','images/Index/2.png',1)"><img src="images/Index/1.png" width="217" height="57" id="Image1" /></a> </div> | ||
</body> | ||
|
||
</html> | ||
</html> |