Skip to content

Instantly share code, notes, and snippets.

@nelantone
Created June 30, 2016 13:24
Show Gist options
  • Save nelantone/ab2f82552f8dbca3a8c12c95007c7fd9 to your computer and use it in GitHub Desktop.
Save nelantone/ab2f82552f8dbca3a8c12c95007c7fd9 to your computer and use it in GitHub Desktop.
Task 1.4
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./online_good_index_files/bootstrap.min.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="header">
<br>
<h1>Portfolio <br> and <br>about me</h1>
</div><!-- end class header -->
<div class="bottom_bg">
</div><!-- end class bottom_bg -->
<div class="container">
<div class="projects">
<h1>Projects</h1>
<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><!-- end projects -->
<div class=“main-text”>
<h1>About me</h1>
</div><!-- end main-text -->
<div class="image">
<img src="img/anto.jpg" alt="Just me">
</div><!-- end image -->
<h2 class="title_inf">
More info about me
</h2>
<div class="intro column">
<div class="skills column">
<h1>I'm also...</h1>
<br>
<ul id="skill-list">
<li><h4>Economist</h4><br></li>
<li><h4>Junior Web Developer</h4><br></li>
</ul>
</div><!-- end skills column -->
</div><!-- end intro column -->
</div><!-- end container -->
<h5 class="description">
<br>
<br>
I like to know people, travel, languages, understand the problems in the economy, to motivate others,
laugh, dance, swim, music, photography (even I don't have a proper camera but someday soon).
<br>
<br>
I'm some 25% Mexican, 35% Spanish and the rest it is mostly mixed and scrambled with Europeans, Northamericas,
Latinamericans and random people whitout specially
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 Web Developer in Ruby on Rails.
I did and try some different fields, Marketing, PR, Economics, Services sector, Consulting and right now Web
Development that is now is one of my hobbies.
<br><br>
My idea is create in few years a human valuable Startup with some amazing people.
<br>
<br>
</h5>
<a href="index.html"><h3>Go back</h3></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment