-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy-webpage.html
More file actions
137 lines (92 loc) · 4.15 KB
/
my-webpage.html
File metadata and controls
137 lines (92 loc) · 4.15 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
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Web Response Page</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
background-image: url("https://milkdecor.co.za/wp-content/uploads/Pink-and-purple-flowers-website.jpg");
background-color: #cccccc;
}
</style>
</head>
<body>
<div class="section1">
<h1>Raadiyah Arend </h1>
<img src="main.jpg" alt="Table-Mountain-South-Africa"
" class="image1">
</div>
<h4>~City~</h4>
<h3 class="Abu">Abu Dhabi</h3>
<div class="section2">
<img
src="ajeeb.jpg"
alt="abu dhabi" width="30%" class="city">
<p class="cityPara"> One of its biggest and best shopping malls, as well as plenty of waterparks and amusement parks. Saadiyat Island
is a far more relaxed place that's known for its pristine beaches. Heading inland, you’ll find historic oasis
towns, military forts, and neolithic tombs across the desert sands of the Emirate of Abu Dhabi. Whether you’re
looking for cultural experiences, shopping sprees, a beach break, or a fun family escape, there’s a part of Abu
Dhabi that you'll love.</p>
</div>
<h4>~Foreign Language~</h4>
<div class="section3">
<h3 class="Ara">Arabic</h3>
<p class="arabic">I would like to improve on my Arabic for the following reasons: I plan on living in the middle east once I am financially stable.My religion's book is written in arabic it would be lovely to understand what I am reading. My city of choice which is Abu Dhabi community speaks arabic as well.</p>
</div>
<div class="section4">
<table>
<tr>
<th>English</th>
<th>Arabic</th>
</tr>
<tr>
<td>The meal is delicious.</td>
<td>هذا اللحم البقري لذيذ للغاية</td>
</tr>
<tr>
<td>How much is this?</td>
<td>كم ثمن هذا؟</td>
</tr>
<tr>
<td>Can you help me ?</td>
<td>هل يمكنك مساعدتي؟</td>
</tr>
</table>
</div>
<h4>~Historical Places~</h4>
<div class="section5">
<div class="prob1">
<h2>Parliament</h2>
<div class="subsect1">
<img src="parli.jpeg"
alt="Parliament of RSA - 7min walk" width="30%" class="left parli">
<p>Parliament plays a direct and active role in national affairs. It is the place where the members of Parliament look after your interests. Members of Parliament (MPs) have many responsibilities, including -
making laws that will improve our lives.Queen Victoria granted permission for the establishment of a parliament in the Cape Colony in 1853.
</p>
</div>
</div>
<div class="prob2">
<h2>Castle of Good Hope</h2>
<div class="subsect2">
<img src="cast.jpg" alt="Castle of Good Hope - 8min walk" width="30%" class="right">
<p>The Castle of Good Hope known locally as the Castle or Cape Town Castle is a bastion fort built in the 17th
century in Cape Town, South Africa. Originally located on the coastline of Table Bay, following land
reclamation the fort is now located inland.The fortress housed a church, bakery, various workshops, living quarters, shops, and cells, among other facilities.
</p>
</div>
</div>
<div class="prob3">
<h2>Greenmarket Square</h2>
<div class="subsect3">
<img src="rsz_green.jpg"
alt="12min walk" width="30%" class="left">
<p>Greenmarket Square is one of Cape town's oldest markets, full of crafts, jewelry, clothing and curios at a
great value. It’s loud, colourful, and at times almost dizzying with activity. Street musicians jostle for space alongside traders, in the shadow of gorgeous old colonial buildings where the history is etched into the very walls.</p>
</div>
</div>
</div>
</body>
</html>