Skip to content

Commit

Permalink
add on education section
Browse files Browse the repository at this point in the history
  • Loading branch information
VikiMaiselman committed Feb 20, 2024
1 parent 872a528 commit 9f46035
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 32 deletions.
74 changes: 45 additions & 29 deletions Personal-Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">&nbsp;Software Engineer&nbsp;</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">&nbsp;Software Engineer&nbsp;</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">
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
9 changes: 6 additions & 3 deletions Personal-Website/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ a:hover {

.header {
height: 50vh;
background-image: url("../assets/images/ales-nesetril-unsplash-background.jpg");
background-size: cover;
color: #fff;
text-align: center;
padding: 80px 0 100px 0;
background-image: url("../assets/images/ales-nesetril-unsplash-background.jpg");
background-size: cover;
}

.header-h1 {
font-size: 3.25rem;
}
Expand Down Expand Up @@ -272,6 +271,9 @@ section a:hover {
align-items: center;
justify-content: space-around;
}
.contact-link {
text-align: center;
}

.copyright {
text-align: center;
Expand All @@ -284,6 +286,7 @@ section a:hover {
color: #555;
margin-bottom: 10px;
}

/* S K I L L S */
@media (max-width: 1150px) {
#skills {
Expand Down

0 comments on commit 9f46035

Please sign in to comment.