Skip to content

Commit 29c801a

Browse files
committed
add home, about, contact page
1 parent 2387135 commit 29c801a

File tree

8 files changed

+36
-5
lines changed

8 files changed

+36
-5
lines changed

css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#one_dp {
2+
height: 400px;
3+
width: 350px;
4+
border-radius: 50%;
5+
}
6+
section img.social {
7+
height: 100px;
8+
width: 100px;
9+
border: 0px;
10+
margin: 20px;
11+
border-radius: 9px;
12+
}

img/dp.JPG

403 KB
Loading

img/fb.png

6.05 KB
Loading

img/g+.png

630 KB
Loading

img/git.png

34.6 KB
Loading

img/in.png

10.8 KB
Loading

index.html

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66

7-
<title>reveal.js</title>
7+
<title>codehimanshu</title>
88

99
<link rel="stylesheet" href="css/reveal.css">
1010
<link rel="stylesheet" href="css/theme/black.css">
11+
<link rel="stylesheet" href="css/style.css">
1112

1213
<!-- Theme used for syntax highlighting of code -->
1314
<link rel="stylesheet" href="lib/css/zenburn.css">
@@ -24,8 +25,26 @@
2425
<body>
2526
<div class="reveal">
2627
<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>
2948
</div>
3049
</div>
3150

@@ -41,7 +60,7 @@
4160
dependencies: [
4261
{ src: 'plugin/markdown/marked.js' },
4362
{ src: 'plugin/markdown/markdown.js' },
44-
{ src: 'plugin/notes/notes.js', async: true },
63+
// { src: 'plugin/notes/notes.js', async: true },
4564
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
4665
]
4766
});

js/reveal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
help: true,
9898

9999
// Flags if it should be possible to pause the presentation (blackout)
100-
pause: true,
100+
pause: false,
101101

102102
// Flags if speaker notes should be visible to all viewers
103103
showNotes: false,

0 commit comments

Comments
 (0)