-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>farjad khan</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Itim&family=Merriweather+Sans:wght@500&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Farjad</h1>
<h2 style="margin-bottom:0;">a <span class="u">pro</span>grammar</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="api-img"src="images/cloud-computing.png" alt="web-img">
</div>
<div class="middle-container">
<div class="profile">
<img id="mypic"src="images/farjad.png" alt="">
<h2>Hello.</h2>
<p class="myline">I love programming and espresso ☕.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="webdev-img" src="images/seo.png" alt="">
<h3>Web Development</h3>
<p>A creative website developer,Web application developer,full stack Development; The complete solution to all your bussiness requirments.</p>
</div>
<div class="skill-row">
<img class="programming-img" src="images/programming.png" alt="">
<h3>Programming</h3>
<p >programming using java and python,mobile application Development, data structures and handling databases completely.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>with the experts and meet all your needs.</h3>
<p class="contactme-desc">we provide complete assistance for any query ,we deliver you the highest quality product service with full customer satisfaction.</p>
<a class="BUTTON" href="mailto:farjad.ajfa.khan0@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://ajfas.github.io/cv/">Website</a>
<p class="copyright">© 2018 farjad khan @AJFAS.</p>
</div>
</body>
</html>