Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gc-proto/ircc
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperezn committed Oct 12, 2023
2 parents 12580f5 + caba50d commit f357434
Show file tree
Hide file tree
Showing 14 changed files with 139 additions and 11 deletions.
2 changes: 1 addition & 1 deletion karine/sign-in-proto/en/all-accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ <h2>If you need to pay fees</h2>
<p><a href="https://ircc.canada.ca/english/information/fees/index.asp" class="btn btn-primary">Find out how to pay your fees</a></p>


<p class="mrgn-tp-md btn-previous"><a href="applicants.html" class="btn btn-default btn-lg mrgn-rght-md">Back</a></p>
<p class="mrgn-tp-md"><a href="index.html" class="btn btn-default mrgn-rght-md">View all IRCC accounts</a></p>


<!-- CONTENT ENDS HERE -->
Expand Down
4 changes: 3 additions & 1 deletion karine/sign-in-proto/en/applicants/find-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ <h1 property="name" id="wb-cont" dir="ltr">Find your immigration account</h1>
<p class="wb-fieldflow-label"><span class="h3">What do you want to do?</span></p>
</div>
<ul>
<li data-wb-fieldflow='{"action":"ajax", "url":"/ircc/karine/sign-in-proto/en/applicants/results.html .r2", "container": ".result-container", "type":"replace"}'>Start an application</li>
<li data-wb-fieldflow='{"action":"redir", "url":"continue-application.html"}'>Continue or view my application</li>


<li data-wb-fieldflow='{"action":"ajax", "url":"/ircc/karine/sign-in-proto/en/applicants/results.html .r3", "container": ".result-container", "type":"replace"}'>Pay my fees</li>
<li data-wb-fieldflow='{"action":"ajax", "url":"/ircc/karine/sign-in-proto/en/applicants/results.html .r4", "container": ".result-container", "type":"replace"}'>Check my application status</li>
<li data-wb-fieldflow='{"action":"ajax", "url":"/ircc/karine/sign-in-proto/en/applicants/results.html .r2", "container": ".result-container", "type":"replace"}'>Start an application</li>
</ul>
</div>

Expand Down
1 change: 1 addition & 0 deletions karine/sign-in-proto/en/applicants/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ <h3>If you’re applying online for citizenship</h3>
<div class="result r13">
<h2>You’re looking for 1 of these 3 accounts</h2>
<p>Based on your selections, your application may be in 1 of these 3 accounts.</p>
<p>Check your email if you aren't sure which account you were in. You may have an email from when you started your application that will point you to the right one.</p>
<div class="cnjnctn-type-or cnjnctn-md">
<div class="cnjnctn-col">
<h3>IRCC secure account</h3>
Expand Down
8 changes: 4 additions & 4 deletions karine/sign-in-proto/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 class="wb-inv">You are here:</h2>
<main property="mainContentOfPage" resource="#wb-main" typeof="WebPageElement" class="container">
<!--CHANGE THE H1-->

<h1 property="name" id="wb-cont" dir="ltr">Sign in to an IRCC account</h1>
<h1 property="name" id="wb-cont" dir="ltr">Sign in to your IRCC account</h1>

<!-- IF YOU PORT THIS TO AEM, START COPYING FROM HERE-->

Expand Down Expand Up @@ -156,7 +156,7 @@ <h1 property="name" id="wb-cont" dir="ltr">Sign in to an IRCC account</h1>
<hr />
<div class="row mrgn-lft-md mrgn-rght-md mrgn-bttm-md">
<div class="col-md-4">
<p class="mrgn-rght-md"><a href="applicants.html" class="btn btn-call-to-action full-width">Accounts for applicants</a></p>
<p class="mrgn-rght-md"><a href="applicants.html" class="btn btn-call-to-action full-width">Accounts for Applicants</a></p>
</div>
<div class="col-md-8">
<p><strong>Complete or view your application to:</strong></p>
Expand All @@ -172,7 +172,7 @@ <h1 property="name" id="wb-cont" dir="ltr">Sign in to an IRCC account</h1>
<div class="well brdr-rds-0 brdr-0">
<div class="row">
<div class="col-md-4">
<p class="mrgn-lft-md mrgn-rght-md"><a href="representatives.html" class="btn btn-call-to-action full-width">Accounts for authorized representatives</a></p>
<p class="mrgn-lft-md mrgn-rght-md"><a href="representatives.html" class="btn btn-call-to-action full-width">Accounts for Authorized representatives</a></p>
</div>
<div class="col-md-8">
<p><strong>Complete or view client applications in the:</strong></p>
Expand All @@ -187,7 +187,7 @@ <h1 property="name" id="wb-cont" dir="ltr">Sign in to an IRCC account</h1>

