Skip to content

Commit

Permalink
updated assignment2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jzc16101 committed Feb 1, 2020
1 parent 4596013 commit 5bb7054
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions assignment2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title></title>
<title>Web2 Assignment 2</title>
<meta name="description" content="Personal Page">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand All @@ -15,20 +15,19 @@
<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>
<style>
.column {
float: left;
width: 50%;
}
float: left;
width: 50%;
}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>

<body>
Expand All @@ -38,9 +37,10 @@

<!-- 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:%;"></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>
<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>
Expand Down

0 comments on commit 5bb7054

Please sign in to comment.