Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
add new logo (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed Nov 13, 2021
1 parent 69dd5bd commit 949f520
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀 TeleDrive
![img](./logoteledrive-white.png)

This is the open source project of Google Drive/OneDrive/iCloud/Dropbox alternative using Telegram API for the free unlimited cloud storage.

Expand Down
Binary file added logoteledrive-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/PlusJakartaDisplay-Medium.woff
Binary file not shown.
Binary file added web/public/PlusJakartaDisplay-Medium.woff2
Binary file not shown.
Binary file added web/public/PlusJakartaSans-Bold.woff
Binary file not shown.
Binary file added web/public/PlusJakartaSans-Bold.woff2
Binary file not shown.
6 changes: 6 additions & 0 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
-->
<title>TeleDrive - The Free Unlimited Cloud Storage</title>
<script async src="https://cdn.splitbee.io/sb.js"></script>
<style>
@font-face { font-family: 'Plus Jakarta Display Medium'; src: url('PlusJakartaDisplay-Medium.woff'); }
@font-face { font-family: 'Plus Jakarta Display Medium'; src: url('PlusJakartaDisplay-Medium.woff2'); }
@font-face { font-family: 'PlusJakartaSans-Bold'; src: url('PlusJakartaSans-Bold.woff'); }
@font-face { font-family: 'PlusJakartaSans-Bold'; src: url('PlusJakartaSans-Bold.woff2'); }
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-icononly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-icononlywhite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-squaredark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-squarewhite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/teledrive-logo/logoteledrive-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/teledrive-logo/logoteledrive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/public/teledrive-logo/logoteledrive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react'
import GitHubButton from 'react-github-btn'
import { Follow, Tweet } from 'react-twitter-widgets'
import useSWRImmutable from 'swr/immutable'
import { ReactComponent as UploadingAnimate } from '../Uploading-amico.svg'
import { ReactComponent as UploadingAnimate } from '../svg/Uploading-amico.svg'
import { fetcher } from '../utils/Fetcher'
import Footer from './components/Footer'
import Navbar from './components/Navbar'
Expand Down
5 changes: 2 additions & 3 deletions web/src/pages/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ const Footer: React.FC = () => {
<Row gutter={72}>
<Col md={6} sm={12} span={24} style={{ marginBottom: '30px' }}>
<Typography.Paragraph>
<Button type="link" style={{ fontSize: '20px', fontWeight: 'bolder' }}
icon={<img src="/logo192.png" style={{ width: '24px' }} />}>
<Link to="/">&nbsp; TeleDrive</Link>
<Button type="link" href="/" style={{ fontSize: '20px', fontWeight: 'bolder' }}
icon={<img src="/teledrive-logo/logoteledrive.png" style={{ height: '24px' }} />}>
</Button>
</Typography.Paragraph>
<Typography.Paragraph type="secondary">
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Navbar: React.FC<Props> = ({ user, page }) => {
<Layout.Header style={{ background: '#0088CC' }}>
<div key="logo" className="logo" style={{ marginRight: '30px' }}>
<Link to="/" style={{ color: '#fff' }}>
<img style={{ width: '24px' }} src="/logo192.png" alt="icon.png" />&nbsp; TeleDrive {user?.plan === 'premium' && <Popover placement="bottom" content={<>Premium</>}>
<img src="/teledrive-logo/logoteledrive-white.png" style={{ height: '24px' }} /> {user?.plan === 'premium' && <Popover placement="bottom" content={<>Premium</>}>
<CrownOutlined />
</Popover>}
</Link>
Expand Down
File renamed without changes

0 comments on commit 949f520

Please sign in to comment.