Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a86c2f

Browse files
committed
Updates about content
1 parent f7b72b3 commit 2a86c2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ heroButtons:
7171
- {link: "https://hopin.to/events/mendercon-2020", text: "Buy tickets"}
7272

7373
# About Block
74-
aboutTitle: "About GDG DevFest"
74+
aboutTitle: "About MenderCon"
7575
aboutBlock:
76-
- {title: "Conference", image: "conference.jpg", text: "The biggest Google related event in the country carefully crafted for you by GDG community! Awesome speakers and lots of fun!" }
77-
- {title: "Workshops", image: "workshop.jpg", text: "Full-day of workshops, hands-on experience, hacking and debugging. Come and tame your favourite technology!" }
78-
- {title: "Hackathon", image: "hackathon.jpg", text: "Full-day freestyle hackathon! Want some real team building on friday? Grab your team and join our hackathon!" }
76+
- {title: "Focused<br/>Content", image: "conference.jpg", text: "A full day focused on modernizing and improving software systems. From the smallest apps, to the biggest enterprise monoliths. Find your tribe and learn here." }
77+
- {title: "Virtual Unconference", image: "workshop.jpg", text: "At this conference, the attendees get to create the bulk of the schedule on the fly. And because staring at a screen watching endless presentations from your home isn't a ton of fun, we're going to encourage attendees to create a variety of different session types." }
78+
- {title: "Find<br/>Your Tribe", image: "hackathon.jpg", text: "You're not alone! There are other people just like you who enjoy working on existing codebases. Meet them here. Make friends. Expand your network." }
7979

8080
# Statistic Block
8181
statisticBlockImage: "statistic.jpg"

_includes/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h3>{{ site.aboutTitle }}</h3>
77
{% assign animationDelay = 0 %}
88
{% for about in site.aboutBlock %}
99
{% assign colWidth = 12 | divided_by: forloop.length %}
10-
<div class="col-md-{{ colWidth }} col-xs-6">
10+
<div class="col-md-{{ colWidth }} col-xs-6">
1111
<div class="animated hiding" data-animation="fadeInDown" data-delay="{{ animationDelay }}">
1212
<h5>{{ about.title }}</h5>
1313
<img class="img-circle" src="{{ site.baseurl }}/img/about-section/{{ about.image }}" height="128" width="128" alt="{{ about.title }}">

0 commit comments

Comments
 (0)