İleri Düzeyde Web Sitesi/ Depdip

Depdip

Uzman üye
20 Ağu 2017
1,578
0
NewYork
Serimin son bölümlerinden olan ileri düzey web sitesi scriptimi sizlerle paylaşmak istedim. Umarım işinize yarar, unutmadan web sitesi sadece (HTML ve CSS) kodları ile tasarlanmış olup. İlgiye göre Javascript kodlarıda kullanıp mekanik olarak sitenizi geliştirebilirsiniz. Paylaşacağım site scripti hiçbir işlevi yoktur. Sadece görünüş amaçlı kullanılmıştır.


HTML KOD SCRİPTİ:


Kod:
<!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>
<**** http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>33.Sayfam</title>
<link rel="stylesheet" href="stil.css"/>
</head>
<body>
<div class="hepsi">
<div class="menu">
<ul>
<li id="logo"><a href="">TU</a></li>
<li id="mac"><a href="">RK</a></li>
<li id="ipad"><a href="">HA</a></li>
<li id="iphone"><a href="">CK</a></li>
<li id="watch"><a href="">TE</a></li>
<li id="tv"><a href="">AM</a></li>
<li id="music"><a href="">DEP</a></li>
<li id="destek"><a href="">DİP</a></li>
<li id="search"><a href="">search</a></li>
<li id="shop"><a href="">shop</a></li>
</ul>
</div>
<div class="orta1"><img src="images/ip6slogo.png" width="250"  /></div>
<div class="orta2">
<div class="orta2ic1"><img src="images/mp12.png"  /></div>
<div class="orta2ic2"><img src="images/k4.png"  /></div>
<div class="orta2ic3"><img src="images/livephoto.png"  /></div>
<div class="orta2ic4"><img src="images/bit64.png"  /></div>
<div class="orta2ic5"><img src="images/cpu70.png"  /></div>
<div class="orta2ic6"><img src="images/gpu90.png"  /></div>
</div>
<div class="orta3"></div>
<div class="orta4">
<span>Değişen Tek Şey, Herşey</span><br /><br />
iPhone 6s’i kullandığınız anda, bambaşka bir şey olduğunu hissedersiniz. 
3D Touch, tek bir bastırma hareketiyle her zamankinden daha fazlasını yapma imkanı sunuyor. 
Live Photos, anılarınıza son derece canlı bir şekilde hayat veriyor. Ve bu sadece bir başlangıç, 
iPhone 6s’i daha derinlemesine incelediğinizde, her zerresinde inovasyon olduğunu görebilirsiniz.
</div>
<div class="orta5">
<div class="orta5ic">
<span>3D Touch<br />
Multi-Touch'a yeni bir dokunuş.</span><br /><br />
Hızlı Eylemler ile, en sık yaptığınız şeyleri daha hızlı ve daha az adımda yapabilirsiniz.
Favori kişilerinizden birine mesaj yazmaya başlayabilir, kamerayı çabucak açarak bir selfie çekebilir 
veya yol tarifi alabilirsiniz. Üstelik, bu işlemlerin çoğunu Ana Ekran’dan tek bir bastırma hareketiyle 
yapabilirsiniz.<br /><br /><br /><br /><br /><br /><br /><br /><br />
Hızlı Eylemler çoğunlukla Ana Ekran’dan, tek bir bastırma hareketiyle çalışır. 
Örneğin, favori kişilerinizden birini aramak için Telefon simgesine bastırmanız yeter.
</div>
</div>
<div class="orta6">
<ul>
<li>Silver</li>
<li>Gold</li>
<li>Rose Gold</li>
<li>Space Gray</li>
</ul>
</div>
<div class="orta7">
<ul>
<li><img src="images/silver.png"  /></li>
<li><img src="images/gold.png"  /></li>
<li><img src="images/rose.png"  /></li>
<li><img src="images/spacegray.png"  /></li>
</ul>

</div>
<div class="orta8">
<ul>
<li id="p1">16GB<br />64GB<br />128GB<br /><input name="" type="button" /></li>
<li id="p2">16GB<br />64GB<br />128GB<br /><input name="" type="button" /></li>
<li id="p2">16GB<br />64GB<br />128GB<br /><input name="" type="button" /></li>
<li id="p1">16GB<br />64GB<br />128GB<br /><input name="" type="button" /></li>
</ul>


</div>
<div class="alt">
<ul>
<li id="a1">Telif Hakkı © 2016 Apple Inc. Tüm hakları saklıdır.</li>
<li id="a2"><a href="">Gizlilik Politikası</a></li>
<li id="a3"><a href="">Kullanım Şartları</a></li>
<li id="a4"><a href="">Satış ve Para İadesi</a></li>
<li id="a5"><a href="">Site Haritası</a></li>
</ul>
</div>
</div>
</body>
</html>


CSS KOD SCRİPTİ:


Kod:
/***** RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;*/
	
}
html, body {height:100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;} /
textarea {overflow:auto;}

/***** RESET *****/


.hepsi{ width:1000px; height:auto; margin:0 auto}
.menu{ width:1000px; height:46px; background:#333}
.orta1{ width:250px; height:85px; margin:40px auto 0 auto; }
.orta2{ width:863px; height:79px; margin:0 auto; background:url(images/6sbanner.png) center bottom  no-repeat; padding:327px 0 0 20px}
.orta3{ width:883px; height:45px; margin:0 auto; background:url(images/shadow.png)}
.orta4{ width:743px; height:200px; margin:0 auto; font:20px helvetica; color:#666; text-align:center}
.orta5{ width:880px; height:410px; margin:0 auto; background:#333 url(images/3dtouch.jpg) right no-repeat; padding:70px 0 0 120px}
.orta6{ width:840px; height:45px;margin:40px auto 0 auto; border-bottom:1px solid #333}
.orta7{ width:840px; height:229px; margin:40px auto}
.orta8{ width:840px; height:229px; margin:0 auto; background:url(images/ayraclar.png) no-repeat }
.alt{ width:840px; height:20px; margin:80px auto 30px auto; background:url(images/footer.png) no-repeat; padding:5px 0 0 0}

.menu ul li{ float:left}
.menu ul li a{ display:block; text-indent:-2000px; margin:0 0 0 60px}
.menu ul li#logo a{ width:20px; height:44px; background:url(images/logo.gif) no-repeat; margin:0 0 0 30px}
.menu ul li#mac a{ width:31px; height:44px; background:url(images/mac.gif) no-repeat}
.menu ul li#ipad a{ width:30px; height:44px; background:url(images/ipad.gif) no-repeat}
.menu ul li#iphone a{ width:48px; height:44px; background:url(images/iphone.gif) no-repeat}
.menu ul li#watch a{ width:44px; height:44px; background:url(images/watch.gif) no-repeat}
.menu ul li#tv a{ width:20px; height:44px; background:url(images/tv.gif) no-repeat}
.menu ul li#music a{ width:40px; height:44px; background:url(images/music.gif) no-repeat}
.menu ul li#destek a{ width:48px; height:44px; background:url(images/destek.gif) no-repeat}
.menu ul li#search a{ width:20px; height:44px; background:url(images/search.gif) no-repeat;margin:0 0 0 100px}
.menu ul li#shop a{ width:18px; height:44px; background:url(images/shop.gif) no-repeat;margin:0 0 0 100px}
.menu ul li a:hover{opacity:0.5}

.orta2ic1{ width:66px; height:55px; float:left; margin:14px 0 0 0}
.orta2ic2{ width:36px; height:52px; float:left; margin:17px 0 0 60px}
.orta2ic3{ width:42px; height:51px; float:left; margin:18px 0 0 60px}
.orta2ic4{ width:71px; height:69px; float:left; margin:0 0 0 300px}
.orta2ic5{ width:67px; height:69px; float:left; margin:0 0 0 40px}
.orta2ic6{ width:67px; height:69px; float:left; margin:0 0 0 40px}

.orta4 span{font:bold 19px helvetica; color:#333  }
.orta5ic{ width:360px; height:300px; text-align:center;font:14px helvetica; color:#ddd}
.orta5ic span{font:bold 22px helvetica; color:#eee}
.orta6 ul li{ float:left; display:block; width:210px; height:35px; text-align:center; padding:10px 0 0 0; font:500 22px helvetica; color:#666  }
.orta7 ul li{ float:left; display:block; width:176px; height:229px; margin:0 17px 0 17px}

.orta8 ul li{ display:block; float:left; height:229px; text-align:center; font:500 20px helvetica ;line-height:60px;  color:#666   }
.orta8 ul li#p1{ width:190px }
.orta8 ul li#p2{ width:230px }
.orta8 ul li input{ width:90px; height:24px; background:url(images/satinal.png) no-repeat; border:none; cursor:pointer }

.alt ul li{ float:left; display:block; height:20px; font:13px helvetica; color:#666 }
.alt ul li#a1{ width:250px; letter-spacing:-1px}
.alt ul li#a2{ width:170px; text-align:center}
.alt ul li#a3{ width:150px; text-align:center}
.alt ul li#a4{ width:170px; text-align:center}
.alt ul li#a5{ width:100px; text-align:center}
.alt ul li a{font:13px helvetica; color:#666; text-decoration:none}
.alt ul li a:hover{text-decoration:underline}





 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.