Skip to content

Commit d7969c6

Browse files
author
Alexandru Coman
committed
Update the general information
1 parent 9e15d04 commit d7969c6

File tree

10 files changed

+83
-134
lines changed

10 files changed

+83
-134
lines changed

README.md

Lines changed: 7 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,13 @@
1-
![Build Status](https://travis-ci.org/PanosSakkos/personal-jekyll-theme.svg?branch=master)
2-
[![Join the chat at https://gitter.im/PanosSakkos/personal-jekyll-theme](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PanosSakkos/personal-jekyll-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
##Cloudbase LABS Website
32

4-
# { Personal } Jekyll Theme
3+
This repository hosts the website for Cloudbase LABS.
54

6-
{ Personal } is a free responsive Jekyll theme, about you :wink:
5+
The website has been built using the [{ Personal } Jekyll Theme](https://github.com/PanosSakkos/personal-jekyll-theme).
76

8-
You can watch it in action [here](https://panossakkos.github.io/personal-jekyll-theme/)!
7+
##About Cloudbase LABS
98

10-
## What value does { Personal } add
9+
Cloudbase Solutions is a startup that strives to grow the open-source community.
1110

12-
* Fork of [Timeline](https://github.com/kirbyt/timeline-jekyll-theme) (mashup of [Grayscale by Start Bootstrap](https://github.com/IronSummitMedia/startbootstrap-grayscale) and [Agency Jekyll Theme](https://github.com/y7kim/agency-jekyll-theme))
13-
* Modern and minimal design
14-
* Responsive templates for home page, blog archive and posts. Looks great on mobile, tablet, and desktop devices
15-
* Sweet animations
16-
* Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers
17-
* Timeline
18-
* Tell your story so far with a sleek timeline of dates, pictures and descriptions
19-
* White on black text, making the reading experience tireless
20-
* Google analytics
21-
* Customization and full control of your website and blog through the site config
22-
* Blogging functionality
23-
* Preview of the latest post in the home page
24-
* Archive page
25-
* Syntax highlighting
26-
* Emojis
27-
* Gesture navigation in archive and post pages by swiping
28-
* #tags
29-
* Disqus comments
30-
* Bootstrap share buttons
31-
* RSS feed
32-
* Anti-procrastinating 404 page
33-
* iOS and Android Web App mode
34-
* Forcing of https protocol
35-
* Protection from email harvesting
36-
* Sitemap
37-
* Travis CI integration with [html-proofer](https://github.com/gjtorikian/html-proofer)
11+
Our goal is to help as many students as possible to grow and to learn new technologies that we believe will be applied in the future, to make the world a better place for all of us.
3812

39-
## { Personal } à la JekyllNow
40-
41-
Want to get { Personal } without messing with jekyll installations and terminal commands?
42-
43-
1. Fork the personal-jekyll-theme repository
44-
2. Rename the forked repository to yourgithubusername.github.io
45-
3. Visit https://yourgithubusername.github.io
46-
4. Start modifying the \_config.yml and editing your blog's posts from Github's online editor or a third party online editor (i.e. [Prose](https://prose.io/))
47-
48-
## Documentation
49-
50-
The theme contains documentation in the form of [blog posts](https://panossakkos.github.io/personal-jekyll-theme/blog/index.html).
51-
52-
## Screenshots
53-
### Header
54-
![Intro](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/index.jpg)
55-
### About
56-
![About](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/about.jpg)
57-
### Latest post preview
58-
![Blog](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/blog.jpg)
59-
### Timeline
60-
![Timeline](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/timeline.jpg)
61-
### Blog Archive
62-
![Archive](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/archive.jpg)
63-
### Gesture navigation instructions
64-
![Instructions](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/swipe.jpg)
65-
### Post page
66-
![Post](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/post.jpg)
67-
### \#Tags
68-
![Tags](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/tags.jpg)
69-
### 404
70-
![404](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/404.jpg)
71-
### Mobile rendering
72-
![Web App](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/web-app.jpg)
73-
### Web App mode
74-
75-
![iOS](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/ios.jpg)
76-
77-
![Android](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/pinned.jpg)
78-
79-
## How to run locally
80-
81-
First you need to install the dependencies:
82-
83-
````
84-
gem install jekyll jekyll-paginate jemoji html-proofer
85-
````
86-
87-
Then, you can build and serve your website by simply running:
88-
89-
````
90-
./scripts/serve-production
91-
````
92-
93-
## Wiki
94-
95-
Don't forget to list your { Personal } blog in the [Blogs using { Personal }](https://github.com/PanosSakkos/personal-jekyll-theme/wiki/Blogs-using-%7B-Personal-%7D) wiki page in order to drive some traffic to your website :wink:
96-
97-
## Integrating bug fixes and features into your old fork
98-
99-
Have you published your own website by forking { Personal } and now you want to get the latest bug fixes and features from this repo into your website?
100-
Then check [this](https://github.com/PanosSakkos/personal-jekyll-theme/wiki/Integrating-latest-bug-fixes-and-features-into-your-past-fork) out.
101-
102-
## OSS used in { Personal }
103-
104-
One of the reasons { Personal } is real is the following OSS projects:
105-
106-
1. [Grayscale](http://startbootstrap.com/template-overviews/grayscale/)
107-
2. [hammer.js](https://hammerjs.github.io/)
108-
3. [highlightjs](https://highlightjs.org/)
109-
4. [RRSSB](https://github.com/kni-labs/rrssb)
110-
5. [Timeline](https://github.com/kirbyt/timeline-jekyll-theme)
111-
6. [typed.js](https://github.com/mattboldt/typed.js/)
112-
113-
## Supporting the repo
114-
115-
Proposals, pull requests and issues are more than welcome, let's make the web a bit more beautiful and secure :wink:
116-
117-
In case you want to say thank you by donating Bitcoins to all the contributors, [this](https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi) is our address.
13+
For fulfilling this mission, we designed multiple community projects, Cloudbase LABS being one of them. This event brings together Cloudbase specialists, enthusiastic students and not only.

_data/home/about.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
title: "About Cloudbase LABS"
22
content: >
3-
<p>We are bringing OpenStack to the classroom and as part of our
4-
effort we will teach, mentor and assist a group of 15 students for
5-
a period of 10 weeks, covering the following topics: Python, Hyper-V,
6-
OpenStack, Git, Software Defined Networking, Networking, System
7-
Administration.</p>
8-
9-
<p>The goal of this workshop is to be able to deploy an OpenStack
10-
cloud for development purposes, understand the general concepts and
11-
architecture, be able to look under the hood and debug, test previously
12-
implemented features and be able to fix simple reported bugs and start
13-
implementing Python code.</p>
3+
<p>Cloudbase Solutions is a startup that strives to grow
4+
the open-source community.</p>
5+
<p>Our goal is to help as many students as possible to grow
6+
and to learn new technologies that we believe will be applied
7+
in the future, to make the world a better place for all of us.</p>
8+
<p>For fulfilling this mission, we designed multiple community
9+
projects, Cloudbase LABS being one of them. This event brings
10+
together Cloudbase specialists, enthusiastic students and not
11+
only.</p>

_data/home/header.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
background-img: "/img/home-background.jpg"
22
intro-text: >
3-
"Sometimes it's the journey that teaches you a lot about your destination."
4-
~Drake
3+
"All we have to decide is what to do with the time that is given us."<br>
4+
~J. R. R. Tolkien
55
66
items:
77
- url: "/iasi/"

_data/iasi/about.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
title: "Cloudbase LABS @Iasi"
22
content: >
3-
<p>The goal of this workshop is to be able to become familiar
4-
and confident with Python, test previously implemented features,
5-
be able to fix simple bugs and start implementing Python code in
6-
one of the biggest open source projects out there, OpenStack.<p>
7-
8-
<p>To get there, we will also give a crash course on system
9-
administration (Linux / Windows + scripting - Bash / PowerShell)
10-
and networking principles that are required to deploy an OpenStack
11-
cloud for development purposes, understand the general concepts and
12-
architecture, be able to look under the hood and debug.</p>
3+
<p>Cloudbase Solutions is organizing in Iasi the first training
4+
sessions about open source, source control, python, bash, PowerShell,
5+
basic linux and more. It would be an opportunity for those who are
6+
willing to take a shot with this programs, learn how to use them
7+
(from the scratch) and maybe get to work in our team after passing
8+
through the other stages.</p>

_data/timisoara/about.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
title: "Cloudbase LABS @Timisoara"
2+
content: >
3+
<p>We are bringing OpenStack to the classroom and as part of our
4+
effort we will teach, mentor and assist a group of 15 students for
5+
a period of 10 weeks, covering the following topics: Python, Hyper-V,
6+
OpenStack, Git, Software Defined Networking, Networking, System
7+
Administration.</p>
8+
9+
<p>The goal of this workshop is to be able to deploy an OpenStack
10+
cloud for development purposes, understand the general concepts and
11+
architecture, be able to look under the hood and debug, test previously
12+
implemented features and be able to fix simple reported bugs and start
13+
implementing Python code.</p>

_data/timisoara/contact.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Get in touch
2+
content: <p>How can we help you? Send us a <a href="https://cloudbase.it/about/#contact" target="_blank">message</a>.</p>
3+
4+
blocks:
5+
-
6+
title: "Cloudbase Solutions"
7+
links:
8+
- {link: "https://cloudbase.it/about/", text: "About us"}
9+
- {link: "https://cloudbase.it/about/#team", text: "Our Team"}
10+
11+
-
12+
title: "Quick links"
13+
links:
14+
- {permalink: "/iasi/", text: "Cloudbase LABS @Iași"}
15+
- {permalink: "/timisoara/", text: "Cloudbase LABS @Timișoara"}
16+
-
17+
title: "Our Offices"
18+
links:
19+
- {link: "https://www.google.com/maps/place/Cloudbase+Solutions/@45.745814,21.232827,15z/data=!4m2!3m1!1s0x0:0x199da4b8142cc67?hl=ro-RO",
20+
text: "Timișoara: Ion Vidu 3, Romania"}
21+
- {link: "https://www.google.com/maps/place/Continental,+Bulevardul+Poitiers+6,+Ia%C8%99i,+Rom%C3%A2nia/@47.137145,27.599266,15z/data=!4m2!3m1!1s0x40cafbc814d8d299:0x3b1c37116a5c9b5?hl=ro-RO",
22+
text: "Iași: Poitiers 6, Romania"}

_data/timisoara/header.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
background-img: "/img/timisoara-background.jpg"
2+
intro-text: "We are Cloudbase Solutions"
3+
items:

_data/timisoara/navigation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
logo: null
2+
title: null
3+
4+
links:
5+
- {section: "page-top", text: "Home"}
6+
- {section: "about", text: "About"}
7+
- {section: "contact", text: "Contact"}

img/timisoara-background.jpg

457 KB
Loading

timisoara.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: index
3+
section-type: index
4+
data: "timisoara"
5+
permalink: /timisoara/
6+
sitemap:
7+
priority: 2.0
8+
---
9+
10+
{% include header.html %}
11+
12+
{% include about.html %}
13+
14+
{% include contact.html %}

0 commit comments

Comments
 (0)