-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilding.html
More file actions
27 lines (22 loc) · 804 Bytes
/
building.html
File metadata and controls
27 lines (22 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Portfolio
---
<div class="header-container">
<div class="ai-mode-container">
<a href="{{ '/ai-mode/' | relative_url }}" class="ai-mode-btn">AI Mode</a>
</div>
<div style="text-align: center;">
<h1 class="site-title" style="margin-bottom: 0.3rem;">{{ site.title }}</h1>
<p style="margin-top: 0; color: #666;">{{ site.tagline }}</p>
<nav class="tab-nav">
<a href="{{ '/reading/' | relative_url }}">read</a>
<span> | </span>
<a href="{{ '/' | relative_url }}">write</a>
<span> | </span>
<a href="{{ '/building/' | relative_url }}" class="active">build</a>
</nav>
</div>
</div>
<hr data-content="">
{% include portfolio_list.html limit=5 show_more=true show_more_url="/building/archive/" show_more_text="More..." %}