Skip to content

Commit 97d1987

Browse files
committed
Replace master branch with page content via GitHub
1 parent 8fdeb42 commit 97d1987

File tree

5 files changed

+845
-272
lines changed

5 files changed

+845
-272
lines changed

index.html

Lines changed: 46 additions & 272 deletions
Original file line numberDiff line numberDiff line change
@@ -1,289 +1,63 @@
1-
<!DOCTYPE HTML>
2-
<!--
3-
ZeroFour template by HTML5 UP
4-
html5up.net | @n33co
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>We Are Codeaia by codeaia</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name">We Are Codeaia</h1>
15+
<h2 class="project-tagline">(: We Design Things :)</h2>
16+
</section>
517

6-
Configuration by KittenCode Web Dev. Team
7-
http://kittencode.github.io
8-
Licensed under MIT License
9-
-->
18+
<section class="main-content">
19+
<h3>
20+
<a id="our-projects" class="anchor" href="#our-projects" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Our Projects</h3>
1021

11-
<html>
12-
<head>
13-
<title>Kittencode</title>
14-
<meta charset="utf-8" />
15-
<meta name="viewport" content="width=device-width, initial-scale=1" />
16-
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
17-
<link rel="stylesheet" href="assets/css/main.css" />
18-
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
19-
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
20-
</head>
21-
<body class="homepage">
22-
<div id="page-wrapper">
23-
<!-- Header -->
24-
<div id="header-wrapper">
25-
<div class="container">
26-
<!-- Header -->
27-
<header id="header">
28-
<div class="inner">
29-
<!-- Logo -->
30-
<h1>Kittencode</h1>
31-
<!-- Nav -->
32-
<nav id="nav">
33-
<ul>
34-
<li class="current_page_item"><a href="index.html">Home</a></li>
35-
<li>
36-
<a href="#">Projects</a>
37-
<ul>
38-
<li><a href="project1.html">Kittenmaxit</a></li>
39-
<li><a href="project2.html">Whoops</a></li>
40-
<li>
41-
<a href="project3.html">Eu4 Türkçe Yama</a>
42-
<ul>
43-
<li><a href="#">v1 Yaması</a></li>
44-
<li><a href="#">v2 Yaması</a></li>
45-
<li><a href="#">v3 Yaması</a></li>
46-
<li><a href="#">v4 Yaması</a></li>
47-
</ul>
48-
</li>
49-
<li><a href="project4.html">kittenchess</a></li>
50-
</ul>
51-
</li>
52-
<li>
53-
<a>Dev Team</a>
54-
<ul>
55-
<li><a href="g_out.html">Ahmet Kaşif</a></li>
56-
<li><a href="g_out.html">Abdullah Öğük</a></li>
57-
<li><a href="g_out.html">İbrahim Konuk</a></li>
58-
</ul>
59-
</li>
60-
<li><a href="blog.html">Blog</a></li>
61-
<li><a href="photos.html">Photos</a></li>
62-
<li><a href="about.html">About</a></li>
63-
</ul>
64-
</nav>
65-
</div>
66-
</header>
67-
</div>
68-
</div>
69-
<!-- Main Wrapper -->
70-
<div id="main-wrapper">
71-
<div class="wrapper style1">
72-
<div class="inner">
22+
<p><a href="https://github.com/codeaia/KittenMaxit">Maxit Game with LibGDX</a></p>
7323

74-
<!-- Feature 1 -->
75-
<section class="container box feature1">
76-
<div class="row">
77-
<div class="12u">
78-
<header class="first major">
79-
<h2>Our Projects</h2>
80-
</header>
81-
</div>
82-
</div>
83-
<div class="row">
84-
<div class="4u 12u(mobile)">
85-
<section>
86-
<a href="project1.html" class="image featured"><img src="images/kmaxit1.png" alt="" style="width: inherit;"/></a>
87-
<header class="second icon fa-user">
88-
<h3>Kitten Maxit</h3>
89-
<p>Our Brand new Java Game</p>
90-
</header>
91-
</section>
92-
</div>
93-
<div class="4u 12u(mobile)">
94-
<section>
95-
<a href="project4.html" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
96-
<header class="second icon fa-user">
97-
<h3>Kitten Chess</h3>
98-
<p>Under Development</p>
99-
</header>
100-
</section>
101-
</div>
102-
<div class="4u 12u(mobile)">
103-
<section>
104-
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
105-
<header class="second icon fa-user">
106-
<h3>Third Project</h3>
107-
<p>And yes, a subtitle</p>
108-
</header>
109-
</section>
110-
</div>
111-
</div>
112-
</section>
113-
</div>
114-
</div>
115-
<div class="wrapper style2">
116-
<div class="inner">
117-
<div class="container">
118-
<div class="row">
119-
<div class="8u 12u(mobile)">
24+
<p><a href="https://github.com/codeaia/sparql-editor-ui">Sparql Query Editor</a></p>
12025

121-
<!-- Article list -->
122-
<section class="box article-list">
123-
<h2 class="icon fa-file-text-o">Recent Posts</h2>
26+
<p><a href="https://github.com/codeaia/PFChess">Chess Game with LibGDX</a></p>
12427

125-
<!-- Excerpt -->
126-
<article class="box excerpt">
127-
<a href="#" class="image left"><img src="images/pic04.jpg" alt="" /></a>
128-
<div>
129-
<header>
130-
<span class="date">July 24</span>
131-
<h3><a href="#">Turkish Localization is underway</a></h3>
132-
</header>
133-
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus
134-
semper mod quisturpis nisi consequat etiam lorem. Phasellus quam turpis,
135-
feugiat et sit amet ornare in, hendrerit in lectus semper mod quis eget mi dolore.</p>
136-
</div>
137-
</article>
28+
<p><a href="https://github.com/codeaia/chart-ui">Data visualization tool on Web using SVG</a></p>
13829

139-
<!-- Excerpt -->
140-
<article class="box excerpt">
141-
<a href="#" class="image left"><img src="images/pic05.jpg" alt="" /></a>
142-
<div>
143-
<header>
144-
<span class="date">July 18</span>
145-
<h3><a href="#">Happy Wednesday</a></h3>
146-
</header>
147-
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus
148-
semper mod quisturpis nisi consequat etiam lorem. Phasellus quam turpis,
149-
feugiat et sit amet ornare in, hendrerit in lectus semper mod quis eget mi dolore.</p>
150-
</div>
151-
</article>
30+
<h3>
31+
<a id="our-team" class="anchor" href="#our-team" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Our Team</h3>
15232

153-
<!-- Excerpt -->
154-
<article class="box excerpt">
155-
<a href="#" class="image left"><img src="images/pic06.jpg" alt="" /></a>
156-
<div>
157-
<header>
158-
<span class="date">July 14</span>
159-
<h3><a href="#">Buralar şimdilik Tarla</a></h3>
160-
</header>
161-
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus
162-
semper mod quisturpis nisi consequat etiam lorem. Phasellus quam turpis,
163-
feugiat et sit amet ornare in, hendrerit in lectus semper mod quis eget mi dolore.</p>
164-
</div>
165-
</article>
166-
</section>
167-
</div>
168-
<div class="4u 12u(mobile)">
33+
<p><a href="https://github.com/ahmetkasif">ahmetkasif - Founder</a></p>
16934

170-
<!-- Spotlight -->
171-
<section class="box spotlight">
172-
<h2 class="icon fa-file-text-o">Spotlight</h2>
173-
<article>
174-
<a href="#" class="image featured"><img src="images/pic07.jpg" alt=""></a>
175-
<header>
176-
<h3><a href="#">Neural Implants</a></h3>
177-
<p>The pros and cons. Mostly cons.</p>
178-
</header>
179-
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus semper mod
180-
quisturpis nisi consequat ornare in, hendrerit in lectus semper mod quis eget mi quat etiam
181-
lorem. Phasellus quam turpis, feugiat sed et lorem ipsum dolor consequat dolor feugiat sed
182-
et tempus consequat etiam.</p>
183-
<p>Lorem ipsum dolor quam turpis, feugiat sit amet ornare in, hendrerit in lectus semper
184-
mod quisturpis nisi consequat etiam lorem sed amet quam turpis.</p>
185-
<footer>
186-
<a href="#" class="button alt icon fa-file-o">Continue Reading</a>
187-
</footer>
188-
</article>
189-
</section>
35+
<p><a href="https://github.com/iknk">iknk - Founder</a></p>
19036

191-
</div>
192-
</div>
193-
</div>
194-
</div>
195-
</div>
196-
</div>
37+
<p><a href="https://github.com/abdullahoguk">abdullahoguk - Founder</a></p>
19738

198-
<!-- Footer Wrapper -->
199-
<div id="footer-wrapper">
200-
<footer id="footer" class="container">
201-
<div class="row">
202-
<div class="3u 12u(mobile)">
39+
<p><a href="https://github.com/hilmi3x">hilmi3x</a></p>
20340

204-
<!-- Links -->
205-
<section>
206-
<h2>Filler Links</h2>
207-
<ul class="divided">
208-
<li><a href="#">Quam turpis feugiat dolor</a></li>
209-
<li><a href="#">Amet ornare in hendrerit </a></li>
210-
<li><a href="#">Semper mod quisturpis nisi</a></li>
211-
<li><a href="#">Consequat etiam phasellus</a></li>
212-
</ul>
213-
</section>
41+
<p><a href="https://github.com/emincevikol">emincevikol</a></p>
21442

215-
</div>
216-
<div class="3u 12u(mobile)">
43+
<p><a href="https://github.com/kclpll">kclpll</a></p>
21744

218-
<!-- Links -->
219-
<section>
220-
<h2>More Filler</h2>
221-
<ul class="divided">
222-
<li><a href="#">Quam turpis feugiat dolor</a></li>
223-
<li><a href="#">Amet ornare in in lectus</a></li>
224-
<li><a href="#">Semper mod sed tempus nisi</a></li>
225-
<li><a href="#">Consequat etiam phasellus</a></li>
226-
</ul>
227-
</section>
228-
</div>
229-
<div class="6u 12u(mobile)">
45+
<p><a href="https://github.com/noxob">noxob</a></p>
23046

231-
<!-- Contact -->
232-
<section>
233-
<h2>Get in touch</h2>
234-
<div>
235-
<div class="row">
236-
<div class="6u 12u(mobile)">
237-
<dl class="contact">
238-
<dt>Twitter</dt>
239-
<dd><a href="#">@untitled-corp</a></dd>
240-
<dt>Facebook</dt>
241-
<dd><a href="#">facebook.com/untitled</a></dd>
242-
<dt>WWW</dt>
243-
<dd><a href="#">untitled.tld</a></dd>
244-
<dt>Email</dt>
245-
<dd><a href="#">kittencode@gmail.com</a></dd>
246-
</dl>
247-
</div>
248-
<div class="6u 12u(mobile)">
249-
<dl class="contact">
250-
<dt>Address</dt>
251-
<dd>
252-
Celel Bayar University<br />
253-
Muradiye Campus<br />
254-
Manisa/ TURKIYE
255-
</dd>
256-
<dt>Phone</dt>
257-
<dd>(551) 108-3553</dd>
258-
</dl>
259-
</div>
260-
</div>
261-
</div>
262-
</section>
47+
<p><a href="https://github.com/raguer100">raguer100</a></p>
26348

264-
</div>
265-
</div>
266-
<div class="row">
267-
<div class="12u">
268-
<div id="copyright">
269-
<ul class="menu">
270-
<li>&copy;Kittencode 2015</li><li>Design: Kittencode Web Dev.</a></li>
271-
</ul>
272-
</div>
273-
</div>
274-
</div>
275-
</footer>
276-
</div>
277-
</div>
49+
<h3>
50+
<a id="contact-us" class="anchor" href="#contact-us" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact Us</h3>
27851

279-
<!-- Scripts -->
280-
<script src="assets/js/jquery.min.js"></script>
281-
<script src="assets/js/jquery.dropotron.min.js"></script>
282-
<script src="assets/js/skel.min.js"></script>
283-
<script src="assets/js/skel-viewport.min.js"></script>
284-
<script src="assets/js/util.js"></script>
285-
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
286-
<script src="assets/js/main.js"></script>
52+
<p>Still working on that ..</p>
28753

288-
</body>
289-
</html>
54+
<footer class="site-footer">
55+
56+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
57+
</footer>
58+
59+
</section>
60+
61+
62+
</body>
63+
</html>

params.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "We Are Codeaia",
3+
"tagline": "(: We Design Things :)",
4+
"body": "###Our Projects\r\n\r\n[Maxit Game with LibGDX](https://github.com/codeaia/KittenMaxit)\r\n\r\n[Sparql Query Editor](https://github.com/codeaia/sparql-editor-ui)\r\n\r\n[Chess Game with LibGDX](https://github.com/codeaia/PFChess)\r\n\r\n[Data visualization tool on Web using SVG](https://github.com/codeaia/chart-ui)\r\n\r\n###Our Team \r\n\r\n[ahmetkasif - Founder](https://github.com/ahmetkasif)\r\n\r\n[iknk - Founder](https://github.com/iknk)\r\n\r\n[abdullahoguk - Founder](https://github.com/abdullahoguk)\r\n\r\n[hilmi3x](https://github.com/hilmi3x)\r\n\r\n[emincevikol](https://github.com/emincevikol)\r\n\r\n[kclpll](https://github.com/kclpll)\r\n\r\n[noxob](https://github.com/noxob)\r\n\r\n[raguer100](https://github.com/raguer100)\r\n\r\n###Contact Us\r\n\r\nStill working on that ..\r\n",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

0 commit comments

Comments
 (0)