Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to the content and styling of the SDNFV website #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
54 changes: 0 additions & 54 deletions _includes/footer.html

This file was deleted.

11 changes: 0 additions & 11 deletions _includes/head.html

This file was deleted.

27 changes: 0 additions & 27 deletions _includes/header.html

This file was deleted.

62 changes: 49 additions & 13 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,56 @@
<!DOCTYPE html>
<!DOCTYPE HTML>
<!--
Projection by TEMPLATED
templated.co @templated
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>{{ page.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{base}}/assets/css/main.css"/>
<link rel="shortcut icon" type="image/png" href="{{base}}/images/computer.png"/>
</head>

{% include head.html %}
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="logo"><strong>SDNFV</strong> @ UCR and GW</a>
<nav id="nav">
{% for page in site.pages %}
{% if page.exclude != true and page.title %}
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>

<body>
{{ content }}

{% include header.html %}
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="row">
<div class="4u 4u(medium)">
<span class="icon fa-github"> UCR and GW: <a style="color:white" target="_blank" href="https://github.com/sdnfv">SDNFV</a></span>
</div>
<div class="8u 8u(medium)">
<p>Research on flexible, high performance software-based networks from UCR and GWU.</p>
</div>
</div>
</div>
</footer>

<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
<!-- Scripts -->
<script src="{{ "assets/js/jquery.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "assets/js/skel.min.js" | prepend: site.baseurl }}"></script>
<script src="{{ "assets/js/util.js" | prepend: site.baseurl }}"></script>
<script src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>

{% include footer.html %}
</body>

</body>

</html>
</html>
64 changes: 54 additions & 10 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,58 @@
---
layout: default
---
<div class="post">
<!DOCTYPE HTML>
<!--
Projection by TEMPLATED
templated.co @templated
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<head>
<title>{{ page.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{base}}/assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="{{base}}/images/computer.png" />
</head>

<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="logo"><strong>SDNFV</strong> @ UCR and GW</a>
<nav id="nav">
{% for page in site.pages %}
{% if page.exclude != true and page.title %}
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>

<article class="post-content">
{{ content }}
</article>

</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="row">
<div class="4u 4u(medium)">
<span class="icon fa-github"> UCR and GW: <a style="color:white" target="_blank"
href="https://github.com/sdnfv">SDNFV</a></span>
</div>
<div class="8u 8u(medium)">
<p>Research on flexible, high performance software-based networks from UCR and GWU.</p>
</div>
</div>
</div>
</footer>

<!-- Scripts -->
<script src="{{base}}/assets/js/jquery.min.js"></script>
<script src="{{base}}/assets/js/skel.min.js"></script>
<script src="{{base}}/assets/js/util.js"></script>
<script src="{{base}}/assets/js/main.js"></script>

</body>

</html>
15 changes: 0 additions & 15 deletions _layouts/post.html

This file was deleted.

25 changes: 0 additions & 25 deletions _posts/2015-05-20-welcome-to-jekyll.markdown

This file was deleted.

Binary file removed _res/netvm-arch.graffle
Binary file not shown.
Binary file removed _res/netvm-arch.pdf
Binary file not shown.
Binary file removed _res/netvm-perf.ograph
Binary file not shown.
Binary file removed _res/netvm-perf.pdf
Binary file not shown.
Binary file removed _res/onvm-logo-lg.png
Binary file not shown.
Binary file removed _res/onvm-logo.psd
Binary file not shown.
Loading