Skip to content

Commit fe22b52

Browse files
committed
add dg card + multi button styling
1 parent a12f45a commit fe22b52

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Diff for: src/css/portfolio.scss

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ body {
2323

2424
& a.btn {
2525
margin-top: auto;
26+
border: 4px solid black;
27+
margin-bottom: 1vw;
2628
}
2729
}
2830

Diff for: src/public/img/portfolio/dialogical.png

56.9 KB
Loading

Diff for: views/portfolio.ejs

+19-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
clicks properly, and I wanted to learn how to make GTK apps
3535
as well, so this was the perfect way to solve 2 problems.
3636
</p>
37-
<a href="https://github.com/Lamby777/windot" class="btn btn-primary">Source</a>
37+
<a href="https://github.com/Lamby777/windot" class="btn btn-carbon">Source</a>
3838
</div>
3939
</div>
4040
</div>
@@ -49,7 +49,24 @@
4949
crate that allows you to create desktop applications using
5050
web technologies.
5151
</p>
52-
<a href="https://github.com/Lamby777/tq-launcher" class="btn btn-primary">Source</a>
52+
<a href="https://github.com/Lamby777/tq-launcher" class="btn btn-carbon">Source</a>
53+
</div>
54+
</div>
55+
</div>
56+
<div class="col-md-4">
57+
<div class="card project-card">
58+
<img src="/public/img/portfolio/dialogical.png" class="project-img" height="250" alt="dialogical">
59+
<div class="card-body">
60+
<h5 class="card-title">dialogical</h5>
61+
<p class="card-text">
62+
A domain-specific language (DSL) I created to solve the
63+
surprisingly complex task of creating dialogue trees for my
64+
own game P/E/T/S 2037. It supports some minor metaprogramming
65+
stuff using inline scripts that can take actions like
66+
importing other files or linking certain names to voice IDs.
67+
</p>
68+
<a href="https://crates.io/crates/dialogical" class="btn btn-carbon">Crate</a>
69+
<a href="https://github.com/Lamby777/dialogical" class="btn btn-carbon">Source</a>
5370
</div>
5471
</div>
5572
</div>

0 commit comments

Comments
 (0)