Skip to content

Commit c7b8ad1

Browse files
committed
Fix a bunch of typos found and suggested by Dan Raviv.
1 parent abee3af commit c7b8ad1

7 files changed

+19
-19
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ eventDate: "May 14-17, 2019"
6363
typeoutTextValues: '"", "Conference", "Tel-Aviv", "Jaffa", "Spring", "Israel"'
6464
typeoutFallback: "Conference"
6565
heroButtons:
66-
- {link: "https://ti.to/hamakor/core-cpp-2019", text: "EARLY BIRD TICKETS END ON FEB 1ST!"}
66+
- {link: "https://ti.to/hamakor/core-cpp-2019", text: "Buy Tickets"}
6767
- {link: "/assets/CoreCpp2019_CallForSponsors.pdf", text: "Sponsor Us"}
6868

6969
# About Block

_data/schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
date: "2019-05-14"
33
dateReadable: "May 14"
44
tracks:
5-
- {title: "Full-day Workshops", color: "#90be4e"}
5+
- {title: "Full-Day Workshops", color: "#90be4e"}
66
timeslots:
77
- {
88
startTime: "09:00",

_data/sessions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
language: en
5959
-
6060
id: 016
61-
title: "Workshop: a practical introduction to Conan C and C++ Package Manager"
61+
title: "Workshop: A Practical Introduction to Conan C and C++ Package Manager"
6262
description: "<p>This class is a full hands-on introductory course to how to use Conan, the open source C and C++ package manager. In this course you will learn how to consume existing packages in your applications and how to create packages for your own libraries. Integrations with different build systems, development of packages, versioning, dependencies conflicts, ABI compatibility and binaries management: All these concepts will be approached and learnt in real working exercises, installing, creating, cross-building, uploading and downloading packages.</p>
6363
<p>Outline:</p>
6464
<ul>
@@ -90,7 +90,7 @@
9090
description: "Keynote speakers will be announced soon"
9191
-
9292
id: 005
93-
title: "Techical Sessions"
93+
title: "Technical Sessions"
9494
description: "A lot of great C++ content!"
9595
-
9696
id: 006

_includes/topics.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ <h6>{{ topic.title }}</h6>
1414
-->
1515
<div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="400">
1616
<h6>C++ Language</h6>
17-
<p class="post-body">evolution, discussion, pros and cons of the latest C++ language and library features, best practices and use case studies</p>
17+
<p class="post-body">Evolution, discussion, pros and cons of the latest C++ language and library features, best practices and use case studies</p>
1818
<h6>Useful tools and libraries</h6>
1919
<p class="post-body">That makes our lives easier</p>
2020
<h6>Industry specific perspective</h6>
21-
<p class="post-body">mobile platforms, games, VR/AR, low-latency, machine learning, computer-vision, drones and
21+
<p class="post-body">Mobile platforms, games, VR/AR, low-latency, machine learning, computer-vision, drones and
2222
autonomous vehicles</p>
2323
</div>
2424

2525
<div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="400">
2626
<h6>Development Process</h6>
27-
<p class="post-body">code analysis, Unit Testing, codebase maintenance, package management, deployment</p>
27+
<p class="post-body">Code analysis, Unit Testing, codebase maintenance, package management, deployment</p>
2828
<h6>HW and SW platforms</h6>
2929
<p class="post-body">Embedded, Real Time, GPU, HPC</p>
3030
<h6>Academic Research</h6>
31-
<p class="post-body">teaching C++ and common pitfalls for newbies, language analysis, C++ applications in research, language analysis</p>
31+
<p class="post-body">Teaching C++ and common pitfalls for newbies, language analysis, C++ applications in research, language analysis</p>
3232
</div>
3333

3434
</article>

_posts/2018-11-02-call-for-speakers.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Call For Speakers"
3+
title: "Call for Speakers"
44
date: 2018-11-02 08:00:00
55
isStaticPost: false
66
image: post_0.jpg

_posts/2019-01-28-cfs-closed.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "Greatful to Receive 68 Submissions!"
3+
title: "Grateful to Receive 68 Submissions!"
44
date: 2019-01-28 08:00:00
55
isStaticPost: false
66
image: post_0.jpg

schedule.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
2-
layout: default
3-
title: Event schedule
4-
permalink: /schedule/
5-
image: schedule.jpg
6-
---
7-
8-
{% include top-section.html %}
9-
1+
---
2+
layout: default
3+
title: Event Schedule
4+
permalink: /schedule/
5+
image: schedule.jpg
6+
---
7+
8+
{% include top-section.html %}
9+
1010
{% include schedule.html %}

0 commit comments

Comments
 (0)