thesis home

thumb
km0 1 year ago
parent 12dfd97ad7
commit 3c41639aa2

@ -3,12 +3,11 @@ title: Documentation workout
description: hello this is a log of francesco
---
Hello these are some logs from kamo. I like to develop software to inhabit complexity with visual and performative outcomes. You can find here a lot of works in progress and some finished projects. My resolution for these 2 years is to get good in documenting things I do.
So this is basically workout.
Hello these are some logs from kamo. I like to develop software to inhabit complexity with visual and performative outcomes. You can find here a lot of works in progress and some finished projects. My resolution for these 2 years is to get good in documenting things I do.
So this is basically workout.
Read thesis in progress here: [software and worlding](thesis)
Ciao
## TO DO##
- Dark mood
- Fix chat reader
Ciao

@ -15,14 +15,14 @@
<link rel="stylesheet" href="{{url_for('static', filename='css/home.css')}}" />
<link rel="stylesheet" href="{{url_for('static', filename='css/categories.css')}}" />
<!-- script -->
</head>
<body>
<main class="content">
<div class="homepage-intro">
<h2 class="title">{{ title }}</h2>
<h2 class="title">{{ title }}</h2>
<div class="description">{{content|safe}}</div>
</div>
@ -31,7 +31,7 @@
<tr>
<td class="title">
<h3 class="title--name">
<a href="projects/{{project.slug}}/" class="stretched-link">
<a href="projects/{{project.slug}}/" class="stretched-link">
{{project.title}}
</a>
</h3>
@ -77,4 +77,4 @@
</table>
</main>
</body>
</html>
</html>

Loading…
Cancel
Save