Help
RSS
API
Feed
Maltego
Contact
Domain > fedorgabrus.id.au
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-02
3.5.167.63
(
ClassC
)
2025-11-16
3.5.167.11
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: wbbrS5trvq17R27/VwImuH0VksYAK8DP97vmCkkUum1XY8gxkomK85r5iAeuBv3ETe8ALyPRKLPe3JTAhPBBooTqvpijYvOUx-amz-request-id: 963AM5XAHVHE7XCCDate: Sun, 16 Nov 2025 14:57:59 GMTLast-Modified: Wed, 23 Jul 2025 09:48:06 GMTETag: f6dd51e0876b9f237049c7a4cb3e6056Content-Type: text/htmlContent-Length: 13836Server: AmazonS3 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Fedor Gabrus | Backend Engineer/title> style> @import url(https://fonts.googleapis.com/css2?familyPress+Start+2P&familyVT323&displayswap); * { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #0a0a0a; color: #00FFFF; font-family: VT323, monospace; font-size: 20px; line-height: 1.6; overflow-x: hidden; position: relative; min-height: 100vh; } /* CRT Effect */ body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 2px); pointer-events: none; z-index: 1; } .container { max-width: 900px; margin: 0 auto; padding: 40px 20px; position: relative; z-index: 2; } /* Header */ header { text-align: center; margin-bottom: 50px; position: relative; } .ascii-border { color: #FF00FF; font-size: 16px; line-height: 1; white-space: pre; overflow: hidden; } h1 { font-family: Press Start 2P, cursive; font-size: 36px; color: #FFD700; text-shadow: 3px 3px 0 #FF00FF, 6px 6px 0 #0080FF, 6px 6px 20px #0080FF; margin: 20px 0; animation: glow 2s ease-in-out infinite alternate; } @keyframes glow { from { filter: brightness(1); } to { filter: brightness(1.2); } } .title { font-size: 24px; color: #32CD32; text-transform: uppercase; letter-spacing: 3px; } .title::after { content: _; animation: blink 1s infinite; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } /* Sections */ section { margin-bottom: 40px; padding: 20px; border: 2px solid #00FFFF; box-shadow: 0 0 10px #00FFFF, inset 0 0 10px rgba(0, 255, 255, 0.2); background: rgba(0, 128, 255, 0.05); position: relative; } section::before { content: ►; position: absolute; left: -15px; top: 20px; color: #FFD700; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } } h2 { font-family: Press Start 2P, cursive; font-size: 18px; color: #FF00FF; margin-bottom: 15px; text-transform: uppercase; } .summary { color: #00FFFF; margin-bottom: 10px; } /* Skills Grid */ .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; } .skill-category { background: rgba(255, 0, 255, 0.1); border: 1px solid #FF00FF; padding: 15px; position: relative; overflow: hidden; transition: all 0.3s ease; } .skill-category:hover { background: rgba(255, 0, 255, 0.2); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 0, 255, 0.5); } .skill-category h3 { font-size: 16px; color: #FFD700; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } .skill-category h3::before { content: ★; color: #32CD32; animation: rotate 2s linear infinite; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .skill-list { font-size: 18px; color: #32CD32; } /* Soft Skills Section */ .soft-skills { background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(50, 205, 50, 0.1)); border: 2px solid #32CD32; } .soft-skills h2 { color: #32CD32; } .soft-skill-item { display: inline-block; margin: 5px 10px; padding: 5px 15px; background: rgba(0, 255, 255, 0.2); border: 1px solid #00FFFF; border-radius: 20px; transition: all 0.3s ease; } .soft-skill-item:hover { background: rgba(0, 255, 255, 0.4); transform: scale(1.1); } /* Value Proposition */ .value-prop { background: linear-gradient(45deg, rgba(0, 255, 255, 0.1), rgba(255, 0, 255, 0.1)); border: 2px solid #FFD700; padding: 20px; text-align: center; position: relative; } .value-prop::before, .value-prop::after { content: ◆; position: absolute; color: #FFD700; font-size: 20px; } .value-prop::before { top: 10px; left: 10px; } .value-prop::after { bottom: 10px; right: 10px; } .value-item { margin: 10px 0; position: relative; padding-left: 30px; } .value-item::before { content: ▸; position: absolute; left: 0; color: #0080FF; } /* Contact */ .contact { text-align: center; background: rgba(0, 128, 255, 0.1); border: 2px solid #0080FF; padding: 30px; } .contact h2 { color: #0080FF; } .contact-info { display: flex; justify-content: center; gap: 40px; margin-top: 20px; flex-wrap: wrap; } .contact-item { color: #FFD700; font-size: 22px; transition: all 0.3s ease; text-decoration: none; } .contact-item:hover { color: #32CD32; text-shadow: 0 0 10px #32CD32; transform: scale(1.1); } /* Footer */ footer { text-align: center; margin-top: 50px; padding: 20px; color: #32CD32; } .location { display: inline-block; position: relative; animation: float 3s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } .location::before { content: 📍 ; } /* Typewriter effect for summary */ .typewriter { overflow: hidden; white-space: normal; animation: typing 3s steps(40, end); } /* Responsive */ @media (max-width: 768px) { body { font-size: 18px; } h1 { font-size: 28px; } .title { font-size: 20px; } .contact-info { flex-direction: column; gap: 20px; } .ascii-border { font-size: 12px; } } /* Power-up animation */ .power-up { display: inline-block; animation: bounce 0.5s ease infinite alternate; } @keyframes bounce { from { transform: translateY(0); } to { transform: translateY(-5px); } } /style>/head>body> div classcontainer> header> div classascii-border>═══════════════════════════════════════════════════════════════/div> h1>FEDOR GABRUS/h1> div classtitle>Backend Software Engineer/div> div classascii-border>═══════════════════════════════════════════════════════════════/div> /header> section> h2>// Player Profile/h2> div classsummary typewriter> Backend software engineer specializing in the Java ecosystem, currently leveling up at Accenture. I focus on delivering business value and solving real-world problems through robust, scalable solutions. My approach: great code must deliver tangible business impact. /div> /section> section> h2>// Technical Skills Unlocked/h2> div classskills-grid> div classskill-category> h3>Backend Development/h3> div classskill-list> Java • Spring Boot • Spring Security • RESTful APIs /div> /div> div classskill-category> h3>Core Engineering/h3> div classskill-list> Problem Solving • Data Structures • Design Patterns • Algorithms /div> /div> div classskill-category> h3>Architecture & Design/h3> div classskill-list> System Design • Scalable Solutions • Business Architecture /div> /div> div classskill-category> h3>Database Technologies/h3> div classskill-list> JPA/Hibernate • SQL • NoSQL • Query Optimization /div> /div> div classskill-category> h3>Integration/h3> div classskill-list> Microservices • Tech Stack Integration • System Connectivity /div> /div> div classskill-category> h3>Full Stack Capable/h3> div classskill-list> Python • C++ • JavaScript • React /span> /div> /div> /div> /section> section classsoft-skills> h2>// Multiplayer Skills/h2> div> span classsoft-skill-item power-up>👥 Mentoring/span> span classsoft-skill-item power-up>💬 Stakeholder Communication/span> span classsoft-skill-item power-up>🔍 Code Reviews/span> span classsoft-skill-item power-up>🤝 Team Collaboration/span> span classsoft-skill-item power-up>📊 Technical Leadership/span> span classsoft-skill-item power-up>📝 Testing/span> /div> /section> section classvalue-prop> h2>// Achievement Unlocked/h2> div classvalue-item>Solving complex business problems through robust backend solutions/div> div classvalue-item>Understanding that great code must deliver tangible business value/div> div classvalue-item>Experience with enterprise-level systems and integrations/div> div classvalue-item>Mentoring teams and facilitating technical growth/div> /section> section classcontact> h2>// Contact Terminal/h2> div classcontact-info> a hrefhttps://www.linkedin.com/in/fedorgabrus/ target_blank classcontact-item power-up>🔗 LinkedIn/a> div classcontact-item power-up>📞 0452 274 766/div> div classcontact-item power-up>✉️ f.gabrus@proton.me/div> /div> /section> footer> div classlocation>Greater Adelaide Area, Australia/div> div stylemargin-top: 20px; color: #0080FF;> span styleanimation: blink 1s infinite;>▮/span> Ready to solve your next challenge /div> /footer> /div>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]