-
- SIESGSTarena Brand Guidelines
- Last Updated: 20 December 2018
-
+const BrandingGuidelines = () => {
+ document.title = 'SIESGSTArena | Branding Guidelines';
+ return (
+
+
+ SIESGSTarena Brand Guidelines
+ Last Updated: 20 December 2018
+
-
- Guidance on how and when to leverage the SIESGSTarena brand
-
-
- Welcome to SIESGSTarena's brand guidelines. Please read the below before using any
- SIESGSTarena's brand features. We have these guidelines to make sure our brand is used
- in the right way and to prevent confusion.
-
-
+
+ Guidance on how and when to leverage the SIESGSTarena brand
+
+
+ Welcome to SIESGSTarena's brand guidelines. Please read the below before using any
+ SIESGSTarena's brand features. We have these guidelines to make sure our brand is
+ used in the right way and to prevent confusion.
+
+
-
- Guidelines for use of SIESGSTarena brand features
-
-
- If we provide specific written requirements (size, typeface, colors, etc.) to you, please
- implement them when using our brand features. Otherwise, use the logos below per the
- following guidelines. We also ask that you follow the rules below when you use any of our
- brand features.
-
-
-
-
- Logo Designed By
-
- Vinay Ambre
-
-
- Always use the above resources to represent the logo as opposed to an image of the logo
- sourced elsewhere, and keep a minimum clearance of space between the logo and other visual
- elements akin to the images above.
-
-
-
- In addition, please don't do any of the following without checking with us first (please
- email{' '}
-
- codechef@siesgst.ac.in
-
- ):
-
-
-
- -
- Don't try to copy or replicate SIESGSTarena's logo in your own way by changing
- colors, distortion or any other methods.
-
- -
- Don't display a SIESGSTarena's brand feature in any manner that implies a
- relationship or affiliation with, sponsorship, or endorsement by SIESGSTarena.
-
- -
- Don't display a SIESGSTarena's brand feature in a manner that is misleading,
- unfair, defamatory, infringing, libelous, disparaging, obscene or otherwise
- objectionable to SIESGSTarena.
-
- -
- Don't display a SIESGSTarena's brand feature on a site that violates any law
- or regulation.
-
- -
- Don't use the SIESGSTarena's logo in a way that suggests a common,
- descriptive, or generic meaning.
-
- -
- Please note that: The team's name is SIESGSTarena, usages such as SIESGSTArena,
- arena or SIESGST Arena are incorrect and must be avoided.
-
-
-
-
-
-);
+
+ Guidelines for use of SIESGSTarena brand features
+
+
+ If we provide specific written requirements (size, typeface, colors, etc.) to you, please
+ implement them when using our brand features. Otherwise, use the logos below per the
+ following guidelines. We also ask that you follow the rules below when you use any of our
+ brand features.
+
+
+
+
+ Logo Designed By
+
+ Vinay Ambre
+
+
+ Always use the above resources to represent the logo as opposed to an image of the logo
+ sourced elsewhere, and keep a minimum clearance of space between the logo and other visual
+ elements akin to the images above.
+
+
+
+ In addition, please don't do any of the following without checking with us first
+ (please email{' '}
+
+ codechef@siesgst.ac.in
+
+ ):
+
+
+
+ -
+ Don't try to copy or replicate SIESGSTarena's logo in your own way by
+ changing colors, distortion or any other methods.
+
+ -
+ Don't display a SIESGSTarena's brand feature in any manner that implies a
+ relationship or affiliation with, sponsorship, or endorsement by SIESGSTarena.
+
+ -
+ Don't display a SIESGSTarena's brand feature in a manner that is misleading,
+ unfair, defamatory, infringing, libelous, disparaging, obscene or otherwise
+ objectionable to SIESGSTarena.
+
+ -
+ Don't display a SIESGSTarena's brand feature on a site that violates any law
+ or regulation.
+
+ -
+ Don't use the SIESGSTarena's logo in a way that suggests a common,
+ descriptive, or generic meaning.
+
+ -
+ Please note that: The team's name is SIESGSTarena, usages such as SIESGSTArena,
+ arena or SIESGST Arena are incorrect and must be avoided.
+
+
+
+
+
+ );
+};
export default BrandingGuidelines;
diff --git a/src/Components/footerPages/competitions/index.jsx b/src/Components/footerPages/competitions/index.jsx
index 5b3439591..07d4a6957 100644
--- a/src/Components/footerPages/competitions/index.jsx
+++ b/src/Components/footerPages/competitions/index.jsx
@@ -6,6 +6,7 @@ import coders1 from './assets/coders1.jpg';
import ContestCard from './ContestCard';
const Competitions = () => {
+ document.title = 'SIESGSTarena | Competitions';
const contests = [
{
name: 'BUG4EVER',
diff --git a/src/Components/footerPages/contact/index.jsx b/src/Components/footerPages/contact/index.jsx
index 69bacc6b7..acdf316ca 100644
--- a/src/Components/footerPages/contact/index.jsx
+++ b/src/Components/footerPages/contact/index.jsx
@@ -10,39 +10,42 @@ import 'tachyons';
// Contact card contains all our social media links.
// CodeChefCard contains our email address and the issues for which users can
// reach out to us.
-const Contact = () => (
-