-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
211 lines (181 loc) · 9.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<link type="text/css" rel="stylesheet" href="https://simplycoding.org/projects.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://simplycoding.org/files/javascript.js"></script>
<script src="https://simplycoding.org/widgets.bundle.js"></script>
<script>
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'table'){
e.style.display = 'none';
}else{
e.style.display = 'table';
e.style.border = '1px solid black';
e.style.padding = '10px';
e.style.marginTop = '10px';
e.style.marginLeft = '10px';
e.style.marginRight = '10px';
//e.style.marginBottom = '5px';
}
}
</script>
<style>
.hi {
display:none;
color:maroon;
width:auto;
}
</style>
</head>
<body>
<div class="container" id="bkground">
<br>
<div class="row">
<div class="col-xs-1 text-center"></div>
<div id="logo" class="col-xs-10 text-center">
My Coding Projects!
</div>
</div><!-- end row row-->
<div class="row">
<div id="links" class="col-sm-12 text-center">
Click the Images below to see my coding Projects
</div>
</div><!-- end row row-->
<div class="row">
<div class="text-center col-xs-12" id="webprojects">Web Projects</div>
<div class="col-sm-1 col-xs-0"></div>
<div id="images" class="col-xs-12 col-sm-4 text-center">
<a href="FirstWebsite/index.html" target="_blank">HTML Website<br><br><img src="FirstWebsite.png" class="img-responsive"></a><br>
<p>Straight HTML and CSS minor JavaScript, fixed dimensions.</p>
</div>
<div class="col-sm-2"></div>
<div id="images" class="col-xs-12 col-sm-4 text-center">
<a href="ResponsiveWebsite/index.html" target="_blank">Responsive Website<br><br><img src="ResponsiveWebsite.png" class="img-responsive"></a><br>
<p>JavaScript form validation and comment post. Bootstrap CSS for responsive website.</p>
</div>
</div><!-- end row row-->
<div class="row">
<div class="text-center col-xs-12" id="jsbg">JavaScript Browser Game Projects</div>
</div>
<div class="row">
<div id="images" class="col-xs-6 col-sm-3 text-center">
<a href="GameDesign/pong/index.html" target="_blank">Pong<br><br><img src="Pong.png" class="img-responsive"></a><br>
<p>Classic Pong Game.</p>
</div>
<div id="images" class="col-xs-6 col-sm-3 text-center">
<a href="GameDesign/fish/index.html" target="_blank">Fish Game<br><br><img src="Fish.png" class="img-responsive"></a><br>
<p>Fish Survival.</p>
</div>
<div id="images" class="col-xs-6 col-sm-3 text-center">
<a href="GameDesign/platform/index.html" target="_blank">Platform<br><br><img src="Platform.png" class="img-responsive"></a><br>
<p>Spaceman Platformer Game.</p>
</div>
<div id="images" class="col-xs-6 col-sm-3 text-center">
<a href="GameDesign/custom/index.html" target="_blank">Custom Game<br><br><img src="Custom.png" class="img-responsive"></a><br>
<p>Custom Game from what I learned.</p>
</div>
</div><!-- end row row-->
<div class="row">
<div class="text-center col-xs-6" id="jsbgt">Advanced JavaScript Browser Games</div>
<div class="text-center col-xs-6" id="jsbgt">Python Code!</div>
</div>
<div class="row">
<div id="images" class="col-xs-12 col-sm-3 text-center">
<a href="GameDesignTwo/TowerDefense/index.html" target="_blank">Tower Defense<br><br><img src="TowerDefense.png" class="img-responsive"></a><br>
<p>2D Side View Tower Defense.</p>
</div>
<div id="images" class="col-xs-12 col-sm-3 text-center">
<a href="GameDesignTwo/gd2/craft runner/index.html" target="_blank">Racing Game<br><br><img src="ChaseRunner.png" class="img-responsive"></a><br>
<p>Custom Racing Game.</p>
</div>
<div id="images" class="col-xs-12 col-sm-3 text-center">
<a href="GameDesignTwo/Python/ta/index.html" target="_blank">Text Adventure Game!<br><br><img src="Python.png" class="img-responsive"></a><br>
<p>Custom Text Adventure Game.</p>
</div>
<div id="images" class="col-xs-12 col-sm-3 text-center">
<a href="GameDesignTwo/Python/mp/index.html" target="_blank">Multiplayer Spaceship Adventure<br><br><img src="https://s3-us-west-2.amazonaws.com/simplycoding/Python/Python.png" alt="" class="img-responsive"></a><br>
<p>Create your own spaceship (client) to enter the server world!.</p>
</div>
</div><!-- end row row-->
<div class="row">
<div class="text-center col-xs-12" id="java" style="margin-bottom:10px;">Java Projects</div>
<p style="" class="text-center">Some of these Java Projects cannot run in the browser (they use swing to generate a user interface).<br> For those you can view the video of it working and also download the executable '.jar' file to run on your own computer!</p>
<div id="images" class="col-xs-4 col-sm-4 text-center">
<a href="Java/guess.html" target="_blank">Guess My Number!<br><br>
<img src="Guess.png" class="img-responsive"></a><br>
<p>Guess The Number! You have 8 Chances.</p>
</div>
<div id="images" class="col-xs-4 col-sm-4 text-center">
<a href="Java/sticks.html" target="_blank">Stick Game<br><br>
<img src="Stick.png" class="img-responsive"></a><br>
<p>Don't be left with the final stick!</p>
</div>
<div id="images" class="col-xs-4 col-sm-4 text-center">
<a href="Java/calc.html" target="_blank">Calculator<br><br>
<img src="Calc.png" class="img-responsive"></a><br>
<p>Real Working Console Calculator!</p>
</div>
</div> <!-- end Row-->
<div class="row">
<div id="images" class="col-xs-4 col-sm-4 text-center">
<p onclick="popupv('https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/TicTacToe.mov','video');" id="bold" class="center" style="color:#008FB2;cursor: pointer;">2-player Tic Tac Toe Game!</p>
<img src="TicTacToe.png" class="img-responsive" style="margin:auto"></a><br>
<a href="Java/TTT2.png" style="color:brown" target="_blank">Click Here to See the Java Code</a>
<br>
<a href="https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/TicTacToe.jar">Download the Executable Jar File.</a>
</div>
<div id="images" class="col-xs-4 col-sm-4 text-center">
<p onclick="popupv('https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/TicTacToee.mov','video');" id="bold" class="center" style="color:#008FB2;cursor: pointer;">3-player Tic Tac Toe Game!</p>
<img src="TicTacToe3.png" class="img-responsive" style="margin:auto"></a><br>
<a href="Java/TTTjava.png" style="color:brown" target="_blank">Click Here to See the Java Code</a>
<br>
<a href="https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/TicTacToe3.jar">Download the Executable Jar File.</a>
</div>
<div id="images" class="col-xs-4 col-sm-4 text-center">
<p onclick="popupv('https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/Puzzle.mov','video');" id="bold" class="center" style="color:#008FB2;cursor: pointer;">Puzzle Shuffler!</p>
<img src="Puzzle.png" class="img-responsive" style="margin:auto"></a><br>
<a href="https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/PuzzleCode.mov" style="color:brown" target="_blank">Click Here to See the Java Code</a>
<br>
<a href="https://s3-us-west-2.amazonaws.com/simplycoding/Portfolio/Live/Puzzle.jar">Download the Executable Jar File.</a>
</div>
</div><!-- end row row-->
<div class="row" style="margin:1em;">
<div class="text-center col-xs-12" id="java" style="margin-bottom:10px;">Minecraft Mod in Java!</div>
<div class="row">
<div class="col-xs-12 col-sm-6 text-center">
<b>Atomic Launcher</b><br><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/7fkThowrEU0" frameborder="0" allowfullscreen></iframe></div>
<p>Quick shot of our Atomic Launcher at work. Used the Bow class to code this.</p>
</div>
<div class="col-xs-12 col-sm-6 text-center">
<b>Super Sword & Super Armor</b><br><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/51UXM7PUJG4" frameborder="0" allowfullscreen></iframe></div>
<p>Here's what the Super Sword and Armor can do. Use Java to specify left & righ click actions.</p>
</div>
</div> <!-- end row -->
<hr>
<div class="row">
<div class="col-xs-12 col-sm-6 text-center">
<b>Custom Candy Zombie Mob</b><br><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/TRfG-u_wei0" frameborder="0" allowfullscreen></iframe></div>
<p>Candy Zombie, but you can create and customize and Mob you'd like!</p>
</div>
<div class="col-xs-12 col-sm-6 text-center">
<b>Longer Mod Video!</b><br><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="90%" class="embed-responsive-item" src="https://www.youtube.com/embed/6xzM3FzfbOg" frameborder="0" allowfullscreen></iframe></div>
<p>If you can think of it, there's a way to code it into Minecraft using Java.</p>
</div>
</div> <!-- End Row -->
<br><br><br><br><br><br><br><br><br><br><br><br>
</div> <!-- end container -->
</body>
</html>