-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_package/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_package/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_package/favicon-16x16.png">
<link rel="manifest" href="favicon_package/site.webmanifest">
<link rel="mask-icon" href="favicon_package/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>filip's website</title>
</head>
<body>
<header>
<h1>Filip Herle</h1>
<p><small>cybersecurity enthusiast, tech-savvy hobbyist, avid buffer overflower</small></p>
<nav><small>
<a href="/index.html">home</a>|
<a href="https://github.com/filipherle" target="_blank">github</a>|
<a href="https://www.linkedin.com/in/filipherle" target="_blank">linkedin</a>|
<a href="mailto:%66%69%6c%69%70%2e%68%65%72%6c%65%40%67%6d%61%69%6c%2e%63%6f%6d" target="_blank">email</a>|
<a href="/blog.html">blog</a></small>
</nav>
</header>
<section class="terminal">
<p class="command">~$ whoami</p>
<p class="output">Filip Herle, 3rd year BUCS Student</p>
<p class="command">~$ ls -l education</p>
<p class="output">University of British Columbia - Combined Major in Business and Computer Science (BUCS)</p>
<p class="command">~$ ls -l certifications</p>
<p class="output">palo_alto Feb 2022 security_operations_fundamentals.cert</p>
<p class="output">palo_alto Mar 2021 cybersecurity_foundations.cert</p>
<p class="output">palo_alto Dec 2021 cloud_security_fundamentals.cert</p>
<p class="output">gym_bc Dec 2019 level_1_artistic_gymnastics_coach.cert</p>
<p class="command">~$ ls -l projects</p>
<p class="output">filip ??? ???? <a href="https://www.github.com/filipherle/ewat" class="href_terminal">ewat.py</a></p>
<p class="output">filip_ubc Jan 2024 <a href="https://github.com/filipherle/CyberSecurityPanel-Project" class="href_terminal">security_management_system.java</a></p>
<p class="output">bolt_ubc Sep 2023 first_byte_data_case_competition.pptx</p>
<p class="output">filip Jun 2017 <a href="https://github.com/filipherle/pySE" class="href_terminal">pySE.py</a></p>
<p class="output">filip May 2017 <a href="https://github.com/filipherle/PycklePi" class="href_terminal">PycklePi.py</a></p>
<p class="output">filip Feb 2017 <a href="https://github.com/filipherle/Quack" class="href_terminal">Quack.py</a></p>
<p class="command">~$ ls -l awards</p>
<p class="output">ministry_of_education Dec 2022 bc_achievement_for_academic_excellence.scholarship</p>
<p class="output">canada_governor_general Jul 2022 governor_general_bronze_medal.award</p>
<p class="output">iam_aerospace_assocation Apr 2022 iam_scholarship_award.scholarship</p>
<p class="output">gymnastics_bc Apr 2019 lvl4_gymnastics_bc_champion.award</p>
<p class="command">~$ cat technical_skills/languages.txt</p>
<p class="output">Java, Python, HTML/CSS, C, C++, Assembly, Racket</p>
<p class="command">~$ cat technical_skills/frameworks.txt</p>
<p class="output">Flask, Swing, JUnit</p>
<p class="command">~$ cat technical_skills/dev_tools.txt</p>
<p class="output">Git, Visual Studio, VS Code, IntelliJ, Atom, Sublime Text, GNU Nano</p>
<p class="command">~$ <span class="cursor"></span></p>
</section>
</body>
</html>