-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagefreeresources.html
43 lines (34 loc) · 1.71 KB
/
pagefreeresources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PhilosophersHub</title>
<link rel="stylesheet" href="style.css" />
<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=STIX+Two+Text&display=swap" rel="stylesheet">
</head>
<body>
<header>
<ul>
<li><a href="pageinstructors.html">Instructors</a></li>
<li><a href="pagegrads.html">Grads</a></li>
<li><a href="pageundergrads.html">Undergrads</a></li>
<li><a href="pagechat.html">Chat</a></li>
<li><a href="https://maxaeon.github.io/philosophershub/">Home</a></li>
</ul>
<h1><strong>Philosophers' Hub</h1></strong><h4><small>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nemo perspiciatis minus facilis magni blanditiis provident! Odit, totam.</small> </h4>
</header>
<main>
<section><h3>Free Course Material</h3><p><a href="critreason.pdf">Critical Reasoning/Critical Thinking Slides</a>
<br><a href="pageintrologic.html">Intro to Logic Course Materials</a>
</p></section>
<section><h3>Other Resources</h3><p>
<a href="http://www.sep.org">Stanford Encyclopedia of Philosophy</a>
<br><a href="https://www.jimpryor.net/teaching/guidelines/writing.html">Writing Guidelines</a>
</p></section>
<footer><strong>M. A. Parks 2021 </strong><br><a href= "https://maxaeon.github.io/portfolio/"><p class="white">Other Sites by Max</p></a></footer>
</body>
</html>