-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (42 loc) · 2.13 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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="images/tilogo.png" alt="logo" />
<title>ticalceducation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div id="header-elements">
<img src="images/tilogo.png" />
<p id="title"><a href="index.html">ticalceducation</a> |</p>
<p id="programs"><a href="programs.html">programs</a></p>
</div>
</div>
<div id="main">
<div id="main-container">
<div id="main-text">
<p id="welcome">Welcome!</p><br />
<p>This website serves as an archive for all TI BASIC 83 programs I've coded.</p><br />
<p>If you have a TI 83 or 84 series graphing calculator, and you want a closed source of programs to help you in class, you've come to the right place!</p><br />
<p>ticalceducation features 105+ mathematical and scientific functions embedded within runnable programs for use on your very own graphing calculator.</p><br />
<p>Click <strong><a href="help.html">here</a></strong> for help; otherwise, check out my <strong><a href="programs.html">programs</a></strong>!</p>
</div>
</div>
</div>
<div id="footer">
<div id="footer-elements">
<div id="socials">
<p id="one"><a href="https://github.com/AneeshBonthala" target="_blank">)</a></p>
<p id="two"><a href="https://www.linkedin.com/in/aneesh-bonthala-b99300203/" target="_blank">C</a></p>
<p><a href="https://discordapp.com/users/459425651783630848/" target="_blank">Y</a></p>
</div>
<p id="my-name"><a href="http://aneeshb.me/" target="_blank">Aneesh Bonthala</a></p>
</div>
</div>
</body>
</html>