Skip to content

Commit

Permalink
added new files and upload my resume
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaRotterdam committed Oct 3, 2023
1 parent 9b481b0 commit a547bbc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 20 deletions.
Binary file added src/assets/img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 30 additions & 18 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<section id="hero" class="jumbotron">
<div class="container">
<h1 class="hero-title load-hidden">
Hi, my name is <span class="text-color-main">Your Name</span>
Hi, my name is <span class="text-color-main">Vova</span>
<br />
I'm the Unknown Developer.
I'm the Full-stack Developer.
</h1>
<p class="hero-cta load-hidden">
<a rel="noreferrer" class="cta-btn cta-btn--hero" href="#about"
Expand All @@ -71,7 +71,7 @@ <h2 class="section-title load-hidden">About me</h2>
class="img-fluid rounded shadow-lg"
height="auto"
width="300px"
src="assets/profile.jpg"
src="assets/img.jpg"
alt="Profile Image"
/>
</div>
Expand Down Expand Up @@ -112,26 +112,26 @@ <h2 class="section-title dark-blue-text">Projects</h2>
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="project-wrapper__text load-hidden">
<h3 class="project-wrapper__text-title">Project Title 0</h3>
<h3 class="project-wrapper__text-title">Snake Game</h3>
<div>
<p class="mb-4">
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Excepturi neque, ipsa animi maiores repellendus distinctio
aperiam earum dolor voluptatum consequatur blanditiis
inventore debitis fuga numquam voluptate ex architecto
itaque molestiae.
This is a simple snake game everyone knows, it looks very
simple but it works. For me, this is a rather important but
small project, because I understood the JS part, understood
how to work with coordinates and various scenarios of the
game. It's interesting to me.
</p>
</div>
<a
rel="noreferrer"
rel="https://vovarotterdam.github.io/snake_game/"
target="_blank"
class="cta-btn cta-btn--hero"
href="#!"
>
See Live
</a>
<a
rel="noreferrer"
rel="https://github.com/VovaRotterdam/snake_game"
target="_blank"
class="cta-btn text-color-main"
href="#!"
Expand All @@ -142,7 +142,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
</div>
<div class="col-lg-8 col-sm-12">
<div class="project-wrapper__image load-hidden">
<a rel="noreferrer" href="#!" target="_blank">
<a rel="noreferrer" href="assets/img.jpg" target="_blank">
<div
data-tilt
data-tilt-max="4"
Expand All @@ -153,7 +153,7 @@ <h3 class="project-wrapper__text-title">Project Title 0</h3>
<img
alt="Project Image"
class="img-fluid"
src="assets/project.jpg"
src="assets/img.jpg"
/>
</div>
</a>
Expand Down Expand Up @@ -279,12 +279,12 @@ <h3 class="project-wrapper__text-title">Project Title 2</h3>
<div class="container">
<h2 class="section-title">Contact</h2>
<div class="contact-wrapper load-hidden">
<p class="contact-wrapper__text">[Put your call to action here]</p>
<p class="contact-wrapper__text">I'm here</p>
<a
rel="noreferrer"
target="_blank"
class="cta-btn cta-btn--resume"
href="mailto:example@email.com"
href="volodimirshypka@gmail.com"
>Call to Action</a
>
</div>
Expand All @@ -295,14 +295,26 @@ <h2 class="section-title">Contact</h2>
<!-- **** Footer Section **** -->
<footer class="footer navbar-static-bottom">
<div class="container">
<a rel="noreferrer" href="#top" class="back-to-top">
<a
rel="noreferrer"
href="#https://github.com/VovaRotterdam"
class="back-to-top"
>
<i class="fa fa-angle-up fa-2x" aria-hidden="true"></i>
</a>
<div class="social-links">
<a rel="noreferrer" href="#!" target="_blank">
<a
rel="noreferrer"
href="linkedin.com/in/vova-shypka-07a488253"
target="_blank"
>
<i class="fa fa-twitter fa-inverse"></i>
</a>
<a rel="noreferrer" href="#!" target="_blank">
<a
rel="noreferrer"
href="https://www.facebook.com/profile.php?id=100013653451576"
target="_blank"
>
<i class="fa fa-linkedin fa-inverse"></i>
</a>
<a rel="noreferrer" href="#!" target="_blank">
Expand Down
4 changes: 2 additions & 2 deletions src/sass/abstracts/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// COLORS
$primary-color: #02aab0;
$secondary-color: #00cdac;
$primary-color: #5614b0;
$secondary-color: #dbd65c;

$white-color: #fff;

Expand Down

0 comments on commit a547bbc

Please sign in to comment.