Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
64 changes: 64 additions & 0 deletions Kyle_Stainsby/Contact Cards site/contact_cards.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
*{
margin: 0px;
padding: 0px;
font-family:sans-serif;
}
body {
background:white;
}
.wrapper{
width: 970px;
height: auto;
margin: 0 auto;
background:grey;
justify-content: center;
align-items:center;
}
.left_content{
vertical-align: top;
display:inline-block;
width:484px;
height:auto;

}
.right_content{
vertical-align: top;
display:inline-block;
width:484px;
height:auto;

}
input{
display:inline-block;
margin-right: 250px;
margin-top: 50px;
}
textarea{
display: inline-block;
height:100px;
width:300px;
margin-right: 150px;
}
.left_content p{
display:inline-block;
margin-top: 100px;
margin-right: 250px;
}
button{
margin-top: 50px;
margin-bottom: 300px;
}
.pre_flip{
display:inline-block;
width:483px;
height:150px;
background:white;
margin-top: 30px;
}
.post_flip{
display:inline-block;
width:483px;
height:150px;
background:white;
margin-top: 30px;
}
36 changes: 36 additions & 0 deletions Kyle_Stainsby/Contact Cards site/contact_cards.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="contact_cards.css">
<meta charset="utf-8">
<script src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script type="text/javascript">
$(document).ready(function(){

$('button').click(function(){
$('.right_content').append(
"<div class='pre_flip'>" + "<h2>" + $('input[name=first_name]').val() + " " + $('input[name=last_name]').val() + '</h2>' + '<h3> Click for Description</h3>' + '</div>')
return false
});
$(document).on('click', 'h2', function(){
$(this).hide( function(){
$(this).replaceWith("<div class='.post_flip'>" + $('.description').val() + '</div>');
});
});
});
</script>
</head>
<body>
<div class="wrapper">
<div class="left_content">
<label>First Name<input type='text' name="first_name"></label>
<label>Last Name<input type='text' name='last_name'></label>
<p>Description</p>
<textarea class=description></textarea>
<button>Add User</button>
</div><!--
--><div class="right_content">

