Skip to content

Commit 76f4ac2

Browse files
authored
Merge pull request #114 from simonstadlinger/liveSite
Live site
2 parents 34c7669 + beed506 commit 76f4ac2

File tree

9 files changed

+908
-185
lines changed

9 files changed

+908
-185
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
_site/
2+
_old
14.5 KB
Loading
9.02 KB
Loading
9.72 KB
Loading
314 KB
Loading

live/index.html

Lines changed: 183 additions & 175 deletions
Large diffs are not rendered by default.

live/index_old.html

Lines changed: 714 additions & 0 deletions
Large diffs are not rendered by default.

live/live_files/live.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
color: #fff;
3-
background: #0081cb;
3+
background: #6C0021;
44
}
55

66
.bg-live {
@@ -16,11 +16,11 @@ body {
1616
}
1717

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

@@ -70,11 +70,11 @@ h1 .live:before {
7070
}
7171

7272
h2 {
73-
color: #00b0ff;
73+
color: #B1063A;
7474
}
7575

7676
h3 {
77-
color: #00b0ff;
77+
color: #B1063A;
7878
}
7979

8080
h3 + * {
@@ -91,7 +91,7 @@ table td {
9191
}
9292

9393
table tr.active td {
94-
background: #0081cb;
94+
background: #6C0021;
9595
}
9696

9797
table tr td.ft-table-col-first {

partner-information.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>Deloitte</h3>
111111

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

117117
<div class="col-md-8">

0 commit comments

Comments
 (0)