Skip to content

Commit

Permalink
reorganised pages and updated personal summary
Browse files Browse the repository at this point in the history
  • Loading branch information
treecko16 committed Feb 12, 2023
1 parent c47a326 commit dc0d338
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pages:
- landing
- portfolio
3 changes: 3 additions & 0 deletions _data/personalSummary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v0: Intelligent and driven worker who is fascinated by new and emerging technologies. Experienced in working with C# as part of the .NET framework to make systems ranging from an ASP web application with Microsoft SQL Server backend, to simple TUIs for useful tools.
v1: Intelligent and passionate budding professional with the capability to quickly understand and improve complex systems. Seeking an entry-level position in computer engineering.
vLatest: Intelligent and passionate budding professional with the capability to quickly understand and improve complex systems. Seeking an entry-level position in computer engineering.
7 changes: 7 additions & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
5 changes: 5 additions & 0 deletions pages/landing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# James Allen

{{ site.data.personalSummary }}

This site serves as a record of my past projects. It's currently quite empty, but should fill up as I write up old work.
Empty file removed pages/projects.md
Empty file.
2 changes: 1 addition & 1 deletion pages/projects/portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In short:
(WIP)

## What I've learnt
- Making a simple website can be very, very easy
- Making a simple website can be very easy
- I don't have to touch icky security stuff if all I want is a static site (GitHub signs my Pages for me)
- Jekyll is a lovely little tool for turning content like Markdown files into webpages
- I should look into Ruby and its Gems ecosystem, it seems neat
Expand Down
File renamed without changes.

0 comments on commit dc0d338

Please sign in to comment.