-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_htc_one.html.php
40 lines (39 loc) · 1.68 KB
/
product_htc_one.html.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>HTC One</title>
<?php include 'header.php' ?>
</head>
<body>
<?php include 'menu.php' ?>
<div class="container">
<div class="row-fluid">
<div class="span12"><h1>HTC One</h1></div>
</div>
<div class="row-fluid">
<div class="span4">
<img src="img/htc_one/htc-one-m7-black1.jpg" />
</div>
<div class="span8" id="beschrijving">
<h2>beschrijving</h2>
<p>De HTC One is een smartphone met een 4,7 inch, 1080p full HD display,
een quadcore Snapdragon 600 processor, en een gloednieuwe Ultrapixel camera.<br />
<br />
De body van de One is vervaardigd uit aluminium, waardoor deze licht en stevig is, en een fantastische uitstraling heeft.
De One beschikt over stereo luidsprekers die zich aan de voorkant van het toestel bevinden,
zodat je bij het kijken van een video kunt genieten van echt stereo geluid - uiteraard met HTC's bekende Beats Audio technologie.
</p>
<br/><br/><br />
<p><a class="btn btn-large btn-success" href="winkelmandje.html.php" onclick="addProductToCart('htc_one', 450, 1)">KOPEN !!!</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4"></div>
<div class="span8">
<h2>Introducing the HTC One</h2>
<iframe width="300" height="200" src="http://www.youtube.com/embed/IQxNzr7OnXQ" frameborder="0" allowfullscreen></iframe>
<iframe width="300" height="200" src="http://www.youtube.com/embed/OjH-xHHqAzQ" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</body>
</html>