Skip to content

Commit

Permalink
Sample webpage is well on its way.
Browse files Browse the repository at this point in the history
Check out ListingBootstrap.html to see how we've worked with Bootstrap
so far.
  • Loading branch information
clj13001 committed Nov 9, 2016
1 parent 9b32b76 commit fd75590
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 128 deletions.
88 changes: 88 additions & 0 deletions html/ListingBootstrap.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<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="">

<title>Synchrony Financial</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>body { padding-top: 80px; }</style>
<style>
table {
border-collapse: collapse;
}
tr:nth-child(even) {background-color: #f2f2f2}
th, td {
text-align: center;
width: 100px;
}
</style>
</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top" style = "height: 80px;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar" style="line-height: 48px;">
<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="#"><img src="imgs/synchrony-financial-logo-dlpx.png"></a>
</div>
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 0.8px;">
<ul class="nav navbar-nav navbar-right">
<li><a href="#" style="line-height: 48px;">Home</a></li>
<li><a href="#" style="line-height: 48px;">Request Device</a></li>
<li><a href="#" style="line-height: 48px;">Return Device</a></li>
<li><a href="#" style="line-height: 48px;">Device Listing</a></li>
<li><a href="#" style="line-height: 48px;">User Information</a></li>
</ul>
</div>
</div>
</nav>
<div class="col-sm-3 col-md-2 sidebar" style = "display: inline-block; border-right-style: solid; height: 100%; width: 200px;">
<ul class="nav nav-sidebar" style = "padding: 0px;">
<h4>Device Options</h4>
<li><a href="#">Phones</a></li>
<li><a href="#">Tablets</a></li>
<li><a href="#">PCs</a></li>
</ul>
<br>
<ul class="nav nav-sidebar" style = "padding: 0px;">
<h4>Operating Systems</h4>
<li><a href="#">Linux</a></li>
<li><a href="#">Windows</a></li>
<li><a href="#">OSX</a></li>
</ul>
</div>

<div style = "display: inline-block; position: absolute; padding-left: 30px;">
<h2>Available Devices</h2>
<div style="border: solid; border-width: thin; padding: 15px;">
<div style = "display: inline-block; text-align: center;">
<img src="imgs/iphone.png" style="display: block; height: 20%;">
George
</div>
<div style="display: inline-block; width: 200px; text-align: center; vertical-align: center;"><p>George is probably the coolest iPhone to exist. Ever. Point blank, period.</p><button type="button" style="display: block; margin: auto;">Order device</button>
</div>
</div>
<br>
<div style="border: solid; border-width: thin; padding: 15px;">
<div style = "display: inline-block; text-align: center;">
<img src="imgs/ipad.png" style="display: block; height: 20%;">
Linkin Park
</div>
<div style="display: inline-block; width: 200px; text-align: center; vertical-align: center;"><p>"The hardest part of ending is starting again."</p><button type="button" style="display: block; margin: auto;">Order device</button>
</div>
</div>
</div>
</body>
</html>
62 changes: 0 additions & 62 deletions html/header.html

This file was deleted.

Binary file added html/imgs/ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/imgs/iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
66 changes: 0 additions & 66 deletions html/orderPage.html

This file was deleted.

0 comments on commit fd75590

Please sign in to comment.