2018-09-15 11:22:28 +00:00
<!doctype html>
<!-- [if lt IE 7]> <html class="no - js lt - ie9 lt - ie8 lt - ie7" lang=""> <![endif] -->
<!-- [if IE 7]> <html class="no - js lt - ie9 lt - ie8" lang=""> <![endif] -->
<!-- [if IE 8]> <html class="no - js lt - ie9" lang=""> <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" lang = "" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > < / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "apple-touch-icon" href = "apple-touch-icon.png" >
< link rel = "stylesheet" href = "css/bootstrap.min.css" >
< style >
body {
padding-top: 50px;
padding-bottom: 20px;
}
< / style >
< link rel = "stylesheet" href = "css/bootstrap-theme.min.css" >
< link rel = "stylesheet" href = "css/main.css" >
< script src = "js/vendor/modernizr-2.8.3-respond-1.4.2.min.js" > < / script >
< / head >
< body class = "box" >
<!-- [if lt IE 8]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->
< nav class = "navbar navbar-inverse navbar-fixed-top" role = "navigation" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle collapsed" data-toggle = "collapse" data-target = "#navbar" aria-expanded = "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" > RateMyCourse< / a >
< / div >
< div id = "navbar" class = "navbar-collapse collapse" >
< form class = "navbar-form navbar-right" role = "form" >
< div class = "form-group" >
< input type = "text" placeholder = "Email" class = "form-control" >
< / div >
< div class = "form-group" >
< input type = "password" placeholder = "Password" class = "form-control" >
< / div >
< button type = "submit" class = "btn btn-success" > Sign in< / button >
2018-09-23 15:56:41 +00:00
< / form > red
2018-09-15 11:22:28 +00:00
< / div > <!-- /.navbar - collapse -->
< / div >
< / nav >
< div class = "fullcontainer" >
< div class = "container vertical center horizontal center" >
< h1 > Find rated courses< / h1 >
< h3 > The best course reviews by your fellow students!< / h3 >
< div class = "col-md-offset-2 col-md-8" >
< form action = "/action_page.php" >
< div class = "input-group" >
< input type = "text" class = "form-control" placeholder = "Search" name = "search" >
< div class = "input-group-btn" >
< button class = "btn btn-default" type = "submit" > < i class = "glyphicon glyphicon-search" > < / i > < / button >
< / div >
< / div >
< / form >
< / div >
< / div >
< / div >
< script src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" > < / script >
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-1.11.2.min.js"><\/script>' ) < / script >
< script src = "js/vendor/bootstrap.min.js" > < / script >
< script src = "js/main.js" > < / script >
< / body >
< / html >