-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 2.63 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Dario's Guessing Game!</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<header>
<script src= "js/app2.js"></script>
<h1>Here's a little about myself:</h1>
<p>My name is Dario and I am from berkeley california. I was born here and went to berkeley schools growing up. During the summer I would visit family memebers in cuba and oregon. I love traveling and competing in sports. One of my favorite sports to play is baseball but other than that I like watching eSports such as Valorant. I've worked as a terminal technician at the golden gate fields horse race track, as a safeway gorcery store employee, and as a lumberyard inventory stocker. I hope to further my knowledge of coding and become a software developer in the upcoming years.</p>
<nav>
<ul>
<li>Today's date is <script src="js/app1.js"></script></li>
</ul>
</nav>
</header>
<main>
<h2>Welcome to my guessing game!</h2>
<h4>Refresh the page to try again!</h4>
<button onClick="window.location.reload();">Refresh Page</button>
</main>
<footer>
<script src= "js/app3.js"></script>
<p>TOP 10 FAVORITE PLACES IVE BEEN</p>
<ol>
<li>China: China is a very diverse and interesting place, the more i learn about it the more i am intriged by their culture and society</li>
<li>Cuba: Cuba will always have a home in my heart being the birthplace of my father. The beaches and scenery are unmatched with any island in the carribean</li>
<li>New York: New York, being as stinky as it is, has an insane diversity of people and cultures. It feels like the hub of the world</li>
<li>Tahiti: Tahiti is a magnificent island with beautiful coral life and beaches</li>
<li>Spain: Spain has incredible arcitecture and art mueseums making it into the top 5 spot in this list</li>
<li>Greece: Greece is cool place with interesting history. I wish to learn more and visit it again someday</li>
<li>California: I live here and i have no complaints, other than the prices of everyday items</li>
<li>Mexico: Mexico has a wonderful variety of history and culture</li>
<li>Oregon: I love visiting family and friends in oregon they are always super chill and wholesome</li>
<li>Hawaii: Classic vacation for americans with extraordinary culture</li>
</ol>
</footer>
</body>
</html>