-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (75 loc) · 3.92 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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="registerlogin.html">Register/Login</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 id="featuredcontent"><h3>Featured Graduate Student Content:</h3>
<a href="http://www.ucmapchapters.org"><h4 class="red">UC MAP Chapters</h4>
<img src="ucmapchapters.png"></a><br>
<br>The MAP Chapter representatives from the University of California system have been working hard and collaborating to make the 2021-2022 year extra special with the help of a UCHRI grant.<br><small><br>Interested in having your recent project(s) featured here? <a href= mailto: "maparks@ucdavis.edu">Contact us!</a></small>
</section>
<!--original sign in code;
<section > <h4> <a href="">Sign in</a></h4><h5> to your profile for access to course material.</h5><br><br<h6>Not yet registered? <a href="">Click here.</a></h6>
</section> -->
<section class="row justify-center" >
<div class="card-column">
<figure class="card code-card">
<h4 class="card-header" id="undergrads"><a href="pageundergrads.html">Undergrads</a></h4>
<div class="card-body">
<p>Access <a href="pageundergrads.html">material</a> like free course content; for example, see<br> <a href="pageintrologic.html">Intro to Logic</a><br>More content coming soon!<br></p>
</div>
</figure>
</div>
<div class="card-column">
<figure class="card code-card">
<h4 class="card-header" id="grads"><a href="pagegrads.html">Grads</a></h4>
<div class="card-body">
<p><a href="pagechat.html">Chat</a> with other philosophers and access <a href="pagegrads.html">resources</a> dedicated to getting through grad school.</p>
</div>
</figure>
</div>
<div class="card-column">
<figure class="card code-card">
<h4 class="card-header" id="instructors"><a href="pageinstructors.html">Instructors</a></h4>
<div class="card-body">
<p>Share your course materials and recent projects <a href="pageinstructors.html">here!</a></p>
</div>
</figure>
</div>
<div class="card-column">
<figure class="card code-card">
<h4 class="card-header" id="other">Other Content</h4>
<div class="card-body">
<p>
<a href="pagechat.html">Chat</a><br>
<a href="pagepublicphilosopy.html">Public Philosophy</a><br>
<a href="pagefreeresources.html">Resources</a><br>
<a href="pageproofchecker.html">Proof Checker</a>
</p>
</div>
</figure>
</div>
</section>
<script src="script.js"></script>
<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>