-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (179 loc) · 7.27 KB
/
index.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en" ng-app="penguindrum">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>The Destination of Your Fate</title>
<!-- Bootstrap -->
<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet"></link>
<link type="text/css" href="css/utdauv.css" rel="stylesheet"/>
<script type="text/javascript" src="js/angular.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body ng-controller="pinguController as pingu">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expands="false" aria-controls="navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Mawaru Penguindrum</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expands="false" aria-controls="navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Pengy 1</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expands="false" aria-controls="navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Pengy 2</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expands="false" aria-controls="navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Pengy 3</a>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1>Mawaru Penguindrum</h1>
<p>This is the destination of your fate. Is it the end? Or is it the beginning? In your journey to take back what was lost, just don't forget your survival strategy...</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Let's Begin »</a></p>
</div>
</div>
<section class="container emphasisBlurb" ng-controller="blurbController as blurber">
<div class="row emphasisBlurb blurbRow">
<!--The Meeting Times list and the In Production list will be populated by a JSON array-->
<div class="col-sm-6" >
<div class="blurbLeft">
<a class="blurbLeftAnchor" href="#">
<span class="blurbLeftPT1">
<b>Meeting Times</b>
<p>Meeting Times are as follows in SPN unless otherwise noted</p>
<br>
<ul>
<li><b>Wednesday, August 17, 2016 at 8PM</b></li>
<li><b>Wednesday, August 24, 2016 at 8PM</b></li>
<li><b>Friday, August 26, 2016 at 10AM</b></li>
<li><b>Saturday, August 27, 2016 at 10AM</b></li>
</ul>
</span>
</a>
<a class="blurbRightAnchor" href="#">
<span class="blurbLeftPT2">
<b>In Production</b>
<p>Here's a short list of what we're currently working on:</p>
<br>
<p>Website Design:</p>
<br>
<ol>
<li><b>Blurb Buttons</b></li>
<li><b>Teams/Activities Sliders</b></li>
<li><b>Sponsors/Thanks Section</b></li>
<li><b>Contact Info and Disclaimer</b></li>
</ol>
</span>
</a>
</div><!--/blurbLeft-->
<h3 class="blurbLeftTitle">{{blurber.titleLeft}}</h3>
</div>
<!--The emails and names will be populated with a JSON array-->
<div class="col-sm-6">
<div class="blurbRight">
<a class="blurbLeftAnchor" href="#">
<div class="blurbRightPT1">
<b>Getting Involved:</b>
<p>Please contact Abhinav Chennapareddy for details on the application procedure.</p>
</div>
</a>
<a class="blurbRightAnchor" href="#">
<div class="blurbRightPT2">
<b>Sponsor UTD Robosub</b>
<p>Please contact Nicholas Gans for details on contributing to UTD AUV as a sponsor.</p>
</div>
</a>
</div>
<h3 class="blurbRightTitle">{{blurber.titleRight}}</h3>
</div><!--/blurbRight-->
</div>
</section>
<section class="container" ng-controller="tabController as tabCont">
<ul class="nav nav-pills">
<li ng-class="{active:tabCont.isTab(1)}">
<a href ng-click="tabCont.setTab(1)">Pengy 1</a></li>
<li ng-class="{active:tabCont.isTab(2)}">
<a href ng-click="tabCont.setTab(2)">Pengy 2</a></li>
<li ng-class="{active:tabCont.isTab(3)}">
<a href ng-click="tabCont.setTab(3)">Pengy 3</a></li>
<li>{{tabCont.tab}}</li>
</ul>
<div class="row">
<div class="col-sm-6">
<!-- <?php-->
<!-- print"--><img ng-src="images/Penguindrum_End24.jpg" alt="Image of the Penguindrum" width="360">
<!-- ?>-->
</div>
<div class="col-sm-6">
<p align="justify">
This is a message from the destination of your fate:
<br>
<br>
Initiate the Survival Strategy!
</p>
</div>
</div>
<div ng-show="tabCont.isTab(1)">
<h4>{{pingu.family[1].name}}</h4>
<blockquote>{{pingu.family[1].description}}</blockquote>
<p align="justify">
This is a message for pengy number 1.
</p>
</div>
<div ng-show="tabCont.isTab(2)">
<h4>{{pingu.family[2].name}}</h4>
<blockquote>{{pingu.family[2].description}}</blockquote>
<p align="justify">
This is a message for pengy number 2.
</p>
</div>
<div ng-show="tabCont.isTab(3)">
<h4>{{pingu.family[3].name}}</h4>
<blockquote>{{pingu.family[3].description}}</blockquote>
<p align="justify">
This is a message for pengy number 3.
</p>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!--<script>
$(window).scroll(function () {
var ripple = ($(window).scrollTop());
$('.blurbLeftPT1').css({background: 'repeating-radial-gradient(circle at right center, #008094 0,#00bfff ' + (4 + (ripple)%13) + '%,#008094 ' + (8 + (ripple)%13) + '%);'});
});
</script>-->
</body>
</html>