Skip to content

Commit 1752eb7

Browse files
committed
-Daily Update
-All of the footer links except youtube is fixed now! -New project : Dunk Chess has taken its position on the top table of our site. -The visual glitch that has been occured after todays earlier patch have been fixed.
1 parent 6bbf3f9 commit 1752eb7

File tree

11 files changed

+271
-346
lines changed

11 files changed

+271
-346
lines changed

blog-more.html

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -248,37 +248,44 @@ <h2 class="custom"><span>RECENT POSTS</span></h2>
248248
<!-- ENDS WRAPPER -->
249249

250250
<!-- FOOTER -->
251-
<div id="footer">
252-
<div id="footer-wrapper">
253-
254-
<!-- footer-cols -->
255-
<ul class="footer-cols">
256-
<li class="col">
257-
<h6>LINKS</h6>
258-
<ul>
259-
<li><a href="https://www.github.com">GitHub</a></li>
260-
<li><a href="http://www.lwjgl.org/">LWJGL</a></li>
261-
</ul>
262-
</li>
263-
<li class="col">
264-
<h6>SEARCH THE SITE</h6>
265-
<form method="get" id="searchform" action="">
266-
<div>
267-
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
268-
<input type="submit" id="searchsubmit" value=" " />
269-
</div>
270-
</form>
271-
</li>
272-
<li class="col">
273-
<h6>FOLLOW US</h6>
274-
<ul>
275-
<li class="icon twitter"><a href="#">on Twitter</a></li>
276-
<li class="icon facebook"><a href="#">on Facebook</a></li>
277-
<li class="icon github"><a href="https://github.com/KittenCode">on GitHub</a></li>
278-
<li class="icon youtube"><a href="#">on Youtube</a></li>
279-
</ul>
280-
</li>
281-
</ul>
251+
<div id="footer">
252+
<div id="footer-wrapper">
253+
254+
<!-- footer-cols -->
255+
<ul class="footer-cols">
256+
<li class="col">
257+
<h6>LINKS</h6>
258+
<ul>
259+
<li><a href="https://www.github.com">GitHub</a></li>
260+
<li><a href="http://www.lwjgl.org/">LWJGL</a></li>
261+
</ul>
262+
</li>
263+
<li class="col">
264+
<h6>SEARCH THE SITE</h6>
265+
<form method="get" id="searchform" action="">
266+
<div>
267+
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
268+
<input type="submit" id="searchsubmit" value=" " />
269+
</div>
270+
</form>
271+
</li>
272+
<li class="col">
273+
<h6>FOLLOW US</h6>
274+
<ul>
275+
<li class="icon twitter"><a href="#">on Twitter</a></li>
276+
<li class="icon google"><a href="https://github.com/KittenCode">on GitHub</a></li>
277+
<li class="icon youtube"><a href="#">on Youtube</a></li>
278+
</ul>
279+
</li>
280+
</ul>
281+
<!-- footer-cols -->
282+
</div>
283+
284+
<div class="footer-bottom">
285+
<p class="legal">Kitten Code 2015</p>
286+
</div>
287+
288+
</div>
282289
<!-- footer-cols -->
283290

284291
</div>

blog.html

Lines changed: 38 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
<a href="blog.html">BLOG</a>
107107
<ul>
108108
<li><a href="blog.html">SIDEBAR</a></li>
109-
<li><a href="blog-full.html">FULL WIDTH</a></li>
110109
</ul>
111110
</li>
112111
<li><a href="contact.html">CONTACT</a></li>
@@ -227,41 +226,44 @@ <h2 class="custom"><span>RECENT POSTS</span></h2>
227226

228227

