Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feed for Interview Series #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
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
188 changes: 188 additions & 0 deletions New folder/css_is.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@

html,
body {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px;
color: #212112;
background-color: #fbfbfb;
overflow-x: hidden;
transition: all 200ms linear;
height:100%;
margin:0;
}
body{
padding-top:25px;
}
p{
margin: 0;
padding-top: 10px;
font-size: 18px;
line-height: 1.3;
transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
padding: 10px 2px 12px;
color: #1f1f1f;
font-size: 1.15em;
}

h4{
font-family: 'Open Sans';
font-size: 24px;
line-height: 1;
margin-bottom: 0;
font-weight: 500;
color: #212112;
transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-o-transition: all 500ms linear;
-ms-transition: all 500ms linear;
}

body.dark {
color: rgba(255,255,255,0.6);
background-color: #121212;
}
body.dark span{
transition-delay: 0ms !important;
}
body.dark h4{
color: #fff;
opacity: 0.87;
}
body.dark p{
opacity: 0.6;
color: rgba(255,255,255,0.78);
}

/* --------------------------------
MAIN COMPONENTS
-------------------------------- */

#is{}

#is .is-outer{
padding-bottom: 25px;
}

#is .is-card {
position: relative;
width: calc(100%);
margin: 5px 0 15px;
transition: all .4s ease-in-out;
background-color: #fcfcfc;
border-radius: 0 0px 10px 10px;
height: calc(100% - 20px);
}
#is .is-card:hover {
transform: scale(1.025);
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
background-color: #fafafa;
}
#is .is-img {
width: 100%;
height: 200px;
/*
border-top-left-radius: 2px;
border-top-right-radius: 2px;
*/
display: block;
overflow: hidden;
opacity: 0.9;
position: relative;
}
#is .is-img img{
width: 100%;
height: 200px;
width: -moz-available;
object-fit: cover;
transition: all 1s cubic-bezier(.29,.64,.45,.94);
}
#is .is-img .is-upcoming{
position: absolute;
bottom: 3px;
left: 3px;
padding: 2px 7px 2px 6px;
background-color: #ca3e47;
color: #fafafa;
opacity: 0.9;
font-size: 0.7em;
}
#is .is-card:hover .is-img img{
transform: scale(1.02);
overflow: hidden;
opacity: 1;
}
#is .is-card .is-content {
padding: 15px 10px 60px;
text-align: left;
position: relative;
}
#is .is-card .is-title{
font-size: 1.5em;
padding: 7px 2px 2px;
font-weight: 600;
}
#is .is-card .is-summ{
padding: 10px 2px 12px;
color: #1f1f1f;
font-size: 1.15em;
}
#is .is-card .is-date{
/*
float: right;
left: 14px;
right: 9px;
bottom: 4px;
*/
padding: 2px;
opacity: 0.82;
font-style: italic;
font-size: 0.85em;
}
#is .is-card .is-watch a {
display: block;
position: absolute;
bottom: 0;
user-select: none;
border-radius: 0 0px 10px 10px;
text-align: center;
padding: 9px 16px;
transition: all .3s ease-in-out;
background-color: rgba(129, 103, 169,.8);
color: #fafafa;
text-decoration: none;
}
#is .is-card .is-watch a:hover{
background-color: #6c5393;
}

.dark #is .is-card {
background-color: #212121;
}
.dark #is .is-card:hover {
background-color: #2f2f2f;
}
.dark #is .is-title{
color: rgba(255,255,255,0.85);
}
.dark #is .is-summ{
color: rgba(255,255,255,0.78);
}
.dark #is .is-date{
opacity: 0.65;
}
.dark #is .is-watch a {
background-color: rgba(30, 144, 255, .8);
color: rgba(255,255,255,.8);

}
.dark #is .is-watch a:hover{
background-color: #0080ff;
color: rgba(255,255,255,.98);
}


90 changes: 90 additions & 0 deletions New folder/iseries.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src='https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js'></script>
<link rel="stylesheet" type="text/css" href="css_is.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body class="dark">
<div id="is" class="container">
<div class="row">
<div class="is-outer col-xs-12 col-md-6 col-lg-4">
<div class="is-card">
<a class="is-img" href="http://mathsoc.iitd.ac.in/#/home/">
<img src="../img/team/default.png" />
<span class="is-upcoming"><i class="fa fa-clock-o"></i> &nbsp; 23:23:23</span>
</a>
<div class="is-content">
<h4 class="is-title">Talk with Prof 1</h4>
<p class="is-summ">This is the description of the video.This is the description of the video. This is the description of the video. This is the description of the video. This is the description of the video.</p>
<span class="is-date">Sun,24 Dec 2021 18:50:18 +0530</span>
</div>
<div class="is-watch">
<a href="http://mathsoc.iitd.ac.in/#/home/" class="btn btn-link btn-block"><i style="font-size:1.05em;" class="fa fa-play-circle"></i>&nbsp; Watch</a>
</div>
</div>
</div>

<div class="is-outer col-xs-12 col-md-6 col-lg-4">
<div class="is-card">
<a class="is-img" href="http://mathsoc.iitd.ac.in/#/home/">
<img src="../img/team/default.png" />
<span class="is-upcoming"><i class="fa fa-dot-circle-o"></i> &nbsp; Live</span>
</a>
<div class="is-content">
<h4 class="is-title">Talk with Prof 2</h4>
<p class="is-summ">This is the description of the video.</p>
<span class="is-date">Sun,24 Dec 2021 18:50:18 +0530</span>
</div>
<div class="is-watch">
<a href="http://mathsoc.iitd.ac.in/#/home/" class="btn btn-link btn-block"><i style="font-size:1.05em;" class="fa fa-play-circle"></i>&nbsp; Watch</a>
</div>
</div>
</div>

<div class="is-outer col-xs-12 col-md-6 col-lg-4">
<div class="is-card">
<a class="is-img" href="http://mathsoc.iitd.ac.in/#/home/">
<img src="../img/team/default.png" />
</a>
<div class="is-content">
<h4 class="is-title">Talk with Prof 3</h4>
<p class="is-summ">This is the description of the video.</p>
<span class="is-date">Sun,24 Dec 2021 18:50:18 +0530</span>
</div>
<div class="is-watch">
<a href="http://mathsoc.iitd.ac.in/#/home/" class="btn btn-link btn-block"><i style="font-size:1.05em;" class="fa fa-play-circle"></i>&nbsp; Watch</a>
</div>
</div>
</div>

<div class="is-outer col-xs-12 col-md-6 col-lg-4">
<div class="is-card">
<a class="is-img" href="http://mathsoc.iitd.ac.in/#/home/">
<img src="../img/team/default.png" />
</a>
<div class="is-content">
<h4 class="is-title">Talk with Prof 4</h4>
<p class="is-summ">This is the description of the video.</p>
<span class="is-date">Sun,24 Dec 2021 18:50:18 +0530</span>
</div>
<div class="is-watch">
<a href="http://mathsoc.iitd.ac.in/#/home/" class="btn btn-link btn-block"><i style="font-size:1.05em;" class="fa fa-play-circle"></i>&nbsp; Watch</a>
</div>
</div>
</div>



</div>
</div>

</body>
</html>