Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images 🌄 migration to GCP ⚓️ #708

Merged
merged 4 commits into from
Mar 29, 2020
Merged

Conversation

divyanshu-rawat
Copy link
Member

Images 🌄 migration to GCP ⚓️

@auto-assign auto-assign bot requested review from debck, gittysachin and Paarmita March 29, 2020 14:03
export const PROGATE: string = 'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/partnersLogo_progateLogo.png';
export const LEANIN: string = 'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/partnersLogo_leanLogo.png';
export const GIRLSCRIPT: string = 'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/partnersLogo_gsLogo.png';
export const WOOTECH: string = 'https://storage.googleapis.com/ignitus_assets/ig-partners-logo/wooTech.png';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: Unexpected token :

@@ -1,2 +1,2 @@
export const RESUME: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_Resume.svg';
export const TORCH: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_torch.svg';
export const RESUME: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/resume.svg';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: Unexpected token :

@@ -1,7 +1,7 @@
//Ignitus utility classes

.bg-triangle {
background: url('/images/split-blue-background.png') no-repeat;
background: url('/images/splitBlueBackground.png') no-repeat;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings

@@ -29,7 +29,7 @@
}

.intro__wrapper {
background: url('https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_split-blue-background.png') no-repeat;
background: url('https://storage.googleapis.com/ignitus_assets/ig-assets/splitBlueBackground.png') no-repeat;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line should be indented with spaces, not tabs
Prefer double-quoted strings
URL https://storage.googleapis.com/ignitus_assets/ig-assets/splitBlueBackground.png should not contain protocol or domain

@@ -1,2 +1,2 @@
export const studentAuth: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_studentAuth.svg';
export const professorAuth: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_professorAuth.svg';
export const studentAuth: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/studentAuthentication.svg';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: Unexpected token :

@@ -1,6 +1,6 @@
/* eslint-disable eol-last */
// eslint-disable-next-line import/prefer-default-export
export const aboutImg: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/Assets_about-us.png';
export const aboutImg: string = 'https://storage.googleapis.com/ignitus_assets/ig-assets/about.png';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: Unexpected token :

@codecov
Copy link

codecov bot commented Mar 29, 2020

Codecov Report

Merging #708 into develop will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop        #708   +/-   ##
=============================================
  Coverage   15.95745%   15.95745%           
=============================================
  Files             45          45           
  Lines            376         376           
  Branches          82          82           
=============================================
  Hits              60          60           
  Misses           316         316           
Impacted Files Coverage Δ
...itus-DashboardHeader/Components/dashBoardHeader.js 0.00000% <0.00000%> (ø)
...low/ignitus-WelcomeFlow/Components/WelcomeFlow.jsx 50.00000% <0.00000%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3f7b7b...9bce9eb. Read the comment docs.

@divyanshu-rawat divyanshu-rawat merged commit 3a21029 into develop Mar 29, 2020
This was referenced Mar 29, 2020
@Paarmita Paarmita deleted the img-gcp-migration branch April 21, 2020 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant