Skip to content

Commit

Permalink
replace userAr --> userEn for all
Browse files Browse the repository at this point in the history
relates #87
  • Loading branch information
Wyrd00 committed Oct 12, 2017
1 parent 022686e commit 467c666
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions balloonInstructionsAr.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<!-- <html dir="rtl" lang="ar"> -->
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" href="instruction.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="dropDown.css">
Expand All @@ -17,12 +17,12 @@
<a href="traitsAr.html" id="a_traits">بيانات</a>
<a href="degreeAr.html" id="a_degree">شهادات</a>
</div>
<div class="userAr">
<div class="userEn">
<span>مرحبا بك, المستخدم</span>
<img src="images/user.svg" alt="user">
</div>
<div class="dropdown">
<button class="dropbtn" id="dropbtn-ar">تغير لغة</button>
<button class="dropbtn">تغير لغة</button>
<div class="dropdown-content" id="dropdown-content-ar">
<a href="balloonInstructionsAr.html">العربية</a>
<a href="balloonInstructions.html">English</a>
Expand Down
2 changes: 1 addition & 1 deletion dropDown.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#dropbtn-ar {
position: absolute;
right: 1em;
right: 0.8em;
}

#dropdown-content-ar {
Expand Down
5 changes: 3 additions & 2 deletions generalGuidelinesAr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>التوجه العام</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" href="instruction.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="dropDown.css">
Expand All @@ -17,12 +18,12 @@
<a href="traitsAr.html" id="a_traits">بيانات</a>
<a href="degreeAr.html" id="a_degree">شهادات</a>
</div>
<div class="userAr">
<div class="userEn">
<span>مرحبا بك, المستخدم</span>
<img src="images/user.svg" alt="user">
</div>
<div class="dropdown">
<button class="dropbtn" id="dropbtn-ar">تغير لغة</button>
<button class="dropbtn">تغير لغة</button>
<div class="dropdown-content" id="dropdown-content-ar">
<a href="generalGuidelinesAr.html">العربية</a>
<a href="generalGuidelines.html">English</a>
Expand Down
1 change: 0 additions & 1 deletion landingAr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<head>
<meta charset="UTF-8">
<title>الصفحة الرئيسية</title>
<link href="https://fonts.googleapis.com/css?family=Scheherazade" rel="stylesheet">
<html dir="rtl" lang="ar">
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="dropDown.css">
Expand Down
8 changes: 4 additions & 4 deletions resultAr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<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="result.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="dropDown.css">
<title>نتائج لعبة البالون</title>
</head>
Expand All @@ -18,12 +18,12 @@
<a href="traitsAr.html" id="a_traits">بيانات</a>
<a href="degreeAr.html" id="a_degree">شهادات</a>
</div>
<div class="userAr">
<div class="userEn">
<span>مرحبا بك, المستخدم</span>
<img src="images/user.svg" alt="user">
</div>
<div class="dropdown">
<button class="dropbtn" id="dropbtn-ar">تغير لغة</button>
<button class="dropbtn">تغير لغة</button>
<div class="dropdown-content" id="dropdown-content-ar">
<a href="resultAr.html">العربية</a>
<a href="result.html">English</a>
Expand Down
4 changes: 2 additions & 2 deletions traitsAr.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<a href="traitsAr.html" id="a_traits">بيانات</a>
<a href="degreeAr.html" id="a_degree">شهادات</a>
</div>
<div class="userAr">
<div class="userEn">
<span>مرحبا بك, المستخدم</span>
<img src="images/user.svg" alt="user">
</div>
<div class="dropdown">
<button class="dropbtn" id="dropbtn-ar">تغير لغة</button>
<button class="dropbtn"">تغير لغة</button>
<div class="dropdown-content" id="dropdown-content-ar">
<a href="traitsAr.html">العربية</a>
<a href="traits.html">English</a>
Expand Down

0 comments on commit 467c666

Please sign in to comment.