Skip to content

Commit

Permalink
Move consultancy section to the bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Oct 10, 2024
1 parent 160fce0 commit 31eeadd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
74 changes: 37 additions & 37 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,43 +32,6 @@ <h1 class="display-3 fw-bold">Inefficient software is <span class="text-gradient
</div>
</div>

<section class="py-5 bg-light bg-gradient border-bottom">
<div class="container">
<div class="row">
<div class="col-12 col-xl-6">
<div class="bg-black text-light d-inline-block p-3 mb-4">
<h2 class="fw-lighter display-6 mb-0">Looking for expert help?</h2>
</div>
<p class="lead mb-4">We offer world-class consulting, development, and training on APIs, JSON Schema, C++, CMake, and more at competitive prices.</p>

<a class="btn btn-outline-dark" href="mailto:{{<email>}}" role="button">Get in touch to discuss more</a>
</div>
<div class="col-12 col-xl-6 d-flex align-items-start mt-5 mt-xl-0">
<div class="flex-shrink-0">
<a target="_blank" href="https://github.com/jviotti">
<img src="jviotti.jpeg" class="img-thumbnail" width="100" height="100">
</a>
</div>
<div class="ms-4">
<h3 class="h5 fw-bold">
<span class="me-2">Juan Cruz Viotti</span>
<a target="_blank" href="https://www.linkedin.com/in/jviotti/" class="text-dark text-decoration-none mx-1">
<i class="bi bi-linkedin"></i>
</a>
<a target="_blank" href="https://github.com/jviotti" class="text-dark text-decoration-none mx-1">
<i class="bi bi-github"></i>
</a>
<a target="_blank" href="https://www.jviotti.com" class="text-dark text-decoration-none mx-1">
<i class="bi bi-link-45deg"></i>
</a>
</h3>
<small class="mb-0 fw-light">Award winning University of Oxford alumni, O'Reilly author, member of the JSON Schema Technical Steering Committee, 10+ experience as a C++ system engineer, performance and data consultant, binary serialisation expert, ex-contractor at Postman, ex-Engineering Lead at Balena, and creator of the popular Etcher open-source desktop application (within the top 700 public repositories on GitHub).</small>
</div>
</div>
</div>
</div>
</section>

<section class="py-1">
<div class="container">
<div class="my-4 my-md-5">
Expand Down Expand Up @@ -137,3 +100,40 @@ <h2 class="display-6 fw-bold">Nano-second input data validation for APIs</h2>
<a target="_blank" href="{{<github>}}" class="text-dark">Explore the GitHub organization for more projects</a>
</div>
</section>

<section class="py-5 bg-light bg-gradient border-top mt-5">
<div class="container">
<div class="row">
<div class="col-12 col-xl-6">
<div class="bg-black text-light d-inline-block p-3 mb-4">
<h2 class="fw-light display-6 mb-0">Looking for expert help?</h2>
</div>
<p class="lead mb-4">We offer world-class consulting, development, and training on APIs, JSON Schema, C++, CMake, and more at competitive prices.</p>

<a class="btn btn-outline-dark" href="mailto:{{<email>}}" role="button">Get in touch to discuss more</a>
</div>
<div class="col-12 col-xl-6 d-flex align-items-start mt-5 mt-xl-0">
<div class="flex-shrink-0">
<a target="_blank" href="https://github.com/jviotti">
<img src="jviotti.jpeg" class="img-thumbnail" width="100" height="100">
</a>
</div>
<div class="ms-4">
<h3 class="h5 fw-bold">
<span class="me-2">Juan Cruz Viotti</span>
<a target="_blank" href="https://www.linkedin.com/in/jviotti/" class="text-dark text-decoration-none mx-1">
<i class="bi bi-linkedin"></i>
</a>
<a target="_blank" href="https://github.com/jviotti" class="text-dark text-decoration-none mx-1">
<i class="bi bi-github"></i>
</a>
<a target="_blank" href="https://www.jviotti.com" class="text-dark text-decoration-none mx-1">
<i class="bi bi-link-45deg"></i>
</a>
</h3>
<small class="mb-0 fw-light">Award winning University of Oxford alumni, O'Reilly author, member of the JSON Schema Technical Steering Committee, 10+ experience as a C++ system engineer, performance and data consultant, binary serialisation expert, ex-contractor at Postman, ex-Engineering Lead at Balena, and creator of the popular Etcher open-source desktop application (within the top 700 public repositories on GitHub).</small>
</div>
</div>
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="border-top py-3 mt-5">
<footer class="border-top py-3">
<div class="container mt-2">
<div class="row">
<div class="col-12 col-lg-6 align-items-center mb-4 mb-md-5 mb-lg-0">
Expand Down

0 comments on commit 31eeadd

Please sign in to comment.