Skip to content

Commit

Permalink
Lumenalta announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
nkostic committed Apr 18, 2024
1 parent bef933b commit 8e6e9f4
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 30 deletions.
36 changes: 21 additions & 15 deletions src/routes/__layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
>
</h1>
<div class="social flex gap-1">
<a href="https://twitter.com/Nesha8x8" alt="X">
<svg
class="h-5 w-5 mr-1.5 inline"
height="16"
xmlns="http://www.w3.org/2000/svg"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 512 462.799"
>
<path fill="currentColor" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/>
</svg>
</a>
<a href="https://github.com/nkostic" alt="Github">
<svg
class="h-5 w-5 mr-1.5 inline"
Expand All @@ -38,6 +23,21 @@
/></svg
>
</a>
<a href="https://twitter.com/Nesha8x8" alt="X">
<svg
class="h-5 w-5 mr-1.5 inline"
height="16"
xmlns="http://www.w3.org/2000/svg"
shape-rendering="geometricPrecision"
text-rendering="geometricPrecision"
image-rendering="optimizeQuality"
fill-rule="evenodd"
clip-rule="evenodd"
viewBox="0 0 512 462.799"
>
<path fill="currentColor" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/>
</svg>
</a>
<a href="https://www.instagram.com/bitjoggler/" alt="Instagram">
<svg class="h-5 w-5 mr-1.5 inline" viewbox="0 0 258 258" xmlns="http://www.w3.org/2000/svg">
<g>
Expand All @@ -48,6 +48,12 @@
</g>
</svg>
</a>
<a href="https://www.linkedin.com/in/nenadkostic/" alt="LinkedIn link">
<svg class="h-7 w-7 mr-1.5 inline" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 30 30"
style="fill:#1A1A1A;">
<path d="M24,4H6C4.895,4,4,4.895,4,6v18c0,1.105,0.895,2,2,2h18c1.105,0,2-0.895,2-2V6C26,4.895,25.105,4,24,4z M10.954,22h-2.95 v-9.492h2.95V22z M9.449,11.151c-0.951,0-1.72-0.771-1.72-1.72c0-0.949,0.77-1.719,1.72-1.719c0.948,0,1.719,0.771,1.719,1.719 C11.168,10.38,10.397,11.151,9.449,11.151z M22.004,22h-2.948v-4.616c0-1.101-0.02-2.517-1.533-2.517 c-1.535,0-1.771,1.199-1.771,2.437V22h-2.948v-9.492h2.83v1.297h0.04c0.394-0.746,1.356-1.533,2.791-1.533 c2.987,0,3.539,1.966,3.539,4.522V22z"></path>
</svg>
</a>
</div>
</header>
<div class="flex-grow">
Expand Down
15 changes: 15 additions & 0 deletions src/routes/blog/lumenalta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Joining Lumenalta
date: 2024-04-10
---
<img src="/Lumenalta - LinkedIn cover - 03.png" alt="Lumenalta Banner that reads Build cutting edge tech with us">

I have important news to share!

I'm joining <a class="underline font-bold text-lg" href="https://www.lumenalta.com/">Lumenalta</a>!

I'm excited to start this new chapter in my career. Working with Worldplay team on Vidlfex has been an amazing experience, and I'm grateful for the opportunity to have been part of it. I'm looking forward to the new challenges and opportunities that await me at Lumenalta. I can't wait to get started and see what the future holds.

Thank you to everyone who has supported me along the way. I'm excited for what's to come!


36 changes: 21 additions & 15 deletions src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@
<script>
export let posts;
const formatDate = (value) => {
const date = new Date(value);
return new Intl.DateTimeFormat({
year: 'numeric',
month: 'numeric',
day: 'numeric'
}).format(date);
};
const formatDate = (value) => {
if (isNaN(Date.parse(value))) {
console.error('Invalid date:', value);
return value;
}
const date = new Date(value);
return new Intl.DateTimeFormat({
year: 'numeric',
month: 'numeric',
day: 'numeric'
}).format(date);
};
</script>

<svelte:head>
Expand All @@ -32,20 +37,21 @@
<p class="mb-4">Welcome to my site.</p>
</div>
<div>
<p class="mb-4">I am a web developer currently based in Calgary</p>
<p class="mb-4">I am a senior software engineer based in Calgary</p>
</div>
<div>
<p class="mb-4">
Currently, I am embarking on an exciting new chapter in my career, collaborating with inspiring colleagues at <a class="underline font-bold text-lg" href="https://www.lumenalta.com/">Lumenalta</a>.
</p>
</div>
<div>
<p class="mb-4">
I work with a group of wonderful people on a video platform called Vidflex. <a class="underline"
href="https://www.vidflex.com/">Check it out.</a
>
For many years, I contributed as a Senior Front End Engineer at Worldplay, where I developed for a video platform named Vidflex. <a class="underline" href="https://www.vidflex.com/">Learn more about it here.</a>
</p>
</div>
<div>
<p class="mb-4">
In the past, I have worked on a variety of interesting projects with Frontech Solutions. <a class="underline"
href="https://www.frontech.ca/">Check it out.</a
>
For a long time I engaged in a variety of intriguing projects with Frontech Solutions, enhancing my expertise across the stack from architecture solutions to implementation and team leading. <a class="underline" href="https://www.frontech.ca/">Explore.</a>
</p>
</div>
</div>
Expand Down
Binary file added static/Lumenalta - LinkedIn cover - 03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e6e9f4

Please sign in to comment.