-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.38 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.38 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
<html>
<head>
<title>An Undirected Tree</title>
<link rel="stylesheet" type="text/css" href="index.css" media="screen"/>
</head>
<body>
<header>
<h1>An Undirected Tree</h1>
<h4>Like a tree in a forest, this resourcee will be useful for all. Though to understand trees, it is necessary to start with the roots, then move to leaves and branches.</h4>
</header>
<p1>
The point of this site is to provide as many roots for as many people as possible. This is completely open to whoever wants to visit and learn mathematics and its applications. The site will be left as simple as possible to eliminate distraction and pretentiousness so it can be accessible by anyone.
</p1>
<p>To start, here are some possibilities:</p>
<ul>
<h4>Mathematics</h4>
<li>Geometry</li>
<li>Algebra</li>
<li>Basics of Math Logic and Proofs</li>
<br></br>
<h4>Programming</h4>
<li>Basics with Python</li>
<li>Relational Databases with SQL</li>
<li>Non-Relational Databases with MongoDB</li>
<li>Graph Databases with Neo4j</li>
</ul>
<p>
If there are any comments, questions, or concerns feel free to send them
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdEk5IctT8LJmDxI4jYilmjSf-o9RixwcfFCgtyBi0b_Z8JNQ/viewform?usp=pp_url">
here </a>
</p>
</body>
</html>