Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_site/
_old
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 hackhpi_assets/2019-partners/ibm-white.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 hackhpi_assets/2019-partners/ibm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
358 changes: 183 additions & 175 deletions live/index.html

Large diffs are not rendered by default.

714 changes: 714 additions & 0 deletions live/index_old.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions live/live_files/live.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
color: #fff;
background: #0081cb;
background: #6C0021;
}

.bg-live {
Expand All @@ -16,11 +16,11 @@ body {
}

.time-machine {
background: #0081cb; /* Old browsers */
background: -moz-linear-gradient(45deg, #0081cb 0%, #00b0ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #0081cb 0%,#00b0ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #0081cb 0%,#00b0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081cb', endColorstr='#00b0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: #6C0021; /* Old browsers */
background: -moz-linear-gradient(45deg, #6C0021 0%, #B1063A 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #6C0021 0%,#B1063A 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #6C0021 0%,#B1063A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C0021', endColorstr='#B1063A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: inset 0px -3px 3px rgba(0,0,0,0.2);
}

Expand Down Expand Up @@ -70,11 +70,11 @@ h1 .live:before {
}

h2 {
color: #00b0ff;
color: #B1063A;
}

h3 {
color: #00b0ff;
color: #B1063A;
}

h3 + * {
Expand All @@ -91,7 +91,7 @@ table td {
}

table tr.active td {
background: #0081cb;
background: #6C0021;
}

table tr td.ft-table-col-first {
Expand Down
2 changes: 1 addition & 1 deletion partner-information.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Deloitte</h3>

<div class="row sponsor-information">
<div class="col-md-4">
<img src="./hackhpi_assets/2019-partners/mTomady.jpeg" class="img-responsive">
<img src="./hackhpi_assets/2019-partners/mTomady.png" class="img-responsive">
</div>

<div class="col-md-8">
Expand Down