<html>
<head>
<title> Marcos Ramírez </title>

<meta name:'Keywords' content='Web Developer, Photographer, Video Editor, Motion Graphics, Poster Designer'>

<meta name:'interests' content='Vegetarianism, Chess, Minimalism, MTB'>

</head>
<body>
<img src:'Gurushots'>

<img src:'Unsplash'>

<img src:'Displate'>
<div>
<h1> Software </h1>

<label> Photoshop </label>

<label> After Effects </label>

<label> PhpStorm </label>
</div>
<div>
<h1> Programming Languages </h1>

<?php

echo "Hello World";

?>

<script type="text/javascript">

function helloWorld(){

alert('Hello World');

}
</script>
</div>
<adress> México </adress>
<footer> Since 1988. Design by BlackFax </footer>
</body>
</html>