-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (51 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ali Bagheri</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="icon/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet"><!-- this makes sure that the user will have these fonts while using the website-->
</head>
<body>
<div class="top-container">
<img id="top-cloud" src="images\cloud.png" alt="cloud">
<h1>I'm Ali</h1>
<h2 style="font-weight:normal;">a Web Designer</h2>
<img id="bottom-cloud" src="images\cloud.png" alt="cloud">
<img src="images\mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img id="profile-pic" src="images\photo_2020-01-26_14-41-16.jpg" alt="My Picture">
<h2>Hello.</h2>
<p>I am a Computer Engineering student at Ryerson University who happens to ❤ programming</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="image-code" src="https://image.flaticon.com/icons/svg/993/993791.svg" alt="Web Developer">
<h3>Web Design</h3>
<p>I have recently started learning web design seriously, and I am quite good at that!!</p>
</div>
<div class="skill-row">
<img class="image-voll" src="https://image.flaticon.com/icons/svg/731/731956.svg" alt="Volleyball">
<h3>Volleyball</h3>
<p>I started learning volleyball when I was 13 years old. Since that time, I have worked on many skills and now I am a professional player</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<a class="btn" href="mailto:a.bagheri.vwl@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ali-bagheri-5319a3193?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B9n%2FqM8ALS4y10en6jRLMQw%3D%3D" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/alibagheri2001" target="_blank">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/ali.bagheri2001/" target="_blank">Instagram</a>
<p class="copytight">© 2020 Ali Bagheri</p>
</div>
</body>
</html>