|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if lt IE 7]> |
| 3 | +<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| 4 | +<!--[if IE 7]> |
| 5 | +<html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| 6 | +<!--[if IE 8]> |
| 7 | +<html class="nopjs lt-ie9"> <![endif]--> |
| 8 | +<!--[if gt IE 8]><!--> |
| 9 | +<html class="no-js"> <!--<![endif]--> |
| 10 | +<head> |
| 11 | + <meta charset="utf-8"> |
| 12 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 13 | + <title>Akash Singh</title> |
| 14 | + <meta name="description" content=""> |
| 15 | + <meta name="viewport" content="width=device-width"> |
| 16 | + <link rel='shortcut icon' type='image/x-icon' href='favicon.ico'/> |
| 17 | + <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> |
| 18 | + <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-72x72-precomposed.png"> |
| 19 | + <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-114x114-precomposed.png"> |
| 20 | + <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-144x144-precomposed.png"> |
| 21 | + <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> |
| 22 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" |
| 23 | + integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous"> |
| 24 | + <link rel="stylesheet" href="css/normalize.min.css"> |
| 25 | + <link rel="stylesheet" href="css/main.css"> |
| 26 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> |
| 27 | + <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script> |
| 28 | + <script src="js/vendor/jquery.hashchange.min.js"></script> |
| 29 | + <script src="js/vendor/jquery.easytabs.min.js"></script> |
| 30 | + |
| 31 | + <script src="js/main.js"></script> |
| 32 | + <!--[if lt IE 9]> |
| 33 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 34 | + <script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script> |
| 35 | + <![endif]--> |
| 36 | +</head> |
| 37 | +<body class="bg-fixed bg-1"> |
| 38 | +<!--[if lt IE 7]> |
| 39 | +<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade |
| 40 | + your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to |
| 41 | + improve your experience.</p> |
| 42 | +<![endif]--> |
| 43 | +<div class="main-container"> |
| 44 | + <div class="main wrapper clearfix"> |
| 45 | + <!-- Header Start --> |
| 46 | + <header id="header"> |
| 47 | + <div id="logo"> |
| 48 | + <h2> |
| 49 | + Akash Singh |
| 50 | + </h2> |
| 51 | + <h4> |
| 52 | + Mathematician, Designer & Developer |
| 53 | + </h4> |
| 54 | + </div> |
| 55 | + </header> |
| 56 | + <!-- Header End --> |
| 57 | + <!-- Main Tab Container --> |
| 58 | + <div id="tab-container" class="tab-container"> |
| 59 | + <!-- Tab List --> |
| 60 | + <ul class='etabs'> |
| 61 | + <li class='tab' id="tab-about"> |
| 62 | + <a href="#about"><i class="icon-user"></i><span>20 Python Libraries You Aren't Using!</span></a> |
| 63 | + </li> |
| 64 | + </ul> |
| 65 | + <!-- End Tab List --> |
| 66 | + <div id="tab-data-wrap"> |
| 67 | + <!-- About Tab Data --> |
| 68 | + <div id="about"> |
| 69 | + <section class="clearfix"> |
| 70 | + <div> |
| 71 | + <div class="photo"> |
| 72 | + <img src="img/20python_lib.png" alt="python" border="1" height="256" width="256"> |
| 73 | + </div> |
| 74 | + <div class="info"> |
| 75 | + <h2> |
| 76 | + 20 Python Libraries You Aren't Using! |
| 77 | + </h2> |
| 78 | + <h6> |
| 79 | + Author: Akash Singh <br/>Date: December 20, 2019 |
| 80 | + </h6> |
| 81 | + <p> |
| 82 | + content here |
| 83 | + |
| 84 | + </p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + <div class="break"></div> |
| 88 | + </section><!-- content --> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + <!-- End Tab Container --> |
| 93 | + <footer> |
| 94 | + <p> |
| 95 | + Copyright © 2017 · Akash Singh |
| 96 | + </p> |
| 97 | + </footer> |
| 98 | + </div><!-- #main --> |
| 99 | +</div><!-- #main-container --> |
| 100 | + |
| 101 | + |
| 102 | +</body> |
| 103 | +</html> |
0 commit comments