Skip to content

Commit 5958d75

Browse files
committed
Added connect.html, used css file as module instead linking
1 parent 139655a commit 5958d75

25 files changed

+452
-70
lines changed

connect.html

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7+
<title>Contact Us</title>
8+
</head>
9+
<body >
10+
<h1 class='display-4 text-center'>Connect with us</h1>
11+
<div class="container-sm">
12+
<table class='table'style="width:60%;margin:3rem auto;" >
13+
<tr>
14+
<th>Discord</th>
15+
<td>
16+
<ul>
17+
<li> Discord Server <a href="https://discord.gg/QYZQfZ6">discord.gg/QYZQfZ6</a></li>
18+
</ul>
19+
</td>
20+
</tr>
21+
<tr>
22+
<th>Facebook</th>
23+
<td>
24+
<ul>
25+
<li><a href="https://www.facebook.com/groups/cs50">CS50 Facebook Group</a></li>
26+
<li><a href="https://www.facebook.com/cs50">CS50 Facebook Page</a> </li>
27+
<li><a href="https://www.facebook.com/dmalan">David Facebook</a> </li>
28+
29+
</ul>
30+
</td>
31+
</tr>
32+
<tr>
33+
<th>LinkedIn</th>
34+
<td>
35+
<ul>
36+
<li><a href="https://www.linkedin.com/groups/7437240/">CS50 LinkedIn Group</a></li>
37+
<li><a href="https://www.linkedin.com/company/cs50/">CS50 LinkedIn Page</a> </li>
38+
<li><a href="https://www.linkedin.com/in/malan/">David LinkedIn</a> </li>
39+
</ul>
40+
</td>
41+
</tr>
42+
<tr>
43+
<th>Youtube</th>
44+
<td>
45+
<ul>
46+
<li> CS50 Youtube Channel <a href="http://www.youtube.com/subscription_center?add_user=cs50tv">youtube.com/cs50</a></li>
47+
</ul>
48+
</td>
49+
</tr>
50+
<tr>
51+
<th>Instagram</th>
52+
<td>
53+
<ul>
54+
<li> <a href="https://www.instagram.com/cs50/">CS50 Instagram</a></li>
55+
<li> <a href="https://instagram.com/davidjmalan/">David Instagram</a></li>
56+
</ul>
57+
</td>
58+
</tr>
59+
<tr>
60+
<th>Quora</th>
61+
<td>
62+
<ul>
63+
<li><a href="https://www.quora.com/topic/Harvard-CS50">CS50 Quora</a></li>
64+
<li><a href="https://www.quora.com/profile/David-J-Malan">David Quora</a></li>
65+
66+
</ul>
67+
</td>
68+
</tr>
69+
<tr>
70+
<th>Twitter</th>
71+
<td>
72+
<ul>
73+
<li><a href="https://twitter.com/@cs50">@cs50</a></li>
74+
<li><a href="https://twitter.com/intent/tweet?hashtags=cs50">#cs50</a></li>
75+
<li><a href="https://twitter.com/@davidjmalan">@davidjmalan</a></li>
76+
</ul>
77+
</td>
78+
</tr>
79+
</table>
80+
<p class='lead text-center'><a href="./index.html">Goto home page</a>
81+
</div>
82+
</body>
83+
</html>

courses/game-dev.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Introduction to Game Development</title>
109
</head>
@@ -146,6 +145,9 @@ <h2 class=''>Who can take these course?</h2>
146145
</div>
147146
</div>
148147
<footer class="container-fluid page-footer font-small">
148+
<div class="text-center">
149+
<a href="../connect.html">Connect with us</a>
150+
</div>
149151
<div class="text-center">Design Reference:
150152
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
151153
</div>

courses/intro-to-ai.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Introduction to Artificial Intelligence with Python</title>
109
</head>
@@ -152,6 +151,9 @@ <h2 class=''>Who can take these course?</h2>
152151
</div>
153152
</div>
154153
<footer class="container-fluid page-footer font-small">
154+
<div class="text-center">
155+
<a href="../connect.html">Connect with us</a>
156+
</div>
155157
<div class="text-center">Design Reference:
156158
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
157159
</div>

courses/intro-to-cs.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
6+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">>
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Introduction to Computer Science</title>
109
</head>
@@ -180,6 +179,9 @@ <h2 class=''>Who can take these course?</h2>
180179
</div>
181180
</div>
182181
<footer class="container-fluid page-footer font-small">
182+
<div class="text-center">
183+
<a href="../connect.html">Connect with us</a>
184+
</div>
183185
<div class="text-center">Design Reference:
184186
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
185187
</div>

courses/mobile-app-dev.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Mobile App Development with React Native</title>
109
</head>
@@ -153,6 +152,9 @@ <h2 class=''>Who can take these course?</h2>
153152
</div>
154153
</div>
155154
<footer class="container-fluid page-footer font-small">
155+
<div class="text-center">
156+
<a href="../connect.html">Connect with us</a>
157+
</div>
156158
<div class="text-center">Design Reference:
157159
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
158160
</div>

courses/understanding-tech.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Understanding Technology</title>
109
</head>
@@ -114,6 +113,9 @@ <h2 class=''>Prereqisite</h2>
114113
</div>
115114
</div>
116115
<footer class="container-fluid page-footer font-small">
116+
<div class="text-center">
117+
<a href="../connect.html">Connect with us</a>
118+
</div>
117119
<div class="text-center">Design Reference:
118120
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
119121
</div>

courses/web-dev.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<head>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
7-
<link rel="stylesheet" href="../css/master.css">
87
<link rel="stylesheet" href="../css/course.css">
98
<title>CS50's Web Programming with Python and JavaScript</title>
109
</head>
@@ -142,6 +141,9 @@ <h2 class=''>Prereqisite:</h2>
142141
</div>
143142
</div>
144143
<footer class="container-fluid page-footer font-small">
144+
<div class="text-center">
145+
<a href="../connect.html">Connect with us</a>
146+
</div>
145147
<div class="text-center">Design Reference:
146148
<a href="https://www.edx.org/cs50">https://www.edx.org/cs50</a>
147149
</div>

css/course.css

+85-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/course.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)