Skip to content

Commit

Permalink
::marker emoticones
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Mar 28, 2024
1 parent dd26021 commit 6fe8ba2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
34 changes: 22 additions & 12 deletions app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,24 +751,34 @@ li[data-icon="asana"] {
list-style-image: url(../imgs/icons/bullets/asana.svg);
}

li[data-icon="wise"] {
[data-icon="wise"] {
list-style-image: url(../imgs/icons/bullets/wise.svg);
}

li[data-icon="1password"] {
[data-icon="1password"] {
list-style-image: url(../imgs/icons/bullets/1password.svg);
}

/* Quitando el nav en mobile */

@media (max-width: 768px) {

body>nav,
body>.hamburger,
body>.close {
display: unset;
}

/* bullets icons for 4.2 channels on teamwiki */
/*general*/
.wiki-team_messaging-general li:nth-of-type(1)::marker {
content: "πŸ“£";
}
.wiki-team_messaging-general li:nth-of-type(2)::marker {
content: "πŸ™‹";
}
.wiki-team_messaging-general li:nth-of-type(3)::marker {
content: "🌴";
}
.wiki-team_messaging-general li:nth-of-type(4)::marker {
content: "πŸ§‘β€πŸ’»";
}
/*education*/
.wiki-team_messaging-education li:nth-of-type(1)::marker {
content: "🎨";
}
.wiki-team_messaging-education li:nth-of-type(2)::marker {
content: "πŸ“";
}


Expand Down
16 changes: 8 additions & 8 deletions wiki/content/team-messaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</ol>
<h3 class="heading-2">4.2. Channels</h3>
<p style="margin-bottom: 0;"><strong>General:</strong></p>
<ul class="hanging-list arrow-bullet">
<ul class="wiki-team_messaging-general hanging-list arrow-bullet">
<li><strong>#announcements</strong><br>
πŸ“£ Company highlights and workspace-wide updates.</li>
Company highlights and workspace-wide updates.</li>
<li><strong>#help</strong><br>
πŸ™‹ Looking for an answer and not sure where to get it from? Look no further! You've found the right place.</li>
Looking for an answer and not sure where to get it from? Look no further! You've found the right place.</li>
<li><strong>#offtopic-chatter</strong><br>
🌴 Non-work banter and water cooler conversation.</li>
Non-work banter and water cooler conversation.</li>
<li><strong>#coworking</strong><br>
πŸ§‘β€πŸ’» Here's a space to narrow the breach in remote work by sharing what you're working on and getting some live feedback.</li>
Here's a space to narrow the breach in remote work by sharing what you're working on and getting some live feedback.</li>
</ul>
<!--
Expand Down Expand Up @@ -54,11 +54,11 @@
</ul>
<p style="margin-bottom: 0;"><strong>Education:</strong></p>
<ul class="hanging-list arrow-bullet">
<ul class="wiki-team_messaging-education hanging-list arrow-bullet">
<li><strong>#design-education</strong><br>
🎨 Typography, UX, UI, Motion, Branding.</li>
Typography, UX, UI, Motion, Branding.</li>
<li><strong>#engineering-education</strong><br>
πŸ“ HTML, CSS, Front-end and Back-end Software Engineering.</li>
HTML, CSS, Front-end and Back-end Software Engineering.</li>
</ul>
</section>

0 comments on commit 6fe8ba2

Please sign in to comment.