Skip to content

Commit

Permalink
--fix ; discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
padmansh committed Sep 28, 2021
1 parent 896b278 commit 1a401f8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
6 changes: 3 additions & 3 deletions components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ const About = () => {
<div className="row">
<div className="col-lg-6">
<Paragraph>
Developer Student Circuit KIET is inspired by
Developers' Family.
We try to engage student developers through our hack,
events, codelabs, and meetups.
<br />
<br />
The motive is to create a ecosystem of programmers &
The motive is to create an ecosystem of programmers &
developers in the campus by helping them to learn and
build projects.
</Paragraph>
Expand Down
15 changes: 10 additions & 5 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
AiOutlineMedium,
AiOutlineInstagram,
AiOutlineTwitter,
AiOutlineGithub,
AiOutlineSlack
AiOutlineGithub
} from "react-icons/ai";
import { FaDiscord } from "react-icons/fa";
import { FaTelegramPlane, FaSlack } from "react-icons/fa";

const FooterHead = styled.h5`
Expand Down Expand Up @@ -179,11 +179,12 @@ const Footer = () => {
<FaTelegramPlane />
</SocialMedia>{" "}
<SocialMedia
href="https://join.slack.com/t/dsckiet/shared_invite/zt-ef1q4txj-D77khvaZVgBP2CyH2MQHLA"
href="https://go.dsckiet.com/discord"
target="_blank"
rel="noopener"
style={{ marginTop: "3px" }}
>
<AiOutlineSlack />
<FaDiscord />
</SocialMedia>
</SocialWrapper>
<Paragraph className="mt-3">
Expand Down Expand Up @@ -211,7 +212,11 @@ const Footer = () => {

<CopyrightWrapper className="mt-4">
<div>
<img src="static/images/dsc_main.png" alt="dsckiet" width="240px" />
<img
src="static/images/dsc_main.png"
alt="dsckiet"
width="240px"
/>
</div>
<div>
<Paragraph>
Expand Down
6 changes: 3 additions & 3 deletions components/JoinSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { useState, useEffect } from "react";
import styled from "styled-components";
import Link from "next/link";
import animationData from "../public/static/images/lf30_editor_qQ1FOd.json";
import { FaTelegramPlane, FaSlack } from "react-icons/fa";
import { FaTelegramPlane, FaDiscord } from "react-icons/fa";

const CardTitle = styled.h4`
font-family: Sen;
Expand Down Expand Up @@ -137,14 +137,14 @@ const JoinSection = () => {
<Button
onClick={() =>
window.open(
"https://join.slack.com/t/dsckiet/shared_invite/zt-ef1q4txj-D77khvaZVgBP2CyH2MQHLA",
"https://go.dsckiet.com/discord",
"_blank"
)
}
className="mr-4"
type="dark"
>
<FaSlack /> Slack
<FaDiscord /> Discord
</Button>{" "}
<Button
onClick={() =>
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Developer Student Circuit KIET",
"short_name": "DSC KIET",
"description": "Developer Student Circuit KIET Family. The motive is to create a ecosystem of programmers & developers in the campus by helping them to learn and build projects. Developer Student Circuit is an initiative to help students to grow their knowledge on developer technologies and more through peer to peer workshops and events, and gain relevant industry experience.",
"description": "Developer Student Circuit KIET. The motive is to create an ecosystem of programmers & developers in the campus by helping them to learn and build projects. Developer Student Circuit is an initiative to help students to grow their knowledge on developer technologies and more through peer to peer workshops and events, and gain relevant industry experience.",
"icons": [
{
"src": "/static/favicon_io/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
title: "DSC KIET",
description:
"Developer Student Circuit KIET Family. The motive is to create a ecosystem of programmers & developers in the campus by helping them to learn and build projects.",
"Developer Student Circuit KIET. The motive is to create an ecosystem of programmers & developers in the campus by helping them to learn and build projects.",
keywords:
"dsckiet, dsc kiet, developerstudentcircuit, dsc, DSC, DSC KIET, Developer Student Circuit, Developer Student Circuit KIET, Ghaziabad, DSCKIET, KIET student club, KIET Ghaziabad, Student Community, Tech Club",
url: "https://dsckiet.com",
Expand Down

0 comments on commit 1a401f8

Please sign in to comment.