</div>
</div>
</body>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions Kyle_Stainsby/Database_Project/Database_Project/database_project.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
*{
margin: 0px;
padding: 0px;
}
body{
background:white;
}
.wrapper{
width: 965px;
height: 1000px;
margin: 0 auto;
background:radial-gradient(#6C5866, #565074, #3C354D);
justify-content: center;
align-items:center;
}
#title_bar{
width:970px;
background:linear-gradient(#FFFFFF,#EEF0EC);
height:110px;

}
.hello_image{
margin-left:10px;

}
.title{
display:inline-block;
font-weight:bolder;
font-size:16pt;
vertical-align: top;
margin-left:300px;
margin-top:50px;
}
#navigation{

}
.navigation_list{
list-style:none;
border:1px solid black;
width:100%;
}
.navigation_list_items{
display:inline-block;
font-size:10pt;
background:white;
padding:8px 38.4px 8px 38.5px;
border-left:0px;


border:thin solid black;
}
.nava{
border-right:0px;
display:inline-block;
font-size:10pt;
background:white;
padding:8px 38.3px 8px 38.3px;


}
.box_left{
display:inline-block;
width:480px;
height:235px;
background:#C0C0C0;
margin:15px;
padding:7px;
vertical-align: top;
}
.box_right{
width:400px;
height:241px;
background:#E7E6EE;
display:inline-block;
margin-top:15px;
vertical-align: top;
padding-bottom:7px;
}
.rightbtxta{
font-size:10pt;
font-weight:bold;
padding-top:7px;
padding-left:8px;
}
.rightbtxtb{
font-size:9pt;
padding-top:10px;
padding-left:9px

}
.top_bar{
font-size:18pt;
padding-left:15px;
padding-top:10px;
height:35px;
width:385px;
background:linear-gradient(#C6C2C7,grey,#C6C2C7);
}
.b_blocka{
display:inline-block;
margin-top:10px;
margin-left:20px;
margin-right:5px;

background:red;
height:500px;
width:220px;
background:linear-gradient(#9BA8C2,white);
}
.b_block{
display:inline-block;
margin-top:20px;
margin-left:5px;
margin-right:5px;

background:red;
height:500px;
width:220px;
background:linear-gradient(#9BA8C2,white);
}
.top_bara{
display:inline-block;
background:linear-gradient(#C6C2C7,grey,#C6C2C7);
font-size:14pt;
font-weight:bolder;
height:35px;
width:207px;
padding-top: 9px;
padding-left:13px;

}

.b_text{
display:inline-block;
margin:10px;

}
.bottomb{
display:inline-block;
background:blue;
color:white;
border-radius:8px;
width:95px;
height:30px;
margin-top:20px;
margin-left:100px;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPES HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="database_project.css">
</head>
<body>
<div class= "wrapper">

<div id="title_bar">
<img class="hello_image" src="database-name.jpg" alt="Could Not Load Image" width=180px height=95px;>
<p class="title">You can't learn enough about Databases!</p>
</div>
<ul id="navigation">
<li class="navigation_list_items"><a href="#">Home</a></li><!--
--><li class="navigation_list_items"><a href="#">About</a></li><!--
--><li class="navigation_list_items"><a href="#">Storage</a></li><!--
--><li class="navigation_list_items"><a href="#">Searching</a></li><!--
--><li class="navigation_list_items"><a href="#">Interaction</a></li><!--
--><li class="navigation_list_items"><a href="#">Companies</a></li><!--
--><li class="navigation_list_items"><a href="#">Contact Us</a></li><!--
--><li class="nava">&nbsp</li>
</ul>
<div class="box_left">
<img class="top_image" src="database.jpg" alt="Could Not Load Image" width=480px height=235px>
</div>
<div class="box_right">
<p class="top_bar">What are Databases?</p>
<p class="rightbtxta">A Structred Set of Data</p>
<p class="rightbtxtb">commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, </p>
</div>
<div class="b_blocka">
<p class="top_bara">Storage</p>
<img class="storage" src="harddrive.jpg" alt="Could Not Load Image" width=220px height=120px;>
<p class="b_text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut
</p>
<input class="bottomb" type="submit" value="Read More...">
</div>
<div class="b_block">
<p class="top_bara">Searching</p>
<img class="storage" src="database-search.jpg" alt="Could Not Load Image" width=220px height=120px;>
<p class="b_text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut
</p>
<input class="bottomb" type="submit" value="Read More...">
</div>
<div class="b_block">
<p class="top_bara">Interaction</p>
<img class="storage" src="dbinteraction.png" alt="Could Not Load Image" width=220px height=120px;>
<p class="b_text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut
</p>
<input class="bottomb" type="submit" value="Read More...">
</div>
<div class="b_block">
<p class="top_bara">Companies</p>
<img class="storage" src="database-companies.jpg" alt="Could Not Load Image" width=220px height=120px;>
<p class="b_text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut
</p>
<input class="bottomb" type="submit" value="Read More...">
</div>
</body>
</html>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Kyle_Stainsby/Debugging-jQuery
Submodule Debugging-jQuery added at d28162
Binary file added Kyle_Stainsby/Game_of_Thrones/baratheon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions Kyle_Stainsby/Game_of_Thrones/gameofthrones.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
*{
margin: 0px;
padding: 0px;
font-family:sans-serif;
}
body {
background:white;
}
.wrapper{
width: 970px;
height: 900px;
margin: 0 auto;
background:linear-gradient(#E3E3E3,#FFFFFF,#FFFFFF);
justify-content: center;
align-items:center;
}
img{
display:inline-block;
height:150px;
width:242.5px;
}
.description{
height:500px;
width:750px;
background:gray;
margin-left: 110px;
}
33 changes: 33 additions & 0 deletions Kyle_Stainsby/Game_of_Thrones/gameofthrones.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="gameofthrones.css">
<script src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script type="text/javascript">

$(document).ready(function(){
var base_url='http://anapioficeandfire.com/api/houses/'
$('img').click(function(){
$.get(base_url + $(this).attr('abc'), function(res){
console.log(res.name)
$('.description').html('<h1>' + 'Name' + '</h1>');
$('.description').append('<h4>' + res.name + '</h4>');
$('.description').append('<h3>' + 'Words' + '</h3>');
$('.description').append('<h4>' + res.words + '</h4>');
$('.description').append('<h3>' + 'Titles' + '</h3>');
$('.description').append('<h4>' + res.titles + '</h4>');
}, 'json');
});
});
</script>
</head>
<body>
<div class="wrapper">
<img abc='362' src="stark.jpg" alt="Could Not Load Image"><!--
--><img abc=222 src="targaryen.jpg" alt="Could Not Load Image"><!--
--><img abc= '328' src="lannister.jpg" alt="Could Not Load Image"><!--
--><img abc='128' src="baratheon.png" alt="Could Not Load Image">
<div class='description'></div>
</div>
</body>
Binary file added Kyle_Stainsby/Game_of_Thrones/lannister.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 Kyle_Stainsby/Game_of_Thrones/stark.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 Kyle_Stainsby/Game_of_Thrones/targaryen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading