-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
33 lines (33 loc) · 1.03 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>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="contact.css">
<title>Contact Us</title>
</head>
<body>
<div>
<ul class="navbar">
<li class="navbar"><a href="index.html">My Pill Effect</a></li>
<li class="navbar"><a href="index.html">Home</a></li>
<li class="navbar"><a href="contact.html">Contact</a></li>
<li class="navbar"><a href="about.html">About</a></li>
</ul>
</div>
<div>
<h1>Ibrahim Ayyoub</h1>
<img src="linkedin.png">
<p><a href="https://www.linkedin.com/in/ibrahim-ayyoub-811169149/">ibrahim-ayyoub</a></p>
<img src="github.png">
<p><a href="https://github.com/ibrahimAyyoub">ibrahimAyyoub</a></p>
<p><a href="https://ibrahimayyoub.com">ibrahimayyoub.com</a></p>
</div>
<div>
<h1>Omar Radwan Mohsen</h1>
<img src="linkedin.png">
<p><a href="https://www.linkedin.com/in/omarradwanmohsen/">omarradwanmohsen</a></p>
<img src="github.png">
<p><a href="https://github.com/OmarRad">OmarRad</a></p>
</div>
</body>
</html>