-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (35 loc) · 2.15 KB
/
about.html
File metadata and controls
40 lines (35 loc) · 2.15 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
<link rel="stylesheet" href="styles/style2.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Audiowide&family=VT323&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=VT323&display=swap" rel="stylesheet">
<head style="class">
<link rel="icon" href="images/FuzzerAmoreLogoDark.png" type="image/png">
</head>
<body>
<div class="content">
<nav>
<img src="images/FuzzerAmoreLogoLight.png" alt="FuzzerAmoreLogo" style="width: 100px; height: 100px; object-fit: contain; vertical-align: middle;">
<a href="home.html">Home</a>
<a href="posts.html">Posts</a>
<a href="about.html" class="active">About</a>
</nav>
<pre class="ascii">
____| \
| | | _ / _ / _ \ __| _ \ __ `__ \ _ \ __| _ \
__| | | / / __/ | ___ \ | | | ( | | __/
_| \__,_| ___| ___| \___| _| _/ _\ _| _| _| \___/ _| \___|
</pre>
</div>
<div class="content">
<h2 id="general">About Me</h2>
<ul style="list-style-type: circle; line-height: 2;">
<li>Passionate about iOS development and research</li>
<li>Building for iOS since the first iPhone</li>
<li>Published 9 apps on the App Store back in the day</li>
<li>Working in mobile security since 2019</li>
<li>Previously at <a href="https://www.vinyldreams.com/" target="_blank">VinylDreams</a>, <a href="https://www.checkpoint.com/harmony/mobile-security/" target="_blank">Check Point</a>, <a href="https://www.activefence.com/research/" target="_blank">Alice (ActiveFence)</a>, and <a href="https://fingerprint.com/mobile-app-detection/" target="_blank">Fingerprint</a>.</li>
<li>Currently at <a href="https://paragonsolutions.io/" target="_blank">Paragon</a></li>
<li><a href="https://www.linkedin.com/in/chen-shalev-sokolovsky-27079843/" target="_blank">This is my Linkedin</a> feel free to DM</li>
</ul>
</div>
</body>