Skip to content

Commit

Permalink
remove some mistakes from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuoris committed Jan 5, 2016
1 parent 4a55f5f commit bf09dcb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<title>About</title>
<meta charset="UTF-8" name="viewport" >
<meta content="width=device-width, height=device-height, initial-scale=1">
<title>About me</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<a href="index.html"><img class="logo" src="img/logo.png" alt="logo"></a>
<img class="logo" src="img/logo.png" alt="logo">
<div class="header-title">About me</div>
</div>
<div class="content">
<div class="post">
<div class="title">Who am I?</div><hr>
<div class="title">Who am I?</div>
<p>I'm first year student of <a href="https://en.wikipedia.org/wiki/Lviv_Polytechnic">Lviv Polytechnic National University</a>. I'm engineer, and my future profession closely linked with computers and programming. In my spare time I create web pages, write scripts in python and small apps in c/c++. I like it!</p>
<div class="title">I use:</div><hr>
<img src="img/python.png" alt="" class="tech">
<img src="img/c.png" alt="" class="tech">
<img src="img/html5.png" alt="" class="tech">
<img src="img/css3.png" alt="" class="tech">
<img src="img/js.png" alt="" class="tech">
<img src="img/cpp.png" alt="" class="tech">
<div class="title">Contacts:</div><hr>
<div class="title">I use:</div>
<img src="img/python.png" alt="python" class="tech">
<img src="img/c.png" alt="c language" class="tech">
<img src="img/html5.png" alt="html5" class="tech">
<img src="img/css3.png" alt="css3" class="tech">
<img src="img/js.png" alt="javascript" class="tech">
<img src="img/cpp.png" alt="c++" class="tech">
<div class="title">Contacts:</div>
<ul>
<li>yuriy.tupychak@gmail.com</li>
</ul>
Expand Down

0 comments on commit bf09dcb

Please sign in to comment.