Skip to content

Commit

Permalink
Work From School
Browse files Browse the repository at this point in the history
  • Loading branch information
SethKaminski committed Nov 27, 2015
1 parent c6edcd4 commit 0ae947f
Show file tree
Hide file tree
Showing 19 changed files with 627 additions and 0 deletions.
Binary file added 2med (1).jpg
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 2med (2).jpg
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 2med (3).jpg
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 2med (4).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions AboutUs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The CodePlay</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>

<!---DropDown Libraries-->

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

<!-- for carousel -->

<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 400px;
height: 500px;
margin: auto;
}
</style>





</head>
<body>

<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="logo.jpg" width="60px" height="60px" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="HtmlPage.html">HOME</a></li>
<li class="active"><a href="AboutUs.html">ABOUT US <span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">CATEGORIES <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Action.html">Action</a></li>
<li><a href="Strategy.html">Strategy</a></li>
<li><a href="Puzzle.html">Puzzle</a></li>
<li><a href="RPG.html">Role Playing</a></li>
<li><a href="Music.html">Music and Party</a></li>
<li><a href="Sports.html">Sports</a></li>

</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Search Game</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">YOUR CART</a></li>
<li class="dropdown">
<button type="button" class="btn btn-default navbar-btn">SIGN IN</button>
<button type="button" class="btn btn-default navbar-btn">REGISTER</button>

</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>

<div class="container text-center">
<h3>CODEPLAYERS</h3>
<p><em>We love GAMES!</em></p>
<p>AND THATS JUST WHAT WE ARE!!!</p>
<br>
<div class="row">
<div class="col-sm-4">
<p><strong>JASON</strong></p><br>
<img src="jason.jpg" alt="JASON'S PICTURE" width="255" height="255">
</div>
<div class="col-sm-4">
<p><strong>SETH</strong></p><br>
<img src="seth.jpg" alt="SETH'S IMAGE" width="255" height="255">
</div>
<div class="col-sm-4">
<p><strong>SHIVAM</strong></p><br>
<img src="shiv.jpg" alt="SHIVAM'S PHOTO" width="255" height="255">
</div>
</div>
</div>






</body>
</html>
125 changes: 125 additions & 0 deletions Action.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The CodePlay</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>

<!---DropDown Libraries-->

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

<!-- for carousel -->

<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 400px;
height: 500px;
margin: auto;
}
</style>





</head>
<body>

<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="logo.jpg" width="60px" height="60px" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="HtmlPage.html">HOME</a></li>
<li><a href="AboutUs.html">ABOUT US </a></li>
<li class="dropdown" class="active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">CATEGORIES <span class="caret"></span><span class="sr-only">(current)</span></a>
<ul class="dropdown-menu">
<li><a href="Action.html">Action</a></li>
<li><a href="Strategy.html">Strategy</a></li>
<li><a href="Puzzle.html">Puzzle</a></li>
<li><a href="RPG.html">Role Playing</a></li>
<li><a href="Music.html">Music and Party</a></li>
<li><a href="Sports.html">Sports</a></li>

</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Search Game</button>
</form>
<ul class="nav navbar-nav navbar-right">

<li><a href="#">YOUR CART</a></li>
<li class="dropdown">
<button type="button" class="btn btn-default navbar-btn">SIGN IN</button>
<button type="button" class="btn btn-default navbar-btn">REGISTER</button>

</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>

<div id="something">
</div>



<script type="text/javascript">
var x = document.getElementById("something");
var y = prompt("how many games do you want?"); // using count for database table
var z = parseInt(y);
var i;
var p = '<div class="row"> <div class="col-sm-6 col-md-4"><div class="thumbnail"><img src="..." alt="..."><div class="caption"><h3>Thumbnail label</h3>';
p += '<p>...</p><p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>';
p += '</div></div></div>';

var q = "";

for(i=0;i<z;i++)
{
q += p;
}

x.innerHTML = q;




</script>







</body>
</html>
Binary file added Action/Pics/Thumbs.db
Binary file not shown.
Binary file added CodePlay Logo/Thumbs.db
Binary file not shown.
90 changes: 90 additions & 0 deletions GamePage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The CodePlay</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>

<!---DropDown Libraries-->

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

<!-- for carousel -->

<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 400px;
height: 500px;
margin: auto;
}
</style>





</head>
<body>

<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="logo.jpg" width="60px" height="60px" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="HtmlPage.html">HOME</a></li>
<li class="active"><a href="AboutUs.html">ABOUT US <span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">CATEGORIES <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Action.html">Action</a></li>
<li><a href="Strategy.html">Strategy</a></li>
<li><a href="Puzzle.html">Puzzle</a></li>
<li><a href="RPG.html">Role Playing</a></li>
<li><a href="Music.html">Music and Party</a></li>
<li><a href="Sports.html">Sports</a></li>

</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Search Game</button>
</form>
<ul class="nav navbar-nav navbar-right">

<li><a href="#">YOUR CART</a></li>
<li class="dropdown">
<button type="button" class="btn btn-default navbar-btn">SIGN IN</button>
<button type="button" class="btn btn-default navbar-btn">REGISTER</button>

</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</body>
</html>
Loading

0 comments on commit 0ae947f

Please sign in to comment.