-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<!doctype html> | ||
<html class="no-js" lang=""> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title></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"> | ||
<audio src="https://www.youtube.com/watch?v=E9abXgbu3GE" controls></audio> | ||
<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> | ||
<h1 style="font-size:7vw">Who is Jamison Zharkinbek Cote</h1> | ||
<img src="img/Me.PNG" alt="me" style="width:%;"></img> | ||
<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. Some of my favorite things are; reading, sports, playing guitar (im working on it), dogs, working out, eating, and almost anything artistic. </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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.