aboutsummaryrefslogtreecommitdiff
path: root/src/cv.njk
blob: 49134d98246027346fc14807191549256c0f62a5 (plain)
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
---
layout: base.njk
title: Career Timeline
---
<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Career Timeline</h1></div>

<ol class="border-l border-gray-300">
    <li>
        <div class="flex flex-start items-center pt-3">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Jan 2020 - Till Present</p>
        </div>
        <div class="mt-0.5 ml-4 mb-6">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Systems Analyst</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2>
            {# <p class="text-gray-500 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula.</p> #}
        </div>
    </li>
    <li>
        <div class="flex flex-start items-center pt-2">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Jul 2017 - Jan 2020</p>
        </div>
        <div class="mt-0.5 ml-4 mb-6">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Senior Software Engineer</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2>
            <p class="text-gray-500 mb-3"></p>
        </div>
    </li>
    <li>
        <div class="flex flex-start items-center pt-2">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Jan 2016 - Jul 2017</p>
        </div>
        <div class="mt-0.5 ml-4 pb-5">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">InApp</h2>
            <p class="text-gray-500 mb-3"></p>
        </div>
    </li>
    <li>
        <div class="flex flex-start items-center pt-2">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Jun 2014 - Jan 2016</p>
        </div>
        <div class="mt-0.5 ml-4 pb-5">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">Naga Info Solutions</h2>
            <p class="text-gray-500 mb-3"></p>
        </div>
    </li>
    <li>
        <div class="flex flex-start items-center pt-2">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Nov 2013 - Jun 2014</p>
        </div>
        <div class="mt-0.5 ml-4 pb-5">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Software Engineer</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">SQube</h2>
            <p class="text-gray-500 mb-3"></p>
        </div>
    </li>
    <li>
        <div class="flex flex-start items-center pt-2">
            <div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
            <p class="text-gray-500 text-sm">Oct 2012 - Nov 2013</p>
        </div>
        <div class="mt-0.5 ml-4 pb-5">
            <h4 class="text-gray-800 font-semibold text-xl mb-1.5">Freelance Developer</h4>
            <h2 class="text-gray-500 font-semibold text-xl mb-1.5">Simple Graphics</h2>
            <p class="text-gray-500 mb-3"></p>
        </div>
    </li>
</ol>