-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
33 lines (29 loc) · 1.7 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Contact Me</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div>
<ul class="navBar">
<li> <a href="index.html">Home</a></li>
<li> <a href="activities.html"> My experiences and projects </a> </li>
<li> <a href="contact.html">Contact Me </a> </li>
</ul>
</div>
<h2 class="topTwo leftTwo">Contact me</h2>
<p class="leftTwo">You can contact me by email at <a href="mailto:[email protected]"> [email protected]</a> </p>
<br>
<p class="leftTwo"> You can also reach me on Linkedin:</p>
<div class="center">
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="vertical" data-theme="dark" data-vanity="golrokhemami"><a class="LI-simple-link" href='https://www.linkedin.com/in/golrokhemami?trk=profile-badge'>Golrokh Emami</a></div>
</div>
<p class="leftTwo rightTwo">
<br><br><br><br>
My webpage is designed and developed by me, as my first experience of creating webpages . I would really appreciate your opinions on how I can develop my skills, and this webpages. Moreover, If there are things that you want to know about me and are not mentioned on these pages, I'd also be so happy to know. So please, contact me about these issues and other stuff you got in your mind. I would really appreciate it.
</p>
</body>
</html>