Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced old logo with new logo, updated css properties #51

Merged
merged 6 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'
// import { Header, Image } from 'semantic-ui-react'
import language from '../assets/images/language.png'
import Curiologo from '../assets/images/Csmall.png'
import './header.css';

const HeaderCurio = () => {
Expand All @@ -13,8 +13,8 @@ const HeaderCurio = () => {
<div className='curio__header'>
<div className='gradient__text'>
<h1>
<img src={language} alt='Curio' className='curio__icon' />
<span>CURIO</span>
arjxn-py marked this conversation as resolved.
Show resolved Hide resolved
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>
</div>
Expand All @@ -34,8 +34,8 @@ const HeaderCurio = () => {
<div className='curio__header-m'>
<div className=' gradient__text gradient__text-m'>
<h1>
<img src={language} alt='Curio' className='curio__icon' />
<span>CURIO</span>
arjxn-py marked this conversation as resolved.
Show resolved Hide resolved
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>

Expand Down
6 changes: 3 additions & 3 deletions src/components/Header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ transition-duration: .2s;
}

.curio__icon{
width: 15mm;
height: 15mm;
height: 12.5mm;
margin-bottom: 0.6rem;
}
arjxn-py marked this conversation as resolved.
Show resolved Hide resolved

.curio__tag{
padding: 0rem 4.5rem;
padding-right: 4.5rem;
}
.curio_tag-m{
display: flex;
Expand Down