Skip to content

Commit 0291f18

Browse files
committed
Initial commit
1 parent 15fef89 commit 0291f18

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

index3.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Patrick Yoho</title>
6+
7+
<style>
8+
#navbar {
9+
background-color:gray;
10+
}
11+
body {
12+
background-color:rgb(235, 242, 255);
13+
}
14+
#main {
15+
background-color:rgb(61, 177, 255);
16+
}
17+
#footer {
18+
background-color:gray;
19+
}
20+
</style>
21+
</head>
22+
<body>
23+
<div id="navbar">
24+
<ul>
25+
<li><a href="">Home</a></li>
26+
<li><a href="./contact.html">Contact</a></li>
27+
<li><a href="">About</a></li>
28+
<li><a href="">Portfolio</a></li>
29+
<li><a href="">Social Media</a></li>
30+
</ul>
31+
</div>
32+
33+
<div id="main">
34+
<h1>Patrick Yoho</h1>
35+
<p>
36+
Founding Computer Science Teacher at Alpha Cindy Avitia
37+
</p>
38+
39+
<img src="https://www.kasandbox.org/programming-images/food/croissant.png" alt="Croissants Image Placeholder">
40+
41+
42+
43+
<h2>Where I'm From</h2>
44+
<p>
45+
Born and raised in Colorado and Oregon. Majored in computer science, French, and engineering physics at Whitworth University. Studied abroad at Institut National de Sciences Appliques de Lyon in Lyon France and traveled Europe extensively. Lived, taught, and coached teachers in urban and rural Mississippi.
46+
</p>
47+
48+
<h2>What I Do Now</h2>
49+
<p>
50+
I currently serve as the founding computer science teacher at Alpha Cindy Avitia High School, where I have the joy of working with students from all over East San Jose to discover more about computer science. I also find time to mountain bike, spend time with close friends, and occassionally play some guitar.
51+
</p>
52+
53+
</div>
54+
55+
<div id="footer">
56+
57+
</div>
58+
59+
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)