-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (34 loc) · 1.62 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!-- This is the HTML for a simple page that displays a list of upcoming games -->
<html>
<meta charset="UTF-8">
<head>
<style>
.myDiv {
border: 1px outset rgb(136, 132, 132);
background-color: rgb(8, 8, 8);
text-align: center;
font-family: monospace;
}
div {text-align: center;}
</style>
<title>Educator_Hustle Dev</title>
</head>
<link rel="stylesheet" href="index.css">
<body>
<h1>Educator_Hustle Dev</h1>
<h5><p><u>01. about</u></p></h5>
<p>digital learning specialist in houston</p>
<h5><p>02. contact</p></h5>
<p>@educator_hustle on X</p>
<p>@educatorhustle.bsky.social on bluesky</p>
<h5><p>03. music</p></h5>
<p>billie eilish <a href="https://www.vulture.com/article/billie-eilish-new-album-hit-me-hard-and-soft.html">[May 17]</a></p>
<p>j.cole <a href="https://variety.com/2024/music/news/j-cole-7-minutedrill-kendrick-lamar-diss-regret-1235963619/">regrets</a></p>
<p>Thee sacred souls <a href="https://bombmagazine.org/articles/2023/07/21/thee-sacred-souls-interviewed/">call you rose</a>🌹</p>
<p>frank ocean <a href="https://www.esquire.com/uk/style/fashion/a60202071/gorpcore-2024-five-years-since-frank-ocean-pfw-outfit/">nikes</a></p>
<h5><p>04. laws</p></h5>
<p>For those of you in Texas please follow the the Bills listed below. #Education #Teachers
HB 167 - relating to the implementation of diversity, equity, and inclusion initiatives and certain
prohibited considerations in contracting by government entities.</p>
</body>
</html>