Skip to content

Commit

Permalink
add author
Browse files Browse the repository at this point in the history
  • Loading branch information
mini committed Dec 9, 2024
1 parent 3cd892c commit ad046c9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
9 changes: 6 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ google-analytics: G-JBY0KRXYH9
disqus-shortname: thedevslot

# Name of the Author
author-name: Frederick Gaens
author-name-1: Frederick Gaens
# URL for the Image of the Author
author-image: /assets/images/profile.jpg
author-image-1: /assets/images/profile.jpg
# 60 Words About the Author
author-about: As an accomplished software developer with a Bachelor's in Applied Computer Science and extensive freelance experience, I specialize in architecting innovative solutions that transcend conventional boundaries. With a proven track record in spearheading complex projects for leading companies like Engie Digital and Evonik, my expertise lies in modernizing backend landscapes, implementing scalable microservice architectures, and orchestrating seamless CI/CD migrations. Proficient in Java, Spring Boot, Micronaut, AWS, and diverse toolsets, I thrive in transforming concepts into robust, efficient software systems, delivering impactful solutions while ensuring superior technical analysis, implementation, and meticulous testing.
author-about-1: As an accomplished software developer with a Bachelor's in Applied Computer Science and extensive freelance experience, I specialize in architecting innovative solutions that transcend conventional boundaries. With a proven track record in spearheading complex projects for leading companies like Engie Digital and Evonik, my expertise lies in modernizing backend landscapes, implementing scalable microservice architectures, and orchestrating seamless CI/CD migrations. Proficient in Java, Spring Boot, Micronaut, AWS, and diverse toolsets, I thrive in transforming concepts into robust, efficient software systems, delivering impactful solutions while ensuring superior technical analysis, implementation, and meticulous testing.
author-name-2: Mieke Nijs
author-image-2: /assets/images/mieke-nijs.jpeg
author-about-2: I’m Mieke, a passionate developer with a strong foundation in product design and a deep commitment to creating user-friendly, visually compelling applications. My journey began in product design, where I honed skills in user-centered and universal design principles. From 2010 to 2015, I managed a university research project, collaborating with diverse users to test and improve products and applications. Since transitioning to development in 2015, I’ve combined my design expertise with technical skills, focusing on frontend development to bring ideas to life visually and intuitively. I also have experience in backend technologies like PHP, Golang, and Java, making me a well-rounded professional. Driven by a passion for design, usability, and problem-solving, I thrive on crafting solutions that truly resonate with users.
author-services: Test

# URL to the Author's Profile (i.e., Github, Twitter, Stackoverflow, etc)
Expand Down
15 changes: 13 additions & 2 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<div class="columns">
<div class="column is-one-fifth-desktop is-one-fifth-tablet is-one-fifth-fullhd">
<figure class="image">
<img class="is-rounded" src="{{site.author-image}}" alt="{{site.author-name}}">
<img class="is-rounded" src="{{site.author-image-1}}" alt="{{site.author-name-1}}">
</figure>
</div>
<div class="column has-text-left-desktop has-text-left-tablet has-text-left-fullhd has-text-left-widescreen">
<p>{{site.author-about}}</p>
<p>{{site.author-about-1}}</p>
<br>
<div class="container columns is-centered">
<div>
Expand All @@ -20,5 +20,16 @@
</div>
</div>
</div>
<div class="columns">
<div class="column is-one-fifth-desktop is-one-fifth-tablet is-one-fifth-fullhd">
<figure class="image">
<img class="is-rounded" src="{{site.author-image-2}}" alt="{{site.author-name-2}}">
</figure>
</div>
<div class="column has-text-left-desktop has-text-left-tablet has-text-left-fullhd has-text-left-widescreen">
<p>{{site.author-about-2}}</p>
</div>
</div>
</div>
</div>
</section>
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ a.navbar-item.is-active {
min-width: 25vmax;
margin: 0.5rem;
}

.columns:not(:last-child){
margin-bottom: 5rem;
}
}

#contact {
Expand Down
Binary file added assets/images/mieke-nijs.jpeg
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 ad046c9

Please sign in to comment.