-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (148 loc) · 6.49 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kalkulator kosztów ślubnych, sprawdź ile wydasz!">
<meta name="keywords" content="Ślub, koszta, kalkulator, ile kosztuje ślub, jak sprawdzić koszt wesela, wesele, cena wesela, kalkulator weselny">
<meta name="author" content="Patryk Lachowicz">
<title>Kalkulator kosztów weselnych</title>
<link rel="stylesheet" href="style.main.css"/>
<script src="script.main.js" defer></script>
</head>
<body>
<nav>
<img src="images/menu.png" alt="ikona menu" onclick="menuLeft()">
</nav>
<div class="menu-left" id="menu-left">
<div class="menu-left-block-top">
<div><a href="index.html"><img src="images/home.png" alt="ikona poworotu na stronę główną"><p>Strona główna</p></a></div>
<div><a href="index.about.html"><img src="images/news.png" alt="ikona przejścia do bloga"><p>O stronie</p></a></div>
</div>
</div>
<main>
<h1>Sprawdź koszta ślubu</h1>
<div class="opis">
<p>
Ślub to wyjątkowy moment, wiążę się on jednak z kosztami.
Oczywiste więc, że przyszła para młoda chciałaby znać koszt
takiej imprezy.
</p>
<p>Z pomocą przychodzi <b>kalkulator weselny!</b></p>
<div class="zl">
<div class="zll">
<p>Koszt napojów i alkoholi równy jest:</p><b><p id="calosc" class="licznik">0</p></b><p>zł</p>
</div>
<div class="ciddle"></div>
<div class="zll">
<p>Koszt jedzenia jest równy:</p><b><p id="jedze" class="licznik">0</p></b><p>zł</p>
</div>
</div>
</div>
<div class="color-bar"></div>
<div class="calculator" id="calculator">
<div class="osoby">
<p>Liczba gości:</p>
<input type="number" id="goscie" oninput="licz();liczjedzenie()">
</div>
<div class="litry">
<div class="alkohol">
<h2>Alkohole</h2>
<div class="alkohol-moc">
<p>Butelki wódki 0.5L:</p>
<input type="number" class="pelne">
</div>
<div class="wino">
<p>Butelki wina 0.7L:</p>
<input type="number" class="pelne">
</div>
<div class="szamp">
<p>Butelki szampana 0.5L:</p>
<input type="number" class="pol">
</div>
<div class="bimb">
<p>Butelki bimbru 0.5L:</p>
<input type="number" class="pol">
</div>
</div>
<div class="napoje">
<h2>Napoje</h2>
<div class="soki">
<p>Butelki soków 1L:</p>
<input type="number" class="pelne">
</div>
<div class="woda">
<p>Butelki wody 1L:</p>
<input type="number" class="pol">
</div>
</div>
<div class="jedzenie">
<h2>Posiłki</h2>
<div class="dania-glowne">
<p>Ilość dań głównych:</p>
<input type="number" id="daniagl" oninput="liczjedzenie()" max="10" min="1">
</div>
<div class="przystawki">
<p>Ilość przystawek:</p>
<input type="number" id="przys" oninput="liczjedzenie()" max="20" min="0">
</div>
<div class="przek">
<p>Ilość przekąsek:</p>
<input type="number" id="przek" oninput="liczjedzenie()" max="30" min="0">
</div>
</div>
</div>
</div>
<div class="color-bar"></div>
<div>
<img src="images/arrow.png" alt="ikona wysunięcia opcji" id="options" class="options">
<div id="right" class="right">
<div>
<p>Cena za butelkę wódki:</p>
<input type="number" id="w" value="35" oninput="licz()">
</div>
<div>
<p>Cena za butelkę wina:</p>
<input type="number" id="ww" value="25" oninput="licz()">
</div>
<div>
<p>Cena za butelkę szampana:</p>
<input type="number" id="sz" value="25" oninput="licz()">
</div>
<div>
<p>Cena za butelkę bimbru:</p>
<input type="number" id="b" value="20" oninput="licz()">
</div>
<div>
<p>Cena za butelkę soku:</p>
<input type="number" id="s" value="4.50" oninput="licz()">
</div>
<div>
<p>Cena za butelkę wody:</p>
<input type="number" id="water" value="1.9" oninput="licz()">
</div>
<div>
<p>Cena za jedno danie główne:</p>
<input type="number" id="danO" value="60" oninput="liczjedzenie()">
</div>
<div>
<p>Cena za przystawkę:</p>
<input type="number" id="danT" value="35" oninput="liczjedzenie()">
</div>
<div>
<p>Cena za przekąskę:</p>
<input type="number" id="danTT" value="25" oninput="liczjedzenie()">
</div>
<p class="cit">*posiłki w przeliczeniu na jedną osobę</p>
</div>
</div>
</main>
<footer>
<p>Autor: Patryk Lachowicz</p>
<div class="zdje">
<p>Kontakt:</p><a href="https://github.com/riftmat"><img src="images/github.png"></a>
</div>
</footer>
</body>
</html>