Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c58bc03
renaming all the files ending in _txt
JeremySnider01 Nov 19, 2018
119228a
finished tutorial
JeremySnider01 Nov 20, 2018
4d6419d
working on the table in the review
JeremySnider01 Nov 20, 2018
6b798e9
finished content of table
JeremySnider01 Nov 20, 2018
e825f99
finished review
JeremySnider01 Nov 20, 2018
f1607d8
finished case 1; lots of issues with completing the gradient and the …
JeremySnider01 Nov 26, 2018
c662763
made the outside table and are now working on the sudo tables
JeremySnider01 Nov 26, 2018
8d7f7cb
finished sudo tables
JeremySnider01 Nov 26, 2018
4b9aa6d
finished case 2
JeremySnider01 Nov 26, 2018
dcceae4
the most annoying case for all of the repetitive typing
JeremySnider01 Nov 26, 2018
399b448
date and author
JeremySnider01 Nov 26, 2018
1751c11
stupid date-date class thing completed
JeremySnider01 Nov 27, 2018
022e987
mobile styles done
JeremySnider01 Nov 27, 2018
d834bb1
Done with case 3
JeremySnider01 Nov 27, 2018
fca528b
adding author, date, and a reset sheet
JeremySnider01 Nov 27, 2018
20e3f26
began working on the first table of case 4 and added a stylesheet for…
JeremySnider01 Nov 27, 2018
ffb2b3f
fixing index
JeremySnider01 Nov 27, 2018
191a166
fixing index still in progress
JeremySnider01 Nov 27, 2018
45f5bf0
layed out the reservations
JeremySnider01 Nov 28, 2018
921bcd0
finishing the table starting styles
JeremySnider01 Nov 28, 2018
b41145b
more styles; about to start media
JeremySnider01 Nov 28, 2018
866f03e
media style troubles
JeremySnider01 Nov 28, 2018
b85249b
fixing errors
JeremySnider01 Nov 29, 2018
4ba1b9e
making table for mobile
JeremySnider01 Nov 29, 2018
ad29fe4
mobile tables continued
JeremySnider01 Nov 29, 2018
4b53126
almost finished mobile tables
JeremySnider01 Nov 29, 2018
0514f52
fixing tables
JeremySnider01 Nov 29, 2018
4b28f77
continue fixing
JeremySnider01 Nov 29, 2018
0fb7669
finished the case
JeremySnider01 Nov 30, 2018
26b070f
finished index
JeremySnider01 Nov 30, 2018
7d844bd
changing index image to a reuseable image
JeremySnider01 Dec 3, 2018
df71410
added a back function to the index
JeremySnider01 Dec 4, 2018
26af37d
fixing back link
JeremySnider01 Dec 12, 2018
05bc6a7
making the webpage mobile capable
JeremySnider01 Dec 12, 2018
fb09963
fixing link
JeremySnider01 Dec 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added background1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 70 additions & 5 deletions case1/mi_pricing_txt.html → case1/mi_pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Case Problem 1

Marlin Internet Pricing
Author:
Date:
Author: Jeremy Snider and Austin Andrews
Date: 11/26/18

Filename: mi_pricing.html

Expand All @@ -18,7 +18,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Marlin Internet</title>
<link href="mi_reset.css" rel="stylesheet" />
<link href="mi_styles.css" rel="stylesheet" />
<link href="mi_styles.css" rel="stylesheet" />
<link href="mi_tables.css" rel="stylesheet" />
</head>

<body>
Expand Down Expand Up @@ -46,7 +47,71 @@ <h1>Accelerate with No Speed Traps</h1>
We provide more than fast access. Take advantage of our 24/7 customer support
(personal help is <em>always</em> on the line), free security tools, email accounts
for the whole family, and exclusive online content.</p>

