-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotesandphrases.html
33 lines (28 loc) · 1.47 KB
/
quotesandphrases.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
<!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="pagepublicphilosopy.html">Public Philosophy</a></li>
<li><a href="pageproofchecker.html">Proof Checker</a>
<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>PAGE UNDER CONSTRUCTION<br><br>Quotes</h3><p>insert quote API html code here from https://www.programmableweb.com/api/philosophy-quotes-rest-api-v10<br></p><h3>Common Non-English Phrases in Philosophy</h3>
<p>insert philosophy phrases here<br>insert translator API html code here from https://rapidapi.com/googlecloud/api/google-translate1/<br><br>check back soon!</p></section>
<footer>Made in MSU Coding Bootcamp</footer>
</body>
</html>