-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (75 loc) · 5.53 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Raghdan's Website</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<header>
<h1>Raghdan Alhennawi 111</h1>
<p>🚀 Welcome to my website!</p>
</header>
<blockquote>
<p>
</p>
</blockquote>
<section>
<h2>📜 About me</h2>
<p>
I come from Syria and Venezuela, in fact, I consider myself a third-culture individual who lived in several countries since I left my home country as a 17 years-old to India. I have an immense passion for storytelling as I believe in the change stories can bring. My values are deeply rooted in intercultural understanding and dialogue. </p>
<p>
It was my passion to showcase the lives of individuals from the Middle East and Central Asia regions that inspired me and my three teammates to cycle for 80 days from Turkey to China crossing over 9 countries, and becoming the youngest team in the world to do so ( Please refer to our website <a href="https://www.silkroadbiking.org/">The Silk Road Biking Project</a> to learn about our journey and the stories throughout).
</p>
<p>
I admire the power of images, while I partook in several exhibitions in India growing up, my focus is on storytelling that tackles social justice and advocacy, from the unrest in Myanmar to menstruation taboos in Nepal to Syrian refugee women rights in Greece.
</p>
<p>
For the past couple of months, I have been focusing on creating interactive stories using data and programming by learning how to code on my own. While developing these technical skills as both a journalist and a data scientist. Currently, I am the leading individual for NU-Q's very own three-year-long research project. Where my team will be studying the shift of the sentiment towards Qatar by the public in relation to the World Cup by analyzing data mined from social media and search engines such as Google and Bing.
</p>
</section>
<section class="light">
<h2>👩🏽🚀 Projects</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h2>🏆 Accomplishments</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
<blockquote>
<p>The best way out is always through <br>-Robert Frost</p>
</blockquote>
<section class="left">
<h2>🌮 Work experience</h2>
<h3>first place</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h3>second place </h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<h3>Third pla</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
<blockquote>
<p>Thanks for watching!</p>
</blockquote>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.6.8/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.6.8/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>