Skip to content
Open
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
13 changes: 2 additions & 11 deletions projects.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
---

<!DOCTYPE html>
<html>
<head>
Expand Down Expand Up @@ -46,23 +45,15 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<title>OpenCode</title>
</head>
<body>



{% include navbar.html %}

<!-- Main Content -->


<!-- Projects Section -->
<section class="projects-sec" id="projects" href="#projects">
<div class="row projects-wrapper">
<!-- Start ignoring BootLintBear -->
<h2>Projects Currently in OpenCode</h2>
<h2>Project Currently in OpenCode</h2>
<!-- Stop ignoring -->
{% for project in site.data.projects %}
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3">
Expand Down