-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (60 loc) · 2.47 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
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ahmed Shatat | Web developer</title>
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Bree+Serif|Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kalam:300" rel="stylesheet">
</head>
<body>
<div id="main">
<div>
<img src="images/my_pic.jpeg" alt="">
<figcaption>Ahmed Shatat</figcaption>
</div>
<ul>
<li id="about"><a href="#about_me">About me</a></li>
<li><a href="#skills">Coding skills</a></li>
<li><a href="#contact">Contacts</a></li>
</ul>
</div>
<div class="right">
<div id="about_me" class="container">
<h2>About me</h2>
<p>My name is Ahmed, I had a BA in Architecture, at somepoint I realized that programming is my passion, so since then I started teaching myself how to code, at this point I am looking forward at any chance to expand my knowledge, learn from other coders, so I can call myself a programmer at some point :)</p>
</div>
<div id="skills" class="container">
<h2>Coding Skills</h2>
<div>
<h3>HTML/CSS</h3>
<div><span class="p75">75% </span></div>
</div>
<div>
<h3>JavaScript</h3>
<div><span class="p40">40% </span></div>
</div>
<div>
<h3>Python</h3>
<div><span class="p40">40% </span></div>
</div>
</div>
<div id="contact" class="container">
<h2>Contact Me</h2>
<ul>
<li><i class="fa fa-phone fa-fw"></i> 0599946544</li>
<li><i class="fa fa-envelope fa-fw"></i> [email protected]</li>
</ul>
<ul class="follow_me">
<li><a href="https://fb.me/ahmed.shatat.986" target="_blank" aria-label="facebook link"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/ahmed-Shatat-2aab9970" target="_blank" aria-label="linkedin link"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/ashatat/Portfolio" target="_blank" aria-label="page portfolio"><i class="fa fa-github fa-fw"></i></a></li>
<li><a href="https://www.freecodecamp.org/ashatat" target="_blank" aria-label="freecodecamp profile"><i class="fa fa-free-code-camp"></i></a></li>
<li><a href="https://www.codewars.com/users/ashatat" target="_blank" aria-label="codewars profile" ><img src="images/Codewars.svg" alt=""></a></li>
</ul>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>