-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwho_am_i.html
36 lines (36 loc) · 2.07 KB
/
who_am_i.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
<!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>Who is it I read about?</title>
<link rel="stylesheet" href="cssStufs/who_am_i_style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header id="header">
<h1>Who am I?:</h1>
<img id="photo" src='images/20231231-_ANA4568-2.jpg' class="center" alt="photo">
<p>My name is Rustam. I am 27 years old. I did "aliya" before 11 years from Russia,</p>
<p>when I was 15 years old, from city Chita(actually many people from </p>
<p>Russia didn't hear that name of this city). So I studied in bording school(pnimiya)</p>
<p> Atid Raziel. There I learned to speek hebrew and improved my english and found many </p>
<p>good friends, and we renting now apartments in Herzlia together, also. After school I </p>
<p> did army, in military service near Maale Efraim. And now I am here third year in Raichman</p>
<p> University :)</p>
<h2>There I lived first my 15 years</h2>
<div class="containerMap">
<iframe id ="maps" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d157041.26868689313!2d113.33530977371377!3d52.047505012892145!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1
!3m3!1m2!1s0x5dca351539f218ed%3A0x76432ffaf2ae72d8!2z0KfQuNGC0LAsINCX0LDQ
sdCw0LnQutCw0LvRjNGB0LrQuNC5INC60YDQsNC5LCDQoNC-0YHRgdC40Y8!5e0!3m2!1sru
!2sil!4v1673880314783!5m2!1sru!2sil"
width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</header>
</body>
</html>