-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (138 loc) · 6.2 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>project1</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav>
<div class="logo"><img src="image/39222262-designstyle-badge-m.png" alt="ghj"></div>
<div class="navbar">
<div><a href="#">Home</a></div>
<div><a href="#">Project</a></div>
<div><a href="#">Exeperience</a></div>
<div><a href="#">Contact</a></div>
</div>
</nav>
</header>
<section class="container about">
<div class="avatar">
<img src="image/IMG_20220512_183706.jpg" alt="syed"/>
</div>
<div class="about-text">
<h1>Hello its me Syed <span>Shoaib Akhtar</span></h1>
<p>
I am 3rd year student of <b>Jaipur Engineering College</b>, kukas,jaipur. I have seasoned full stack software engineer with 6 month of
professional experience,specializing in frontend development. My experties lies in crafting robust scalable saas based
architechtures on the Amazon AWS platform.
</p>
<div class="about-btn">
<button class="btn-primary">get in touch</button>
<button class="btn-secondary">Download CV</button>
</div>
</div>
</section>
<section class="container exeperience-with">
<h2>EXEPERIENCE WITH</h2>
<div class="exeperience-with-lang">
<div><img src="image/html5.png" alt="html logo"/></div>
<div><img src="image/nodejs.png" alt="node js logo"/></div>
<div><img src="image/javascript.png" alt="js logo"/></div>
<div><img src="image/css3.png" alt="css3 logo"/></div>
<div><img src="image/reactjs.png" alt="reactlogo"/></div>
</div>
</section>
<section class="container">
<h2 class="primary-heading heading-project">PROJECTS</h2>
<div class="projects">
<div class="project-item">
<img src="image/project-1 (1).jpeg" alt="abm project 1"/>
<div class="project-title">
<p>CLICK HERE TO VISIT</p>
<h3>HTML Tutorial</h3>
</div>
</div>
<div class="project-item">
<img src="image/project-2.jpeg" alt="abm project 2"/>
<div class="project-title">
<p>CLICK HERE TO VISIT</p>
<h3>CSS Tutorial</h3>
</div>
</div>
</div>
</section>
<section class="container">
<h2 class="primary-heading heading-exeperience">EXEPERIENCE</h2>
<div class="exeperience">
<div class="exeperience-item">
<div class="exeperience-title-container">
<div><img src="image/goog-logo.svg" alt="google"></div>
<div class="exeperience-title">Lead software engineer at Google</div>
<div class="date">Sep 2024 </div>
</div>
<p>
As a Senior Software Engineer at Google, I played a pivotal role in
developing innovative solutions for Google's core search algorithms.
Collaborating with a dynamic team of engineers, I contributed to the
enhancement of search accuracy and efficiency, optimizing user
experiences for millions of users worldwide.
</p>
</div>
<div class="exeperience-item">
<div class="exeperience-title-container">
<div><img src="image/apple-logo.svg" alt="apple"></div>
<div class="exeperience-title"> Junior Software Engineer at Apple</div>
<div class="date">Dec 2024 </div>
</div>
<p>
During my tenure at Apple, I held the role of Software Architect,
where I played a key role in shaping the architecture of
mission-critical software projects. Responsible for designing
scalable and efficient systems, I provided technical leadership to a
cross-functional team.
</p>
</div>
<div class="exeperience-item"></div>
<div class="exeperience-title-container">
<div><img src="image/meta-logo.svg" alt="meta"></div>
<div class="exeperience-title"> Junior Software Engineer at Meta</div>
<div class="date"> march 2024 </div>
</div>
<p>
At Meta, I served as a Software Engineer, focusing on the design and
implementation of backend systems for the social media giant's
dynamic platform. Working on projects that involved large-scale data
processing and user engagement features, I leveraged my expertise to
ensure seamless functionality and scalability.
</p>
</div>
</div>
</section>
<footer>
<div class="container">
<h2>Contact</h2>
<p>Seasoned Full Stack Software Engineer with over 8 years of hands-on
experience in designing and implementing robust, scalable, and
innovative web solutions. Adept at leveraging a comprehensive skill
set encompassing front-end and back-end technologies.
</p>
<div class="email-container"><div><img src="image/email-icon.svg" alt="email"></div>
<div>[email protected]</div>
</div>
<div class="social-links">
<div><img src="image/instagram (1).svg" alt="insta"></div>
<div> aahil_syed_</div>
</div>
<div class="social-links">
<div><img src="image/youtube.png" alt="you tube"></div>
</div>
</footer>
</body>
</html>