Skip to content

Commit

Permalink
Pages
Browse files Browse the repository at this point in the history
default
...
  • Loading branch information
SethKaminski committed Dec 17, 2015
1 parent 3f2d963 commit e5876d6
Show file tree
Hide file tree
Showing 25 changed files with 91 additions and 82 deletions.
49 changes: 15 additions & 34 deletions Action.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<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>
<a class="navbar-brand" href="#"><img src="logo.jpg" width="25px" height="25px" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -87,39 +87,20 @@
<!-- /.container-fluid -->
</nav>

<div id="something">
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img src="2med (1).jpg" alt="...">
<div class="caption">
<h3>Thumbnail label</h3>
<p>...</p>
<p>
<a href="#" class="btn btn-primary" role="button">Button</a>
<a href="#" class="btn btn-default" role="button">Button</a>
</p>
</div>
</div>
</div>
</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>
1 change: 1 addition & 0 deletions CodePlay/Catalog.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AutoEventWireup="true" CodeFile="Catalog.aspx.cs" Inherits="Catalog"
Title="BalloonShop - The Product Catalog" %>

<%@ Register Src="UserControls/ProductsList.ascx" TagName="ProductsList" TagPrefix="uc1" %>

<asp:Content ID="content" ContentPlaceHolderID="contentPlaceHolder" Runat="Server">
<asp:Label ID="catalogTitleLabel" CssClass="CatalogTitle" Runat="server" />
<br />
Expand Down
Binary file modified CodePlay/CodePlay.sln (2).v11.suo
Binary file not shown.
27 changes: 27 additions & 0 deletions CodePlay/CodePlay_AboutUs.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Codeplay_MasterPage.master" AutoEventWireup="true" CodeFile="CodePlay_AboutUs.aspx.cs" Inherits="AboutUsCodePlay" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<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="Images/jason.jpg" alt="JASON'S PICTURE" width="255" height="255">
</div>
<div class="col-sm-4">
<p><strong>SETH</strong></p><br>
<img src="Images/seth.jpg" alt="SETH'S IMAGE" width="255" height="255">
</div>
<div class="col-sm-4">
<p><strong>SHIVAM</strong></p><br>
<img src="Images/shiv.jpg" alt="SHIVAM'S PHOTO" width="255" height="255">
</div>
</div>
</div>
</asp:Content>

14 changes: 14 additions & 0 deletions CodePlay/CodePlay_AboutUs.aspx.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class AboutUsCodePlay : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
}
8 changes: 8 additions & 0 deletions CodePlay/CodePlay_Default.aspx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Codeplay_MasterPage.master" AutoEventWireup="true" CodeFile="CodePlay_Default.aspx.cs" Inherits="DefaultCodePlay" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">

</asp:Content>

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="CodeplayMasterPage.master.cs" Inherits="CodeplayMasterPage" %>
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Codeplay_MasterPage.master.cs" Inherits="CodeplayMasterPage" %>

<!DOCTYPE html>
<%@ Register Src="UserControls/DepartmentsList.ascx" TagName="DepartmentsList" TagPrefix="uc2" %>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>The CodePlay</title>
Expand Down Expand Up @@ -46,23 +47,25 @@
<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>
<a class="navbar-brand" href="CodePlay_Default.aspx"><img src="Images/logo.jpg" width="25px" height="25px" /></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><a href="CodePlay_Default.aspx"> HOME </a></li>
<li><a href="CodePlay_AboutUs.aspx"> 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>
<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>

<uc2:DepartmentsList ID="DepartmentsList1" runat="server" />
</ul>
</li>
</ul>
Expand Down Expand Up @@ -92,6 +95,5 @@
</asp:ContentPlaceHolder>
</div>
</form>

</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion CodePlay/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<%@ Register Src="UserControls/ProductsList.ascx" TagName="ProductsList" TagPrefix="uc1" %>
<asp:Content ID="content" ContentPlaceHolderID="contentPlaceHolder" Runat="server">
<span class="CatalogTitle">Welcome to BalloonShop! </span>
<span class="CatalogTitle">Welcome to BalloonShop! </span>
<br />
<span class="CatalogDescription">This week we have a special price for these fantastic products: </span>
<br />
Expand Down
22 changes: 0 additions & 22 deletions CodePlay/DefaultCodePlay.aspx

This file was deleted.

File renamed without changes
Binary file added CodePlay/Images/logo.jpg
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
34 changes: 16 additions & 18 deletions CodePlay/UserControls/DepartmentsList.ascx
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="DepartmentsList.ascx.cs" Inherits="DepartmentsList" %>
<asp:DataList ID="list" runat="server" Width="200px" CssClass="DepartmentListContent">
<ItemTemplate>
<h1>>></h1>&nbsp;&raquo;
<asp:HyperLink
ID="HyperLink1"
Runat="server"
NavigateUrl='<%# "../Catalog.aspx?DepartmentID=" + Eval("DepartmentID")%>'
Text='<%# Eval("Name") %>'
ToolTip='<%# Eval("Description") %>'
CssClass='<%# Eval("DepartmentID").ToString() == Request.QueryString["DepartmentID"] ? "DepartmentSelected" : "DepartmentUnselected" %>'>
</asp:HyperLink>
&nbsp;&laquo;
</ItemTemplate>
<HeaderTemplate>
Choose a Department
</HeaderTemplate>
<HeaderStyle CssClass="DepartmentListHead" />
</asp:DataList>

<asp:ListView ID="list" runat="server">
<ItemTemplate>
<li>
<asp:HyperLink
ID="HyperLink1"
Runat="server"
NavigateUrl='<%# "../Catalog.aspx?DepartmentID=" + Eval("DepartmentID")%>'
Text='<%# Eval("Name") %>'
ToolTip='<%# Eval("Description") %>'
CssClass='<%# Eval("DepartmentID").ToString() == Request.QueryString["DepartmentID"] ? "DepartmentSelected" : "DepartmentUnselected" %>'>
</asp:HyperLink>
</li>
</ItemTemplate>
</asp:ListView>

File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Done-Made/jason.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 Done-Made/seth.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 Done-Made/shiv.jpg
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.
Binary file added Thumbs.db
Binary file not shown.
Binary file modified logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5876d6

Please sign in to comment.