diff --git a/resume.css b/resume.css
new file mode 100644
index 0000000..b8abfdb
--- /dev/null
+++ b/resume.css
@@ -0,0 +1,92 @@
+* { box-sizing: border-box; margin: 0; padding: 0; }
+body {
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
+ background: #fff;
+ color: #0f172a;
+ line-height: 1.5;
+}
+
+.page {
+ max-width: 1000px;
+ margin: 20px auto;
+ padding: 24px;
+ border: 1px solid #e5e7eb;
+ border-radius: 10px;
+ box-shadow: 0 4px 20px rgba(0,0,0,0.05);
+}
+
+.header {
+ display: flex;
+ justify-content: space-between;
+ border-bottom: 2px solid #e5e7eb;
+ padding-bottom: 12px;
+ margin-bottom: 20px;
+}
+
+.title .name {
+ font-size: 32px;
+ font-weight: 800;
+}
+.role {
+ font-size: 16px;
+ color: #475569;
+}
+
+.contact {
+ font-size: 14px;
+ color: #334155;
+ text-align: right;
+}
+.contact a { color: #0369a1; text-decoration: none; }
+
+.layout {
+ display: grid;
+ grid-template-columns: 300px 1fr;
+ gap: 20px;
+}
+
+.card {
+ border: 1px solid #e5e7eb;
+ padding: 14px;
+ border-radius: 8px;
+ background: #fafafa;
+ margin-bottom: 16px;
+}
+
+.section-title {
+ font-size: 14px;
+ font-weight: bold;
+ letter-spacing: 1.2px;
+ text-transform: uppercase;
+ margin-bottom: 8px;
+ color: #475569;
+}
+
+.skills { padding-left: 18px; }
+.skills li { margin-bottom: 6px; }
+
+.item { margin-bottom: 18px; }
+.item-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: baseline;
+}
+.item-header h3 { font-size: 18px; }
+.daterange { font-size: 14px; color: #64748b; }
+
+ul { padding-left: 20px; }
+ul li { margin: 4px 0; }
+
+.muted { color: #64748b; font-size: 14px; }
+
+.footer {
+ text-align: center;
+ font-size: 13px;
+ margin-top: 20px;
+ color: #64748b;
+}
+
+@media (max-width: 820px) {
+ .layout { grid-template-columns: 1fr; }
+ .contact { text-align: left; }
+}
diff --git a/resume.html b/resume.html
new file mode 100644
index 0000000..543c7fe
--- /dev/null
+++ b/resume.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+ Yisroel Baum – CV
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Work Experience
+
+
+
+ - Took ownership of a complex Laravel codebase with minimal onboarding, using end-to-end testing and systematic debugging to stabilize the system.
+ - Refactored static methods to follow OOP and implemented clean architecture for scalability.
+ - Rebuilt the presentation upload system with server-side processing and Dropbox integration, improving large file handling and reliability.
+ - Ensured zero regression bugs in new code through disciplined testing and coding practices, while steadily reducing inherited legacy issues.
+ - Automated deployments and transitioned the team from FTP to SFTP, reducing manual errors and improving release safety.
+ - Contributed to deployment pipelines and CI/CD workflows under mentorship, gaining hands-on experience with automated testing and secure releases.
+ - Researched Terraform and Prometheus to explore future infrastructure automation and monitoring improvements.
+ - Mentored a new hire in clean architecture and testing strategies, helping to establish better coding standards within the team.
+ - Collaborated with leadership on technical scope and user navigation improvements.
+ - Reviewed code and guided peers on Git best practices.
+ - Prioritized bug fixing, reducing bug rates and enabling stable development.
+
+
+
+
+
+
+
+ - Developed a secure web portal to host online reports for Sales and Accounting.
+ - Merged and managed a unified database of 3M+ customer records.
+ - Built a fraud detection system identifying fraud worth over $5M.
+ - Automated API calls and daily executive reports.
+ - Hosted and managed a user-friendly AWS-based interface for custom reports.
+
+
+
+
+
+
+
+
+
+
+