Skip to content

Commit

Permalink
fix: Capitalize only initials
Browse files Browse the repository at this point in the history
  • Loading branch information
alimoezzi committed May 8, 2022
1 parent 0593838 commit 23a5c3a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function Page({ startZ, distance }) {
},
{
type: 'text',
content: 'SOLIDITY',
content: 'Solidity',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07
},
Expand Down Expand Up @@ -165,13 +165,13 @@ function Page({ startZ, distance }) {
},
{
type: 'text',
content: 'x86 ASSEMBLY',
content: 'x86 Assembly',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.05
},
{
type: 'text',
content: 'ELIXIR',
content: 'Elixir',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07
}
Expand Down Expand Up @@ -243,7 +243,7 @@ function Page({ startZ, distance }) {
},
{
type: 'text',
content: 'tensorflow',
content: 'Tensorflow',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.05
},
Expand Down Expand Up @@ -305,25 +305,25 @@ function Page({ startZ, distance }) {
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'ANSIBLE'
content: 'Ansible'
},
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'HELM'
content: 'Helm'
},
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'TERRAFORM'
content: 'Terraform'
},
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'ARGOCD'
content: 'ArgoCD'
},
{
type: 'text',
Expand Down Expand Up @@ -359,13 +359,13 @@ function Page({ startZ, distance }) {
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'FLUTTER'
content: 'Flutter'
},
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'REACTNATIVE'
content: 'React native'
},
{
type: 'text',
Expand All @@ -383,13 +383,13 @@ function Page({ startZ, distance }) {
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'ETHERJS'
content: 'EtherJS'
},
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'ADOBEXD'
content: 'Adobe XD'
},
{
type: 'text',
Expand Down

0 comments on commit 23a5c3a

Please sign in to comment.