Skip to content

Commit

Permalink
Merge pull request #2 from CICS-Careers/2023
Browse files Browse the repository at this point in the history
2023
  • Loading branch information
cicscareers authored Sep 5, 2023
2 parents 8afce5b + 450e920 commit 28ea9e1
Show file tree
Hide file tree
Showing 80 changed files with 2,621 additions and 643 deletions.
799 changes: 799 additions & 0 deletions 2022.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion css/bootstrap-grid.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-grid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-grid.rtl.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-grid.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-reboot.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-reboot.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-reboot.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-reboot.rtl.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-reboot.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-reboot.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-utilities.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-utilities.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-utilities.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-utilities.rtl.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap-utilities.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap-utilities.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.rtl.css.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions css/bootstrap.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bootstrap.rtl.min.css.map

Large diffs are not rendered by default.

114 changes: 113 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,116 @@ div.small-padded-section {

.nav-item a {
font-size: 15px;
}
}

/* Navigation Tabs */
/* Sets the colors of the navigation tabs */
.nav-pills > li > button.active, .nav-pills > .dropdown > ul > li > a.active {
background-color: #6c757d !important;
}

.nav-pills > li > button:not(.active), .nav-pills > li > a:not(.active) {
color: #6c757d !important;
}

.nav-pills > li > button:hover:not(.active) {
color: #8f9ba6 !important;
}

@media screen and (max-width: 576px) {
.nav-pills > li {
flex-basis: 100%;
}
.nav-pills > li > * {
width: 100%;
}
}

.text-callout {
padding: 20px;
margin: 20px 0;
border: 0 solid #eee;
border-left-width: 5px;
}

.text-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}

.text-callout p:last-child {
margin-bottom: 0;
}

.text-callout code {
border-radius: 3px;
}

.text-callout + .bs-callout {
margin-top: -5px;
}

.callout-default {
border-left-color: #dee2e6;
background-color: rgb(248, 249, 250);
}
.callout-default {
color: rgb(33, 37, 41);
}

.callout-default a {
color: rgb(33, 37, 41);
background-color: rgba(136, 28, 28, 0.05);
text-decoration: underline;
text-decoration-color: rgb(136, 28, 28);
text-decoration-thickness: 2px;
font-weight: 600;
}

.callout-default a:hover {
background-color: rgba(136, 28, 28, 0.1);
}

.callout-primary {
border-left-color: #428bca;
background-color: #428bca;
}
.callout-primary h4 {
color: #428bca;
}

.callout-success {
border-left-color: #5cb85c;
}
.callout-success h4 {
color: #5cb85c;
}

.callout-danger {
border-left-color: #d9534f;
}
.callout-danger h4 {
color: #d9534f;
}

.callout-warning {
border-left-color: #f0ad4e;
}
.callout-warning h4 {
color: #f0ad4e;
}

.callout-info {
border-left-color: #9eeaf9;
background-color: rgb(207, 244, 252);
}
.callout-info {
color: rgb(5, 81, 96);
}

.callout-bdc {
border-left-color: #29527a;
}
.callout-bdc h4 {
color: #29527a;
}
49 changes: 49 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
font-size: 30px;
color: white;
}
.callout-academia-header {
padding: 10px;
background: #cb6015;
font-size: 30px;
color:white
}
.callout-unknown-header {
padding: 10px;
background: rgb(162, 170, 173);
Expand Down Expand Up @@ -147,3 +153,46 @@
width: 100vw;
height: 100vh;
}
.fillin{
height: 2em;
}
.op-reduce{
opacity: 0.5;
}
.kr-wrap{
text-align: center;
margin: auto;
width: 100%;
font-size: 1.2em;
margin: 1em;
}
.knowledge-rate{
font-size: 5em;
}
.kr-s2{
margin: 1em;
font-size: 1.7em;
color: #636363;
font-style: italic;
}
.kr-s1-wrap{
display: flex;
justify-content: center;
}
.kr-s1{
margin: auto 1em;
}
.chart2023{
display: flex;
justify-content: center;
}
/* .chart2023-wrap{
text-align: center;
} */
.dummy{
height: 40em;
}
.KR-head{
font-size: 3em;
color: #881c1c;
}
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/AirForceInstituteOfTechnology.avif
Binary file not shown.
Binary file added img/Alphabet-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Bloomberg-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Epic-Systems-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Harry_Potter_(www.ztcprep.com).pdf
Binary file not shown.
Binary file added img/JPMorgan-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added img/Juniper_Networks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/KAUST_Logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/LinkedIn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Mitre_Corporation_logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/NC-State-logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/NCState-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Nutanix_Logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/OpenAI_Logo.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/STR-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UBC_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UC-Berkeley-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UCBerkeley-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UCSD-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UK logo-web.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/UPenn-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Veeva logo orange&grey 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Wayfair-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/addeparlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/citizensLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions img/cohereHealth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/dellLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/delllogo2.png
Binary file added img/energysage.png
Binary file added img/illinoislogo.png
Binary file added img/map2023.png
Binary file added img/mapUGRAD2023.png
Binary file added img/mgh.png
81 changes: 81 additions & 0 deletions img/paramount_logo.svg

Large diffs are not rendered by default.

Binary file added img/rubrik-logo.png
Binary file added img/salesforcelogo2.png
Binary file added img/uklogo.png
Loading

0 comments on commit 28ea9e1

Please sign in to comment.