Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>CLSB Programming Club</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="global/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Expand All @@ -27,7 +27,7 @@ <h2>Members</h2>
</ul>
<p>We're on GitHub! Click the icon to view the repo.</p>
<p>
<a href="https://github.com/CLSB-Programming/clsb-programming.github.io"><img src="github.svg" height="32" width="31.25" alt="GitHub Link"></a>
<a href="https://github.com/CLSB-Programming/clsb-programming.github.io"><img src="global/github.svg" height="32" width="31.25" alt="GitHub Link"></a>
</p>
</div>
</body>
Expand Down
11 changes: 4 additions & 7 deletions jacob/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<!DOCTYPE html>
<html>
<body>

<h1>JACOB</h1>

<p>JACOB JACOB JACOB</p>

</body>
<body>
<h1>JACOB</h1>
<p>JACOB JACOB JACOB</p>
</body>
</html>