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 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. 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. So this is basically workout.
Read thesis in progress here: [software and worlding](thesis)
Ciao
## TO DO##
- Dark mood Ciao
- Fix chat reader

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

Loading…
Cancel
Save