Skip to content

Commit

Permalink
Smooth scroll and font size slightly larger, Intro adjustment, docker…
Browse files Browse the repository at this point in the history
… compose corrected vol path?
  • Loading branch information
dereckmezquita committed Jul 12, 2024
1 parent ea3066b commit 800be80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion _extensions/fredguth/tufte/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
font-size: 1.3rem;
margin-right: 2rem;
}

html {
scroll-behavior: smooth;
}

body {
font-size: 16px;
font-size: 18px;
line-height: 24px;
quotes: "‘" "’";
}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- dereck-network
restart: unless-stopped
volumes:
- /var/www/derecksprojects.com/public:/app/public
- /var/www/derecksprojects.com/images:/app/output/images

networks:
dereck-network:
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Preface

I began programming at age 15 and have since developed professional expertise in software and data engineering. My formal education includes an MSc in Systems & Synthetic Biology, providing a foundation in Bioinformatics. This combination of long-term programming experience and scientific training enables effective work at the intersection of life sciences and advanced computing.
I began programming at age 15 and have since developed professional expertise in software and data engineering. My formal education includes an MSc of Bioinformatics in Systems & Synthetic Biology. This combination of long-term programming experience and scientific training enables effective work at the intersection of life sciences and advanced computing.

As an American raised in France, I possess native fluency in English, French, and Spanish, with additional fluency in Italian and Russian. This linguistic capability facilitates work in international scientific contexts. My professional focus includes high-performance computing, data infrastructure development, and scientific software creation. I specialize in transforming complex scientific and financial problems into data-driven solutions.

Expand Down

0 comments on commit 800be80

Please sign in to comment.