Skip to content

Commit

Permalink
logotypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArqTras committed Sep 22, 2024
1 parent 081640a commit fb916a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/CardTeam.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import logo from "./assets/arqlogo.png"
import logo from "./assets/arqLogo.png"

function CardTeam (props){

Expand Down
14 changes: 7 additions & 7 deletions src/TeamCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ const TeamCarousel = () => {
<div className="col-md-2"></div>
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="Michal vel M@lbit"
desc="Core developer"
description="Core developer dedicated to shaping project foundations through coding expertise."
/>
</div>
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="ArqTras"
desc="Dev support"
description="Skilled team member serving as a developer, tester, and support specialist. Embracing anonymity, I contribute to seamless collaboration across project phases."
Expand All @@ -77,15 +77,15 @@ const TeamCarousel = () => {
<div className="col-md-2"></div>
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="Dev"
desc="Contractors"
description="Anonymous contractors skilled in C++, Node, React, Go, Solidity and Python, providing versatile expertise for projects"
/>
</div>
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="Web Developers"
desc="Contractors"
description="Anonymous contractors skilled in Node, React, CSS, VUE and other programming languages."
Expand All @@ -101,7 +101,7 @@ const TeamCarousel = () => {
<div className="row">
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="Michal vel M@lbit"
desc="Core developer"
description="Core developer dedicated to shaping project foundations through coding expertise."
Expand All @@ -116,7 +116,7 @@ const TeamCarousel = () => {
<div className="row">
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="ArqTras"
desc="Dev support"
description="Skilled team member serving as a developer, tester, and support specialist. Embracing anonymity, I contribute to seamless collaboration across project phases."
Expand All @@ -131,7 +131,7 @@ const TeamCarousel = () => {
<div className="row">
<div className="col-md-4 col-sm-6 mb-4">
<CardTeam
logo="arqlogo.png"
logo="arqLogo.png"
name="Dev"
desc="Contractors"
description="Anonymous contractors skilled in C++, Node, React, Go, Solidity and Python, providing versatile expertise for projects"
Expand Down

0 comments on commit fb916a3

Please sign in to comment.