-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (100 loc) · 3.31 KB
/
index.html
File metadata and controls
102 lines (100 loc) · 3.31 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: default
page-key: index
title: "An engineering leadership blog by Tasos Piotopoulos"
subscribe_source: index
---
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-6 content-headline-right">
<h1 id="c">Mission.</h1>
<p>I'm Tasos Piotopoulos, a Lead Software Engineer building teams that build better software. I bridge deep technical excellence with organizational behavior insights to create sustainable technical & organizational impact. <a href="{{ site.baseurl }}/about" title="About"><i class="fas fa-arrow-right"></i></a></p>
<p>These are my stories. <a href="{{ site.baseurl }}/posts" title="Stories"><i class="fas fa-arrow-right"></i></a></p>
<i>DrinkBird is an engineering leadership blog, empowering engineers to lead by building better teams.</i>
</div>
<div class="col-md-5 photo">
<div class="author">
<figure>
<img src="{{ site.baseurl }}/assets/media/drinkbird_shot.jpg" class="img-circle img-thumbnail img-fifty" alt="Tasos Piotopoulos (Anastasios)" />
</figure>
</div>
</div>
</div>
</div>
</div>
<div class="content-featured">
<div class="container">
<h2 class="text-center">Featured Stories</h2>
<div class="row">
{% assign count = 0 %}
{% for post in site.categories['blog'] %}
{% if post.featured and count < 2 %}
<div class="col-md-6">
<section class="posts">
<article class="article-list">
<a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title }}">
{% include image-feature-list.html %}
<h1>{{ post.title }}</h1>
</a>
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
</article>
</section>
</div>
{% assign count = count | plus: 1 %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="background-light">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="content-headline">
<h2>Testimonials</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="quote">
<blockquote>
Tasos proves that out with his enthusiasm, passion and professionalism, all the intangibles that are vital for real world work.
</blockquote>
<div class="quote-info">
<img alt="Robert Byrne" src="{{ site.baseurl }}/assets/media/rob.jpg" />
<span class="quote-info-name">
<strong>Robert Byrne</strong> Technical Architect at KeyedIn Solutions, Inc.
</span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="quote">
<blockquote>
Tasos is a reliable, truly self-motivated professional who shows engineering discipline and knows how to get the job done.
</blockquote>
<div class="quote-info">
<img alt="Alexandros Fatles" src="{{ site.baseurl }}/assets/media/alex.jpg" />
<span class="quote-info-name">
<strong>Alexandros Fatles</strong> Software Development Manager at SiEBEN, Ltd.
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="container">
<div class="row">
<div class="col-md-12">
<figure class="logo">
<img src="{{ site.baseurl }}/assets/media/logo_400.png" class="img-responsive" title="The DrinkBird Logo">
<figcaption>{{ site.longdescription }}</figcaption>
</figure>
</div>
</div>
</div>
</div>