Website - Test - Added heading and a navigation bar with buttons to home.html.
This commit is contained in:
parent
62dce9e715
commit
c8e46abb4a
Binary file not shown.
|
@ -19,7 +19,7 @@
|
||||||
<h2>Archived News</h2>
|
<h2>Archived News</h2>
|
||||||
<h3>5 June 2008</h3>
|
<h3>5 June 2008</h3>
|
||||||
|
|
||||||
<p>No, this project is not dead. There are a few of us developers working in subversion. However, we could always use more help. We need both SDL and Windows developers. If interested, just come chat with us in #fceu on irc.freenode.net<br>
|
<p>No, this project is not dead. There are a few of us developers working in subversion. However, we could always use more help. We need both SDL and Windows developers. If interested, just come chat with us in #fceu on irc.freenode.net<br/>
|
||||||
<a href="mailto:ltsmooth42 _at_ gmail _dot _com">Lukas Sabota</a>
|
<a href="mailto:ltsmooth42 _at_ gmail _dot _com">Lukas Sabota</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ post more information soon.
|
||||||
|
|
||||||
<h3>5 June 2008</h3>
|
<h3>5 June 2008</h3>
|
||||||
<p>
|
<p>
|
||||||
No, this project is not dead. There are a few of us developers working in subversion. However, we could always use more help. We need both SDL and Windows developers. If interested, just come chat with us in #fceu on irc.freenode.net<br>
|
No, this project is not dead. There are a few of us developers working in subversion. However, we could always use more help. We need both SDL and Windows developers. If interested, just come chat with us in #fceu on irc.freenode.net<br/>
|
||||||
<a href="mailto:ltsmooth42 _at_ gmail _dot _com">Lukas Sabota</a>
|
<a href="mailto:ltsmooth42 _at_ gmail _dot _com">Lukas Sabota</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -317,7 +317,7 @@ post more information soon.
|
||||||
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
||||||
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
||||||
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
||||||
<br>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -13,7 +13,7 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:medium;
|
font-size:medium;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
padding-bottom:1px;
|
padding-bottom:1px;
|
||||||
|
@ -24,12 +24,13 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
margin-left: 32px;
|
margin-left: 220px;
|
||||||
margin-right: 32px;
|
margin-right: 220px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 4px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
background-color: #999999;
|
background-color:#B7B7B7;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
|
@ -63,7 +64,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
background-image:url('assests/ICON_1.ICO');
|
background-image:url('assests/ICON_1.ICO');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left;
|
background-position: left;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
|
|
|
@ -15,17 +15,44 @@
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script type="text/javascript">
|
||||||
|
<!--
|
||||||
|
function FP_preloadImgs() {//v1.0
|
||||||
|
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
|
||||||
|
for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
|
||||||
|
}
|
||||||
|
|
||||||
|
function FP_swapImg() {//v1.0
|
||||||
|
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
|
||||||
|
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
|
||||||
|
elm.$src=elm.src; elm.src=args[n+1]; } }
|
||||||
|
}
|
||||||
|
|
||||||
|
function FP_getObjectByID(id,o) {//v1.0
|
||||||
|
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
|
||||||
|
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
|
||||||
|
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
|
||||||
|
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
|
||||||
|
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
|
||||||
|
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
// -->
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body onload="FP_preloadImgs(/*url*/'assests/button67.jpg',/*url*/'assests/button68.jpg',/*url*/'assests/button80.jpg',/*url*/'assests/button81.jpg',/*url*/'assests/button87.jpg',/*url*/'assests/button88.jpg',/*url*/'assests/button92.jpg',/*url*/'assests/button93.jpg',/*url*/'assests/button98.jpg',/*url*/'assests/button99.jpg')">
|
||||||
<div id="masthead">
|
<div id="masthead">
|
||||||
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom Emulator
|
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom Emulator
|
||||||
</div>
|
</div>
|
||||||
<div id="top_nav">
|
<div id="top_nav">
|
||||||
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
<a href="home.html"><img id="img1" alt="Home" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'assests/button68.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'assests/button66.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'assests/button67.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'assests/button67.jpg')" src="assests/button66.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Braided Row 5; fp-bgcolor: #B7B7B7" fp-title="Home" --></a>
|
||||||
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
<a href="download.html"><img id="img2" alt="Download" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'assests/button81.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'assests/button7F.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'assests/button80.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'assests/button80.jpg')" src="assests/button7F.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Braided Row 5; fp-bgcolor: #B7B7B7" fp-title="Download" --></a>
|
||||||
Version History</a> | <a href="contact.html">Contact</a>| <a href="links.html">Links</a>
|
<a href="version.html"><img id="img3" alt="Versions" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'assests/button88.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'assests/button86.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'assests/button87.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'assests/button87.jpg')" src="assests/button86.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Braided Row 5; fp-bgcolor: #B7B7B7" fp-title="Versions" --></a>
|
||||||
</div>
|
<a href="contact.html">
|
||||||
|
<img id="img4" alt="Contact" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'assests/button93.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'assests/button91.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'assests/button92.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'assests/button92.jpg')" src="assests/button91.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Braided Row 5; fp-bgcolor: #B7B7B7" fp-title="Contact" --></a>
|
||||||
|
<a href="links.html">
|
||||||
|
<img id="img5" alt="Links" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'assests/button99.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'assests/button97.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'assests/button98.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'assests/button98.jpg')" src="assests/button97.jpg" style="border: 0" width="100" /><!-- MSComment="ibutton" fp-style="fp-btn: Braided Row 5; fp-bgcolor: #B7B7B7" fp-title="Links" --></a></div>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="left_col">
|
<div id="left_col">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
||||||
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
||||||
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
||||||
<br>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue