Skip to content

Commit 92eaba8

Browse files
committed
message
1 parent dccbaa3 commit 92eaba8

File tree

4 files changed

+402
-406
lines changed

4 files changed

+402
-406
lines changed

portfolio-main/assets/js/allPosts.js

Lines changed: 398 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,398 @@
1+
const allPosts = [
2+
// API AUthetication
3+
{
4+
topic: 'feature',
5+
link: 'https://github.com/elidakirigo/rails-api-authentication-crud',
6+
title: 'Hotel Booking',
7+
content: ``,
8+
stacks: [
9+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
10+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
11+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
12+
{
13+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
14+
name: 'Bootstrap 5',
15+
},
16+
],
17+
live: [true, 'https://github.com/elidakirigo/rails-api-authentication-crud'],
18+
source: [true, 'https://github.com/elidakirigo/rails-api-authentication-crud'],
19+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
20+
},
21+
// Hotel Booking, Backend
22+
{
23+
topic: 'feature',
24+
link: 'https://github.com/elidakirigo/hotel-booking-backend',
25+
title: 'Hotel Booking',
26+
content: ``,
27+
stacks: [
28+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
29+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
30+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
31+
{
32+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
33+
name: 'Bootstrap 5',
34+
},
35+
],
36+
live: [true, 'https://github.com/elidakirigo/hotel-booking-backend'],
37+
source: [true, 'https://github.com/elidakirigo/hotel-booking-backend'],
38+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
39+
},
40+
// Folio
41+
{
42+
topic: 'responsive',
43+
link: 'https://chris-siku.vercel.app/',
44+
title: 'Folio website',
45+
content: ``,
46+
stacks: [
47+
{
48+
link: 'https://reactjs.org/docs/getting-started.html',
49+
name: 'Reactjs',
50+
},
51+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
52+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
53+
],
54+
live: [true, 'https://chris-siku.vercel.app/'],
55+
source: [true, 'https://github.com/elidakirigo/Chris-Siku-v1'],
56+
image: 'https://user-images.githubusercontent.com/101924220/209703582-eeb2e313-50a3-49a8-b133-8c5a6f5d49ea.png',
57+
},
58+
// House rental
59+
{
60+
topic: 'responsive',
61+
link: 'https://elidakirigo.github.io/real-estate/index.html',
62+
title: 'Real Estate',
63+
content: ``,
64+
stacks: [
65+
{
66+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
67+
name: 'Bootstrap 5',
68+
},
69+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
70+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
71+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
72+
],
73+
live: [true, 'https://elidakirigo.github.io/real-estate/index.html'],
74+
source: [true, 'https://github.com/elidakirigo/real-estate'],
75+
image: 'https://user-images.githubusercontent.com/101924220/209696457-a0769944-e81f-49d9-a8a3-c3e5edcc2923.png',
76+
},
77+
// Progressive web app
78+
{
79+
topic: 'feature',
80+
link: 'https://pw-food-a.netlify.app/?',
81+
title: 'Progressive web App',
82+
content: ``,
83+
stacks: [
84+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
85+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
86+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
87+
{ link: 'https://web.dev/progressive-web-apps/', name: 'PWA' },
88+
],
89+
live: [true, 'https://pw-food-a.netlify.app/?'],
90+
source: [true, 'https://github.com/elidakirigo/progressive-web-app'],
91+
image: 'https://user-images.githubusercontent.com/101924220/209708303-486fef6d-7ddf-45b3-9518-87d8159406f5.png',
92+
},
93+
// Rails blog
94+
{
95+
topic: 'feature',
96+
link: 'https://github.com/elidakirigo/Rails-Blog',
97+
title: 'Rails Blog',
98+
content: ``,
99+
stacks: [
100+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
101+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
102+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
103+
],
104+
live: [true, 'https://github.com/elidakirigo/Rails-Blog'],
105+
source: [true, 'https://github.com/elidakirigo/Rails-Blog'],
106+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
107+
},
108+
// Youtube clone
109+
{
110+
topic: 'web',
111+
link: 'https://elidakirigo.github.io/youtube_player_app/',
112+
title: 'Youtube clone',
113+
content: ``,
114+
stacks: [
115+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
116+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
117+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
118+
],
119+
live: [true, 'https://elidakirigo.github.io/youtube_player_app/'],
120+
source: [true, 'https://github.com/elidakirigo/youtube_player_app'],
121+
image: 'https://user-images.githubusercontent.com/101924220/209709562-40608166-33c0-435e-ad68-beba52c1164f.png',
122+
},
123+
// Math magician
124+
{
125+
topic: 'feature',
126+
link: 'https://chriscacl.netlify.app/',
127+
title: 'Math magician',
128+
content: ``,
129+
stacks: [
130+
{
131+
link: 'https://reactjs.org/docs/getting-started.html',
132+
name: 'Reactjs',
133+
},
134+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
135+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
136+
],
137+
live: [true, 'https://chriscacl.netlify.app/'],
138+
source: [true, 'https://github.com/elidakirigo/Math-magicians'],
139+
image: 'https://user-images.githubusercontent.com/101924220/209716069-062bb3a5-1ea6-4a8b-86a2-7892ac029808.png',
140+
},
141+
// Recipe App
142+
{
143+
topic: 'feature',
144+
link: 'https://github.com/elidakirigo/Recipe-app',
145+
title: 'Recipe App',
146+
content: ``,
147+
stacks: [
148+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
149+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
150+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
151+
{
152+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
153+
name: 'Bootstrap 5',
154+
},
155+
],
156+
live: [true, 'https://github.com/elidakirigo/Recipe-app'],
157+
source: [true, 'https://github.com/elidakirigo/Recipe-app'],
158+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
159+
},
160+
// Portfolio website
161+
{
162+
topic: 'web',
163+
link: 'https://chris-siku.netlify.app/',
164+
title: 'Portfolio website',
165+
content: ``,
166+
stacks: [
167+
{
168+
link: 'https://reactjs.org/docs/getting-started.html',
169+
name: 'Reactjs',
170+
},
171+
{ link: 'https://redux.js.org/', name: 'Redux' },
172+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
173+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
174+
],
175+
live: [true, 'https://chris-siku.netlify.app/'],
176+
source: [true, 'https://github.com/elidakirigo/my-portfolio'],
177+
image: 'https://user-images.githubusercontent.com/101924220/209657844-94b71a71-f467-45e5-87f0-1f2e65c9642f.png',
178+
},
179+
// Budget App
180+
{
181+
topic: 'feature',
182+
link: 'https://github.com/elidakirigo/Budget-app',
183+
title: 'Recipe App',
184+
content: ``,
185+
stacks: [
186+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
187+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
188+
{ link: 'https://en.wikipedia.org/wiki/HTML', name: 'HTML' },
189+
{
190+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
191+
name: 'Bootstrap 5',
192+
},
193+
],
194+
live: [true, 'https://github.com/elidakirigo/Budget-app'],
195+
source: [true, 'https://github.com/elidakirigo/Budget-app'],
196+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
197+
},
198+
// Napses Clone
199+
{
200+
topic: 'web',
201+
link: 'https://elidakirigo.github.io/napses_clone/',
202+
title: 'Napses Desktop clone',
203+
content: ``,
204+
stacks: [
205+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
206+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
207+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
208+
],
209+
live: [true, 'https://elidakirigo.github.io/napses_clone/'],
210+
source: [true, 'https://github.com/elidakirigo/napses_clone'],
211+
image: 'https://user-images.githubusercontent.com/101924220/209715163-7875f85e-9b5c-4475-b71c-da59195c0bb2.png',
212+
},
213+
// .Leader-board
214+
{
215+
topic: 'feature',
216+
link: 'https://elidakirigo.github.io/Leaderboard/dist/',
217+
title: 'Leader-board',
218+
content: ``,
219+
stacks: [
220+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
221+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
222+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
223+
],
224+
live: [true, 'https://elidakirigo.github.io/Leaderboard/dist/'],
225+
source: [true, 'https://github.com/elidakirigo/Leaderboard/'],
226+
image: 'https://user-images.githubusercontent.com/101924220/209706512-3513086d-bee8-4da8-8cdc-f312fd497357.png',
227+
},
228+
// Rest API TDD
229+
{
230+
topic: 'feature',
231+
link: 'https://github.com/elidakirigo/tdd-rest-api',
232+
title: 'TDD Rest-API',
233+
content: ``,
234+
stacks: [
235+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
236+
{ link: 'https://guides.rubyonrails.org/', name: 'Rails' },
237+
{
238+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
239+
name: 'Bootstrap 5',
240+
},
241+
],
242+
live: [true, 'https://github.com/elidakirigo/tdd-rest-api'],
243+
source: [true, 'https://github.com/elidakirigo/tdd-rest-api'],
244+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
245+
},
246+
// Personal website
247+
{
248+
topic: 'responsive',
249+
link: 'https://github.com/elidakirigo/elidakirigo',
250+
title: 'Personal Website',
251+
content: ``,
252+
stacks: [
253+
{
254+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
255+
name: 'Bootstrap 5',
256+
},
257+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
258+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
259+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
260+
],
261+
live: [true, 'https://elidakirigo.github.io/elidakirigo/'],
262+
source: [true, 'https://github.com/elidakirigo/elidakirigo'],
263+
image: 'https://user-images.githubusercontent.com/101924220/209657843-5270123e-d89b-4480-98d4-84d6a7a1a074.png',
264+
},
265+
// Portfolio mobile
266+
{
267+
topic: 'responsive',
268+
link: 'https://elidakirigo.github.io/Portfolio-mobile/',
269+
title: 'Mobile Portfolio',
270+
content: ``,
271+
stacks: [
272+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
273+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
274+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
275+
],
276+
live: [true, 'https://elidakirigo.github.io/Portfolio-mobile/'],
277+
source: [true, 'https://github.com/elidakirigo/Portfolio-mobile'],
278+
image: 'https://user-images.githubusercontent.com/101924220/209657847-0fece210-73f2-4e07-81ea-e5cbe391ccc9.png',
279+
},
280+
// House rental 2
281+
{
282+
topic: 'responsive',
283+
link: 'https://elidakirigo.github.io/house_rental/',
284+
title: 'House Renatl',
285+
content: ``,
286+
stacks: [
287+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
288+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
289+
],
290+
live: [true, 'https://elidakirigo.github.io/house_rental/'],
291+
source: [true, 'https://github.com/elidakirigo/house_rental'],
292+
image: 'https://user-images.githubusercontent.com/101924220/209699847-d943b478-51d5-4413-b613-90a424c159a1.png',
293+
},
294+
// Catalog of things
295+
{
296+
topic: 'feature',
297+
link: 'https://github.com/elidakirigo/Catalog-of-things',
298+
title: 'TDD Rest-API',
299+
content: ``,
300+
stacks: [
301+
{ link: 'https://www.ruby-lang.org/es/', name: 'Ruby' },
302+
{
303+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
304+
name: 'Bootstrap 5',
305+
},
306+
],
307+
live: [true, 'https://github.com/elidakirigo/Catalog-of-things'],
308+
source: [true, 'https://github.com/elidakirigo/Catalog-of-things'],
309+
image: 'https://user-images.githubusercontent.com/101924220/209710207-edf76c66-5034-4cf0-aae4-6b1479663456.png',
310+
},
311+
// SpaceX
312+
{
313+
topic: 'feature',
314+
link: 'https://space-x-traveler.netlify.app/',
315+
title: 'SpaceX Traveler',
316+
content: ``,
317+
stacks: [
318+
{
319+
link: 'https://reactjs.org/docs/getting-started.html',
320+
name: 'Reactjs',
321+
},
322+
{ link: 'https://redux.js.org/', name: 'Redux' },
323+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
324+
{
325+
link: 'https://getbootstrap.com/docs/5.0/getting-started/introduction/',
326+
name: 'Bootstrap 5',
327+
},
328+
],
329+
live: [true, 'https://space-x-traveler.netlify.app/'],
330+
source: [true, 'https://github.com/elidakirigo/Bookstore-CMS'],
331+
image: 'https://user-images.githubusercontent.com/101924220/209657850-efc6e2d6-249c-4e1e-84ad-d8adebabe9f2.png',
332+
},
333+
// .Todo list app
334+
{
335+
topic: 'feature',
336+
link: 'https://elidakirigo.github.io/To-Do-List/dist',
337+
title: 'Todo-list App',
338+
content: ``,
339+
stacks: [
340+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
341+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
342+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
343+
],
344+
live: [true, 'https://elidakirigo.github.io/To-Do-List/dist'],
345+
source: [true, 'https://github.com/elidakirigo/To-Do-List'],
346+
image: 'https://user-images.githubusercontent.com/101924220/209657853-1b59a194-c885-49ce-9729-5dcd47010347.png',
347+
},
348+
// web conferencing
349+
{
350+
topic: 'web',
351+
link: 'https://elidakirigo.github.io/Conferencing-webiste/',
352+
title: 'Web Conferencing',
353+
content: ``,
354+
stacks: [
355+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
356+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
357+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
358+
],
359+
live: [true, 'https://elidakirigo.github.io/Conferencing-webiste/'],
360+
source: [true, 'https://github.com/elidakirigo/capstone_project_one'],
361+
image: 'https://user-images.githubusercontent.com/101924220/209657842-eb0095ed-e8af-48f8-ac47-277991121ec7.png',
362+
},
363+
// Book store cms
364+
{
365+
topic: 'feature',
366+
link: 'https://storebookcms.netlify.app/',
367+
title: 'BookStore CMS',
368+
content: ``,
369+
stacks: [
370+
{
371+
link: 'https://reactjs.org/docs/getting-started.html',
372+
name: 'Reactjs',
373+
},
374+
{ link: 'https://redux.js.org/', name: 'Redux' },
375+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
376+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
377+
],
378+
live: [true, 'https://storebookcms.netlify.app/'],
379+
source: [true, 'https://github.com/elidakirigo/Bookstore-CMS'],
380+
image: 'https://user-images.githubusercontent.com/101924220/209657836-0965c8de-8869-4308-b779-405bfa55cdc1.png',
381+
},
382+
// Breakout Game
383+
{
384+
topic: 'feature',
385+
link: 'https://elidakirigo.github.io/100-days-of-javascript/breakout_game/dist/',
386+
title: 'Breakout Game',
387+
content: ``,
388+
stacks: [
389+
{ link: 'https://www.learn-html.org/', name: 'HTML' },
390+
{ link: 'https://en.wikipedia.org/wiki/CSS', name: 'CSS' },
391+
{ link: 'https://www.javascript.com/', name: 'JavaScript' },
392+
{ link: 'https://webpack.js.org/', name: 'Webpack' },
393+
],
394+
live: [true, 'https://elidakirigo.github.io/100-days-of-javascript/breakout_game/dist/'],
395+
source: [true, 'https://github.com/elidakirigo/100-days-of-javascript/tree/main/breakout_game'],
396+
image: 'https://user-images.githubusercontent.com/101924220/209657840-44b0c28a-ddba-41d2-ace1-ac6b9be60c06.png',
397+
},
398+
]

0 commit comments

Comments
 (0)