<div class="row mrgn-lft-md mrgn-rght-md mrgn-bttm-md">
<div class="col-md-4">
<p class="mrgn-rght-md"><a href="partners.html" class="btn btn-call-to-action full-width">Accounts for partners</a></p>
<p class="mrgn-rght-md"><a href="partners.html" class="btn btn-call-to-action full-width">Accounts for Partners</a></p>
</div>
<div class="col-md-8">
<p><strong>Complete or view documents for:</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion karine/sign-in-proto/en/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1 property="name" id="wb-cont" dir="ltr">Immigration, Refugees and Citizenship
</ul>
</div>
</div>

<p class="mrgn-tp-md"><a href="index.html" class="btn btn-default mrgn-rght-md">View all IRCC accounts</a></p>

<!-- CONTENT ENDS HERE -->

Expand Down
2 changes: 1 addition & 1 deletion karine/sign-in-proto/en/representatives.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1 property="name" id="wb-cont" dir="ltr">Immigration, Refugees and Citizenship
</div>

</div>

<p class="mrgn-tp-md"><a href="index.html" class="btn btn-default mrgn-rght-md">View all IRCC accounts</a></p>

<!-- CONTENT ENDS HERE -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<main property="mainContentOfPage" resource="#wb-main" typeof="WebPageElement">
<header>
<div class="container">
<h1 id="wb-cont" property="name">WURD reporting &ndash; Q2, 2023-2024</h1>
<h1 id="wb-cont" property="name">WURD reporting<br>
<span class="h1-sub">Q2 2023-2024</span>
</h1>
</div>
</header>

Expand Down
54 changes: 54 additions & 0 deletions wurd-reporting/css/radial-progress-bar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
* {
box-sizing: border-box;
}

.progressbar {
position: relative;
width: 170px;
height: 170px;
margin: 1em;
transform: rotate(-90deg);
}

.progressbar__svg {
position: relative;
width: 100%;
height: 100%;
}

.progressbar__svg-circle {
width: 100%;
height: 100%;
fill: none;
stroke-width: 10;
stroke-dasharray: 440;
stroke-dashoffset: 440;
stroke: hsl(0, 0%, 100%);
stroke-linecap: round;
transform: translate(5px, 5px);
}

.shadow-html {
filter: drop-shadow(0 0 5px hsl(15, 100%, 60%));
}

.circle-html {
animation: anim_circle-html 1s ease-in-out forwards;
}

.progressbar__text {
position: absolute;
top: 50%;
left: 50%;
padding: 0.25em 0.5em;
color: hsl(0, 0%, 100%);
font-family: Arial, Helvetica, sans-serif;
border-radius: 0.25em;
transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes anim_circle-html {
to {
stroke-dashoffset: 22;
}
}/*# sourceMappingURL=radial-progress-bar.css.map */
1 change: 1 addition & 0 deletions wurd-reporting/css/radial-progress-bar.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions wurd-reporting/css/radial-progress-bar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
@function strokeDashoffset($num) {
@return 440 - (440 * $num) / 100;
}

* {
box-sizing: border-box;
}

.progressbar {
position: relative;
width: 170px;
height: 170px;
margin: 1em;
transform: rotate(-90deg);
}

.progressbar__svg {
position: relative;
width: 100%;
height: 100%;
}

.progressbar__svg-circle {
width: 100%;
height: 100%;
fill: none;
stroke-width: 10;
stroke-dasharray: 440;
stroke-dashoffset: 440;
stroke: hsl(0, 0%, 100%);
stroke-linecap: round;
transform: translate(5px, 5px); // stroke-width / 2
}

.shadow {
&-html {
filter: drop-shadow(0 0 5px hsl(15, 100%, 60%));
}
}

.circle {
&-html {
animation: anim_circle-html 1s ease-in-out forwards;
}
}

.progressbar__text {
position: absolute;
top: 50%;
left: 50%;
padding: 0.25em 0.5em;
color: hsl(0, 0%, 100%);
font-family: Arial, Helvetica, sans-serif;
border-radius: 0.25em;
transform: translate(-50%, -50%) rotate(90deg);
}

// @keyframes

@keyframes anim_circle-html {
to {
stroke-dashoffset: strokeDashoffset(95);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ main {
header {
background-color: #33465c;
color: #fff;
min-height: 250px;
margin-top: 0;
padding: 1em 0 0.5em;
padding: 1em 0;
}

header h1 {
border: none;
font-size: 3em;
font-family: "Noto Sans", sans-serif;
margin: 0.5em 0;
}

.h1-sub {
font-size: 0.8em;
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f357434

Please sign in to comment.