-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (226 loc) · 16.3 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body >
<div class="page1 " >
<nav class="d-flex justify-content-between w-100 w-sm-100 p-3 px-sm-4 px-md-5 align-items-center">
<div class="d-flex">
<img class="w-xs-100 object-fit-cover" src="imgs/logo.png" alt="">
<p class="fw-bold fs-4" >personal</p>
</div>
<div class="d-md-flex gap-5 align-items-center d-none">
<div class=" list-style d-flex gap-md-3 fw-bold">
<li><a href=""></a>About Me</li>
<li><a href=""></a>Skills</li>
<li><a href=""></a>Project</li>
<li><a href=""></a>Contact Me</li>
</div>
<div>
<button type="button" class="btn bg-black text-white px-3">Resume</button>
</div>
</div>
<div class="d-md-none">
<i class="fa-solid fa-bars" class=""></i>
</div>
</nav>
<div class=" d-md-flex flex-row-reverse mx-md-0 px-md-5">
<div class=" w-xs-280px width-350px w-lg-50 w-md-50 mx-auto" >
<img class="w-100 object-fit-cover" src="imgs/page1 img.png" alt="">
</div>
<div class="w-75 mx-auto pt-4 mt-md-5" >
<p class="mb-1 text-black fs-5 font-italic text-shadow" >Hello I'am <span class="fw-bold fs-4 ms-2 ">Mushan Sattar.</span></p>
<p class="mb-1 fw-bolder fs-5 text-black text-shadow " >Frontend <span class="fw-bold fs-3 ms-2 text-white stoke">Developer</span></p>
<p class="mb-4 text-shadow" >Based In <span class="fw-bold fs-4 ms-2 text-black">Pakistan.</span></p>
<p class="mb-4 fs-6 fw-normal text-zinc-500 w-sm-50 " >I'm Mushan Sattar Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to specimen book.</p>
</div>
</div>
<div class="d-flex flex-row w-75 mx-auto mx-md-5 mb-5">
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button1.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button2.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button3.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button4.png" alt=""></a></div>
</div>
</div>
<div class="page2 ">
<p class="text-center fs-4 text-black">My <span class="fw-bold">Skills</span></p>
<div class="d-flex flex-wrap w-100 mt-2 justify-content-evenly px-md-2 ">
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills1.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills2.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills3.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills4.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills5.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills6.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills3.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills4.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills5.png" alt=""></div>
<div class="w-auto mb-3 mx-md-4"><img src="imgs/Skills6.png" alt=""></div>
</div>
</div>
<div class="page3 px-md-5 bg-black w-100 px-3 pb-3">
<p class="text-center text-white fs-3 py-4">My <span class="fw-bold">Experience</span></p>
<div class="w-100 border-page3 mb-3 px-3 py-4">
<div class="d-flex flex-column flex-md-row justify-content-md-between align-items-md-center">
<div class="d-flex">
<img class="me-4 object-fit-contain " src="imgs/google.png" alt="">
<p class="m-0 text-white fs-2 lh-1 ">Lead Software Engineer At Google</p>
</div>
<div class="text-white my-4">Nov 2019-Present</div>
</div>
<div class="pe-4">
<p class="text-white m-0">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>
<div class="w-100 border-page3 mb-3 px-3 py-4">
<div class="d-flex flex-column flex-md-row justify-content-md-between align-items-md-center">
<div class="d-flex">
<img class="me-4 object-fit-contain " src="imgs/youtube.png" alt="">
<p class="m-0 text-white fs-2 lh-1 ">Software Engineer At Youtube</p>
</div>
<div class="text-white my-4">Jan 2017 - Oct 2019</div>
</div>
<div class="pe-4">
<p class="text-white m-0">At Youtube, 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>
<div class="w-100 border-page3 mb-3 px-3 py-4">
<div class="d-flex flex-column flex-md-row justify-content-md-between align-items-md-center">
<div class="d-flex">
<img class="me-4 object-fit-contain " src="imgs/apple.png" alt="">
<p class="m-0 text-white fs-2 lh-1 ">Junior Software Engineer At Apple</p>
</div>
<div class="text-white my-4">Jan 2016 - Dec 2017</div>
</div>
<div class="pe-4">
<p class="text-white m-0">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>
</div>
<div class="page4 mt-4 d-md-flex px-md-5">
<div class="width-310px w-xs-280px w-md-50 mx-auto px-0">
<img class="w-100 object-fit-cover" src="imgs/aboutme.png" alt="">
</div>
<div class="w-75 w-md-100 mx-auto mx-md-5 ">
<p class="text-black mt-3 ">About <Span class="fw-bold">Me</Span></p>
<p class="pe-1 text-zinc-500">I'm a passionate, self-proclaimed designer who specializes in full stack development (React.js & Node.js). I am very enthusiastic about bringing the technical and visual aspects of digital products to life. User experience, pixel perfect design, and writing clear, readable, highly performant code matters to me.</p>
<p class="pe-1 text-zinc-500">I began my journey as a web developer in 2015, and since then, I've continued to grow and evolve as a developer, taking on new challenges and learning the latest technologies along the way. Now, in my early thirties, 7 years after starting my web development journey, I'm building cutting-edge web applications using modern technologies such as Next.js, TypeScript, Nestjs, Tailwindcss, Supabase and much more.</p>
<p class="pe-1 text-zinc-500">When I'm not in full-on developer mode, you can find me hovering around on twitter or on indie hacker, witnessing the journey of early startups or enjoying some free time. You can follow me on Twitter where I share tech-related bites and build in public, or you can follow me on GitHub.</p>
</div>
</div>
<div class="page5 bg-black w-100 py-4 px-md-5">
<p class="text-white text-center fs-3 mb-3">My <span class="fw-bold">Projects</span></p>
<div class="d-md-flex justify-content-md-between align-items-md-center">
<div class=" width-350px mx-auto ms-md-5">
<img src="imgs/project1.png" alt="">
</div>
<div class="w-75 mx-auto px-md-5 ms-md-5">
<p class="text-white fw-bold my-3">01</p>
<p class="text-white fw-bold my-3">Crypto Screener Application</p>
<p class="text-zinc-500">I'm Mushan Sattar Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to specimen book.</p>
<img class="object-fit-cover mb-3" src="imgs/Read More.png" alt="">
</div>
</div>
<div class="d-md-flex flex-md-row-reverse justify-content-md-between align-items-md-center">
<div class=" width-350px mx-auto me-md-5">
<img src="imgs/project2.png" alt="">
</div>
<div class="w-75 mx-auto px-md-5 me-md-5">
<p class="text-white fw-bold my-3">02</p>
<p class="text-white fw-bold my-3">Euphoria - Ecommerce (Apparels) Website Template</p>
<p class="text-zinc-500">I'm Mushan Sattar Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to specimen book.
when an unknown printer took a galley of type and scrambled it to specimen book.</p>
<img class="object-fit-cover mb-3" src="imgs/Read More.png" alt="">
</div>
</div>
<div class="d-md-flex justify-content-md-between align-items-md-center">
<div class=" width-350px mx-auto ms-md-5">
<img src="imgs/project3.png" alt="">
</div>
<div class="w-75 mx-auto px-md-5 ms-md-5">
<p class="text-white fw-bold my-3">03</p>
<p class="text-white fw-bold my-3">Blog Website Template</p>
<p class="text-zinc-500">I'm Mushan Sattar Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to specimen book.</p>
<img class="object-fit-cover mb-3" src="imgs/Read More.png" alt="">
</div>
</div>
</div>
<div class="page6 w-100">
<p class="text-center fs-4 my-4">My <span class="fw-bold text-black">Testimonial</span></p>
<div class="d-md-flex gap-md-5 px-md-5">
<div class=" d-flex flex-column align-items-center w-75 mx-auto mb-3 shadow rounded">
<img class="object-fit-cover my-3" src="imgs/Ellipse 2664.png" alt="">
<p class="text-center px-5 text-zinc-500">I recently had to jump on 10+ different calls across eight different countries to find the right owner.</p>
<p class="text-zinc-500 fw-bold fs-2">Mushan Sattar</p>
<p class="text-zinc-500 ">Designer</p>
</div>
<div class=" d-flex flex-column align-items-center w-75 mx-auto mb-3 shadow rounded bg-black">
<img class="object-fit-cover my-3" src="imgs/Ellipse 2664.png" alt="">
<p class="text-center px-5 text-white">I recently had to jump on 10+ different calls across eight different countries to find the right owner.</p>
<p class="text-white fw-bold fs-2">Mushan Sattar</p>
<p class="text-white ">Designer</p>
</div>
<div class=" d-flex flex-column align-items-center w-75 mx-auto mb-3 shadow rounded">
<img class="object-fit-cover my-3" src="imgs/Ellipse 2664.png" alt="">
<p class="text-center px-5 text-zinc-500">I recently had to jump on 10+ different calls across eight different countries to find the right owner.</p>
<p class="text-zinc-500 fw-bold fs-2">Mushan Sattar</p>
<p class="text-zinc-500 ">Designer</p>
</div>
</div>
</div>
<div class="page7 w-100 mt-5r d-md-flex px-md-5 justify-content-md-between ">
<div class="w-75 mx-auto w-md-50">
<div>
<div class="form-floating mb-3">
<input type="email" class="form-control border-black " id="floatingInput" placeholder="[email protected]">
<label class="text-zinc-500" for="floatingInput">Your Name</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control border-black " id="floatingInput" placeholder="[email protected]">
<label class="text-zinc-500" for="floatingInput">Email</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control border-black " id="floatingInput" placeholder="[email protected]">
<label class="text-zinc-500" for="floatingInput">Your Website (if exists)</label>
</div>
<div class="form-floating">
<textarea class="form-control border-black" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 100px"></textarea>
<label class="text-zinc-500" for="floatingTextarea2">How can i help?</label>
</div>
</div>
<div>
<button type="button" class="btn bg-black text-white my-3">Get in Touch</button>
<div class="d-flex flex-row mb-3">
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button1.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button2.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button3.png" alt=""></a></div>
<div><a class="list-style" href="#"><img class="me-3" src="imgs/Button4.png" alt=""></a></div>
</div>
</div>
</div>
<div class="w-75 w-md-50 mx-auto my-md-5">
<p class="fs-2 fw-bold mb-1">Let's <span class=" text-white stoke">talk</span> for</p>
<p class="fs-2 fw-bold ">Something special</p>
<p class="text-zinc-500">I seek to push the limits of creativity to create high-engaging, user-friendly, and memorable interactive experiences.</p>
<p class="fw-bold mb-1" >[email protected]</p>
<p class="fw-bold">8053345267</p>
</div>
</div>
<footer class=" bg-black d-flex justify-content-between align-items-center w-100 px-3 px-md-5">
<div class="d-flex ">
<img class="object-fit-contain me-2" src="imgs/footerlogo.png" alt="">
<p class="fw-bold text-white fs-3 pt-2" >personal</p>
</div>
<div class="text-end text-white">
<p class="m-0">@ 2019-2023 Personal</p>
<p class="m-0">Made In Figma</p>
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</html>