Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Graphics Design Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 02-17-2005, 01:49 PM   #1 (permalink)
Noogle
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
snake390
Site Graphics Reqest

Sorry, I'm new, and a friend who is designing a Halo 2 game site would like to have a picture of the Master Chief or the Arbiter (possibly both) at the top of his site. if you'd like to check it out, it's
www.freewebs.com/marks117
snake390 is offline   Reply With Quote
 
Sponsored Links
Old 02-17-2005, 03:01 PM   #2 (permalink)
Google Freak
 
Justin's Avatar
 
Join Date: Nov 2004
Location: Dickson, TN
Posts: 354
Thanks: 0
Thanked 0 Times in 0 Posts
Justin
Send a message via AIM to Justin Send a message via MSN to Justin Send a message via Yahoo to Justin
I don't have much time, but I threw something together in about 5 minutes. Hope it helps
I couldn't find any arbiter pictures to use..

EDIT: If he likes it, I'll touch it up and make things even (like the number of lines on each side..)

Justin is offline   Reply With Quote
Old 02-18-2005, 10:25 AM   #3 (permalink)
Noogle
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
snake390
That looks awsome, I e-mailed it to him and he said he loves it.
Now, he has another question.
How do we get it at the top of his site, and can you add "Halo Homiez" to it somewhere?
snake390 is offline   Reply With Quote
Old 02-18-2005, 11:58 AM   #4 (permalink)
Google Freak
 
Justin's Avatar
 
Join Date: Nov 2004
Location: Dickson, TN
Posts: 354
Thanks: 0
Thanked 0 Times in 0 Posts
Justin
Send a message via AIM to Justin Send a message via MSN to Justin Send a message via Yahoo to Justin
When I get home from school I'll add Halo Homiez to it. Also, if you could get the source code for his home page for me, I'll gladly tell you how to add that to the top of his page.
Justin is offline   Reply With Quote
Old 02-21-2005, 01:15 PM   #5 (permalink)
Noogle
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
snake390
uh, one sec, I'll get the code,
snake390 is offline   Reply With Quote
Old 02-21-2005, 01:17 PM   #6 (permalink)
Noogle
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
snake390
Here's the code, exactly how I copied it when I right-clicked and hit View Source.


Just to warn you, he's using a Freewebs editor, not an HTML one.

<html>
<head>
<title>Halo Homiez Online - We Are The Rest of the Spartans...</title>
<link rel=stylesheet type="text/css" href="style.css">

<meta name="keywords" content="">
<meta name="description" content="">

<STYLE TYPE="text/css">
BODY { font-family: Verdana, Arial;
font-size: 12px; }
TD { font-size: 12px;}
</STYLE>

<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1"></head>

<body bgcolor="black" background="stars.jpg" text="#FFFFFF" link="#D7DEEE" vlink="#6785C1" alink="#6785C1" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<SCRIPT LANGUAGE="JavaScript1.2">
function quakeMe(){
if (parent.moveBy){
for (i=16; i>0; i--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
}
}
}
quakeMe();
</script>


<script language="JavaScript">
<!-- Mouse Attack by Kurt Grigg - http://www.btinternet.com/~kurt.grigg/javascript

var num=10;//Number of dots!
var vel=20;//Speed!
var col=new Array('#0080ff','#ffffff','#0000ff','#44ccff');//Dot colours, min 2!
var stopafter=60; //Stop and clear after x secondS!
//Nothing needs altering past here....................
var MAy=0;
var MAx=0;
var py=0;
var px=0;
var angle=0;
var distance=0;
var rep;
var ry=0;
var rx=0;
var tmr=null;
var n4=(document.layers);
var n6=(document.getElementById&&!document.all);
var ie=(document.all);
var o6=(navigator.appName.indexOf("Opera") != -1)?true:false;
var _d=(n4||ie)?'document.':'document.getElementById(" ';
var _a=(n4||n6)?'':'all.';
var _r=(n6)?'")':'';
var _s=(n4)?'':'.style';
var v=(n4)?"show":"visible";
var put=false;
stopafter*=1000;
if (n4||n6){
window.captureEvents(Event.MOUSEMOVE);
function mouse1(e){
if (put) return false;
MAy = e.pageY-window.pageYOffset;
MAx = e.pageX;
}
if (n4) window.onMouseMove=mouse1;
else document.onmousemove=mouse1;
}
if (ie||o6){
function mouse2(){
if (put) return false;
MAy = (ie)?event.clientY:event.clientY-window.pageYOffset;
MAx = event.clientX;
}
document.onmousemove=mouse2;
}
if (n4){
for (inc=0; inc < num; inc++)
document.write('<layer name=dots'+inc+' top=0 left=0 width='+inc/3+' height='+inc/3+' bgcolor=#ffffff></layer>');
}
else{
if (ie&&!o6){
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div style='position:relative'>");
}
for (inc=0; inc < num; inc++)
document.write('<div id="dots'+inc+'" style="position:absolute;top:0px;left:0px;width:'+ inc/3+';height:'+inc/3+';background:#ffffff;font-size:1">.</div>');
if (ie&&!o6) document.write("</div></div>");
}
function pos(){
h=(ie)?document.body.clientHeight:window.innerHeig ht-20;
w=(ie)?document.body.clientWidth:window.innerWidth-20;
ry=Math.round(Math.random()*h);
rx=Math.round(Math.random()*w);
rep=Math.round(Math.random()*3);
if (rep == 3)ry=0;
if (rep == 2)ry=h;
if (rep == 1)rx=0;
if (rep == 0)rx=w;
py=ry;
px=rx;
}
pos();
function followleader(){
sy=(!ie)?window.pageYOffset:0;
sx=(!ie)?window.pageXOffset:0;
if (ie) outer.style.top=document.body.scrollTop;
for (inc=0; inc < num; inc++){
randomcol=col[Math.floor(Math.random()*col.length)];
temp1=eval(_d+_a+"dots"+inc+_r+_s);
temp1.visibility=v;
if (inc < num-1){
temp2=eval(_d+_a+"dots"+(inc+1)+_r+_s);
temp1.top=temp2.top;
temp1.left=temp2.left
}
else{
temp1.top=py+sy;
temp1.left=px;
}
if (n4)temp1.bgColor=randomcol;
else temp1.background=randomcol;
}
}
function bomb(){
ay=MAy-py;
ax=MAx-px;
angle=Math.round(Math.atan2(ay,ax)*180/Math.PI);
if (angle < 0) angle += 360;
MAdy=py-MAy;
MAdx=px-MAx;
distance=Math.floor(Math.sqrt(MAdx*MAdx+MAdy*MAdy) );
go_y = Math.round(vel*Math.sin(angle*Math.PI/180));
go_x = Math.round(vel*Math.cos(angle*Math.PI/180));
py+=go_y;
px+=go_x;
if (distance < vel) pos();
followleader();
tmr=setTimeout("bomb()",20);
}
bomb();
function dsbl(){
v=(n4)?"hide":"hidden";
put=true;
MAx=0;
MAy=0;
setTimeout('clearTimeout(tmr)',stopafter+100);
}
setTimeout('dsbl()',stopafter);
//-->
</script>
<table width="100%" style="background:URL('http://images.freewebs.com/Members/Generationz/NewStyles/Space/largestarstop2.jpg') NO-REPEAT;" height="300" border="0" cellpadding="0" cellspacing="0">

