-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (52 loc) · 1.9 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
<html>
<head>
<title>A little about me</title>
<link rel="stylesheet" href="css/style.css">
<!--
<script src="js/main.js"> </script>
<script src="js/main2.js"> </script>
-->
<!-- <script src="js/main.js"> </script>
<script src="js/main2.js"> </script>
<script src="js/main3.js"> </script>
<script src="js/main5.js"> </script> -->
<script src="js/main6.js"> </script>
</head>
<body>
<div class="Titles">
<h1>Bat-hen akav</h1>
<h2>a short summary</h2>
</div>
<p>
Hi,<span style="color: rgb(255, 0, 179); font-weight: bold">my name</span>is Bat Hen from Tel Aviv. Coming to
you from the insurance
industry, i would be very happy to join the intriguing high-tech
world. In my free time I train with my partner, meet friends and
sometimes even dance a little. Wishing everyone and especially me
good luck.
</p>
<div class="ball1"> i am aball </div>
<a href="https://www.havanaclub.co.il/">havana</a>
<br />
<img src="DSCF6473.jpg" />
<hr />
<div>
<h3>Details:</h3>
<h4 class="nice">mail:[email protected]</h4>
<h4 class="nice">pun:0528891259</h4>
</div>
<div class="container">
<div class="button1">
<button>click me</button>
</div>
</div>
<button onclick="drink()">Drink</button>
<button onclick="multTen()">multi</button>
<button onclick="resetScore()">reset</button>
<button onclick="calculateMult()">calculateMult</button>
<button onclick="onBall1Click()">ball1</button>
<button onclick="changeTextColor()">text</button>
<button onclick="changeTextSize()">size</button>
<button class="toggle-btn" onclick="toggleBallShape()">toggle</button>
<button onclick="moveDown()">move</button>
</html>