-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (55 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
64 lines (55 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ti-84+ Programs</title>
<style>
/* header {
background-color: rgb(136, 200, 66);
}
*/
/* nav {
background-color: rgb(98, 179, 224);
width: 500px;
} */
</style>
</head>
<body>
<header>
<h1>TI-84 Plus Programs</h1>
<!-- change font,
change size
change alignment of the title,
make the color white,
put it besides the edited logo so it looks nice
-->
<!-- Below the title, have small descritpion and welcome statement,
maybe have slogan
-->
<img src="ti-84 logo.png" alt="logo" width="360">
<!-- crop logo so it looks like a circle,
make header background same green as logo background,
add border to the logo
-->
</header>
<main>
<nav> Home, Programs, Tips and Tricks, Suggestions, About Me </nav>
<!-- will be part of the header: above the logo and title,
make the color white
upon hover: make color blue,
background blue as well
-->
<section>
<article>
<h2>What?</h2>
<p>TI-84 Plus Programs is meant to be </p>
</article>
<article>
</article>
</section>
</main>
<footer>
</footer>
</body>
</html>