forked from bravecollective/old-brave-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.html
86 lines (72 loc) · 2.48 KB
/
structure.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<title>The Brave Collective - A member of H.E.R.O.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="icon" type="image/png" href="favicon.png"
</noscript>
<script src="css/5grid/jquery.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none"></script>
<!--[if IE 9]><link rel="stylesheet" href="css/style-ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header-wrapper">
<header id="header">
<div class="5grid-layout">
<div class="row">
<div class="4u" id="logo">
<h1><a href="#" class="mobileUI-site-name"> The Brave Collective</a></h1>
</div>
<div class="8u" id="menu">
<nav class="mobileUI-site-nav">
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="tutorials.html">Tutorials & Guides</a></li>
<li><a href="structure.html">Structure</a></li>
<li><a href="core.html">Core Portal</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
</div>
<!-- Header Ends Here -->
<!-- Wrapper -->
<div id="wrapper" class="5grid-layout">
<!-- Page Content -->
<div id="page" class="row">
<!-- Content Area -->
<div id="content" class="12u">
<!-- Main Content Area -->
<section>
<h2>Brave Collective Structure Diagram</h2>
<h1>Powered by Google Drawing</h1>
<iframe src="https://docs.google.com/a/osti.us/drawings/d/1GLfP_7O0GJcnt9IX_WPyjmIn8dUqHHNDji95AhhxqBU" width="100%" height="600" style="border: none;"></iframe>
</section>
</div>
</div>
<!-- Page Content -->
</div>
<!-- Wrapper Ends Here -->
<!-- Copyright -->
<div class="5grid-layout" id="copyright">
<div class="row">
<div class="12u">
<section>
<p>© The Brave Collective</p>
</section>
</div>
</div>
</div>
</body>
</html>