Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Jan 7, 2016
1 parent 1fa315f commit 1f68bc4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 36 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sass:

# Site settings
baseurl: ""
url: "labs.alexcoman.com"
url: "https://labs.alexcoman.com"
google-tracking-id: ""


Expand Down Expand Up @@ -53,7 +53,10 @@ icon-192p: "/img/web-app/icon-192p.png"

# Blog
post-preview-words: 96
# Items displayed per page
paginate: 5
# Pagination path
paginate_path: "/blog/page:num/"

# Share options
email-share: True
Expand All @@ -65,7 +68,7 @@ google-plus-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: True
vkontakte-share: False

disqus-shortname: "cloudbaselabs"

Expand All @@ -83,9 +86,6 @@ social:
- title: "rss"
url: "/feed.xml"

# Pagination path
paginate_path: "blog/page:num/"

# Settings for deploy rake task
username: "alexandrucoman"
repo: "labs.cloudbase.it"
Expand Down
22 changes: 1 addition & 21 deletions _data/iasi/team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,7 @@ members:
- title: "linkedin"
url: "https://ro.linkedin.com/in/adelina-georgiana-tuvenie-3a4a144b/en"

- name: "Adrian"
surname: "Bora"
picture: "adrian_bora.jpg"
title: "Community Manager"
social:
- title: "facebook"
url: "https://www.facebook.com/adi.bora.7"
- title: "twitter"
url: "https://twitter.com/BoraAdi"
- title: "linkedin"
url: "https://ro.linkedin.com/in/boraadrian"

- name: "Alexandru"
- name: "Alex"
surname: "Coman"
picture: "alexandru_coman.jpg"
title: "Cloud Engineer"
Expand All @@ -35,11 +23,3 @@ members:
url: "https://www.linkedin.com/in/comanalex"
- title: "link"
url: "https://alexcoman.com/"

- name: "Alina"
surname: "Elenescu"
picture: "alina_elenescu.jpg"
title: "Office Manager"
social:
- title: "linkedin"
url: "https://ro.linkedin.com/in/alinaelenescu"
2 changes: 1 addition & 1 deletion _includes/apply-now.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>Apply now to Cloudbase LABS @Iasi</h3>
<div class="form-group">
<label for="mce-MMERGE6" class="control-label col-sm-2">CV </label>
<div class="col-sm-10">
<input type="url" value="" name="MMERGE6" class="form-control url" id="mce-MMERGE6" placeholder="e.g. Dropbox / Google Drive link">
<input type="url" value="" name="MMERGE6" class="form-control url" id="mce-MMERGE6" placeholder="Enter URL to your CV">
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h3>{{ contact.title }}</h3>
<div id="contact-blocks" class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
{% for block in contact.blocks %}
{% assign collumn_width = 12 | divided_by: forloop.length %}
<div class="col-md-{{ collumn_width }} col-sm-4 col-xs-12 col-center">
{% assign column_width = 12 | divided_by: forloop.length %}
<div class="col-md-{{ column_width }} col-sm-4 col-xs-12 col-center">
<h5>{{ block.title }}</h5>
<ul>
{% for link_element in block.links %}
Expand Down
3 changes: 2 additions & 1 deletion _includes/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ <h3>{{ team.title }}</h3>

<div class="col-lg-12 text-center">
{% for team_member in team.members %}
<div class="col-md-3 col-sm-6 col-xs-12 same-height cols-centered">
{% assign column_width = 12 | divided_by: forloop.length %}
<div class="col-md-{{ column_width }} col-sm-6 col-xs-12 same-height cols-centered">
<img class="img-me" src="{{ site.baseurl | append: '/img/team/' | append: team_member.picture }}">
<div class="col-md-12 col-sm-12 col-xs-12 same-height text-center">
<h4>{{ team_member.name }} <span>{{ team_member.surname }}</span></h4>
Expand Down
5 changes: 0 additions & 5 deletions _includes/web-app.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

{% if site.web-app-mode %}

<!-- iOS Web App mode -->

<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="36x36" href="{{site.baseurl}}{{site.icon-36p}}">
<link rel="apple-touch-icon" sizes="48x48" href="{{site.baseurl}}{{site.icon-48p}}">
Expand All @@ -12,7 +9,5 @@
<link rel="apple-touch-icon" sizes="192x192" href="{{site.baseurl}}{{site.icon-192p}}">

<!-- Android Web App mode -->

<link rel="manifest" href="{{site.baseurl}}/manifest.json">

{% endif %}
Binary file removed img/team/adrian_bora.jpg
Binary file not shown.
Binary file removed img/team/alina_elenescu.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: index
section-type: index
data: "home"
permalink: /
sitemap:
priority: 1.0
---
Expand Down

0 comments on commit 1f68bc4

Please sign in to comment.