Skip to content

Commit

Permalink
update projects page link to /me/
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed May 20, 2024
1 parent d072e3e commit f5756cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/posts/2024/blog-update/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ I've made some improvements to how RSS feeds are generated so that links and ima
I originally used the [Hello Friend 4s3ti](https://github.com/coolapso/hugo-theme-hello-4s3ti) theme for my blog. I've slowly made small adjustments, moving more and more layouts away from the theme into the main blog section. At some point, I may copy over the rest of the resources and use a completely custom theme which will allow me to delete features I don't ever plan on using and more easily customize. But anyway, I like the style that I've settled on. It fits me.

### Projects Page
I updated the projects page to be more... clear. The image gallery format just wasn't working to show what I worked on. I'm not an artist and I should come to terms with that! See the page [here](/projects/).
I updated the projects page to be more... clear. The image gallery format just wasn't working to show what I worked on. I'm not an artist and I should come to terms with that! See the page [here](/me/#projects).

### Links Page
I have become a fan of the "small web" and I feel like link pages bring some of that small web feeling back. See mine, [here](/links/).
Expand Down
13 changes: 7 additions & 6 deletions layouts/_default/me.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="post-title">{{ with .Params.TitleIcon}}<i class="fa-solid {{ . }}"></i> {{end}}<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
{{ with .Params.Subtitle }}<div class="post-excerpt">{{ . }}</div>{{ end }}
{{ end }}
<h2>Personal</h2>
<span id="personal"><h2>Personal</h2></span>
<div class="main-wrapper">
<div class="main-box main-box">
<figure style="float:left;padding:10px;">
Expand All @@ -27,7 +27,7 @@ <h2>Personal</h2>
</div>
</div>

<h2>Professional</h2>
<span id="professional"><h2>Professional</h2></span>
<div class="main-wrapper">
<div class="main-box main-box">
<figure style="float:right;padding:10px;">
Expand All @@ -47,7 +47,7 @@ <h2>Professional</h2>
</div>

{{- with .Site.Params.social }}
<h2>Social</h2>
<span id="social"><h2>Social</h2></span>
<div class="projects-wrapper">
<div class="projects-box">
<p>
Expand All @@ -68,7 +68,8 @@ <h2>Social</h2>
</div>
{{- end }}

<h2>Ongoing Projects</h2>
<span id="projects"></span>
<span id="ongoing-projects"><h2>Ongoing Projects</h2></span>
<div class="projects-wrapper">
<div class="projects-box">
<h3><a href="https://kmcd.dev" target="_blank">kmcd.dev</a></h3>
Expand Down Expand Up @@ -106,7 +107,7 @@ <h3><a href="https://github.com/sudorandom/unknownconnect-go" target="_blank">un
</div>
</div>

<h2>Finished Projects</h2>
<span id="finished-projects"><h2>Finished Projects</h2></span>
<div class="projects-wrapper">
<div class="projects-box">
<h3><a href="/posts/evepraisal.com/">evepraisal.com</a></h3>
Expand Down Expand Up @@ -144,7 +145,7 @@ <h3><a href="https://github.com/softlayer/swftp" target="_blank">swftp</a></h3>
</div>
</div>

<h2>Support Me</h2>
<span id="support"><h2>Support Me</h2></span>
<div class="projects-wrapper">
<div class="projects-box">
<p>
Expand Down

0 comments on commit f5756cf

Please sign in to comment.