Skip to content

Commit

Permalink
Deployment from Website repo: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ICC CI committed Jul 9, 2024
1 parent ea2ea9c commit 5f9373e
Show file tree
Hide file tree
Showing 9 changed files with 133 additions and 18 deletions.
16 changes: 15 additions & 1 deletion about/index.html

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion contact/index.html

Large diffs are not rendered by default.

49 changes: 40 additions & 9 deletions default-src_app_layout_layout_module_ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,10 @@ class HeaderComponent {
}, {
text: 'Contact',
url: '/contact'
}, {
text: 'Call for Speakers',
url: 'https://sessionize.com/iowa-code-camp-fall-2024/',
external: true
}];
}
ngOnInit() {}
Expand Down Expand Up @@ -1838,25 +1842,52 @@ __webpack_require__.r(__webpack_exports__);



function NavComponent_ng_container_2_a_2_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](0, "a", 4)(1, "span");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]()();
}
if (rf & 2) {
const link_r1 = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵnextContext"]().$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵpropertyInterpolate"]("href", link_r1.url, _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵsanitizeUrl"]);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtextInterpolate"](link_r1.text);
}
}
const _c0 = function () {
return {
exact: true
};
};
function NavComponent_ng_container_2_a_3_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](0, "a", 5)(1, "span");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]()();
}
if (rf & 2) {
const link_r1 = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵnextContext"]().$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵproperty"]("routerLink", link_r1.url)("routerLinkActiveOptions", _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵpureFunction0"](3, _c0));
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtextInterpolate"](link_r1.text);
}
}
function NavComponent_ng_container_2_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementContainerStart"](0);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](1, "li")(2, "a", 2)(3, "span");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtext"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]()()();
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](1, "li");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtemplate"](2, NavComponent_ng_container_2_a_2_Template, 3, 2, "a", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtemplate"](3, NavComponent_ng_container_2_a_3_Template, 3, 4, "a", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementContainerEnd"]();
}
if (rf & 2) {
const link_r1 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵproperty"]("routerLink", link_r1.url)("routerLinkActiveOptions", _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵpureFunction0"](3, _c0));
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtextInterpolate"](link_r1.text);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵproperty"]("ngIf", link_r1.external);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵproperty"]("ngIf", !link_r1.external);
}
}
class NavComponent {
Expand All @@ -1874,11 +1905,11 @@ class NavComponent {
},
decls: 5,
vars: 1,
consts: [[1, "flex", "items-center", "gap-32"], [4, "ngFor", "ngForOf"], ["href", "#", "routerLinkActive", "text-red is-active", 1, "", 3, "routerLink", "routerLinkActiveOptions"]],
consts: [[1, "flex", "items-center", "gap-32"], [4, "ngFor", "ngForOf"], [3, "href", 4, "ngIf"], ["href", "#", "class", "", "routerLinkActive", "text-red is-active", 3, "routerLink", "routerLinkActiveOptions", 4, "ngIf"], [3, "href"], ["href", "#", "routerLinkActive", "text-red is-active", 1, "", 3, "routerLink", "routerLinkActiveOptions"]],
template: function NavComponent_Template(rf, ctx) {
if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](0, "nav")(1, "ul", 0);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtemplate"](2, NavComponent_ng_container_2_Template, 5, 4, "ng-container", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵtemplate"](2, NavComponent_ng_container_2_Template, 4, 2, "ng-container", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementStart"](3, "li");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelement"](4, "app-register-button");
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵelementEnd"]()()();
Expand All @@ -1888,7 +1919,7 @@ class NavComponent {
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵproperty"]("ngForOf", ctx.links);
}
},
dependencies: [_angular_common__WEBPACK_IMPORTED_MODULE_2__.NgForOf, _angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterLink, _angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterLinkActive, _register_button_register_button_component__WEBPACK_IMPORTED_MODULE_0__.RegisterButtonComponent],
dependencies: [_angular_common__WEBPACK_IMPORTED_MODULE_2__.NgForOf, _angular_common__WEBPACK_IMPORTED_MODULE_2__.NgIf, _angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterLink, _angular_router__WEBPACK_IMPORTED_MODULE_3__.RouterLinkActive, _register_button_register_button_component__WEBPACK_IMPORTED_MODULE_0__.RegisterButtonComponent],
encapsulation: 2
});
}
Expand Down
2 changes: 1 addition & 1 deletion default-src_app_layout_layout_module_ts.js.map

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

sha: 76541deeabe4a2db284531344a649264426c480f
run_number: 32
sha: d2e5464f521b07907cd9651baf3ed2ce3559645a
run_number: 33
run_attempt: 1

16 changes: 15 additions & 1 deletion schedule/index.html

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion speakers/index.html

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion sponsors/index.html

Large diffs are not rendered by default.

0 comments on commit 5f9373e

Please sign in to comment.