index.html aktualisiert
This commit is contained in:
parent
81c7ca5ddb
commit
c4b5dbfc43
21
index.html
21
index.html
|
@ -15,20 +15,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="./css/prettyPhoto.css" />
|
||||
-->
|
||||
<!--[if ie 7]><link type="text/css" rel="stylesheet" href="./css/ie-7.css" /><![endif]
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-31823446-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script> -->
|
||||
-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
|
||||
|
||||
<body>
|
||||
|
@ -94,12 +81,11 @@
|
|||
<!--BEGIN Menu --->
|
||||
<div id="menu" style="width:552px"> <!-- width = (135px * CountItemMenu + 12px)-->
|
||||
<ul>
|
||||
<!-- <div class="line"></div>
|
||||
<div class="line"></div>
|
||||
<li><a href="./index.html" id="a1" class="home"><span>home</span></a></li>
|
||||
<li><a href="./index.html" id="a2" class="about-us"><span>about us</span></a></li>
|
||||
<li><a href="./index.html" id="a3" class="portfolio"><span>portfolio</span></a></li>
|
||||
<li><a href="./index.html" id="a4" class="contact-us"><span>contact us</span></a></li>
|
||||
-->
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
@ -293,13 +279,11 @@
|
|||
|
||||
<!--BEGIN - social-icons-->
|
||||
<ul id="social-icons" style="width: 250px;"> <!-- width = 50px * CountIcons; margin-left = width / 2 -->
|
||||
<!--
|
||||
<li><a href="./index.html" class="twitter" title="twitter"></a></li>
|
||||
<li><a href="./index.html" class="facebook" title="facebook"></a></li>
|
||||
<li><a href="./index.html" class="dribbble" title="dribbble"></a></li>
|
||||
<li><a href="./index.html" class="rss" title="rss"></a></li>
|
||||
<li><a href="./index.html" class="skype" title="skype"></a></li>
|
||||
|
||||
<li><a href="" class="twitter" title="twitter"></a></li>
|
||||
<li><a href="" class="facebook" title="facebook"></a></li>
|
||||
<li><a href="" class="dribbble" title="dribbble"></a></li>
|
||||
|
@ -322,7 +306,6 @@
|
|||
<li><a href="" class="ichat" title="iChat"></a></li>
|
||||
<li><a href="" class="googleplus" title="Google +"></a></li>
|
||||
<li><a href="" class="linkedin" title="LinkedIn"></a></li>
|
||||
-->
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
<!--END - social-icons-->
|
||||
|
|
Loading…
Reference in New Issue