-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqualifications-experience.html
229 lines (225 loc) · 9.7 KB
/
qualifications-experience.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
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body
class="bg-green-200 relative"
style="
background: linear-gradient(
180deg,
#1e3d34,
#13412b,
#0e5621,
#007117
);
"
>
<nav
class="bg-green-600 border-gray-200 dark:bg-gray-900 absolute top-0 left-0 right-0 bg-gray-800 text-white p-4"
>
<div
class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"
>
<a href="index.html" class="flex items-center">
<h1>AAK Tech</h1>
</a>
<button
onclick="toggleMobileMenu()"
data-collapse-toggle="navbar-default"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm bg-green-400 text-yellow-700 rounded-lg md:hidden hover:bg-green-500 hover:text-yellow-500 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-default"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-5 h-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15"
/>
</svg>
</button>
<div
class="hidden w-full md:block md:w-auto"
id="navbar-default"
>
<ul
class="font-medium flex flex-col p-4 md:p-0 mt-4 border border-gray-100 rounded-lg md:flex-row md:space-x-8 md:mt-0 md:border-0 dark:border-gray-700"
>
<li>
<a
href="index.html"
class="block py-2 pl-3 pr-4 md:border-0 md:hover:text-yellow-300 md:p-0"
>Home</a
>
</li>
<li>
<a
href="about.html"
class="block py-2 pl-3 pr-4 md:border-0 md:hover:text-yellow-300 md:p-0"
>About</a
>
</li>
<li>
<a
href="qualifications-experience.html"
class="block py-2 pl-3 pr-4 md:p-0 md:text-yellow-300"
aria-current="page"
>Qualifications | Experience</a
>
</li>
<li>
<a
href="projects.html"
class="block py-2 pl-3 pr-4 md:border-0 md:hover:text-yellow-300 md:p-0"
>Projects</a
>
</li>
<li>
<a
href="contact.html"
class="block py-2 pl-3 pr-4 md:border-0 md:hover:text-yellow-300 md:p-0"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<div class="flex items-center justify-evenly min-h-screen">
<div>
<h1 class="text-4xl underline pb-6">Academic Certifications</h1>
<ol class="list-decimal pl-6">
<li class="mb-4">
<p>BS-CS at Lahore University of Management Sciences</p>
<p>(August 2019-July 2023)</p>
<button
class="text-sm bg-yellow-400 hover:bg-yellow-500 text-white px-4 py-2 rounded transition-colors duration-300"
>
View
</button>
<a href="Media/Transcript_AbdullahAhmad.pdf" download>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded"
>
Download Transcript
</button>
</a>
</li>
<li class="mb-4">
<h1>
Programming for Everybody (Python Course) at
Coursera
</h1>
<h2>(June 2022)</h2>
<button
class="text-sm bg-yellow-400 hover:bg-yellow-500 text-white px-4 py-2 rounded transition-colors duration-300"
>
View
</button>
<a
href="Media/Certificate_ProgrammingForEverybody.pdf"
download
>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded"
>
Download Certificate
</button>
</a>
</li>
<li class="mb-4">
<h1>
Fullstack Web Development by University of Helsinki
</h1>
<h2>(July 2023 - Current)</h2>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded cursor-not-allowed opacity-50"
>
Download Certificate
</button>
</li>
</ol>
</div>
<div>
<h1 class="text-4xl underline pb-6">Experience</h1>
<ol class="list-decimal pl-6">
<li class="mb-4">
<h1>
Software Engineering Intern at Smart Technology
House, Lahore, Pakistan
</h1>
<h2>(1 June 2022 - 31 August 2022)</h2>
<button
class="text-sm bg-yellow-400 hover:bg-yellow-500 text-white px-4 py-2 rounded transition-colors duration-300"
>
View
</button>
<a href="Media/STH Internship.pdf" download>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded"
>
Download Certificate
</button>
</a>
</li>
<li class="mb-4">
<h1>
PHP/Laravel Trainee at Suave Solutions, Lahore,
Pakistan
</h1>
<h2>(15 June 2023 - Current)</h2>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded cursor-not-allowed opacity-50"
>
Download Certificate
</button>
</li>
</ol>
<button
class="text-sm bg-yellow-400 hover:bg-yellow-500 text-white px-4 py-2 rounded transition-colors duration-300"
>
View
</button>
<a
href="Media/Resume_AbdullahAhmad_SoftwareEngineering.pdf"
download
>
<button
class="text-sm bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded"
>
Download Resume
</button>
</a>
</div>
</div>
<!-- <div class="fixed inset-0 flex items-center justify-center z-50">
<div class="bg-white p-6 rounded-lg shadow-lg">
<div class="modal-body"> -->
<!-- need to make this scrollable, and adjust height as well -->
<!-- <img src="Media/Transcript_AbdullahAhmad.jpg" alt="" width="800px" height="1200px" >
</div>
</div>
</div>
-->
</body>
<script>
const mobileMenu = document.getElementById("navbar-default");
const toggleMobileMenu = () => {
mobileMenu.classList.toggle("hidden");
};
</script>
</html>