Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Fenn
jfenn.me
Commits
abbdb952
Commit
abbdb952
authored
Jan 04, 2021
by
James Fenn
Browse files
fix urls, text-shadow color
parent
9fef3b85
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/layouts/project.liquid
View file @
abbdb952
...
...
@@ -12,7 +12,7 @@
<div class="bg-secondary py-5">
<div class="container text-center">
<h1 class="text-light" style="text-shadow: 0 0
2
0px
#82a7ce
;">
{{
project
.
title
}}
</h1>
<h1 class="text-light" style="text-shadow: 0 0
3
0px
var(--accent)
;">
{{
project
.
title
}}
</h1>
<p class="mt-0 text-light-2">
{{
project
.
repo
.
description
}}
</p>
</div>
...
...
projects/ktordocs.html
View file @
abbdb952
...
...
@@ -4,7 +4,7 @@ tags: project-tool
---
<div
class=
"text text-center"
>
<img
class=
"mt-3"
style=
"width: 700px;"
src=
"https://
cdn.
code.horrific.dev/james/ktordocs/branch/main/.meta/images/exampleEndpoint.png"
>
<img
class=
"mt-3"
style=
"width: 700px;"
src=
"https://code.horrific.dev/james/ktordocs/
raw/
branch/main/.meta/images/exampleEndpoint.png"
>
<h3
class=
"mb-0"
>
Automated Documentation
</h3>
<p
class=
"mt-0"
>
Provide comprehensive API documentation with minimal effort!
</p>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment