-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (63 loc) · 2.02 KB
/
index.html
File metadata and controls
77 lines (63 loc) · 2.02 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Anasayfa</title>
<meta charset="utf-8">
<!-- STYLE -->
<link rel="stylesheet" href="./style.css">
<!-- STYLE -->
<!-- FONT -->
<!-- FONT -->
</head>
<body>
<div class="main">
<div class="header">
<h1>Akış Diyagramı</h1>
<div class="nav">
<nav>
<a href="#">Anasayfa</a>
<a href="#">Tanışma Günü</a>
<a href="#">Örnekler</a>
<a href="#">Oyun</a>
</nav>
</div>
</div>
<hr>
<div class="middle">
<div class="wrapper">
<div class="wrap left">
<button class="button_one">Başlat</button>
<button class="button_one" id="parallelogram">3, 5</button>
<button class="button_one kare">3 + 5 = 8</button>
<button class="button_one">Bitir</button>
</div>
<div class="wrap right">
<h1>Oyun Zamanı</h1>
<div class="info">
3 ile 5'i toplayan algoritmanın akış diyagramı
</div>
<div class="video">
<video controls>
<!--<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">-->
</video>
<button class="button_one">Anladım</button>
<div class="info">
Başlangıçta çıkan ekranda nasıl oyun oynancağını gösteren bir gif
oynayacak. Ardından, öğrenen 'Anladım' butonuna bastığında soru gelecek.
</div>
<button class="ip_btn">İpucu al</button>
</div>
<div class="button">
<button class="button_one">Temizle</button>
<button class="button_one">Kontrol Et</button>
</div>
</div>
</div>
</div>
<div class="footer">
<p>Bu web sitesi tarafından, Dönem Projesi için hazırlanmıştır. </p>
</div>
</div>
</body>
</html>