Skip to content

Commit 2582649

Browse files
solve profile pic issue - stretched
1 parent a33bef7 commit 2582649

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

assets/css/style.css

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
.profile-pic {
2-
width: 125px;
3-
height: 125px;
4-
display: block;
5-
margin: -28.5px;
6-
margin-left:-9px;
7-
margin-right: auto;
8-
/* max-width: 10rem;
9-
max-height: 10rem; */
2+
position: relative;
3+
max-width:130px;
4+
max-height:130px;
5+
width: auto;
6+
height: auto;
7+
overflow: hidden;
8+
/* display: inline-block; */
9+
10+
11+
/* background-size: cover; */
12+
margin: -31px;
13+
margin-left:-12px;
1014
border: 6px solid rgba(0, 77, 64, 0.4);
1115
border-radius: 50% !important;
1216
}
1317

18+
.profile-pic img {
19+
width: 100%;
20+
height: auto;
21+
}
22+
1423
.tracker {
1524
/* visibility: hidden; */
1625
position: fixed;
393 KB
Loading

assets/img/my-passport-photo.jpg

-368 KB
Binary file not shown.

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<li class="logo">
8888
<a id="logo-container" aria-label="Navigate to the beginning of the page" href="#intro"
8989
class="brand-logo grey-blue-text">
90-
<img src="/assets/img/my-passport-photo.jpg" class="circle img-responsive profile-pic" alt="avatar">
90+
<img src="/assets/img/my-passport-photo-square.jpg" class="circle img-responsive profile-pic" alt="avatar">
9191
<!-- border: 0.18rem hidden #00796b; -->
9292
</a>
9393
<!-- <span class="d-none d-lg-block">
@@ -289,6 +289,12 @@ <h3 class="page-title white-text teal">About</h3>
289289
<h2>
290290
Software Developer with a passion for artificial intelligence and backend development.
291291

292+
[Your professional identity] with [how many years in profession] of professional experience in
293+
[Areas of expertise] with willingness to learn and master/practice [Areas of interests].
294+
[Strongest area of expertise] specialist/practitioner/expert/adept.
295+
296+
professional experience
297+
292298
<!-- Self-driven, quick starters, passionate problem solvers with curious mind who love solving very complex, very challenging real world problems -->
293299
<!-- · Excited with opportunities to solve very complex problems and willingness to learn -->
294300

@@ -300,6 +306,9 @@ <h2>
300306
<!-- Highly motivated to collaborate on projects having real-world impact. -->
301307
<!-- I love building products/softwares which help people in their daily life. -->
302308
<!-- Shoot me an email to discuss a career opportunity or just to say Hi 🙂. -->
309+
<!-- Please see my CV attached. Yes, I'm a Full Stack Dev with 12+ years of experience in IT and looking for a new team to join and utilize my .NET Core/Azure/Node.js/AngularJs/X skills. Yes, I'm available for immediate phone call. No, relocation to East Cost is not an option.
310+
P.S. I don't disclose my current salary and salary expectations but happy to discuss those topics privately.
311+
Cheers, Alex Ershov. -->
303312

304313
</h2>
305314
</blockquote>
@@ -682,6 +691,7 @@ <h3 class="page-title white-text teal">Projects</h3>
682691
</section>
683692

684693
<!-- Fifth Section: Skills -->
694+
<!-- NOTE: add Jinja2 -->
685695
<section id="skills" class="section scrollspy">
686696
<h3 class="page-title white-text teal">Skills</h3>
687697
<div class="container">
@@ -913,7 +923,7 @@ <h3 class="page-title white-text teal">Contact</h3>
913923
<script src="assets/vendor/typed.js/typed.min.js"></script>
914924
<script type="text/javascript">
915925
var typed = new Typed('.typing',{
916-
strings: ["Coder", "Software Developer", "Pythonista"],
926+
strings: ["Pythonista", "ML Enthusiast", "Fast Learner"],
917927
loop: true,
918928
typeSpeed: 80,
919929
backSpeed: 40

0 commit comments

Comments
 (0)