|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
6 | 6 |
|
7 | | - <title>reveal.js</title> |
| 7 | + <title>codehimanshu</title> |
8 | 8 |
|
9 | 9 | <link rel="stylesheet" href="css/reveal.css"> |
10 | 10 | <link rel="stylesheet" href="css/theme/black.css"> |
| 11 | + <link rel="stylesheet" href="css/style.css"> |
11 | 12 |
|
12 | 13 | <!-- Theme used for syntax highlighting of code --> |
13 | 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> |
|
24 | 25 | <body> |
25 | 26 | <div class="reveal"> |
26 | 27 | <div class="slides"> |
27 | | - <section>Slide 1</section> |
28 | | - <section>Slide 2</section> |
| 28 | + <section> |
| 29 | + <img src="img/dp.JPG" id="one_dp"> |
| 30 | + <h2>Himanshu Agrawal</h2> |
| 31 | + <small><a href="http://github.com/codehimanshu">@codehimanshu</a></small> |
| 32 | + <h4>A Web & Programming Enthusiast</h4> |
| 33 | + </section> |
| 34 | + |
| 35 | + <section> |
| 36 | + <h2>About Me</h2> |
| 37 | + <p>I am a Computer Science undergrad persuing B. Tech. from JSS Academy, Noida. Currently I am a Full Stack Web Developer at BreakInterview.com. Besides this I love competitive programming.</p> |
| 38 | + </section> |
| 39 | + |
| 40 | + <section> |
| 41 | + <h2>Contact Me</h2> |
| 42 | + <p>Email: <a href=" mailto:[email protected]?Subject=Hi%20Himanshu" >[email protected]</a></p> |
| 43 | + <a href="http://github.com/codehimanshu"><img class="social" src="img/git.png" /></a> |
| 44 | + <a href=" https://in.linkedin.com/in/codehimanshu"><img class="social" src="img/in.png" /></a> |
| 45 | + <a href="http://facebook.com/codehimanshu"><img class="social" src="img/fb.png" /></a> |
| 46 | + <a href="https://plus.google.com/108645663599809646075"><img class="social" src="img/g+.png" /></a> |
| 47 | + </section> |
29 | 48 | </div> |
30 | 49 | </div> |
31 | 50 |
|
|
41 | 60 | dependencies: [ |
42 | 61 | { src: 'plugin/markdown/marked.js' }, |
43 | 62 | { src: 'plugin/markdown/markdown.js' }, |
44 | | - { src: 'plugin/notes/notes.js', async: true }, |
| 63 | + // { src: 'plugin/notes/notes.js', async: true }, |
45 | 64 | { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } |
46 | 65 | ] |
47 | 66 | }); |
|
0 commit comments