generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Ethan's Website</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Homepage</h1>
<h2>Theology of Engineering</h2>
<ul>
<li>A Christian Field Guide to Technology for Engineers and Designers</li>
<li>
<a href="https://faithtech.com/">Faith Tech Organization</a>, <a href="https://faithtech.com/wp-content/uploads/The-FaithTech-Playbook.pdf">The Faith Tech Playbook</a>
</li>
</ul>
<h2>Theology of Open Source</h2>
<ul>
<li>
<a href="https://thedoreanprinciple.org">The Dorean Principle - A Biblical Response to the Commercialization of Christianity</a>
</li>
<li>
<a href="https://bible.helloao.org/docs/guide/a-biblical-model-for-licensing-the-bible.html">A Biblical Model for Licensing The Bible | Bible API</a>
</li>
<li>Dave Ramsey’s Book The Legacy Journey</li>
</ul>
<h2>Other Christian Resources</h2>
<ul>
<li>
<a href="http://tokswebsite.com/">ToksWebsite.com</a>
</li>
</ul>
<h2>Other Links</h2>
<ul>
<li>
<a href="about.html">About Me</a>
</li>
</ul>
</body>
</html>