-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 1.7 KB
/
Copy pathindex.html
File metadata and controls
62 lines (58 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Profile</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>
Hello, my name ist Massih
</h1>
<img class="profilepic"
src="https://media.licdn.com/dms/image/v2/C4E03AQF3sXGnAyI7eg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1655840396807?e=1740009600&v=beta&t=ZHtnpo9CeFSSfpbbe5OFlLWpx9-aVcCtrLKZvzXC6BM"
alt="Profile Picture" width="350">
<p>
Coding is fun.
</div>
<div class="container">
</p>
<a href="https://www.researchgate.net/profile/Massih-Chopan" target="_blank">Sustainable Project "Gesünder Essen in
Berliner Mensen" with the Humboldt-Universität of Massih </a>
</div>
<div class="container">
<h2>
Hobbies
</h2>
<p>
Jivamukti Yoga, Sports, Dance and Art. 🧘🏽♂️
</p>
<h2>
Passions ❤️🔥
</h2>
<p>
Passion for futuristic ideas
</p>
<h2>
Projects 🔮
</h2>
<P>
End-to-End Apps
</P>
</div>
<div class="container">
<a href="https://www.researchgate.net/profile/Massih-Chopan" target="a_blank">
<i class="fa-solid fa-pen"></i>
</a>
<a href=" https://www.researchgate.net/profile/Massih-Chopan" target="a_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href=" https://www.researchgate.net/profile/Massih-Chopan" target="a_blank">
<i class="fa-brands fa-discord"></i>
</a>
</div>
</body>
</html>