-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from AkhilHector/gh-pages
Added img to assets/img and re-created the experiments page.
- Loading branch information
Showing
7 changed files
with
290 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;" > © 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters