-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
872a528
commit 9f46035
Showing
2 changed files
with
51 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,18 +59,18 @@ <h2 class="navbar-home"> | |
</nav> | ||
|
||
<div class="header" id="start"> | ||
<h1 class="header-h1">Victoria Maiselman</h1> | ||
<div> | ||
<h3 class="header-h3"> | ||
➛ a journey from a <span id="doctor">Medical Doctor</span> to a | ||
<span id="coder"> Software Engineer </span> (1.5+ years) | ||
</h3> | ||
|
||
<p> | ||
➛ 100% passionate about computers, technology, research, biotech, | ||
medicine and everything in between | ||
</p> | ||
</div> | ||
<h1 class="header-h1">Victoria Maiselman</h1> | ||
<div> | ||
<h3 class="header-h3"> | ||
➛ a journey from a <span id="doctor">Medical Doctor</span> to a | ||
<span id="coder"> Software Engineer </span> (experience 1.5+ years) | ||
</h3> | ||
<p> | ||
➛ 100% passionate about computers, technology, research, biotech, | ||
medicine and everything in between | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<section class="contents"> | ||
|
@@ -92,7 +92,7 @@ <h3 class="contents-header">Medical Doctor (Past)</h3> | |
</div> | ||
<h3>Software Engineer (Present)</h3> | ||
<p> | ||
1+ years of experience as a Full Stack Developer in Python and | ||
1.5+ years of experience as a Full Stack Developer in Python and | ||
JavaScript. | ||
</p> | ||
<p class="subtext">Java and C were my friends when I learned.</p> | ||
|
@@ -114,7 +114,7 @@ <h1 class="header-h1 section-title">Experience</h1> | |
<h2 class="no-margin section-subtitle">Software Engineer | Kyndryl Israel</h2> | ||
<h4 class="subtitle-2 header-h3">December 2022 - Now</h4> | ||
|
||
<h5 class="no-margin">Skills:</h5> | ||
<h5 class="no-margin">Stack:</h5> | ||
<ul class="no-margin"> | ||
<li><b>Python</b> | Django | Flask</li> | ||
<li><b>JavaScript</b> | Node.js | React.js</li> </br> | ||
|
@@ -165,7 +165,7 @@ <h5 class="no-bottom-margin">Achievements:</h5> | |
|
||
<h2 class="no-margin upper-margin section-subtitle">Personal Projects</h2> | ||
<h4 class="subtitle-2 header-h3">October 2022 - Now</h4> | ||
<h5 class="no-margin">Skills:</h5> | ||
<h5 class="no-margin">Stack:</h5> | ||
<ul class="no-margin bottom-margin"> | ||
<li>Python | Django | Flask</li> | ||
<li>JavaScript | Node.js | React.js</li> | ||
|
@@ -268,8 +268,11 @@ <h4 class="subtitle-2 header-h3">March 2022 - December 2022</h4> | |
|
||
<h5 class="no-margin">Description:</h5> | ||
<ul class="no-margin"> | ||
<li>A well-known, educational course for learning Software Development with a focus on C and Java programming languages</li> | ||
<li><b>C && JAVA</b> </li></br> | ||
<li>A well-known, intensive bootcamp for learning Software Development with a focus on C and Java programming languages.</li> | ||
<li>Advanced topics including system programming, advanced data structures and algorithms, OOP and functional programming, design patterns and many more.</li> | ||
<li>Gained Profiency C && Java programming languages, SQL and noSQL databases, Network techonologies.</li> | ||
<li>Completed projects which included Watchdog in C and Thread Pool in Java.</li> | ||
</br> | ||
</ul> | ||
|
||
<h5 class="no-margin">Relevant courses:</h5> | ||
|
@@ -403,22 +406,35 @@ <h2 class="contact-header">Victoria Maiselman</h2> | |
</div> | ||
<div class="social-links"> | ||
<div class="card"> | ||
<div> | ||
<i class="fa-brands fa-linkedin fa-2xl"></i> | ||
</div> | ||
<a target="_blank" href="https://www.linkedin.com/in/victoria-maiselman/" class="contact-link"><h3>LinkedIn</h3></a> | ||
<a target="_blank" href="https://www.linkedin.com/in/victoria-maiselman/" class="contact-link"> | ||
<div> | ||
<i class="fa-brands fa-linkedin fa-2xl"></i> | ||
</div> | ||
</a> | ||
<a target="_blank" href="https://www.linkedin.com/in/victoria-maiselman/" class="contact-link"> | ||
<h3>LinkedIn</h3> | ||
</a> | ||
</div> | ||
<div class="card"> | ||
<div> | ||
<i class="fa-regular fa-envelope fa-2xl"></i> | ||
</div> | ||
<a target="_blank" href="mailto:[email protected]" class="contact-link"><h3>Email</h3></a> | ||
<a target="_blank" href="mailto:[email protected]" class="contact-link"> | ||
<div> | ||
<i class="fa-regular fa-envelope fa-2xl"></i> | ||
</div> | ||
</a> | ||
<a target="_blank" href="mailto:[email protected]" class="contact-link"> | ||
<h3>Email</h3> | ||
</a> | ||
|
||
</div> | ||
<div class="card"> | ||
<div> | ||
<i class="fa-brands fa-github fa-2xl"></i> | ||
</div> | ||
<a target="_blank" href=" https://github.com/VikiMaiselman/" class="contact-link"><h3>Github</h3></a> | ||
<a target="_blank" href=" https://github.com/VikiMaiselman/" class="contact-link"> | ||
<div> | ||
<i class="fa-brands fa-github fa-2xl"></i> | ||
</div> | ||
</a> | ||
<a target="_blank" href=" https://github.com/VikiMaiselman/" class="contact-link"> | ||
<h3>Github</h3> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters