Skip to content

Commit

Permalink
docs handover (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoXX authored Dec 4, 2024
1 parent 46791d3 commit 6868fad
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/customize-your-feed/density.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 2
description: "Learn how to adjust content density on the daily.dev feed with Eco, Roomy, and Cozy settings for a personalized reading experience."
---

# Density Settings on daily.dev Feed
# Density Settings

The density option enables you to set the density of content on the **daily.dev feed**. Choose from **Eco**, **Roomy**, and **Cozy** options to personalize your reading experience.

Expand Down
2 changes: 1 addition & 1 deletion docs/customize-your-feed/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 0
description: "Customize your daily.dev feed layout with Grid and List modes for an optimal reading experience across all devices."
---

# Layout Options on daily.dev Feed
# Layout Options

The layout option lets you select how posts are displayed on your **daily.dev feed**. Switch between **Grid mode** and **List mode** to suit your viewing preferences.

Expand Down
2 changes: 1 addition & 1 deletion docs/customize-your-feed/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
description: "Customize your daily.dev experience with preferences like reading streaks, link behavior, and companion widget for a personalized feed."
---

# Preferences Settings on daily.dev
# Preferences Settings

!["Preferences"](https://daily-now-res.cloudinary.com/image/upload/v1724399519/docs-v2/699dcb1d-8bcc-481f-8ef3-3f2cbc80b15f.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/customize-your-feed/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 1
description: "Customize your daily.dev experience by choosing between Dark, Light, and Auto theme settings for a personalized reading environment."
---

# Theme Options on daily.dev
# Theme Options

The theme option allows you to change the look and feel of **daily.dev** by selecting from the available themes. Currently, you can choose from:

Expand Down
24 changes: 12 additions & 12 deletions docs/your-profile/reputation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ Reputation is a metric that reflects the trust you earn from the community throu

When you sign up for daily.dev, you start with **10 points**, celebrating your entry into the community. Reputation never falls below **0**, preventing negative scores.

## Reputation Update
<!-- ## Reputation Update
Reputation is visible across the platform:
Reputation is visible across the platform: -->

- 👤 **Next to Your Profile**: See your reputation near your profile image.
![Profile Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396491/docs-v2/5b31c20a-903e-4e42-8e26-70b45993a31e.png)
<!-- - 👤 **Next to Your Profile**: See your reputation near your profile image. -->
<!-- ![Profile Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396491/docs-v2/5b31c20a-903e-4e42-8e26-70b45993a31e.png)
-->
<!-- - 💬 **On Your Comments and Posts**: Reputation is highlighted on your interactions. -->
<!-- ![Comments and Posts Reputation](https://daily-now-res.cloudinary.com/image/upload/v1722605160/docs-v2/902c0367-6733-4f9a-bf9e-4f7e81fe9fbe.png) -->

- 💬 **On Your Comments and Posts**: Reputation is highlighted on your interactions.
![Comments and Posts Reputation](https://daily-now-res.cloudinary.com/image/upload/v1722605160/docs-v2/902c0367-6733-4f9a-bf9e-4f7e81fe9fbe.png)

- 🙎 **On Your Profile Page**: Showcases your overall reputation.
![Profile Page Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396615/docs-v2/0572d900-1422-4b43-9cec-d9946d2768ba.png)
<!-- - 🙎 **On Your Profile Page**: Showcases your overall reputation. -->
<!-- ![Profile Page Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396615/docs-v2/0572d900-1422-4b43-9cec-d9946d2768ba.png) -->

- 🃏 **On Your DevCard**: Display reputation on your personalized DevCard.
![DevCard Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396681/docs-v2/3710da78-bfa9-4572-803c-e0c40c327b2f.png)
<!-- - 🃏 **On Your DevCard**: Display reputation on your personalized DevCard. -->
<!-- ![DevCard Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396681/docs-v2/3710da78-bfa9-4572-803c-e0c40c327b2f.png) -->

You can now lose points, and only upvotes or downvotes from users with **250+ reputation** affect your score, ensuring fairness.
<!-- You can now lose points, and only upvotes or downvotes from users with **250+ reputation** affect your score, ensuring fairness. -->

## How to Earn Reputation Points

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions src/components/homepage/homeNavBoxes.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
.listContainer li {
list-style-type: none;
position: relative;
padding: 0.28rem 1rem;
padding: 0.28rem;
font-size: 1rem;
color: #444;
transition: color 0.2s;
}

.listContainer li:hover {
color: #007bff;
/* color: #007bff; */
}

.listContainer li:before {
/* .listContainer li:before {
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="%2300bfff" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
background: var(--ifm-menu-link-sublist-icon) 50% / 1.25rem 1.25rem;
transform: rotate(90deg);
Expand All @@ -66,7 +66,7 @@
width: 1.25rem;
left: -1.5rem;
top: 0.5rem;
}
} */

.homecard {
background-color: #1c1f26;
Expand All @@ -78,12 +78,12 @@
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
/* transition: transform 0.3s, box-shadow 0.3s; */
}

.homecard:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(192, 41, 240, 0.5); /* Purple shadow on hover */
/* transform: translateY(-4px); */
/*box-shadow: 0 12px 30px rgba(192, 41, 240, 0.5); /* Purple shadow on hover */
}

html[data-theme='light'] .homecard {
Expand All @@ -93,17 +93,17 @@ html[data-theme='light'] .homecard {
}

html[data-theme='dark'] .homecard {
transition: transform 0.3s, box-shadow 0.3s;
/*transition: transform 0.3s, box-shadow 0.3s;*/
}

html[data-theme='dark'] .homecard:hover {
box-shadow: 0 12px 30px rgba(192, 41, 240, 0.5); /* Purple shadow on hover for dark theme */
/*box-shadow: 0 12px 30px rgba(192, 41, 240, 0.5); /* Purple shadow on hover for dark theme */
}

.homecard h2 {
display: flex;
align-items: center; /* Vertically align the icon and text */
justify-content: left; /* Center the icon and text horizontally */
justify-content: center; /* Center the icon and text horizontally */
margin: 0 0 1rem;
font-size: 1.5rem;
line-height: 1.4;
Expand All @@ -117,7 +117,7 @@ html[data-theme='dark'] .homecard h2 {
}

.homecard a {
color: #007bff;
/* color: #007bff; */
text-decoration: none;
font-weight: 600;
}
Expand All @@ -130,7 +130,7 @@ html[data-theme='dark'] .homecard h2 {
width: 32px;
height: 32px;
border-radius: 0 !important;
margin: 12px 0 4px 16px;
/* margin: 12px 0 4px 16px; */
filter: brightness(0.9);
}

Expand Down
8 changes: 4 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
}

.header-github-link:hover {
opacity: 0.6;
/* opacity: 0.6; */
}

.header-github-link:before {
Expand Down Expand Up @@ -802,16 +802,16 @@ height: 85% !important;
font-weight: 700; /* Bold for emphasis */
line-height: 115%;
text-align: center; /* Center the text */
background: linear-gradient(90deg, #c029f0, #ff00d4a5); /* Gradient from purple to blue */
/*background: linear-gradient(90deg, #c029f0, #ff00d4a5); /* Gradient from purple to blue */
-webkit-background-clip: text; /* Clip gradient to text */
-webkit-text-fill-color: transparent; /* Make the text itself transparent */
/* -webkit-text-fill-color: transparent; /* Make the text itself transparent */
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
margin-top: 2rem;
transition: transform 0.3s ease, text-shadow 0.3s ease; /* Smooth transition */
}

.hero__title:hover {
text-shadow: 4px 4px 15px rgba(192, 41, 240, 0.8); /* Stronger shadow on hover */
/*text-shadow: 4px 4px 15px rgba(192, 41, 240, 0.8); /* Stronger shadow on hover */
/*transform: scale(1.05); /* Slight scale effect on hover */
}

Expand Down

0 comments on commit 6868fad

Please sign in to comment.