brauliovm.github.io
Version:
My personal website
36 lines (31 loc) • 869 B
HTML
<html>
<head>
<meta charset="utf-8">
<title> Braulio Valdivielso </title>
<link rel="stylesheet" href="/build/main.css">
<link href='http://fonts.googleapis.com/css?family=Roboto|PT+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<main>
<div class="transparent-wrapper">
<div class="jumbo">
<div class="name-and-tagline">
<h1> Braulio Valdivielso </h1>
</div>
<div class="bio">
<span>
I make <strong>software</strong>. I study <strong>CompSci</strong> and <strong>Mathematics</strong>.
</span>
</div>
<div id="turing-machine">
<!-- React component inside -->
</div>
</div>
</div>
</main>
<script src="/build/app.js"></script>
<script src="/bower_components/fetch/fetch.js"></script>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
</body>
</html>