-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
194 lines (156 loc) · 6.77 KB
/
about.html
File metadata and controls
194 lines (156 loc) · 6.77 KB
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
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Product page :: Built with Twitter Bootstrap</title>
<meta name="description" content="A product presentation page built for a Tuts+ course">
<meta name="author" content="Adi Purdila">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap files -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css"> -->
<style>
body {
padding-top: 50px;
}
</style>
</head>
<body data-spy="scroll" data-target="#main-navbar">
<!-- NAVBAR -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="main-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Viking Voices</a>
</div> <!-- end navbar-header -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<a href="#" class="btn btn-success navbar-btn navbar-right">Search</a>
<ul class="nav navbar-nav">
<li><a href="news.html">News</a></li>
<li><a href="about.html">About</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div> <!-- end collapse -->
</div> <!-- end container -->
</nav>
<!-- BANNER -->
<div class="jumbotron">
<div class="container text-center">
<h1>Viking Voices</h1>
<p>By the students for the students</p>
</div> <!-- end btn-group -->
</div> <!-- end container -->
</div> <!-- end jumbotron -->
<!-- FEATURES -->
<!-- <section>
<div class="page-header" id="section-features">
<h2>Features. <small>What it's all about.</small></h2>
</div> <!-- end page-header -->
<!-- <div class="row">
<div class="col-sm-8">
<h3>Story Headline</h3>
<p>Sarah Price is the best person ever. She's super cool and you should totally get to know her.</p>
</div>
<div class="col-sm-4">
<img src="images/feature-1.jpg" alt="Feature image" class="img-responsive">
</div>
</div> <!-- end row -->
<!-- <div class="row">
<div class="col-sm-8">
<h3>Sarah Price, the Writer</h3>
<p>Sarah Price writes awesome things. She has written several novels and you should totally ask her to read some. It is super great and she is trying to get them published.</p>
</div>
<div class="col-sm-4">
<img src="images/feature-2.jpg" alt="Feature image" class="img-responsive">
</div>
</div> <!-- end row -->
<!-- <div class="row">
<div class="col-sm-8">
<h3>Sarah Price, the Designer</h3>
<p>Sarah goes to Grand View where she is studying graphic journalism and interactive media. She enjoys her designing classes and wants to design book covers or work as a literary agent or an editor after school.</p>
</div>
<div class="col-sm-4">
<img src="images/feature-3.jpg" alt="Feature image" class="img-responsive">
</div>
</div> <!-- end row -->
<hr>
<!-- F.A.Q. -->
<section>
<div class="page-header" id="section-faq">
<h2>Frequently Asked Questions. <small>A little Q&A to get you started.</small></h2>
</div> <!-- end page-header -->
<div class="panel-group" id="accordion-qa">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#qa-1" data-toggle="collapse" data-parent="#accordion-qa">What is Viking Voices?</a></h4>
</div>
<div class="panel-collapse collapse in" id="qa-1">
<div class="panel-body">
Viking Voices is a student ran news magazine put out monthly by the Journalism Lab class in collaboration with the Communication for the Web class that runs the website. There is a staff of student editors and a professor who oversees the magazine.
</div> <!-- end panel-body -->
</div> <!-- end collapse -->
</div> <!-- end panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#qa-2" data-toggle="collapse" data-parent="#accordion-qa">How can I get involved?</a></h4>
</div>
<div class="panel-collapse collapse" id="qa-2">
<div class="panel-body">
If you're a student, pick up a copy and let the editors know or apply to join the Journalism Lab or Communication for the Web classes. If you're not a student, feel free to message the editors or to simply pick up a copy and enjoy!
</div> <!-- end panel-body -->
</div> <!-- end collapse -->
</div> <!-- end panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#qa-3" data-toggle="collapse" data-parent="#accordion-qa">I have an opinion!</a></h4>
</div>
<div class="panel-collapse collapse" id="qa-3">
<div class="panel-body">
Great! Email the editors and let them know what you think.
</div> <!-- end panel-body -->
</div> <!-- end collapse -->
</div> <!-- end panel -->
</div> <!-- end panel-group -->
</section>
<!-- FOOTER -->
<footer>
<hr>
<!-- <div class="container text-center">
<h3>Subscribe now for a monthly subscription!</h3>
<p>Enter your name and email below</p>
<form action="#" class="form-inline" role="form">
<div class="form-group">
<label for="subscribe-name" class="sr-only">Name</label>
<input type="text" class="form-control" id="subscribe-name" placeholder="Name">
</div> <!-- end form-group -->
<!-- <div class="form-group">
<label for="subscribe-email" class="sr-only">Email address</label>
<input type="text" class="form-control" id="subscribe-email" placeholder="Email address">
</div> <!-- end form-group -->
<!-- <button type="submit" class="btn btn-default">Subscribe</button>
<p><small><em>We will only use your email address for sending the download link.</em></small></p>
</form> -->
<hr>
<ul class="list-inline">
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
</ul>
<p>© Copyright 2014.</p>
</div> <!-- end container -->
</footer>
</div> <!-- end container -->
<!-- Latest compiled and minified JavaScript -->
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>