Jump to content

view my new website and artwork


Armat

Recommended Posts

Great site and works brother, keep it up, someone showed an interest of purchesing few of your works, I'll email or call you for details

 

again congrads bro, I'm very proud of you!!!

Link to comment
Share on other sites

Ruben jan the left navigation menu has fixed position and that's causing problems. On my wide screen monitor the navigation menu is right in the middle of the artwork making it almost unnoticable.

Since you're using table tag for the artwork I would recommend adding another column and moving the navigation into it and removing 'position' and 'left' parameters from the style applied on 'links' layer.

Link to comment
Share on other sites

Ruben jan the left navigation menu has fixed position and that's causing problems. On my wide screen monitor the navigation menu is right in the middle of the artwork making it almost unnoticable.

Since you're using table tag for the artwork I would recommend adding another column and moving the navigation into it and removing 'position' and 'left' parameters from the style applied on 'links' layer.

Garo jan thanks for heads up.I have 22" and 20" monitors and it works fine however I believe you and I will try to fix it.Its gonna take some time since I may have to redo the change to entire pages where there is navigation.

Thanks again

Link to comment
Share on other sites

All I see is your name and the main image. I cannot move ahead as there is no menu option when I open the page. I'm sure the problem is on my end.

The links are on right side of the image.Just so I know what could be the problem could you tell me the size of your monitor?Thank you

Link to comment
Share on other sites

All I see is your name and the main image. I cannot move ahead as there is no menu option when I open the page. I'm sure the problem is on my end.

I was thinking that perhaps you got an old browser.The navigation on home page is on layer tag.Some old browsers don't support them.I suggest if this is the case download free firefox which is the best browser and it will automatically copy all your bookmarks so need to worry.

Let me know since this is important that site functions correctly.Thanks

Link to comment
Share on other sites

Garo jan thanks for heads up.I have 22" and 20" monitors and it works fine however I believe you and I will try to fix it.Its gonna take some time since I may have to redo the change to entire pages where there is navigation.

Thanks again

 

Sorry Ruben jan I meant the right navigation menu on the home page. I guess that's where Em is having the problem.

Replace the source code of the index page with the one below and you'll get it fixed.

 

<!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=iso-8859-1" />
<title>Ruben Sahakian ART  homepage</title>
<link href="header type.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
background-image: url(graphics/grey%20back.jpg);
background-repeat: repeat-x;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" link="#663300" vlink="#660000" alink="#CCCC00">
<table height="668" border="0" align="center" cellpadding="0">
     <tr>
       <th colspan="3" scope="col"><font color="#999999" size="+3" face="Latha, Lucida Console, Malgun Gothic, Mangal" class="header">RUBEN SAHAKIAN </font></th>
     </tr>
 <tr>
   <th width="360" height="313" bgcolor="#996633" scope="col"><img src="graphics/2.jpg" width="360" height="551" /></th>
   <th width="39" bgcolor="#996633" scope="col"> </th>
   <th width="190" scope="col"><div class="links" style="margin-left:5px;">
     <p><a style="text-decoration:none" href="paintings/index.html">paintings</a></p>
     <p><a style="text-decoration:none" href="workspaper/index.html">works on paper </a></p>
     <p><a style="text-decoration:none" href="about.html">about the artist </a></p>
     <p> <a style="text-decoration:none" href="statement.html">statement</a></p>
     <p><a style="text-decoration:none" href="resume.html">resume </a></p>
     <p><a style="text-decoration:none" href="contact.html">contact</a></p>
   </div></th>
 </tr>
 <tr>
   <td height="34" colspan="2" bgcolor="#999999"> </td>
   <th width="190" scope="col"> </th>
 </tr>
</table>
</body>
</html>

Link to comment
Share on other sites

Sorry Ruben jan I meant the right navigation menu on the home page. I guess that's where Em is having the problem.

Replace the source code of the index page with the one below and you'll get it fixed.

 

