Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
Created September 20, 2016 17:50
Show Gist options
  • Save tiagodealmeida/73662f3c4421868725b5fed57e275432 to your computer and use it in GitHub Desktop.
Save tiagodealmeida/73662f3c4421868725b5fed57e275432 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tiago de Almeida</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<h1>About me</h1>
</div>
<!-- /header -->
<div class="image">
<img src="img/me2.jpg" alt="me">
</div>
<!-- /image -->
<div class="intro column">
<h2>Introduction</h2>
<p>Web Developer in the making. I'm an avid learner who has never been afraid of trying something new and unexpected.</p>
</div>
<!-- /intro -->
<div class="skills column">
<h3>My skills</h3>
<ul id="skill-list">
<li>Basic HTML, CSS</li>
<li>SEO</li>
<li>SEO analysis tools - Sistrix, ahrefs, GetStat, Searchmetrics</li>
<li>Google Analytics, AdWords, Webmaster Tools</li>
<li>MS Office</li>
<li>Portuguese and English language at native level, German and Spanish at intermediate level</li>
</ul>
</div>
<!-- /skills -->
<div class="main-text">
<h3>My Story</h3>
<p>I'm Tiago and I'm on my way to become a Web Developer. <br><br>I was born in the foggy but romantic town of Porto in Portugal where I studied Film & Photography. I lived in London for 10 years and there I studied Sound Engineering. Music has always been a passion. Having moved to Berlin 5 years ago, I started to work in Online Marketing and SEO and this is where my interest in Web Development started to take shape. <br><br>Having such a diverse background is something I always use to my advantage. I want to work with exciting people to make functional and stylish websites to express their ideas.</p>
</div>
<!-- /main-text -->
</div>
<!-- /container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment