Skip to content

Commit

Permalink
v23.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Jan 10, 2023
1 parent 05b1b8c commit e1dcbc4
Show file tree
Hide file tree
Showing 15 changed files with 146 additions and 127 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Janeiro | v23.01

- Adicionado Whatsapp Desktop x64 e x86 em Comunicação
- Adicionado eM Client em Utilitários
- Adicioando tema do Dracula UI no Web Essentials - mais fiél do que já era
- Mudamos a cor do nosso roxo de #9580ff para #bd93f9
- Mudamos a cor do nosso fundo de #15171b para #282a36
- Mudamos a cor do cabeçalho de #15171b para #282a33
- Mudamos o degradê dos botões das redes para #7159c1 e #bd93f9
-

# Dezembro | v22.12

- Adicionado slide no /password
Expand Down Expand Up @@ -35,4 +46,4 @@ As atualizações foram mais visuais nesse mês de Outubro, mas tudo graças ao

Agradecemos a todos que continuam usando nosso serviço gratuitamente, nos apoiam e faz nossa plataforma melhorar e melhorar, claro, pretendemos melhorar mais ainda no futuro e dar uma experiência sem igual para o Essentials, incluindo sistema premium, contas e de favoritos, o que facilitará e muito para quem já está acostumado a usar nosso serviço, mas isso ainda está nos papéis.

#
#
5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

19 changes: 10 additions & 9 deletions pages/password.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const PasswordPage = () => {
<h2>Gere uma senha segura</h2>
<div className="break" />

<p>Use nosso gerador de senhas para instantaneamente criar uma senha aleatória segura.
<p>Use nosso gerador de senhas para instantaneamente criar uma senha aleatória, segura e para seu uso diário, é recomendável utilizar um aplicativo secundário como BitWarden ou 1Password para armazenar suas senhas.
</p>
<div className="break" />

Expand Down Expand Up @@ -103,7 +103,7 @@ const Password = styled.div`
h2 {
font-size: 2rem;
color: #9278EC;
color: #bd93f9;
}
p {
Expand Down Expand Up @@ -133,14 +133,15 @@ const Password = styled.div`
#btnPassword {
position: relative;
background: #7159c1;
background: #bd93f9;
color: #fff;
cursor: pointer;
font-size: 24px;
display: inline-block;
padding: 10px 15px;
border-radius: 8px;
border: none;
margin-bottom: 2rem;
}
#btnPassword:hover {
Expand All @@ -164,7 +165,7 @@ const Password = styled.div`
#btnCopy:hover {
transition: 2s;
background: #7159c1;
background: #bd93f9;
}
.tooltip {
Expand All @@ -175,7 +176,7 @@ const Password = styled.div`
.tooltip .tooltiptext {
visibility: hidden;
width: 150px;
background-color: #0A8C66;
background-color: #50fa7b;
color: #fff;
text-align: center;
border-radius: 6px;
Expand All @@ -198,7 +199,7 @@ const Password = styled.div`
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #0A8C66 transparent transparent transparent;
border-color: #50fa7b transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
Expand Down Expand Up @@ -226,14 +227,14 @@ const Password = styled.div`
width: 25px;
border-radius: 50px;
height: 25px;
background: #9278ec;
background: #bd93f9;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #9278ec;
background: #bd93f9;
cursor: pointer;
}
`
`
Binary file added public/list/emclient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/NavItems.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';

let purple = '#9580ff'
let purple = '#bd93f9'

export const NavItems = styled.div`
display: flex;
Expand All @@ -9,14 +9,14 @@ export const NavItems = styled.div`
right: 50px;
top: -0.5rem;
width: 23rem;
p {
font-size: 2rem;
font-weight: 400;
margin: 28px 10px 0 0;
a {
background: -webkit-linear-gradient(90deg, rgba(149,129,255,1), rgba(130,243,236,1));
background: -webkit-linear-gradient(90deg, #7159c1, #bd93f9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: ${props => props.theme.colors.essentials};
Expand All @@ -34,4 +34,4 @@ export const NavItems = styled.div`
}
`;

export default NavItems
export default NavItems
4 changes: 2 additions & 2 deletions src/components/SocialMedia.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';

let lightPurple = '#9580ff'
let lightPurple = '#bd93f9'

export const SocialMedia = styled.div`
display:block;
Expand Down Expand Up @@ -48,4 +48,4 @@ export const SocialMedia = styled.div`
}
`;

export default SocialMedia;
export default SocialMedia;
4 changes: 2 additions & 2 deletions src/components/TextDetails.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';

let lightPurple = '#9580ff';
let lightPurple = '#bd93f9';

export const TextDetails = styled.div`
font-family: Nunito;
Expand All @@ -18,4 +18,4 @@ export const TextDetails = styled.div`
}
`;

export default TextDetails;
export default TextDetails;
143 changes: 74 additions & 69 deletions src/items/communication.js
Original file line number Diff line number Diff line change
@@ -1,69 +1,74 @@
const items = [
{
id: "apache",
name: "Apache Guacamole",
img: "/list/apache.png",
url: "https://guacamole.apache.org/releases/",
corporation: "Apache Software"
},
{
id: "discord",
name: "Discord",
img: "/list/discord.png",
url: "https://discordapp.com/download",
corporation: "Discord"
},
{
id: "franz",
name: "Franz",
img: "/list/franz.png",
url: "http://meetfranz.com/#download",
corporation: "Stefan Malzner"
},
{
id: "hamachi",
name: "Hamachi",
img: "/list/hamachi.png",
url: "https://www.vpn.net/",
corporation: "LogMeIn"
},
{
id: "rocket-chat",
name: "Rocket Chat",
img: "/list/rocketchat.png",
url: "https://rocket.chat/",
corporation: "rocket.chat"
},
{
id: "teamspeak",
name: "Teamspeak",
img: "/list/teamspeak.png",
url: "https://www.teamspeak.com/en/downloads/",
corporation: "Teamspeak Systems"
},
{
id: "teamviewer",
name: "Teamviewer",
img: "/list/teamviewer.png",
url: "https://www.teamviewer.com/pt-br/download/",
corporation: "Teamviewer"
},
{
id: "telegram",
name: "Telegram Desktop",
img: "/list/telegram.png",
url: "https://telegram.org/apps",
corporation: "Telegram Messenger"
},
{
id: "whatsapp",
name: "Whatsapp Desktop",
img: "/list/whatsapp.png",
url: "https://www.whatsapp.com/download/",
corporation: "Facebook Inc"
}

]


export default items;
const items = [
{
id: "apache",
name: "Apache Guacamole",
img: "/list/apache.png",
url: "https://guacamole.apache.org/releases/",
corporation: "Apache Software"
},
{
id: "discord",
name: "Discord",
img: "/list/discord.png",
url: "https://discordapp.com/download",
corporation: "Discord"
},
{
id: "franz",
name: "Franz",
img: "/list/franz.png",
url: "http://meetfranz.com/#download",
corporation: "Stefan Malzner"
},
{
id: "hamachi",
name: "Hamachi",
img: "/list/hamachi.png",
url: "https://www.vpn.net/",
corporation: "LogMeIn"
},
{
id: "rocket-chat",
name: "Rocket Chat",
img: "/list/rocketchat.png",
url: "https://rocket.chat/",
corporation: "rocket.chat"
},
{
id: "teamspeak",
name: "Teamspeak",
img: "/list/teamspeak.png",
url: "https://www.teamspeak.com/en/downloads/",
corporation: "Teamspeak Systems"
},
{
id: "teamviewer",
name: "Teamviewer",
img: "/list/teamviewer.png",
url: "https://www.teamviewer.com/pt-br/download/",
corporation: "Teamviewer"
},
{
id: "telegram",
name: "Telegram Desktop",
img: "/list/telegram.png",
url: "https://telegram.org/apps",
corporation: "Telegram Messenger"
},
{
id: "whatsapp",
name: "Whatsapp Desktop x64",
img: "/list/whatsapp.png",
url: "https://www.mediafire.com/file/clp2tmszdgejvkm/WhatsAppSetup.exe/file",
corporation: "Facebook Inc"
},
{
id: "whatsapp",
name: "Whatsapp Desktop x86",
img: "/list/whatsapp.png",
url: "https://www.mediafire.com/file/tzkioucel5gqy0l/WhatsAppSetup_x86.exe/file",
corporation: "Facebook Inc"
}
]

export default items;
9 changes: 8 additions & 1 deletion src/items/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ const items = [
url: "https://www.cpuid.com/softwares/cpu-z.html",
corporation: "CPUID"
},
{
id: "emclient",
name: "eM Client",
img: "/list/emclient.png",
url: "https://www.emclient.com/",
corporation: "eM Client"
},
{
id: "files",
name: "Files",
Expand Down Expand Up @@ -325,4 +332,4 @@ const items = [
]


export default items;
export default items;
4 changes: 2 additions & 2 deletions src/navitems.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const navitems = [
nome: "Extensões",
href: "/extension",
}

]

export default navitems;
export default navitems;
8 changes: 4 additions & 4 deletions styles/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default createGlobalStyle`
padding: 0;
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: ${(props) => props.theme.colors.bgcolor}
background: ${(props) => props.theme.colors.bgcolor}
}
body::-webkit-scrollbar {
Expand All @@ -18,16 +18,16 @@ export default createGlobalStyle`
}
body::-webkit-scrollbar-track {
background: #15171b;
background: #282a36;
/* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
background-color: #9278ec;
background-color: #bd93f9;
/* color of the scroll thumb */
border-radius: 20px;
/* roundness of the scroll thumb */
border: 3px solid #15171b;
border: 2px solid #282a36;
/* creates padding around scroll thumb */
}
Expand Down
12 changes: 6 additions & 6 deletions styles/theme/ThemeDark.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ export default {
title: 'dark',

colors: {
essentials: '#9580ff',
writing: '#15171b',
bgcolor: '#15171b',
essentials: '#bd93f9',
writing: '#282a33',
bgcolor: '#282a33',
fontcolor: '#FFF',
bgheader: '#1d1e26',
bgheader: '#282a36',
switch: '#fff',
switchOn: '#9580ff',
switchOn: '#bd93f9',
}
}
}
Loading

0 comments on commit e1dcbc4

Please sign in to comment.