-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (24 loc) · 823 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="ss2.css">
<title>Karem Omary</title>
</head>
<body>
<header><div><h1>About Me</h1></div></header>
<main class="center">
<img class="profile-pic rotateimg90" src="dog.jpeg">
<h1>Karem Omary</h1>
<p>This is my face, my name is Karem, and i wanted to join the program because of the job oportunities.</p>
<p> I have basic knowlege in HTML and Javascript and CSS</p>
<p class="bad-style">I have bad taste in styling</p>
<h3>links:</h3>
<ul>
<li><a href="https://github.com/okarem/">Github</li>
<li><a href="https://www.codewars.com/users/okarem">CodeWars</li>
<li><a href="https://www.freecodecamp.org/fccd2192a6c-dd77-45d1-9ee1-f97dcd39c950">FreeCodeCamp</li>
<li><a href="calc.html">My Claculator</li>
</ul>
</main>
</body>
</html>