-
Notifications
You must be signed in to change notification settings - Fork 0
/
pagepublicphilosopy.html
45 lines (35 loc) · 1.87 KB
/
pagepublicphilosopy.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
<!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="pagefreeresources.html">Resources</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>Public Philosophy</h3><p>Upcoming events in public philosophy: <a href="https://philevents.org/event/show/91081">Central APA Session 2022</a>
<br><br><br>
<h3>Recent work in public philosophy:</h3> <br><p>
<video width="320" height="240" controls>
<source src="https://youtu.be/j3hD2clUUFk">
'Art and Public Philosophy' from the 2021 Central APA Special MAP Session
</video> <br> Art and Public Philosophy from the 2021 Central APA Special MAP Session <br>more on this project <a href="http://wwww.mxparksart.com">here</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>