Skip to content

Commit

Permalink
Merge branch 'master' of github.com:csaben/csaben.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
csaben committed Feb 24, 2024
2 parents 0beee83 + 9af3bba commit 13894e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions src/_includes/base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
<footer>{% include "footer.liquid" %}</footer>
</body>
</html>

2 changes: 1 addition & 1 deletion src/_includes/head.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</script>

<!-- load stylesheets -->
<link rel="stylesheet" href="https://unpkg.com/bamboo.css/dist/light.min.css">
<link rel="stylesheet" href="https://unpkg.com/bamboo.css/dist/dark.min.css">
<link rel="stylesheet" href="/styles.css">

<!-- load favicons -->
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/nav.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav>
<a href="/" style="color: black"><strong>{{ site.title }}</strong></a>
<a href="/" style="color: white"><strong>{{ site.title }}</strong></a>
|
<a href={{ site.linkedin }}><i class="fa-brands fa-linkedin" aria-hidden="true"></i></a>
|
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hi, I'm Clark Saben and this space is for some of my thoughts and projects to li

I am currently a student at the University of Mary Washington (4th year) studying Mathematics and Physics.

Links: [<a href="/assets/Clark_Saben_Resume.pdf" target="_blank">Resume</a>] [[Twitter](https://twitter.com/ClarkSaben)]
Links: [[Portfolio](https://portfolio-v2-kappa-dun-71.vercel.app/)] [<a href="/assets/Clark_Saben_Resume_r1.pdf" target="_blank">Resume</a>] [[Twitter](https://twitter.com/ClarkSaben)]


### Posts
Expand Down
Binary file not shown.
Binary file added static/assets/portfoliov2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 3 additions & 13 deletions static/styles.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
:root {
--hr: #cfcfcf;
--b-txt: #fff;
--b-link: #ffb74a;

/* bamboo css values */
--b-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--b-font-mono: Consolas, Monaco, monospace;
--b-txt: #2e3440;
--b-bg-1: #fff;
--b-bg-2: #eceff4;
--b-line: #eceff4;
--b-link: #0073ff;
--b-btn-bg: #242933;
--b-btn-txt: #fff;
--b-focus: #d8dee9;
}

header {
padding-top: 5vh;
margin-bottom: 5vh;
Expand Down Expand Up @@ -54,6 +43,7 @@ hr {

nav {
font-size: 1.2rem;
color: white;
}

.footnotes {
Expand Down

0 comments on commit 13894e2

Please sign in to comment.