<table class="pricing">
<colgroup>
<col id="firstCol" />
<col id="dataCols" span="4" />
</colgroup>
<thead>
<tr>
<th rowspan="2">select a plan</th>
<th>Starter</th>
<th>Prime</th>
<th>Prime Plus</th>
<th>Ultra</th>
</tr>
<th>$19.95 <br /> per month</th>
<th>$29.95 <br /> per month</th>
<th>$49.95 <br /> per month</th>
<th>$69.95 <br /> per month</th>
</thead>
<tfoot>
<tr>
<th>Summary</th>
<td>Just the speed you need to send emails, download map directions, and search the Internet for restaurant reviews.</td>
<td>A great speed at a great price for the family: kids can play games, adults can pay bills, and everyone can surf at the same time.</td>
<td>Super speeds for multiple tasks that require more broadband capacity; ideal for gamers who need fast response times.</td>
<td>Perfect for a small business running multiple media streams, demanding reduced lag time and fast data delivery.</td>
</tr>
</tfoot>
<tbody>
<tr>
<th>Download Speed</th>
<td>3 Mbps</td>
<td>15 Mbps</td>
<td>25 Mbps</td>
<td>50 Mbps</td>
</tr>
<tr>
<th>Upload Speed</th>
<td>512 Kbps</td>
<td>6 Mbps</td>
<td>10 Mbps</td>
<td>20 Mbps</td>
</tr>
<tr>
<th>Cloud Storage</th>
<td>2 GB</td>
<td>5 GB</td>
<td>15 GB</td>
<td>40 GB</td>
</tr>
<tr>
<th>E-mail Accounts</th>
<td>2 Accounts</td>
<td>3 Accounts</td>
<td>5 Accounts</td>
<td>10 Accounts</td>
</tr>
<tr>
<th>24/7 Support</th>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</tbody>
</table>

</article>

Expand Down Expand Up @@ -77,4 +142,4 @@ <h1>Accelerate with No Speed Traps</h1>
</footer>
</body>

</html>
</html>
70 changes: 70 additions & 0 deletions case1/mi_tables.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
@charset "utf-8";

/*
New Perspectives on HTML and CSS
Tutorial 6
Case Problem 1

Tables Style Sheet
Author: Jeremy Snider and Austin Andrews
Date: 11/26/18

Filename: mi_tables.css

*/

/* Table Styles */
table.pricing {
background-image: linear-gradient(to bottom, rgb(190, 215, 255), black);
border: 5px solid gray;
}

table th, table td{
border: 3px solid gray;
line-height: 1.4em;
padding: 8px;
}
th {
background-color: black;
color: rgb(130, 210, 255);
font-weight: normal;
}

td {
color: white;
font-size: 0.9em;
vertical-align: top;
}
/* Column Styles */

col#firstCol {
width: 24%;
}

col#dataCols {
width: 19%;
}

/* Table Header Styles */


thead tr {
height: 60px;
}

thead tr:first-of-type th:first-of-type {
font-size: 2em;
}

thead tr:first-of-type th:not(:first-of-type) {
background-color: transparent;
color: white;
}








35 changes: 0 additions & 35 deletions case1/mi_tables_txt.css

This file was deleted.

56 changes: 56 additions & 0 deletions case2/jpf_sudoku.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
@charset "utf-8";

/*
New Perspectives on HTML5 and CSS3, 7th Edition
Tutorial 6
Case Problem 2

Sudoku Style Sheet
Author: Jeremy Snider and Austin Andrews
Date: 11/26/18
Filename: jpf_sudoku.css

*/

/* Table Styles */
table.spuzzle {
border-collapse: collapse;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 90%;
}

table.spuzzle td {
border: 5px outset gray;
width: 33.3%;
}

table.spuzzle th {
color: gray;
padding-right: 10px;
padding-bottom: 10px;
}

/* Inner Table Styles */
table.subTable {
border-collapse: collapse;
width: 100%;
}

table.subTable td {
box-shadow: inset 0px 0px 15px;
border: 1px solid black;
color: blue;
height: 40px;
text-align: center;
}

td.goldBox {
background-color: rgb(228, 199, 42);
}

td.greenBox {
background-color: rgb(203, 229, 130);
}
Loading