Skip to content

Instantly share code, notes, and snippets.

@nelantone
Last active June 28, 2016 15:32
Show Gist options
  • Save nelantone/c9b3537ea1335a6473595021994cfd3f to your computer and use it in GitHub Desktop.
Save nelantone/c9b3537ea1335a6473595021994cfd3f to your computer and use it in GitHub Desktop.
Task 3. Please take a look :)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<title>Portfolio and About me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="bottom_bg">
</div> <!-- end class bottom_bg -->
<div class="container">
<div class="header">
<h1>Portfolio</h1>
</div><!-- end class header -->
<ul>
<li><a href = 'https://github.com/nelantone' >Github account:</a>
I was working in some Ruby basic little programs and in my first rails app (link below)<br><br></li>
<li>
<a href = "https://mosaikfilmer.herokuapp.com" >MosaikFilmer</a>: My first made by my own Rails App from scratch.
<br> I just had some Senior Developers basic support in some hard task problems and basic testing, it's on beta version.
<br><i>'An app for rate, comment and manage all your favorite movies'</i>
<br>
<a href = "https://mosaikfilmer.herokuapp.com"><img src= "img/mosaikfilmer_s.jpg" alt="MosaikFilmer"></a><br><br>
</li>
<li><a href="http://about.me/antonioserna">about.me/antonioserna</a><br><br></li>
<li>I'm still working on it...</li>
</ul>
<div class=“main-text”>
<h3>About me</h3>
</div><!-- end main-text -->
<table>
<tr>
<td>
<div class="image">
<img src="img/anto.jpg" alt="Just me">
</div><!-- end image -->
</td>
<td>
&nbsp;&nbsp;&nbsp;
</td>
<td>
<div class="intro column">
<div class="skills column">
<h1>Hi Skills</h1>
<ul id="skill-list">
<li>Economist</li>
<li>Junior web Developer</li>
</ul>
</div><!-- end intro column -->
</div><!-- end skills column -->
<br>
<h5>
I like to know people, travel, languages, understand the problems in the economy,
<br>
to motivate others, laugh, dance, swim, music, photography (even I don't have a
<br>
proper camera but someday soon).
<br>
<br>
I'm some 25% Mexican, 35% Spanish and the rest it is mostly mixed and scrambled
<br>
with Europeans, Northamericas, Latinamericans and random people whitout specially
<br>
any clear flag or belong feeling.
<br>
<br>
As studies I'm economist and nowadays I'm on the path to be a Junior Full Stack
<br>
Web Developer in Ruby on Rails. I did and try some different fields, Marketing, PR,
<br>
Economics, Services sector, Consulting and right now Web Development that is
<br>
now is one of my hobbies.
<br><br>
My idea is create in few years a human valuable Startup with some amazing people.
<br>
</h5>
</td>
</tr>
</table>
</div><!-- end container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment