Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
78 changes: 78 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
<title>my portfolio site</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:200,100' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body>
<div id="container">
<header class="header">
<img class="header_logo" alt="logo" src="https://i.imgur.com/RlyOtlf.jpg">
<div class="header_title">
<h1>rafal</h1>
<h3>front end dev beginner</h3>
</div>
</header>
<section class="blog">
<a href="https://medium.com/constructorlabs">
<article class="main_post">
<h4>Coding is fun!</h4>
</article>
</a>
</section>
<main class="intro_page">
<h2>featured work</h2>
<section class="featured_work">
<a href="https://www.codewars.com/users/Cantem">
<img class="work_showcase" alt="codewars" src="https://shankxwebdev.com/wp-content/uploads/2016/03/Screen-Shot-2016-03-28-at-7.51.42-AM.png">
</a>
<article class="work_description first">
<h3>codewars</h3>
</article>
</section>
<section class="featured_work">
<a href="https://github.com/Cantem">
<img class="work_showcase" alt="My Github" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Feather-logos-github.svg/600px-Feather-logos-github.svg.png">
</a>
<article class="work_description">
<h3>my github</h3>
</article>
</section>
<section class="featured_work last">
<a href="https://codepen.io/Cantem/pen/KQGwor">
<img class="work_showcase" alt="Animal Trading Cards" src="https://i.pinimg.com/736x/10/07/69/1007697a317ea7af3d7a793e7949830b--racoon-zoo-book.jpg">
</a>
<article class="work_description last">
<h3>animal trading card</h3>
</article>
</section>
</main>
</div>
<footer class="footer">
<p>coded by cantem. all rights reserved 2018</p>
<center data-parsed="">
<table align="center" class="menu float-center">
<tr>
<td>
<table>
<tr>
<th class="fa fa-skype"><a href="https://secure.skype.com/portal/overview"></a></th>
<th class="fa fa-twitter"><a href="https://twitter.com/Twitter?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"></a></th>
<th class="fa fa-linkedin"><a href="https://www.linkedin.com/in/rafal-porzucek-b933a264/"></a></th>
</tr>
</table>
</td>
</tr>
</table>
</center>
</footer>
</body>

</html>
Loading