229228
<!-- FOOTER -->
230-
<div id="footer">
231-
<div id="footer-wrapper">
232-
233-
234-
235-
<!-- footer-cols -->
236-
<ul class="footer-cols">
237-
<li class="col">
238-
<h6>LINKS</h6>
239-
<ul>
240-
<li><a href="http://www.luiszuno.com">More Freebies</a></li>
241-
<li><a href="http://themeforest.net/user/Ansimuz/portfolio?ref=Ansimuz">Premium Themes</a></li>
242-
</ul>
243-
</li>
244-
<li class="col">
245-
<h6>SEARCH THE SITE</h6>
246-
<form method="get" id="searchform" action="">
247-
<div>
248-
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
249-
<input type="submit" id="searchsubmit" value=" " />
250-
</div>
251-
</form>
252-
</li>
253-
<li class="col">
254-
<h6>FOLLOW US</h6>
255-
<ul>
256-
<li class="icon twitter"><a href="https://twitter.com/KittenCodeDev">Follow me</a></li>
257-
<li class="icon facebook"><a href="#">Be a fan on faceBook</a></li>
258-
<li class="icon delicious"><a href="#">Bookmark us</a></li>
259-
<li class="icon digg"><a href="#">Share this</a></li>
260-
<li class="icon deviantart"><a href="#">Check my folio on deviant</a></li>
261-
<li class="icon youtube"><a href="#">See our screens</a></li>
262-
</ul>
263-
</li>
264-
</ul>
229+
<div id="footer">
230+
<div id="footer-wrapper">
231+
232+
<!-- footer-cols -->
233+
<ul class="footer-cols">
234+
<li class="col">
235+
<h6>LINKS</h6>
236+
<ul>
237+
<li><a href="https://www.github.com">GitHub</a></li>
238+
<li><a href="http://www.lwjgl.org/">LWJGL</a></li>
239+
</ul>
240+
</li>
241+
<li class="col">
242+
<h6>SEARCH THE SITE</h6>
243+
<form method="get" id="searchform" action="">
244+
<div>
245+
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
246+
<input type="submit" id="searchsubmit" value=" " />
247+
</div>
248+
</form>
249+
</li>
250+
<li class="col">
251+
<h6>FOLLOW US</h6>
252+
<ul>
253+
<li class="icon twitter"><a href="#">on Twitter</a></li>
254+
<li class="icon google"><a href="https://github.com/KittenCode">on GitHub</a></li>
255+
<li class="icon youtube"><a href="#">on Youtube</a></li>
256+
</ul>
257+
</li>
258+
</ul>
259+
<!-- footer-cols -->
260+
</div>
261+
262+
<div class="footer-bottom">
263+
<p class="legal">Kitten Code 2015</p>
264+
</div>
265+
266+
</div>
265267
<!-- footer-cols -->
266268

267269

contact.html

Lines changed: 40 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@
125125
<!-- page-content -->
126126
<div class="page-content">
127127

128-
129-
130-
131128
<!-- left -->
132129
<div class="one-half">
133130
<!-- staff -->
@@ -138,19 +135,19 @@ <h2 class="custom ">Here we are!</h2>
138135
<p class="staff-info">Computer engineering student from Celal Bayar University</p>
139136
<p class="staff-mail"><a href="mailto:ahmetkasif1995@gmail.com">ahmetkasif1995@gmail.com</a></p>
140137
</li>
141-
<<<<<<< HEAD
138+
142139
<li class="guy">
143140
<p class="staff-name custom">Ibrahim KONUK</p>
144141
<p class="staff-info">Computer engineering student from Fırat University</p>
145142
<p class="staff-mail"><a href="mailto:lili@yourserver.com">ibrahim.burhan.konuk@gmail.com</a></p>
146143
</li>
147-
=======
144+
148145
<li class="guy">
149146
<p class="staff-name custom">Ibrahim KONUK</p>
150147
<p class="staff-info">Computer engineering student from Fırat University</p>
151148
<p class="staff-mail"><a href="mailto:ibrahim.burhan.konuk@gmail.com">ibrahim.burhan.konuk@gmail.com</a></p>
152149
</li>
153-
>>>>>>> origin/master
150+
154151
<li class="guy">
155152
<p class="staff-name custom"><a href="https://abdullahoguk.github.io">Abdullah OGUK </a></p>
156153
<p class="staff-info">Computer engineering student from Celal Bayar University</p>
@@ -230,48 +227,44 @@ <h2 class="custom">CONTACT FORM</h2>
230227

231228

232229
<!-- FOOTER -->
233-
<div id="footer">
234-
<div id="footer-wrapper">
235-
236-
237-
238-
<!-- footer-cols -->
239-
<ul class="footer-cols">
240-
241-
<li class="col">
242-
<h6>SEARCH THE SITE</h6>
243-
<form method="get" id="searchform" action="">
244-
<div>
245-
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
246-
<input type="submit" id="searchsubmit" value=" " />
247-
</div>
248-
</form>
249-
</li>
250-
<li class="col">
251-
<h6>FOLLOW US</h6>
252-
<ul>
253-
<li class="icon twitter"><a href="https://twitter.com/KittenCodeDev">Follow me</a></li>
254-
<li class="icon facebook"><a href="#">Be a fan on faceBook</a></li>
255-
<li class="icon delicious"><a href="#">Bookmark us</a></li>
256-
<li class="icon digg"><a href="#">Share this</a></li>
257-
258-
<li class="icon youtube"><a href="#">See our screens</a></li>
259-
</ul>
260-
</li>
261-
</ul>
262-
<!-- footer-cols -->
263-
264-
265-
230+
<div id="footer">
231+
<div id="footer-wrapper">
266232

