Skip to content

Commit

Permalink
--fix : google removed
Browse files Browse the repository at this point in the history
  • Loading branch information
padmansh committed Sep 28, 2021
1 parent 258dfa7 commit 896b278
Show file tree
Hide file tree
Showing 17 changed files with 1,571 additions and 4,491 deletions.
19 changes: 7 additions & 12 deletions components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,10 @@ const About = () => {
<div className="row">
<div className="col-lg-6">
<Paragraph className="mb-5">
Google collaborates with university students who are
passionate about growing developer communities.
<br />
<br />
Developer Student Clubs powered by Google Developers 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.
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.
</Paragraph>
<Button
href="https://dsc.community.dev/kiet-group-of-institutions-ghaziabad/"
Expand All @@ -168,13 +163,13 @@ const About = () => {
</Button>
<br />
<br />
<ExtLink
{/* <ExtLink
href="https://developers.google.com/programs/dsc/"
target="_blank"
rel="noopener"
>
Learn more about the Program
</ExtLink>
</ExtLink> */}
</div>
<div className="col-lg-6">
<div className="row">
Expand Down Expand Up @@ -226,7 +221,7 @@ const About = () => {
<div className="row">
<div className="col-lg-6">
<Paragraph>
Developer Student Club KIET is inspired by Google
Developer Student Circuit KIET is inspired by
Developers' Family.
<br />
<br />
Expand Down
6 changes: 3 additions & 3 deletions components/FAQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Heading = styled.h2`
font-weight: 700;
color: #424242;
margin-top: 120px;
padding-bottom: 24px;
`;

const SubText = styled.p`
Expand Down Expand Up @@ -45,9 +46,8 @@ const Header = () => {
<div className="col-lg-1"></div>
<div className="col-lg-5">
<Heading>FAQs</Heading>
<SubText>
powered by <b>Google Developers</b>
</SubText>
{/* <SubText></SubText> */}

<Button>Become a member</Button>
</div>
<div className="col-lg-5">
Expand Down
11 changes: 6 additions & 5 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Heading = styled.h2`
font-weight: 700;
color: #424242;
margin-top: 120px;
padding-bottom: 48px;
`;

const SubText = styled.p`
Expand Down Expand Up @@ -77,11 +78,11 @@ const Header = () => {
<div className="col-lg-1"></div>
<div className="col-lg-5">
<Heading>
Developer Student Clubs KIET Group of Institutions
Developer Student Circuit KIET Group of Institutions
</Heading>
<SubText className="mb-4">
{/* <SubText className="mb-4">
powered by <b>Google Developers</b>
</SubText>
</SubText> */}
<Button
href="https://forms.gle/YFTsmarHBrW57k5N8"
target="_blank"
Expand All @@ -91,13 +92,13 @@ const Header = () => {
</Button>
<br />
<br />
<ExtLink
{/* <ExtLink
href="https://dsc.community.dev/kiet-group-of-institutions-ghaziabad/"
target="_blank"
rel="noopener"
>
Join Community Platform by Google Develoeprs
</ExtLink>
</ExtLink> */}
</div>
<LottieImage className="col-lg-5">
<Lottie options={defaultOptions} height={400} width={400} />
Expand Down
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const withPlugins = require("next-compose-plugins");
const withOffline = require("next-offline");
// const withPlugins = require("next-compose-plugins");
// const withOffline = require("next-offline");

module.exports = withPlugins([[withOffline, { dontAutoRegisterSw: true }]]);
// module.exports = withPlugins([[withOffline, { dontAutoRegisterSw: true }]]);
Loading

0 comments on commit 896b278

Please sign in to comment.