Skip to content

Commit 3006ab4

Browse files
Sync with apollo theme and fix card title hover effect
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent ecf4125 commit 3006ab4

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
url = https://github.com/not-matthias/apollo
77
[submodule "themes/apollo"]
88
path = themes/apollo
9-
url = https://github.com/not-matthias/apollo
9+
url = https://github.com/dhruv-ahuja/apollo-custom.git

content/oss/graphite.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
+++
22
title = "Graphite Editor"
3-
description = "Contributed to the open-source 2D graphics editor with 21K+ stars on GitHub. Implemented core node graph functionality including automatic link reconnection when deleting nodes, and added new creative tools like the Color Overlay node. My work enhanced the user experience and workflow continuity in this innovative creative software tool."
3+
description = "Contributed to the open-source 2D graphics editor with 21K+ stars on GitHub. Implemented core node graph functionality including automatic link reconnection when deleting nodes, and added new creative tools like the Color Overlay node."
44
weight = 2
55

66
[extra]
77
link_to = "https://github.com/GraphiteEditor/Graphite/pulls?q=is%3Apr+author%3Adhruv-ahuja"
8-
+++
8+
+++
9+
10+
## Summary
11+
12+
Contributed to the open-source 2D graphics editor with 21K+ stars on GitHub. Implemented core node graph functionality including automatic link reconnection when deleting nodes, and added new creative tools like the Color Overlay node.
13+
My work enhanced the user experience by fixing some commonly encountered bugs and adding adding to the available toolbox.

content/oss/logfire.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
+++
22
title = "Pydantic Logfire"
3-
description = "Contributed to the observability platform from the creators of Pydantic Validation. Improved API accessibility and documentation for context propagation in distributed tracing scenarios. My work simplified the developer experience for implementing distributed tracing by exposing key APIs through the main Logfire interface."
3+
description = "Contributed to Pydantic's Logfire observability platform. Thus far, I have worked on the core APIs and the SDK layer, and capturing documentation behaviour to improve the experience for SDK users."
44
weight = 1
55

66
[extra]
77
link_to = "https://github.com/pydantic/logfire/pulls?q=is%3Apr+author%3Adhruv-ahuja"
8-
+++
8+
+++
9+
10+
## Summary
11+
12+
Contributed to Pydantic's Logfire observability platform. Thus far, I have worked on the core APIs and the SDK layer, and capturing documentation behaviour to improve the experience for SDK users.
13+
My work thus far has seen me improve core model representation in the dashboard UI, improve the SDK API's accessbility, among other things.

static/theme-sunset.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ a:hover {
7070
/* Exception for specific links that shouldn't have background color */
7171
.meta a:hover,
7272
.talks-grid a:hover,
73-
.cards a:hover {
73+
.cards a:not(.card-title a):hover {
7474
background-color: transparent !important;
7575
color: var(--primary-color) !important;
7676
text-decoration: underline;

templates/partials/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<footer>
22
<p>
3-
Made with <a href="https://www.getzola.org/" target="_blank">Zola</a> and the
3+
Made with <a href="https://www.getzola.org/" target="_blank">Zola</a>, using a
4+
<a href="https://github.com/dhruv-ahuja/apollo-custom" target="_blank">custom variant</a> of the
45
<a href="https://github.com/not-matthias/apollo" target="_blank">Apollo</a> theme.
56
</p>
67
</footer>

themes/apollo

Submodule apollo updated 129 files

0 commit comments

Comments
 (0)