diff --git a/Jesus_Urias/README.md b/Jesus_Urias/README.md new file mode 100644 index 0000000..0839eff --- /dev/null +++ b/Jesus_Urias/README.md @@ -0,0 +1,4 @@ +Debugging-jQuery +================ + +Clone this and correct the jQuery errors! diff --git a/Jesus_Urias/debugging_jquery.css b/Jesus_Urias/debugging_jquery.css new file mode 100644 index 0000000..73ad6bc --- /dev/null +++ b/Jesus_Urias/debugging_jquery.css @@ -0,0 +1,63 @@ + +body +{ + background-image: url('dough.jpg'); + font-family: sans-serif; +} + +h2, h1, a +{ + color: white; +} + +#wrapper +{ + background-color: rgba(2,2,2, .5); + width: 1200px; + margin: 0px auto; +} + +#top_headers, #survey, ul, h3 +{ + display: inline-block; +} + +li +{ + max-width: 350px; +} + +#left_content +{ + width: 650px; + display: inline-block; + background-color: rgba(220, 0, 0, .6); + height: 520px; + vertical-align: top; + margin-left: 40px; +} + +#right_content +{ + width: 450px; + display: inline-block; + background-color: rgba(0, 220, 0, .6); + height: 520px; + vertical-align: top; +} + +.box +{ + vertical-align: top; + display: inline-block; + width: 300px; + padding: 10px; +} + +img +{ + width: 310px; + height: 200px; + display: block; + margin: 5px auto; +} \ No newline at end of file diff --git a/Jesus_Urias/debugging_jquery.html b/Jesus_Urias/debugging_jquery.html new file mode 100644 index 0000000..3b765f6 --- /dev/null +++ b/Jesus_Urias/debugging_jquery.html @@ -0,0 +1,89 @@ + + + jQuery + + + + + +
+
+

The Codingdojo Pizzeria!

+

The best slice in the valley!

+
+
+ Question of the month: What is your favorite pizza topping? + Pepperoni + Bacon + Pineapple + +
+
+
+

About us!

+

+ We know that writing code works up an appetite, that's why Codingdojo is proud to announce that we are opening a + pizza kitchen inside our mountain view location! Head chef Michael "spumoni" Choi has lots of delicious family recipes + to share with our customers! Whether you like flat crust or deep dish so deep you can't cut through it, + the Codingdojo pizzeria has something you and all of your friends can agree on. Using only the + freshest ingredients the Bay area has to offer, the Codingdojo pie will be sure to debug your hunger! +

+
+
+

Thin Crust Pizza

+
    +
  • Small: $10.00
  • +
  • Medium: $15.00
  • +
  • Large: $20.00
  • +
  • Dojo size: $30.00 (feeds 10 ninjas)
  • +
  • Toppings: $2.00 per small, $2.50 per medium, $2.75 per large, $3.00 per Dojo
  • +
+

Deep dish, 'Dojo style' Pizza

+
    +
  • Small: $12.00
  • +
  • Medium: $17.00
  • +
  • Large: $24.00
  • +
  • Dojo size: $34.00 (feeds 10 ninjas)
  • +
  • Toppings: $2.00 per small, $2.50 per medium, $2.75 per large, $3.00 per Dojo
  • +
+ Click here to order! +
+ +
+
+ +
Our pizza runs on all browsers!
+ +
Made from the freshest ingredients!
+
+
+ + \ No newline at end of file diff --git a/Jesus_Urias/dough.jpg b/Jesus_Urias/dough.jpg new file mode 100644 index 0000000..c8c2d7c Binary files /dev/null and b/Jesus_Urias/dough.jpg differ diff --git a/Jesus_Urias/logo.PNG b/Jesus_Urias/logo.PNG new file mode 100644 index 0000000..fe51c1e Binary files /dev/null and b/Jesus_Urias/logo.PNG differ diff --git a/Jesus_Urias/pizza.jpg b/Jesus_Urias/pizza.jpg new file mode 100644 index 0000000..af81a52 Binary files /dev/null and b/Jesus_Urias/pizza.jpg differ