267-
</div>
268-
269-
<div class="footer-bottom">
270-
<p class="legal">Kitten Code 2015</p>
271-
</div>
272-
273-
</div>
274-
<!-- ENDS FOOTER -->
233+
<!-- footer-cols -->
234+
<ul class="footer-cols">
235+
<li class="col">
236+
<h6>LINKS</h6>
237+
<ul>
238+
<li><a href="https://www.github.com">GitHub</a></li>
239+
<li><a href="http://www.lwjgl.org/">LWJGL</a></li>
240+
</ul>
241+
</li>
242+
<li class="col">
243+
<h6>SEARCH THE SITE</h6>
244+
<form method="get" id="searchform" action="">
245+
<div>
246+
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
247+
<input type="submit" id="searchsubmit" value=" " />
248+
</div>
249+
</form>
250+
</li>
251+
<li class="col">
252+
<h6>FOLLOW US</h6>
253+
<ul>
254+
<li class="icon twitter"><a href="#">on Twitter</a></li>
255+
<li class="icon google"><a href="https://github.com/KittenCode">on GitHub</a></li>
256+
<li class="icon youtube"><a href="#">on Youtube</a></li>
257+
</ul>
258+
</li>
259+
</ul>
260+
<!-- footer-cols -->
261+
</div>
262+
263+
<div class="footer-bottom">
264+
<p class="legal">Kitten Code 2015</p>
265+
</div>
266+
267+
</div>
275268

276269

277270
<!-- start cufon -->

img/dummies/dunkchess.jpg

77 KB
Loading

img/dummies/front-page-thumb-3.jpg

-15.6 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@
156156
</div>
157157
</li>
158158
<li class="block-3">
159-
<p class="block-title custom">GRAPH</p>
159+
<p class="block-title custom">DUNK CHESS</p>
160160
<div class="thumb-holder">
161161
<div class="img-holder">
162-
<a href="projects/graph.html"><img src="img/dummies/front-page-thumb-3.jpg" alt="Thumb" class="thumb" title="Thumbnail" /> </a>
162+
<a href="projects/dunkchess.html"><img src="img/dummies/dunkchess.jpg" alt="Thumb" class="thumb" title="Thumbnail" /> </a>
163163
</div>
164-
<p class="thumb-text">Graph data structure simulation tool using Java.</p>
165-
<p><a href="projects/graph.html" class="more">MORE &gt;</a></p>
164+
<p class="thumb-text">Simple chess game only in multiplayer.</p>
165+
<p><a href="projects/dunkchess.html" class="more">MORE &gt;</a></p>
166166
</div>
167167
</li>
168168
</ul>
@@ -208,12 +208,7 @@ <h6>SEARCH THE SITE</h6>
208208
<li class="col">
209209
<h6>FOLLOW US</h6>
210210
<ul>
211-
<<<<<<< HEAD
212-
<li class="icon twitter"><a href="#">on Twitter</a></li>
213-
=======
214211
<li class="icon twitter"><a href="https://twitter.com/KittenCodeDev">on Twitter</a></li>
215-
<li class="icon facebook"><a href="#">on Facebook</a></li>
216-
>>>>>>> origin/master
217212
<li class="icon google"><a href="https://github.com/KittenCode">on GitHub</a></li>
218213
<li class="icon youtube"><a href="#">on Youtube</a></li>
219214
</ul>

projects.html

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
<div id="footer-wrapper">
167167

168168
<!-- footer-cols -->
169-
<<<<<<< HEAD
170169
<ul class="footer-cols">
171170
<li class="col">
172171
<h6>LINKS</h6>
@@ -193,47 +192,12 @@ <h6>FOLLOW US</h6>
193192
</ul>
194193
</li>
195194
</ul>
196-
=======
197-
<ul class="footer-cols">
198-
<li class="col">
199-
<h6>LINKS</h6>
200-
<ul>
201-
<li><a href="http://www.luiszuno.com">More Freebies</a></li>
202-
<li><a href="http://themeforest.net/user/Ansimuz/portfolio?ref=Ansimuz">Premium Themes</a></li>
203-
</ul>
204-
</li>
205-
<li class="col">
206-
<h6>SEARCH THE SITE</h6>
207-
<form method="get" id="searchform" action="">
208-
<div>
209-
<input type="text" value="Search..." name="s" id="s" onfocus="defaultInput(this)" onblur="clearInput(this)" />
210-
<input type="submit" id="searchsubmit" value=" " />
211-
</div>
212-
</form>
213-
</li>
214-
<li class="col">
215-
<h6>FOLLOW US</h6>
216-
<ul>
217-
<li class="icon twitter"><a href="https://twitter.com/KittenCodeDev">Follow me</a></li>
218-
<li class="icon facebook"><a href="#">Be a fan on faceBook</a></li>
219-
<li class="icon delicious"><a href="#">Bookmark us</a></li>
220-
<li class="icon digg"><a href="#">Share this</a></li>
221-
<li class="icon deviantart"><a href="#">Check my folio on deviant</a></li>
222-
<li class="icon youtube"><a href="#">See our screens</a></li>
223-
</ul>
224-
</li>
225-
</ul>
226-
>>>>>>> origin/master
227195
<!-- footer-cols -->
228-
229-
230-
231-
232196
</div>
233197

234-
<div class="footer-bottom">
235-
<p class="legal">Muro created by <a href="http://www.luiszuno.com">luiszuno.com</a></p>
236-
</div>
198+
<div class="footer-bottom">
199+
<p class="legal">Kitten Code 2015</p>
200+
</div>
237201

238202
</div>
239203
<!-- ENDS FOOTER -->

0 commit comments

Comments
 (0)