Skip to content

Commit 67adfac

Browse files
committed
Test 2
1 parent 7fda4a2 commit 67adfac

File tree

1 file changed

+64
-6
lines changed

1 file changed

+64
-6
lines changed

guides/index.html

+64-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,78 @@
1-
---
2-
layout: awesome
3-
---
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
47

5-
<div class="page">
8+
<title>Download - SUAVE</title>
9+
<meta name="description" content="A multi-fidelity conceptual design environment. Its purpose is to credibly produce conceptual-level design conclusions for future aircraft incorporating advanced technologies.
10+
">
11+
12+
<link rel="stylesheet" href="/css/main.css">
13+
<link rel="canonical" href="http://suavecode.github.io//download/">
14+
<link rel="alternate" type="application/rss+xml" title="SUAVE" href="http://suavecode.github.io//feed.xml" />
15+
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
16+
<script src="http://momentjs.com/downloads/moment.js" type="text/javascript"></script>
17+
<script src="/js/main.js" type="text/javascript"></script>
18+
</head>
19+
20+
21+
<!-- <a href="https://github.com/suavecode/SUAVE"><img style="position: absolute; z-index: 10; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>-->
22+
<body>
623

24+
<div class="page-content">
25+
<div class="wrapper">
26+
<aside class="left-nav">
27+
<div class="verticalLineL">
28+
&nbsp
29+
<a href="/" class="logo"><img src="/images/logo.svg" alt="SUAVE Code"><span>SUAVE</span></a>
30+
31+
<section>
32+
<h1 class="greetings"></h1>
33+
<p>A multi-fidelity conceptual design environment. Its purpose is to credibly produce conceptual-level design conclusions for future aircraft incorporating advanced technologies.</p>
34+
35+
</section>
736
<nav class="main-nav">
837
<ul>
938
<li><a class="btn page-link " href="/">About</a></li>
10-
<li><a class="btn page-link " href="/download/">Download</a></li>
11-
<li><a class="btn page-link active" href="/guides/">Guides</a></li>
39+
<li><a class="btn page-link active" href="/download/">Download</a></li>
40+
<li><a class="btn page-link " href="/guides/">Guides</a></li>
1241
<li><a class="btn page-link " href="/develop/">Develop</a></li>
1342
<li><a class="btn page-link " href="/forum/">Forum</a></li>
1443

1544
</ul>
1645
</nav>
1746

47+
48+
<footer>
49+
<div class="social-media-list">
50+
<a class="social-media-link" href="https://github.com/suavecode/SUAVE">
51+
<span class="icon icon-github">
52+
<img src="/images/github.svg">
53+
</span>
54+
</a>
55+
56+
<a class="social-media-link" href="https://travis-ci.org/suavecode/SUAVE">
57+
<span class="icon icon-travis">
58+
<img src="/images/travis.svg">
59+
</span>
60+
</a>
61+
62+
63+
64+
</div>
65+
66+
<br>
67+
68+
<small>Copyright &copy; 2015 <br> Stanford Aerospace Design Lab <br> All rights reserved</small>
69+
</footer>
70+
71+
72+
</aside>
73+
<main class="main-content">
74+
<div class="page">
75+
1876
<div class="verticalLineR">
1977

2078
<header class="hero">

0 commit comments

Comments
 (0)