-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (125 loc) · 3.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<link rel="icon" href="../assets/ver2.1-AR-logo.ico" type="image/x-icon">
</head>
<body>
<table cellpadding="2%" cellspacing="1%">
<tr>
<td><h1>AUNI SHAH</h1></td>
<td><h4>欧妮</h4></td>
<td><img src="./assets/mi-profile.gif" height="200" width="200" alt="My profile picture"></td>
</tr>
</table>
<hr>
<table>
<tr>
<td><h2>Creative Developer</h2></td>
<td><iframe src="https://giphy.com/embed/VFrEgi4sjtJpyV4G1k" width="80" height="80" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><a href="https://giphy.com/gifs/autumn-bean-ketnipz-VFrEgi4sjtJpyV4G1k"></a></td>
</tr>
</table>
<table cellspacing="50%" cellpadding="50%">
<tr>
<td><p>Inspired by the limitless potential found within web design and development.
I thrive on exploring the endless avenues of creativity, utilizing my thoughts and embarking on experiments to bring unique ideas to life. It is a journey of constant discovery, where I fuse artistic expression with technical expertise, aiming to push the boundaries of design and technology. Through my work, I aim to create captivating and imaginative web experiences that engage users.
I am fueled by a constant desire to learn, grow, and challenge conventional norms,
enabling me to craft thought-provoking and innovative digital projects.</p></td>
</tr>
</table>
<hr>
<h2>Education</h2>
<ul>
<li><h4>APU</h4></li>
<p>2021 - Present</p>
<p>Bachelor of Science (Hons) in Software Engineering</p>
</ul>
<ul>
<li><h4>42 Kuala Lumpur</h4></li>
<p>2020</p>
</ul>
<ul>
<li><h4>INTEC College</h4></li>
<p>2017 - 2019</p>
<p>American Degree Transfer Program in Aircraft Maintainance Engineering</p>
</ul>
<hr>
<h2>Work Experience</h2>
<table>
<tr>
<td><h4>Freelance</h4></td>
<td>2020 - Present</td>
</tr>
<tr>
<td>Web Developer</td>
</tr>
<tr>
<td><h4>Coffee Shop</h4></td>
<td>2019 - 2020</td>
</tr>
<tr>
<td>Barista</td>
</tr>
<tr>
<td><h4>Student Representatitve</h4></td>
<td>2017 - 2018</td>
</tr>
<tr>
<td>Translator</td>
</tr>
</table>
<hr>
<h2>Skills</h2>
<ol>
<li><h4>Programming Languages</h4></li>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PHP</li>
<li>SQL</li>
<li>C++</li>
<li>C#</li>
<li>Python</li>
<li>Java</li>
</ul>
<li><h4>Frameworks</h4></li>
<ul>
<li>Bootstrap</li>
</ul>
<li><h4>Tools</h4></li>
<ul>
<li>GitHub</li>
<li>VS Code</li>
<li>Canva</li>
<li>Figma</li>
</ul>
<li><h4>Operating Systems</h4></li>
<ul>
<li>Windows</li>
</ul>
<li><h4>Soft Skills</h4></li>
<ul>
<li>Communication</li>
<li>Teamwork</li>
<li>Problem Solving</li>
<li>Time Management</li>
<li>Adaptability</li>
</ul>
</ol>
<hr>
<table cellpadding="20%">
<tr>
<td><h3><a href="./public/Hobbies.html">My hobbies</a></h3></td>
<td><h3><a href="https://github.com/auniraden">My Projects</a></h3></td>
<td><h3><a href="./public/heyAuni.html">Contact me</a></h3></td>
</tr>
</table>
<hr>
<footer>
<p>© 2023 Auni Shah 欧妮. All Rights Reserved.</p>
</footer>
</body>
</html>