Skip to content

Commit 6bb8e89

Browse files
committed
add pages
1 parent 29c801a commit 6bb8e89

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

index.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,39 @@
2525
<body>
2626
<div class="reveal">
2727
<div class="slides">
28+
2829
<section>
2930
<img src="img/dp.JPG" id="one_dp">
3031
<h2>Himanshu Agrawal</h2>
3132
<small><a href="http://github.com/codehimanshu">@codehimanshu</a></small>
3233
<h4>A Web & Programming Enthusiast</h4>
3334
</section>
3435

35-
<section>
36+
<section data-background="#260808" >
3637
<h2>About Me</h2>
3738
<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>
3839
</section>
3940

41+
<section data-background="#122315">
42+
<h2>Experience</h2>
43+
</section>
44+
45+
<section>
46+
<h2>Skills</h2>
47+
</section>
48+
49+
<section>
50+
<h2>Projects</h2>
51+
</section>
52+
53+
<section>
54+
<h2>Education</h2>
55+
</section>
56+
57+
<section>
58+
<h2>Resume</h2>
59+
</section>
60+
4061
<section>
4162
<h2>Contact Me</h2>
4263
<p>Email: <a href="mailto:himanshuagrawal1998@gmail.com?Subject=Hi%20Himanshu">himanshuagrawal1998@gmail.com</a></p>
@@ -45,6 +66,7 @@ <h2>Contact Me</h2>
4566
<a href="http://facebook.com/codehimanshu"><img class="social" src="img/fb.png" /></a>
4667
<a href="https://plus.google.com/108645663599809646075"><img class="social" src="img/g+.png" /></a>
4768
</section>
69+
4870
</div>
4971
</div>
5072

js/reveal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
focusBodyOnPageVisibilityChange: true,
136136

137137
// Transition style
138-
transition: 'slide', // none/fade/slide/convex/concave/zoom
138+
transition: 'convex', // none/fade/slide/convex/concave/zoom
139139

140140
// Transition speed
141141
transitionSpeed: 'default', // default/fast/slow

0 commit comments

Comments
 (0)