<!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=iso-8859-1" />
<title>Ruben Sahakian ART  homepage</title>
<link href="header type.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
background-image: url(graphics/grey%20back.jpg);
background-repeat: repeat-x;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" link="#663300" vlink="#660000" alink="#CCCC00">
<table height="668" border="0" align="center" cellpadding="0">
     <tr>
       <th colspan="3" scope="col"><font color="#999999" size="+3" face="Latha, Lucida Console, Malgun Gothic, Mangal" class="header">RUBEN SAHAKIAN </font></th>
     </tr>
 <tr>
   <th width="360" height="313" bgcolor="#996633" scope="col"><img src="graphics/2.jpg" width="360" height="551" /></th>
   <th width="39" bgcolor="#996633" scope="col"> </th>
   <th width="190" scope="col"><div class="links" style="margin-left:5px;">
     <p><a style="text-decoration:none" href="paintings/index.html">paintings</a></p>
     <p><a style="text-decoration:none" href="workspaper/index.html">works on paper </a></p>
     <p><a style="text-decoration:none" href="about.html">about the artist </a></p>
     <p> <a style="text-decoration:none" href="statement.html">statement</a></p>
     <p><a style="text-decoration:none" href="resume.html">resume </a></p>
     <p><a style="text-decoration:none" href="contact.html">contact</a></p>
   </div></th>
 </tr>
 <tr>
   <td height="34" colspan="2" bgcolor="#999999"> </td>
   <th width="190" scope="col"> </th>
 </tr>
</table>
</body>
</html>

Garo jan thanks for the suggestion. I used layer tag on that and learn my lesson.Very unstable tag.I end up like you suggested putting in the table.I added extra col and messed around with little design elements.I think it actually looks better and functional.Thank for all the great inputs

Link to comment
Share on other sites

Problem solved. I see everything on the page now. :)

 

I love the one entitled Arizona.

 

You attended HHS and LACC. Same here. :)

Wow small world.I lived so long in Boston that my LA life seems like a dream.Not a good feeling and my Armenian childhood even worse like faded double dream.Sometimes I hate the whole immigrant aspects.One always feels not belonging anywhere since you are cut off from the "tree" where you seed was.Anyway you picked an interesting piece not the usual ones.Thanks for looking.

Link to comment
Share on other sites

:artist: It is breathtaking. Bravo Rubo. Poetry in colors. :artist:

Do you sell these? Although a sale would be an expression and affirmation of appreciation, I can only imagine its emotional impact, as if one is parting of one’s children, giving away a part of one‘s soul.

Edited by Arpa
Link to comment
Share on other sites

:artist: It is breathtaking. Bravo Rubo. Poetry in colors. :artist:

Do you sell these? Although a sale would be an expression and affirmation of appreciation, I can only imagine its emotional impact, as if one is parting of one’s children, giving away a part of one‘s soul.

Arpa jan thanks for the compliments.They are FS specially now that I got no job.I built the site to get shows going.I am confident that I can get my resume up to speed soon.I've been too preoccupied raising my kids and working full time which made my Art secondary but now nothing else gets my ping pongs going.

Regards

Link to comment
Share on other sites

Love the colors. The blue utilized in "Holiday in Greece" in particular. Reminds me of the Chartres Blue stained glass windows of Chartres Cathedral.

Its actually from real holiday experience in Greece.Its a magical place.I miss it a lot.Thanks for checking it out.

Link to comment
Share on other sites

Wow small world.I lived so long in Boston that my LA life seems like a dream.Not a good feeling and my Armenian childhood even worse like faded double dream.Sometimes I hate the whole immigrant aspects.One always feels not belonging anywhere since you are cut off from the "tree" where you seed was.Anyway you picked an interesting piece not the usual ones.Thanks for looking.

 

 

Thank you again for sharing. :) Arizona "spoke" to me. :)

 

I completely agree with your comment about the immigrant aspect.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...