Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Initial code
  • Loading branch information
shanibider committed Nov 15, 2023
1 parent 3e56f98 commit a7e2ca2
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
Binary file added images/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>My Resume</title>
</head>
<body>
<img src="images/profile.png" height="200"alt="picture of shani">
<h1>Shani Bider</h1>
<h3>Full Stack Web Developer👩‍💻💻📱</h3>


<h1>Summary</h1>
<h4>BSc in Computer Science, GPA 85. with Full-Stack expertise in JavaScript, Java, HTML, CSS, React, Node.js, and MongoDB.</h4>

<h1>Education</h1>
<h2>Bachelor degree in Computer science,</h2>
<h4>The College of Management Academic Studies</h4>
<p>
<ul>
<li>Graduated with honors (GPA 85)</li>
<li>Specialization in Full-Stack development</li>
<li>Final project: "Online Store" - a full-stack web application for online shopping, built with React, Node.js, and MongoDB.</li>
</ul>
</p>

<h1>Projects</h1>
<h2>Online Store</h2>
<h4>Full-stack web application for online shopping, built with React, Node.js, and MongoDB.</h4>
<p>
<ul>
<li>Developed a full-stack web application for online shopping, using React, Node.js, and MongoDB.</li>
<li>Implemented a user authentication system with fireStore database.</li>
<li>Implemented a shopping cart with Redux.</li>
<li>Implemented a payment system with PayPal API.</li>
<li>Deployed the application to Heroku.</li>
</ul>
</p>


<h1>Work Experience</h1>
<h2>Accounting referent, Clal Insurance</h2>
<h4>2017-2019</h4>
<p>
<ul>
<li>Managed the accounting of the company's clients.</li>
<li>Managed the company's financial reports.</li>
<li>Managed the company's financial reports.</li>
</ul>
</p>



<h1>Technical Skills</h1>
<ul>
<li>Programming Languages: JavaScript, Java, HTML, CSS</li>
<li>Frameworks: React, Node.js, Express.js</li>
<li>Databases: MongoDB, fireStore, SQL</li>
<li>Tools: Git, GitHub, Heroku</li>
</ul>


<h1>Skills</h1>
<ul>
<li>Full-Stack Web Development</li>
<li>JavaScript, Java, HTML, CSS</li>
<li>Responsive Web Design</li>
<li>Problem Solving</li>
<li>Teamwork</li>
<li>Time Management</li>
</ul>


<h1>Certifications</h1>
<h4>Full-Stack Web Development with React Specialization, Udemy</h4>


<h1>Hobbies</h1>
<h4>Sports, Healthy living, Wellness, Reading, hunging out with friends</h4>

<h1>Contact</h1>
<h4>Phone: 054-1234567</h4>
<h4>Email:
<a href="mailto:[email protected]">
</a>
</h4>
<h4>LinkedIn:
<a href="https://www.linkedin.com/in/shani-bider-0b1b3a1b0/">
</a>
</h4>
<h4>GitHub:
<a href="https://github.com/shanibider?tab=repositories"></a>
</h4>


</body>
</html>

0 comments on commit a7e2ca2

Please sign in to comment.