-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (116 loc) · 7.52 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Website</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body class="bg-[#161513]">
<header class="bg-[#1e1e1e] text-white">
<section class="wrapper flex justify-between items-center h-[90px]">
<h1><img src="images/logo.png" alt="logo" class="w-[90px]"></h1>
<ul class="flex justify-end items-center">
<li class="mr-10"><a href="#" class="text-[16px] font-semibold">Home</a></li>
<li class="mr-10"><a href="#" class="text-[16px] font-semibold">Projects</a></li>
<li class="mr-10"><a href="#" class="text-[16px] font-semibold">Experience</a></li>
<li class="mr-10"><a href="#" class="text-[16px] font-semibold">Contact</a></li>
</ul>
</section>
</header>
<section class="py-20 text-white">
<section class="wrapper">
<div class="flex justify-center">
<img src="images/avatar.png" alt="avatar" class="w-[180px]">
</div>
<div>
<h1 class="text-center font-bold text-[56px] leading-tight mb-10">I do code and<br>make content <span class="bg-gradient-to-br from-orange-400 to-purple-600 text-transparent bg-clip-text">about it!</span></h1>
<p class="text-[14px] font-normal text-center m-auto opacity-50 mb-10">I am a seasoned full-stack software engineer with over <br>8 years of professional experience, specializing in backend development.<br>
My expertise lies in crafting robust and scalable SaaS-based<br>architectures on the Amazon AWS platform.</p>
</div>
<div class="flex justify-center items-center">
<a href="#" class="bg-white text-black py-3 px-6 rounded-full font-semibold mr-5">Get In Touch</a>
<a href="#" class="border border-white py-3 px-6 rounded-full font-semibold" >Download CV</a>
</div>
</section>
</section>
<section class="pb-20">
<section class="wrapper">
<h1 class="text-[32px] text-center font-semibold text-white opacity-80">EXPERIENCE WITH</h1>
<div class="flex justify-center items-center mt-10">
<img src="images/javascript.png" alt="images" class="w-[40px] mr-10">
<img src="images/nodejs.png" alt="images" class="w-[40px] mr-10">
<img src="images/html.png" alt="images" class="w-[40px] mr-10">
<img src="images/css.png" alt="images" class="w-[40px] mr-10">
<img src="images/reactjs.png" alt="images" class="w-[40px] mr-10">
</div>
</section>
</section>
<section class="pb-20">
<section class="wrapper">
<h1 class="text-center text-[32px] font-semibold bg-gradient-to-b from-orange-400 to-orange-600 text-transparent bg-clip-text">PROJECTS</h1>
<div class="flex justify-center items-center mt-10">
<div class="w-[35%] bg-[#1e1e1e] mr-10 rounded-2xl text-white">
<img src="images/html-project.png" alt="images">
<div class="flex justify-between items-center p-4">
<div>
<h3 class="text-[12px] font-semibold opacity-70">CLICK HERE TO VISIT</h3>
<h1 class="text-[16px] font-semibold">HTML TUTORIALS</h1>
</div>
<img src="images/arrow.png" alt="arrow" class="w-[18px]">
</div>
</div>
<div class="w-[35%] bg-[#1e1e1e] rounded-2xl text-white">
<img src="images/css-project.png" alt="images">
<div class="flex justify-between items-center p-4">
<div>
<h3 class="text-[12px] font-semibold opacity-70">CLICK HERE TO VISIT</h3>
<h1 class="text-[16px] font-semibold">CSS TUTORIALS</h1>
</div>
<img src="images/arrow.png" alt="arrow" class="w-[18px]">
</div>
</div>
</div>
</section>
</section>
<section class="pb-20">
<section class="wrapper ">
<h1 class="text-center text-[32px] font-bold bg-gradient-to-b from-[#4aa0f4] to-[#2581db] text-transparent bg-clip-text">EXPERIENCE</h1>
<div class="mt-10">
<div class="flex justify-between items-center text-white mb-10">
<div class="flex justify-start items-center">
<img src="images/google-logo.png" alt="logo" class="w-[25px] mr-5">
<h3 class="text-[20px] font-bold">Lead Software Engineer at Google</h3>
</div>
<p class="text-[15px] font-normal text-white opacity-50">Nov 2019 - Present</p>
</div>
<p class="text-[15px] font-normal text-white opacity-50">As a Senior Software Engineer at Google, I played a pivotal role in developing innovative solutions for Google's <br>core search algorithms. Collaborating with a dynamic team of engineers I contributed to the enhancement of <br>search accuracy and efficiency, optimizing user experiences for millions of users worldwide.</p>
</div>
<div class="mt-10">
<div class="flex justify-between items-center text-white mb-10">
<div class="flex justify-start items-center">
<img src="images/apple-logo.png" alt="logo" class="w-[25px] mr-5">
<h3 class="text-[20px] font-bold">Junior Software Engineer at Apple</h3>
</div>
<p class="text-[15px] font-normal text-white opacity-50">Jan 2016 - Dec 2017</p>
</div>
<p class="text-[15px] font-normal text-white opacity-50">During my tenure at Apple, I held the role of Software Architect, where i played a key role in shaping the <br>architecture of mission-critical software projects. Responsible for designing scalable and efficient systems, I<br> provided technical leadership to a cross-functional team.</p>
</div>
<div class="mt-10">
<div class="flex justify-between items-center text-white mb-10">
<div class="flex justify-start items-center">
<img src="images/meta-logo.png" alt="logo" class="w-[25px] mr-5">
<h3 class="text-[20px] font-bold">Software Engineer at meta</h3>
</div>
<p class="text-[15px] font-normal text-white opacity-50">Jan 2017 - Oct 2019</p>
</div>
<p class="text-[15px] font-normal text-white opacity-80">At Meta, i served as a Software Engineer, focusing on the design and implementation of backend systems for<br> the social media giant's dynamic platform. Working on projects that involved large-scale data processing and<br> user engagement features, I leveraged my expertise to ensure seamless functionality and scalability.</p>
</div>
</section>
</section>
</body>
</html>