<tr valign="top">
<td height="300" valign="bottom">
<blockquote>
<blockquote>
<blockquote>


<font size="7">Halo Homiez Online</font>

<font face="Verdana, Arial, Helvetica, sans-serif">We Are The Rest of the Spartans...</font>




</p>
</blockquote>
</blockquote>
</blockquote>
<>
<>
</table>

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="170">
<table width="170" cellpadding="0" cellspacing="0" border="0" background="http://images.freewebs.com/Members/Generationz/NewStyles/Space/menubg.jpg">
<tr valign="top">

<td>
<table width="170" cellpadding="6" cellspacing="0" border="0">
<tr valign="top">

<td>

<font face="Verdana, Arial, Helvetica, sans-serif" size="2">Home

Halo Info

Screenshots

Strategies and Tips

Halo Homiez Spartans</font>















<>
<>
</table>

<>
<>
</table>




<>

<td width="100%">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td>
<center>

<table width="90%" border="0" cellspacing="0" cellpadding="0" style="background:URL('http://images.freewebs.com/Members/Generationz/NewStyles/Space/smallstar.gif') NO-REPEAT;">
<tr>
<td valign="middle">
<blockquote>
<blockquote>


<font face="Verdana, Arial, Helvetica, sans-serif">





<A name="38063449"><> </font>
</p>
</blockquote>
</blockquote>
<>
<>
<tr>
<td valign="top">
<blockquote>




</p>
</blockquote>
<>
<>
</table>



<table width="90%" border="0" cellspacing="0" cellpadding="0" style="background:URL('http://images.freewebs.com/Members/Generationz/NewStyles/Space/smallstar.gif') NO-REPEAT;">
<tr>
<td valign="middle">
<blockquote>
<blockquote>


<font face="Verdana, Arial, Helvetica, sans-serif">





<A name="38002865"><>Welcome to Halo Homiez Online </font>
</p>
</blockquote>
</blockquote>
<>
<>
<tr>
<td valign="top">
<blockquote>






Welcome to Halo Homiez Online. We're absolutly addicted to this masterpiece of a game called Halo 2, and I'm sure you are too. Have you ever wondered what happened to Spartan's 1 through 116? Well, we're just a few of them. No, no, just joking. You can find them througout Halo 2, if you search right. But, we'll tell you ALL about that, and other cool features, throughout the site. You can get the news on Halo, stories related to it, and even more. If your sick of reading and want to type, just check out our forums. Not all pages are finished yet, but they will be soon!<>


<></p>
</blockquote>
<>
<>
</table>





<p align="center"><font face="Trebuchet MS, Verdana, Arial">©*Copyright*2005,*All*Rights*Reserved</font>
<p align="center"><font face="Trebuchet MS, Verdana, Arial">This site built and hosted for free by FreeWebs.com. Click here to get your own free website.
</font>
</center>
<>
<>
</table>
<>
<>
</table>

<table align="right" cellpadding="0" cellspacing="0" border="0"><tr valign="bottom" align="right"><td valign="bottom" align="right">


</p>
<><></table>

</body>
</html>


snake390 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
reqest for 404 page removal confirmed-still there Iris Wood All About Google 5 05-22-2006 03:28 PM
My Graphics Ashraful Graphics Design Forum 13 01-05-2006 12:25 AM
Which graphics editor do you use? intelliot Graphics Design Forum 57 01-23-2005 02:23 AM
Do you like some of my graphics??? funky_monkey Graphics Design Forum 8 10-27-2004 06:48 AM
My Graphics royal Graphics Design Forum 13 01-01-1970 12:23 PM


All times are GMT -8. The time now is 09:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community