-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (83 loc) · 4.59 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<!--
Nama: Mustapha Hadzi
Kelas: IF-10
NIM : 10120901
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body bgcolor="black">
<table cellspacing="0" height="100%" border-spacing="0" width="100%" cellpadding="30">
<tr bgcolor="crimson">
<td><font face="verdana"color="#fff" size="5"><b>Portofolio</b></font></td>
<td align="right" width="45%">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="10%"><a href="index.html"><font face="verdana" color="#fff">HOME</font></a></td>
<td width="10%"><a href="about.html"><font face="verdana" color="#fff">ABOUT</font></a></td>
<td width="10%"><a href="contact.html"><font face="verdana" color="#fff">CONTACT</font></a></td>
<td width="10%"><a href="blog.html"><font face="verdana" color="#fff">MYBLOG</font></a></td>
<td width="10%"><a href="skills.html"><font face="verdana" color="#fff">SKILLS</font></a></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFF">
<td colspan="2">
<table width="100%" cellspacing="0" cellpadding="0">
<tr >
<td colspan="2" align="center">
<table height="60" cellspacing="0">
<tr>
<td align="center"><font face="verdana" color="black" size="6">About</font></td>
</tr>
<tr>
<td>
<table border="1" align="center" width="100" cellspacing="0" bgcolor="crimson" bordercolor="crimson">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr rowspan="2" height="500">
<td rowspan="2" width="40%" align="center"><img src="assets/Mustapha.jpeg" alt="" width="300" rowspan="2"></td>
<td width="40%">
<table cellpadding="0" cellspacing="0">
<tr>
<td><font face="verdana" color="crimson" size="6"><b>Iam Mustapha</b></font></td>
</tr>
<tr>
<td><font face="verdana" color="black" size="4"><p align="justify">During my job experience, I had practical skills with interesting technologies, tasks, people. In the whole role of my engineering practice include building and supporting web SaaS solutions based on Linux/Unix platform in a cloud (AWS) and on-premise, experience on server infrastructure migration, monitoring and securing, LAMP, and Linux Server setup/administration. Takes the form part in automating, supporting and to ensure CI/CD in product developing.
system integrity.</p></font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="crimson">
<td colspan="2" align="center">
<font face="verdana" color="#fff">Lets Connect With Me</font>
<table cellspacing="10" width="210" height="70">
<tr>
<td width="40" align="center"><a href="https://www.linkedin.com/in/topahadzi"><img src="assets/linkedin.png" alt="" width="40"></a></td>
<td width="40" align="center"><a href="https://www.instagram.com/topahadzi/"><img src="assets/instagram.png" alt="" width="40"></a></td>
<td width="40" align="center"><a href="https://telegram.me/topahadzi"><img src="assets/telegram.png" alt="" width="40"></a></td>
</tr>
</table>
<br/>
<font face="verdana" color="#fff">Copyright ©2020 All rights reserved | This Website is made by Mustapha Hadzi</font>
</td>
</tr>
</table>
</body>
</html>