-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (58 loc) · 3.32 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
</style>
</head>
<body>
<div class="container">
<main>
<header id="slogan">
<h1><b>INFINITI Q50</b><br>WHEN TECHNOLOGY FALLS<br>INTO THE RIGHT HANDS </h1>
</header>
<article class="main-content">
<section>
<p><b>.עיצבנו את חווית הנהיגה בהתאמה מושלמת אליך</b></p>
<p>יצירת פאר טכנולוגית ויוקרתית שפותחה במיוחד עבורך, מתוך תשוקה אמיתית ,INFINITI Q50</p>
<p>,לחדשנות ולעיצוב. מערכת ההיגוי הדיגיטלית הייחודית ומנוע 2 הליטר העוצמתי המפיק 211 כ"ס</p>
<p>.מייצרים את חוויית הנהיגה הראויה לך.<b><span>ככה זה כשטכנולוגיה נמצאת בידיים הנכונות</span></b></p>
</section>
<section class="offer">
<div id="starting-price">₪<span>*239,000</span>-החל מ</div>
<div id="funding"><span>**וגם </span>₪<span>100,000 מימון</span><br>ללא ריבית וללא הצמדה<br></div>
<div id="funding-mobile"><span>**וגם </span>₪<span>100,000 מימון</span>ללא ריבית וללא הצמדה<br></div>
</section>
</article>
</main>
<div class="contact">
<div class="logo"></div>
<h2>לפרטים ולתיאום נסיעת מבחן</h2>
<form>
<input type="text" placeholder="שם מלא" required>
<input type="text" placeholder="טלפון" required>
<input type="email" placeholder="דואל" required>
<!-- <input type="checkbox" name="vehicle" value="approve" checked="checked"> אני מאשר קבלת מידע נוסף ותקשורים בנושא רכבי INFINITI<br>
<input type="submit" value="שלח"> -->
<div class="submit">
<label for="username">אני מאשר קבלת מידע נוסף ותקשורים בנושא רכבי INFINITI</label>
<input id="user_first_name" name="user[first_name]" size="30" type="checkbox" />
<input id="user_last_name" name="user[last_name]" size="30" type="submit" value="שלח"/>
<input id="call_rep" name="user[last_name]" size="30" type="submit" value="לשיחה עם נציג"/>
</div>
</form>
</div>
<h5 id="note">*לפי מחירון קרסו מוטורס בע"מ מספר 2016001 בתוקף מיום 01.01.2016. **בכפוף לאישור הגוף המממן. התמונה להמחשה בלבד. ט.ל.ח"</h5>
<h5 id="note-mobile">.לפי מחירון קרסו מוטורס בע"מ מספר 2016001 בתוקף מיום 01.01.2016*<br>בכפוף לאישור הגוף המממן. התמונה להמחשה בלבד. ט.ל.ח**</h5>
<footer>
<h5> <a href="infiniti-cars.co.il">infiniti-cars.co.il</a>: לפרטים <span class="rank-8">8 </span><span class="rank-9">9 </span> דרגת זיהום </h5>
</footer>
</div>
</body>
</html>