Skip to content
Permalink
81718b88e9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
63 lines (51 sloc) 2.43 KB
<!doctype html>
<html class="no-js" lang="eng">
<head>
<meta charset="utf-8">
<title>Page About Myself</title>
<meta name="description" content="A simple web page about myself using HTML5 Boilerplate">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<img id="picture" src="img\Paolo_Bautista_Headshot.jpg" alt="Picture of Me" width="300" height="350">
<h1 id="intro">Hello! My Name is Paolo Bautista</h1>
<p id="desc">I am a junior at Uconn Storrs majoring in DMD and concentrating in UX/UI Web/Interactive Design. I was born in the Philippines and I grew up in Connecticut ever since I was a baby. I hope to enhance my HTML skills in this class and learn to not cheat my way using the "position" method with css.</p>
</header>
<main>
<h2 id="myint">My Interests!</h2>
<ul>
<li class="interests" id="vg">Video Games</li>
<li class="interests" id="bb">Basketball</li>
<li class="interests" id="utw">Understanding The Web</li>
</ul>
</main>
<footer>
<h2 id="myweb">My Websites!</h2>
<nav>
<a class="websites" id="linkedin" href="https://www.linkedin.com/in/paolo-bautista-283953208/">Linkedin</a>
<a class="websites" id="website" href="https://paolobautista.myportfolio.com/">My Website</a>
<a class="websites" id="github" href="https://github.com/paolo-bautista">Github</a>
</nav>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>