forked from hackyourfuturecanada/Week2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (57 loc) · 2.22 KB
/
index.html
File metadata and controls
59 lines (57 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Waseem Salem Bio</title>
</head>
<body>
<h1>Waseem Salem</h1>
<img src="images/waseem_salem_img.jpg" alt="Waseem Salem">
<p>Talented Art Director with over 15 years of experience in graphic design,
advertising and marketing. Experience includes the development of creative
and advertising campaigns in both creative and management roles.
Possesses technical skills, art direction, photography skills, and printing expertise.
<br><br>
Proficiency in Adobe Photoshop, Illustrator, InDesign, Dreamweaver, and MS office, in both Mac and PC platforms.
Knowledge in web design (HTML, CSS).</p>
<br>
<h3>Some of my interestes</h3>
<p>I have so many dreams in my personal & my proffesional lives, on the professional side My dream is
to become a web developer and apply my creativity on website and mobile applications.
Also, to keep learning and growing in my carrer
<br>
As well, one of my dreams to travel to Rio De Janeiro in Brazil, and learn about the country and it's culture
</p>
<br>
<h3>Some of my interestes</h3>
<ul>
<li>Art</li>
<li>Video Games</li>
<li>Basketball</li>
<li>Concerts</li>
</ul>
<br>
<br>
<h2>Brazil</h2>
<!--Flag_of_Brazil-->
<h4>Flag of Brazil</h4>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/0/05/Flag_of_Brazil.svg/1200px-Flag_of_Brazil.svg.png" alt="Flag of Brazil" width="400px" height="auto">
<br>
<br>
<h4>Rio De Janeiro</h4>
<img src="https://www.travelinglifestyle.net/wp-content/uploads/2018/01/best-hostels-in-rio-de-janeiro-brazil-759x500.jpg" alt="Rio De Janeiro" width="400px" height="auto">
<br>
<br>
<h4>Best beaches in teh world</h4>
<img src="https://www.riodejaneiro.com/media/uploads/riodejaneiro.com/2014/09/copacabana-beach.jpg" alt="Rio De Janeiro beach" width="400px" height="auto">
<br>
<br>
<h3>My accounts on socila media</h3>
<a href="https://www.linkedin.com/uas/login">LinkedIn</a>
<br>
<a href="https://behance.com">Behance</a>
<br>
<a href="https://twitter.com">Twitter</a>
<h6>Thsi webpage is only for education purposes</h6>
</body>
</html>