-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (80 loc) · 3.26 KB
/
index.html
File metadata and controls
92 lines (80 loc) · 3.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="css/bs5/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>My Website</title>
</head>
<body>
<!-- <div class="container-fluid"> -->
<div class="container-full col-5 mx-auto">
<a href="misc/malik-pgp-key.asc"><img src="img/logoWhite.jpeg" class="text-center img-fluid w-100" /></a>
<hr>
<p class="text-center fst-italic">The only truly secure system is one that is powered off. <sub>Eugene H.
Spafford</sub></p>
<p class="h5">About Me</p>
<div>
<p>Currently studying Computer Science at <a href="https://www.unipd.it/en/" target="_blank"
class="link text-decoration-none">University of Padua</a>. <br>
In Love with Cybersecurity and Artificial Intelligence <br>
</p>
<p class="h5">Skills</p>
<ul>
<li>Linux
<ul>
<li>System Administration and Hardening</li>
</ul>
</li>
<li>Networking</li>
<li>Git</li>
<li>Docker</li>
<li>Programming
<ul>
<li>C/C++</li>
<li>Python</li>
<li>Java</li>
<li>HTML/CSS/JS
<ul>
<li>Bootstrap</li>
</ul>
</li>
</ul>
</li>
</ul>
<p class="h5">Additional skills</p>
<ul>
<li>Windows
<ul>
<li>Windows Server 2016</li>
<li>Active Directory</li>
</ul>
</li>
<li>VMware ESXi</li>
</ul>
<p class="h5">Projects</p>
<ul>
<li><a href="https://nasky.ddns.net">Nasky</a></li>
<li><a href="https://4host.hopto.org">4Host</a></li>
<li><a href="https://searchbullet.org">SearchBullet</a></li>
</ul>
<footer class="footer">
<span><a class="" href="mailto:giafar.mm@gmail.com" target="_blank"><img src="img/envelope-open.svg" width="30" height="30"></a></span>
<span>
<a href="https://www.linkedin.com/in/malik-giafar-mohamed-767498246/" target="_blank">
<img src="img/svgs/brands/linkedin.svg" alt="LinkedIn" width="30" height="30">
</a>
</span>
<span><a href="https://github.com/git-malik" target="_blank">
<img src="img/svgs/brands/github.svg" alt="GitHub" width="30" height="30">
</a></span>
</footer>
</div>
</div>
</body>
<script src="js/bs5/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</html>