-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresultAr.html
62 lines (59 loc) · 1.97 KB
/
resultAr.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" href="result.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="dropDown.css">
<title>نتائج لعبة البالون</title>
</head>
<body>
<nav>
<div class="link">
<img src="images/head.svg" alt="icon">
<a href="generalGuidelinesAr.html" id="a_games">العاب</a>
<a href="traitsAr.html" id="a_traits">بيانات</a>
<a href="degreeAr.html" id="a_degree">شهادات</a>
</div>
<div class="userEn">
<span>مرحبا بك, المستخدم</span>
<img src="images/user.svg" alt="user">
</div>
<div class="dropdown">
<button class="dropbtn">تغير لغة</button>
<div class="dropdown-content" id="dropdown-content-ar">
<a href="resultAr.html">العربية</a>
<a href="result.html">English</a>
</div>
</div>
</nav>
<div class="player-container">
<div class="insight-title">
<h1 class="result">نتائجك</h1>
</div>
<div class="insight-traits">
<h3>تقرير نتائجك: </h3>
</div>
<div class="insight-card">
<div class="insight-risk">
<img class="dice-icon" src="./images/dice.svg" height="50%" width="50%">
<h3>مخاطرة</h3>
</div>
<div class="insight-learning">
<img class="learning-icon" src="./images/books.svg" height="50%" width="50%">
<h3>تعليم</h3>
</div>
</div>
<div class="insight-text">
<p>
يمكنك تطبيق حلول مألوفة لحالات مماثلة,
<br> ولكن انت على استعداد للتعلم كلما يحصل لديك فرصة.
</p>
</div>
<div class="insight-button-container">
<a href="hanoiInstructionsAr.html"><button class="insight-button" type="button">ابداء لعبة ثانية</button></a>
</div>
</div>
</body>
</html>