forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
28 lines (25 loc) · 839 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: page
---
<article class="hero box">
<div class="hero-media">
<img src="/images/kubeconeu.jpg" alt="Cheryl Hung @oicheryl" class="hero-image">
</div>
<div class="hero-content-text">
<div class="hero-text">
<h3>
Cheryl Hung brings engineers together to build the future of infrastructure.</h3>
As Senior Director at Arm, Cheryl leads strategy across the cloud and infrastructure ecosystem. She founded the Cloud Native London meetup with 8000+ members.
</div>
</div>
<a class="divLink" href="/about">link</a>
</article>
<div class="landingtiles">
{% for post in paginator.posts %}
<div class="landingtile">{% include post-summary.html post=post %}</div>
{% endfor %}
</div>
{% include most-popular.html %}
<div class="text-center">
<h2><a href="/archive">View Archive ></a></h2>
</div>