-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (96 loc) · 2.82 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Alfarhan Zahedi | Full-Stack Developer</title>
<meta name="description" content="Alfarhan Zahedi is a Full Stack Developer living in Kolkata, India.">
<meta name="keywords" content="Alfarhan Zahedi, Alfarhan, Zahedi">
<meta name="author" content="Alfarhan Zahedi">
<meta name="theme-color" content="#000000">
<meta name="msapplication-navbutton-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
<link rel="icon" href="icon.png">
<link rel="stylesheet" href="/css/style.css">
</head>
<body class="font-family__source-sans-pro">
<div class="container">
<header>
<h1 class="font-family__homemade-apple">Alfarhan Zahedi</h1>
</header>
<section>
<div class="row">
<div class="column-7">
<div class="mr-lg-6">
<p>
Hi, this is Alfarhan Zahedi.
</p>
<p>
I am a full-stack developer. Java + React is my forte. But, I have tried most of
the languages and frameworks out there. Curiosity, you know! <br />
</p>
<p>
As of now, I am working as a Senior Software Engineer at <img src="amazon_logo.png"
alt="Amazon's logo" class="logo__inline_amazon" />.
Before that, I interned at CodeChef in their Software Engineering team.
</p>
<p>
I am hard-working and scrupulous with a get-it-done attitude. This compensates for my lack
of
experience.<br />
So, yeah, you can count on me!
</p>
<p class="desktop-only">
You can find my resume and contact details to the right.
</p>
<p class="mobile-only">
You can find my resume and contact details towards the bottom.
</p>
</div>
<hr class="divider" />
</div>
<div class="column-5">
<div class="sidebar">
<div class="element">
<p>
<span class="font-weight__bold">Résumé</span>
</p>
<p>
<span>
<a href="/resume.pdf">Download</a>
</span>
</p>
</div>
<div class="element">
<p>
<span class="font-weight__bold">Contact</span>
</p>
<p>
<span>
</span>
</p>
</div>
<div class="element">
<p>
<span class="font-weight__bold">Connect</span>
</p>
<p>
<span>
<a href="https://www.linkedin.com/in/alfarhanzahedi/" target="_blank">LinkedIn</a>
</span>
</p>
<p>
<span>
<a href="https://github.com/alfarhanzahedi" target="_blank">GitHub</a>
</span>
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>