Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SW999 authored May 28, 2024
1 parent 26087e8 commit 63ca9bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* { margin: 0; padding: 0; }
body { padding:0 20px;font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(./noise.jpg); }
body { padding:0 20px;font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(images/noise.jpg); }
.clear { clear: both; }
#page-wrap { width: 800px; margin: 40px auto 60px; }
.pic { float: right; }
Expand All @@ -33,7 +33,7 @@
</head>
<body>
<div id="page-wrap">
<img src="./pic.jpg" alt="My Photo" class="pic" />
<img src="images/pic.jpg" alt="My Photo" class="pic" />

<div id="contact-info" class="vcard">

Expand All @@ -43,8 +43,8 @@ <h1 class="fn">Sergey Vaitehovich<br /><span>Senior Frontend Engineer</span></h1
<strong>Address:</strong> <span>Minsk, Belarus</span><br />
<strong>Phone:</strong> <span class="tel">+375(29) 686-33-45</span><br />
<strong>Email:</strong> <a class="email" href="mailto:sergey7w@gmail.com">sergey7w@gmail.com</a><br />
<strong>Linkedin:</strong> <a class="" href="https://www.linkedin.com/in/sergey-vaitehovich/">www.linkedin.com/in/sergey-vaitehovich/</a><br />
<strong>Telegram:</strong> <a class="" href="https://t.me/w_sergey">t.me/w_sergey</a>
<strong>Linkedin:</strong> <a target="_blank" rel="noreferrer" href="https://www.linkedin.com/in/sergey-vaitehovich/">www.linkedin.com/in/sergey-vaitehovich/</a><br />
<strong>Telegram:</strong> <a target="_blank" rel="noreferrer" href="https://t.me/w_sergey">t.me/w_sergey</a>
</p>
</div><br /><br />

Expand Down

0 comments on commit 63ca9bb

Please sign in to comment.