-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (53 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mohamad Buchr Charaf Personl Site</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&family=Redressed&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<img class="cloud-top" src="images/cloud.png" alt="cloud-img">
<div class="top-container">
<h1>I'm Mohamad Buchr.</h1>
<p>A wireless researcher and a software developer.</p>
<img class="cloud-bottom" src="images/cloud.png" alt="cloud-img">
<img class="mountain-image" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-image" src="https://media-exp1.licdn.com/dms/image/C4D03AQHPH-THQSLT4g/profile-displayphoto-shrink_200_200/0/1604570055050?e=1621468800&v=beta&t=xO33rQKM3j5yEGDHT4Qdk7YjJWKZh8sjUsZFlx1IdKU" alt="Buchr Profile Picture">
<h2>Hello</h2>
<p>I am an enthusiastic researcher working in the wireless communication field with software development and data analytics expertise.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="statistics" src="images/statistics.png" alt="T-Skills">
<h3>Technical Skills</h3>
<p>I can program in languages such as: Python, Go, C++, and Javascritp. Alongside my profissional experties in wireless communications (LTE and 5G NR)</p>
</div>
<div class="skill-row">
<img class="man" src="images/man.png" alt="P-Skills">
<h3>Personal Skills</h3>
<p>I am a critical thinker focusing on finding creative ideas and solutions in every day to day work</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Contact me</h2>
<h3>For more details ...</h3>
<p>If you are intrested in getting more to know more about me. You can contact me below.</p>
<a class="btn" href="mailto:[email protected]">Send me an email</a>
</div>
</div>
<div class="bottom-container">
<a> <a href="https://github.com/MBCharaf">GitHub</a>
<a href="https://www.linkedin.com/in/mbeshercharaf">LinkedIn</a>
<p>© 2021 Charaf, M.Buchr</p>
</div>
</body>
</html>