-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
50 lines (43 loc) · 1.48 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<title>Mockup | Brycorp </title>
<!--requireJS-->
<script src='https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.16/require.js'
data-main="scripts/init.js"></script>
<!--/requireJS-->
<link rel='stylesheet' type='text/css' href='css/brycorp.css' />
</head>
<body>
<div class='wrapper'>
<div class='menu'>
<div class='header menu-item' data-nav-section='home' >Brycorp<br/> Dynamics</div>
<div class='menu-item header' data-nav-section='posts' >Content/News</div>
<div class='menu-item header' data-nav-section='projects' >Projects</div>
<div class='menu-item header' data-nav-section='services' >Services</div>
</div>
<div class='content-target'>
<div class='nav-section post active' data-nav-section='home'>
<p>Welcome to Brycorp, the maniacle love-child of Brian and his ego.</p>
<p>
These are the voyages of a futuristic enterprise....<br/>
It's mission: To boldly go where no man has gone before.
</p>
</div>
<div class='nav-section active' data-nav-section='posts'>
<div class='post' id="example-post">
<div class='header'>
<div class='title'>Dear Diary</div>
<div class='timestamp'>10:23 04/05/67</div>
</div>
<div class='post-content'>
<p> Today I did something terribly mischevious </p>
<p> I'm not sure I wish to confess at this juncture... </p>
<p> ... but it's only fair to admit. I have printed an impossible shape </p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>