-
+
Paper Submission
+
Helps you to call for papers in your community. Recieve, classify, eavaluate and schedule submissions for your event.
-
+
Marketing
+
Assits you in communicating the value of your event. Create a splash page and agenda. Let visitors register & buy tickets for your event.
-
-
+
+
Analytics
+
- Supports you with staying on top of your event. Inform yourself about the evolution of your program and audience of your event.
+ Supports you with staying on top of your event. Inform yourself about the evolution of the program and audience of your event.
diff --git a/_includes/clients.html b/_includes/clients.html
index 42d34457..4f652edb 100644
--- a/_includes/clients.html
+++ b/_includes/clients.html
@@ -3,7 +3,11 @@
-
Used by
+
+
+ Used by
+
+
diff --git a/_includes/css/agency.css b/_includes/css/agency.css
index 956629fb..300c90ab 100644
--- a/_includes/css/agency.css
+++ b/_includes/css/agency.css
@@ -176,7 +176,6 @@ fieldset[disabled] .btn-xl.active {
}
.navbar-default .navbar-brand {
- font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
color: #{{ site.color.primary }};
}
@@ -325,9 +324,9 @@ section {
padding: 100px 0;
}
-section h2.section-heading {
+section h3.section-heading {
margin-top: 0;
- margin-bottom: 15px;
+ padding-bottom: 40px;
font-size: 40px;
}
@@ -351,6 +350,10 @@ section h3.section-subheading {
text-transform: none;
}
+#about p {
+ padding: 0 30px 0 30px;
+}
+
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
@@ -867,3 +870,13 @@ img::-moz-selection {
body {
webkit-tap-highlight-color: #{{ site.color.primary }};
}
+
+.ribbon {
+ background: url("img/lines.png") repeat-x scroll center center rgba(0, 0, 0, 0);
+}
+
+.ribbon h4 span {
+ padding-left: 15px;
+ padding-right: 15px;
+ background: none repeat scroll 0 0 #ffffff;
+}
diff --git a/_includes/portfolio_grid.html b/_includes/portfolio_grid.html
index aef1582c..415673bf 100644
--- a/_includes/portfolio_grid.html
+++ b/_includes/portfolio_grid.html
@@ -1,6 +1,11 @@
+
{% for post in site.posts %}
diff --git a/_includes/team.html b/_includes/team.html
index ccfa3774..d73521cd 100644
--- a/_includes/team.html
+++ b/_includes/team.html
@@ -2,8 +2,8 @@
-
-
Our Amazing Team
+
+
Our Amazing Team
diff --git a/img/lines.png b/img/lines.png
new file mode 100644
index 00000000..d4627e36
Binary files /dev/null and b/img/lines.png differ