-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (23 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>randyhart | tech-time</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<h1> This site has been updated with some CSS</h1>
<p>Check back later for more content </p>
<p class="content"> This is a different font </p>
<h2>This is a picture I took of a mountain in Alaska</h2>
<img src="img/mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
<p><a href="FAQs/about tech-randy.html">Do you have questions about tech randy or this website?</a></p>
<h1>Giraffe Facts!</h1>
<h2>Click on this picture of a giraffe to learn more about giraffes.</h2>
<a href="FAQs/giraffefacts.html"><img src="/img/giraffe-3305274_1920.jpg" alt="picture of a giraffe" style="width:304px;height:228px;"/></a>
<p><a href="https://github.com/18F/18f-bot-facts/blob/master/giraffes.json">Click here if you'd like to add more giraffe facts to the original repository</a></p>
<h2>Thanks to T.Carter and Greg for their help with this research!</h2>
<h2>Also many thanks to Vicki for getting us excited about giraffes!</h3>
<p><a href="https://github.com/randyhart/tech-time">This website is open sourced and powered by cloud.gov. If you see any bugs or whatever, or if you'd like more features, file an issue!</a></p>
</body>
</html>