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

Added img to assets/img and re-created the experiments page. #2

Merged
merged 1 commit into from
Dec 13, 2015
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
180 changes: 179 additions & 1 deletion assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6777,4 +6777,182 @@ html.bg {
top: -4px;
left: 0; }

/*# sourceMappingURL=theme.css.map */

.cbp_tmtimeline {
margin: 10% 0 0 0;
padding: 0;
list-style: none;
position: relative;
}

/* The line */
.cbp_tmtimeline:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 10px;
background: #2c3e50;
left: 20%;
margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
display: block;
width: 25%;
padding-right: 100px;
position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
display: block;
text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
font-size: 0.9em;
color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
font-size: 2.9em;
color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
color: #6cbfee;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 15px 25%;
background: #3594cb;
color: #fff;
padding: 2em;
font-size: 1.2em;
font-weight: 300;
line-height: 1.4;
position: relative;
border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
background: #18bc9c;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
margin-top: 0px;
padding: 0 0 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #3594cb;
border-width: 10px;
top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: #18bc9c;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
width: 40px;
height: 40px;
font-family: 'ecoico';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size: 1.4em;
line-height: 40px;
-webkit-font-smoothing: antialiased;
position: absolute;
color: #fff;
background: #18bc9c;
border-radius: 50%;
box-shadow: 0 0 0 8px #2c3e50;
text-align: center;
left: 20%;
top: 0;
margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
content: "\e000";
}

.cbp_tmicon-screen:before {
content: "\e001";
}

.cbp_tmicon-mail:before {
content: "\e002";
}

.cbp_tmicon-earth:before {
content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
font-size: 1.5em;
}
}

@media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
display: none;
}

.cbp_tmtimeline > li .cbp_tmtime {
width: 100%;
position: relative;
padding: 0 0 20px 0;
}

.cbp_tmtimeline > li .cbp_tmtime span {
text-align: left;
}

.cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 30px 0;
padding: 1em;
font-weight: 400;
font-size: 95%;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
right: auto;
left: 20px;
border-right-color: transparent;
border-bottom-color: #3594cb;
top: -20px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: transparent;
border-bottom-color: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmicon {
position: relative;
float: right;
left: auto;
margin: -55px 5px 0 0px;
}
}

Binary file added assets/img/main.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 assets/img/thumbs/1.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 assets/img/thumbs/2.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 assets/img/thumbs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions exp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>experiments | Akhil</title>

<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/bootswatch.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<link rel="stylesheet" type="text/css" href="assets/css/theme.css">

</head>
<body id="home">
<header class="navbar navbar-inverse hero" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://akhilhector.com" class="navbar-brand">Akhil Pandey</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown"><a href="http://akhilhector.com/about">About</a></li>
<li class="dropdown"><a href="https://github.com/AkhilHector" target="_blank">Code</a></li>
<li class="dropdown"><a href="http://blog.akhilhector.com/">Blog</a></li>
<li class="dropdown"><a href="http://akhilhector.com/photos">Photos</a></li>
</ul>
</nav>
</div>
</header>

<div id="hero">
<div class="container">
<h1 class="hero-text animated fadeInDown">
¯\_(ツ)_/¯ Experiments | Akhil Pandey.
</h1>
<p style="margin-left: 25px;" class="sub-text animated fadeInDown">
- This might Include Experiments from wide range of fields ranging from Programming, Hardware Hacks, Life hacks, Chemistry, General Scince etc.
</p>
<div class="cta animated fadeInDown">
<a href="../index.html" class="button-outline">Go Back</a>
</div>
<div class="img"></div>
</div>
</div>


<div class="container">

<div class="main">
<ul class="cbp_tmtimeline">
<li>
<time class="cbp_tmtime" datetime="2015-10-12 12:21"><span>Life Science</span> <span>07/10/15</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
<img src="assets/img/thumbs/1.png" class="img-responsive img-circle lecture-dp" height="200px" width="200px">
<h2>Food, Water and Human Body</h2>
<h4>EXP01</h4>
<p>
Coming Soon
</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2013-04-11T12:04"><span>Computers</span> <span>10/12/15</span></time>
<div class="cbp_tmicon cbp_tmicon-screen"></div>
<div class="cbp_tmlabel">
<img src="assets/img/thumbs/2.png" class="img-responsive img-circle lecture-dp" height="200px" width="200px">
<h2>Battery and Operating System | Linux</h2>
<h4>EXP02</h4>
<p>
Coming Soon
</p>
</div>
</li>
<li>
<time class="cbp_tmtime" datetime="2013-04-15 13:15"><span>TBA</span> <span>TBA</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
<h2>More Experiments </h2>
<h4>EXP03</h4>
<p>Coming soon.</p>
</div>
</li>
</ul>
</div>
</div>

<div id="footer">
<div class="container">
<center>
<h4><span style="color:orange;">Presented by </span><a href="http://facebook.com/akhilhector">Akhil Pandey</a> <span style="color:red;" > &copy; 2015.</span></h4>
</center>
</div>
</div>

<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="hero-text animated fadeInDown">
- ¯\_(ツ)_/¯ Akhil Pandey.
</p>
<div class="cta animated fadeInDown">
<a href="http://akhilhector.com/exprmt" class="button-outline">Math.random(experiment)</a>
<a href="exp.html" class="button-outline">Math.random(experiment)</a>
<a href="http://akhilhector.com/photos" class="button-outline">Journals & Scribes</a>
</div>
<div class="img"></div>
Expand Down