Skip to content
Permalink
master
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Web2 Assignment 2</title>
<meta name="description" content="Personal Page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
<style>
.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<main>
<audio src="https://www.youtube.com/watch?v=E9abXgbu3GE" controls></audio>
<h1 style="font-size:7vw">Who is Jamison Zharkinbek Cote</h1>
<img src="img/me.JPG" alt="me" style="width:50%">
<p style="font-size:2vw">I was born in Almaty, Kazakhstan and adopted at the ripe old age of 4. I was shipped to Connecticut with my new family and lived here ever since. I have 2 siblings, younger brother and sister as well as two dogs. Some of my favorite things are; reading, sports, playing guitar (im working on it), dogs, working out, eating, and almost anything artistic. I joined the CT Air National Guard in 2017 and haven't looked back. My goal in life is to be a successful entrepreneur.</p>
<div class="row">
<div class="column">
<h2 style="font-size:3vw">My Interests</h2>
<ul style="font-size:2vw">
<li>Football</li>
<li>Investing</li>
<li>Entrepreneurship</li>
<li>Software Developing</li>
<li>Volleyball</li>
<li>Digital Marketing</li>
<li>Star Wars</li>
<li>Lord of The Rings</li>
<li>Healthy Lifestyle</li>
<li>Real Estate</li>
<li>Finance</li>
<li>Marvel & DC</li>
<li>Podcasts</li>
</ul>
</div>
<div class="column">
<h2 style="font-size:3vw">My Favorite Websites</h2>
<nav>
<ul style="font-size:2vw">
<li><a href="https://www.youtube.com">Youtube</a></li>
<li><a href="https://www.investopedia.com">Investopedia</a></li>
<li><a href="https://www.canva.com">Canva</a></li>
<li><a href="https://www.trello.com">Trello</a></li>
<li><a href="https://www.sololearn.com">Sololearn</a></li>
<li><a href="https://www.techcrunch.com">TechCrunch</a></li>
<li><a href="https://www.proactiveprofits.com">Proactive Profits</a></li>
</ul>
</nav>
</div>
</div>
<footer style="font-size:2vw">
<p>Copyright 2020.</p>
</footer>
</main>
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</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','transport','beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>