-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCourseReview.html
More file actions
174 lines (148 loc) · 7.59 KB
/
Copy pathCourseReview.html
File metadata and controls
174 lines (148 loc) · 7.59 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
<!DOCTYPE html>
<html lang="en">
<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 -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Justified Nav Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="justified-nav.css" rel="stylesheet">
<script src="js/jquery-1.12.0.js"></script>
<!---
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-->
<script src="js/jquery-ui-1.9.2.custom.min.js"></script>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="js/ie-emulation-modes-warning.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[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]-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="masthead">
<h3 class="text-muted">Course It!</h3>
</div>
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="active"><a href="">Check It</a></li>
<li><a href="BookIt.html">Book It</a></li>
<li><a href="AskIt.html">Ask It</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<!-- Search bar-->
<div class="search-school">
<input type="text" class="form-control" placeholder="Search other schools...">
</div>
</li>
<li><a href="#">
<span>
<img src="fb_logo.png" class="img-circle">
</span> Connect</a></li>
<li><a href="#">
<span class="glyphicon glyphicon-log-in">
</span> Log Out</a>
</li>
</ul>
</div>
</nav>
</head>
<body>
<div class="container">
<!-- Jumbotron -->
<div class="course-title">
<h2>CSCI 301 - Software Development</h2>
<h3 class="top-review">Top Reviews</h3>
<div class="semester-dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Overall
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">S16 02</a></li>
<li><a href="#">S16 01</a></li>
<li><a href="#">F15 01</a></li>
</ul>
</div>
<div class="filter-dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Top
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">Recent</a></li>
</ul>
</div>
<div class="review">
<div class="pro-con col-md-3">
<div class="pros">
Pros
<p class="pros-text">
<ul class="pros-text">
<li>You learn Java</li">
<li>Attendence is optional</li>
<li>It builds character</li>
</ul>
</p>
</div>
<hr />
<div class="cons">
Cons
<p>
<ul class="pros-text">
<li>You learn to hate Java</li>
<li>Lectures aren't useful</li>
<li>You kind of die</li>
</ul class="pros-text">
</p>
</div>
</div>
<div class="review-text">
<div class="review-header">
Review
</div>
<div class="review-body">
The 200 level CS courses do not prepare you for this class. Expect lots of work and tears. The class starts off with the impression the lectures are useful for the projects. They're not, so if you're pressed for time, don't worry about lectures. But, if you're a typical cs person (aka lazy) then you start your projects pretty late. But, IT'S A TRAP! The first project is pretty hard and it doesn't really get better from there. </b>
After you realize that you don't need lectures, you stop going but that's a trap too! The first test hurt because they were pulled straight from lectures... welp. The work stays the same difficulty, but you get used to it. But then, suprise, Android!<br />
<br />You "learn" how to teach yourself Android. Expect lots of work and tears. The class starts off with the impression the lectures are useful for the projects. They're not, so if you're pressed for time, don't worry about lectures. But, if you're a typical cs person (aka lazy) then you start your projects pretty late. But, IT'S A TRAP! The first project is pretty hard and it doesn't really get better from there. </b>
After you realize that you don't need lectures, you stop going but that's a trap tooHere's my experience with the class I worked my butt of in this class and I'm now a better program, but also an empty shell.
</div>
</div>
<div class="replies">
<div class="form-group">
<label for="comment">Comment:</label>
<textarea class="form-control" rows="5" id="comment"></textarea>
</div>
</div>
</div>
<!-- Add Class Button-->
<div class="active">
<p><br /><a class="btn btn-lg btn-success" href="#" role="button">+ Add Class</a></p>
</div>
<!-- Search bar-->
<div class="input-group">
<input type="text" class="form-control" placeholder="Search by Class ID, name, professor...">
</div>
</div>
<!-- Site footer -->
<footer class="footer">
<p>© Course It!</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>