-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.njk
96 lines (89 loc) · 2.44 KB
/
index.njk
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
---
layout: layouts/home.njk
title: Geshan's Blog
templateClass: tmpl-home
date: 2022-06-29T19:21:25.000+00:00
---
<!-- section top intro -->
<section
class="
mt-24
md:max-w-3xl
xl:max-w-6xl
mx-auto
sm:max-w-xl
text-center
sm:text-left
px-4
md:px-0
"
>
<div class="grid-cols-12 grid">
<div class="sm:col-span-10 col-span-12">
<div>
<h1 class="text-5xl sm:text-7xl font-bold text-darkpurple">
👋 I’m Geshan, Senior Software Engineer and a speaker.
</h1>
<p class="mt-6 text-midgrey text-2xl">
I have more than 15 years of professional software engineering experience, currently
located in Sydney, Australia serving
<span class="underline font-bold text-darkpurple"
>Simply Wall St</span
>
as a senior software engineer. I am a Google Developer
Expert and I have actively participated as a speaker in:
</p>
</div>
<div class="mt-8">
<ul class="flex items-center homepage-icons">
<li class="mr-5">
<img
class="w-138 h-auto"
src="/images/theme/laracon-amsterdam.png"
alt="laracon EU Amsterdam 2016 logo"
/>
</li>
<li class="mr-5">
<img
class="w-90 h-auto"
src="/images/theme/dev-days.png"
alt="Devops Days Portland 2017"
/>
</li>
<li class="mr-5">
<img
class="w-75 h-auto"
src="/images/theme/dev-days-newcastle.png"
alt="Devops Days New Castle 2018"
/>
</li>
<li>
<img
class="w-222 h-auto"
src="/images/theme/google-developer-expert.png"
alt="Google developer expert 2019"
/>
</li>
</ul>
<ul class="flex items-center justify-center sm:justify-start homepage-icons ">
<li class="mr-5">
<img
class="w-68 h-auto"
src="/images/theme/laracon.png"
alt="Laracon AU 2019"
/>
</li>
<li>
<img
class="w-249 h-auto"
src="/images/theme/serverless-days.png"
alt="Serverless Days Sydney 2019"
/>
</li>
</ul>
<p class="mt-6 text-midgrey text-2xl"> and more. I am a technical writer too, blogging since 2007.</p>
</div>
</div>
</div>
</section>
{%- include "components/subscribe-nl-new.njk" -%}