Skip to content

Commit

Permalink
add 2024 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aditanup committed Jan 29, 2024
1 parent 03b1b74 commit 9b714b3
Show file tree
Hide file tree
Showing 19 changed files with 483 additions and 1 deletion.
1 change: 1 addition & 0 deletions 2024/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sample Webpage for ShowOHI/O 2024.
1 change: 1 addition & 0 deletions 2024/assets/brand/bootstrap-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2024/assets/brand/bootstrap-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions 2024/assets/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions 2024/assets/dist/css/bootstrap.rtl.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions 2024/assets/dist/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 2024/assets/dist/js/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions 2024/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.logoImage {
height: 75px;
}

.buttonPadding {
margin-left: 10px;
}

.backgroundImage {
background-image: url(images/Show0.JPG);
background-position: center;
background-size: cover;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}

.backgroundTextGradient {
/* background-color: rgba(255, 0, 0, 0.3) */
/* background-color: rgba(0, 0, 0, 0); */
/* background-image: radial-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); */
background-image: linear-gradient(to right,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
padding: 15px;

}

@media only screen and (max-width:750px) {
.hideWhenSmall {
display: none;
}
}

@media only screen and (min-width:750px) {
.hideWhenLarge {
display: none;
}
}
Binary file added 2024/images/Show0.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 2024/images/Show1.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 2024/images/showCarousel0.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 2024/images/showCarousel1.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 2024/images/showCarousel2.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 2024/images/showLogo.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 2024/images/showThumbnailUPDATED0.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 2024/images/showThumbnailUPDATED1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
352 changes: 352 additions & 0 deletions 2024/index.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions 2024/template.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
font-size: 2.25rem;
}

.blog-header-logo:hover {
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
font-size: 2.5rem;
}
@media (min-width: 768px) {
.display-4 {
font-size: 3rem;
}
}

.flex-auto {
flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
.h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
}

/*
* Blog posts
*/
.blog-post {
margin-bottom: 4rem;
}
.blog-post-title {
font-size: 2.5rem;
}
.blog-post-meta {
margin-bottom: 1.25rem;
color: #727272;
}

/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #727272;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>You are being redirected...</title>
<meta http-equiv="refresh" content="0; url=/show/2023">
<meta http-equiv="refresh" content="0; url=/show/2024">
</head>

<body>
Expand Down

0 comments on commit 9b714b3

Please sign in to comment.