Skip to content

Commit

Permalink
added company logo
Browse files Browse the repository at this point in the history
  • Loading branch information
apekshamehta committed Dec 2, 2024
1 parent 98c6095 commit fe5a5a1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
6 changes: 5 additions & 1 deletion code-confluence/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
// See: https://docusaurus.io/docs/api/docusaurus-config

import {themes as prismThemes} from 'prism-react-renderer';
import React from 'react';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Code confluence',
tagline: 'Powered by Unoplat',
tagline: 'Powered by Unoplat Technologies',
customFields: {
taglineImage: 'img/unoplat_logo.png',
},
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
2 changes: 1 addition & 1 deletion code-confluence/src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Footer() {
</div>
<div class="text--center">

Copyright © 2024 Code Confluence, Inc.
Copyright © 2024 Unoplat Technologies, Private Limited.
</div>
</div>
</footer>
Expand Down
27 changes: 27 additions & 0 deletions code-confluence/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,31 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
.hero__title {
text-align: center;
margin-bottom: 0.5em;
font-size: 2.5em;
}

.hero__subtitle {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
gap: 0.3em; /* increased gap */
margin: 0 auto;
font-size: 1.2em;
}

.hero__subtitle::after {
content: '';
display: inline-block;
background: url('../../static/img/unoplat_logo.png') no-repeat center;
background-size: contain;
height: 1.5em; /* increased height */
width: 6em; /* increased width */
margin: 0;
margin-top: -0.2em;
vertical-align: middle;
}
Binary file added code-confluence/static/img/unoplat_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe5a5a1

Please sign in to comment.