Skip to content

Commit adc140f

Browse files
committed
Footer notes added
1 parent f96296b commit adc140f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

data/footer-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright 2018. <b>J</b>.

index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<head>
33
<title>Shantanu Johri</title>
44
<link rel="icon" href="https://s24.postimg.org/jpuv69sl1/hanuornewlogo.png" style="width: 50px; height: 50px" type="image/png">
5-
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300" rel="stylesheet">
6-
<link href="assets/danka.css" rel="stylesheet">
5+
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300" rel="stylesheet">
76
<link rel="stylesheet" href="path/to/bootstrap/css/bootstrap.min.css">
87
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
98
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
@@ -13,10 +12,10 @@
1312
<script src="js/index.js"></script>
1413
<style>
1514
body{
16-
background-color: ghostwhite;
15+
background-color: white;
1716
}
1817
</style>
19-
<script src="sketch.js"></script>
18+
2019
<script>
2120
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2221
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -44,7 +43,7 @@ <h3>Shantanu <b><u>J</u></b>ohri</h3>
4443
</div>
4544
<div class="col-sm-8">
4645
<div class="content-body">
47-
<p id="about_me">Hey there! I am thrilled to have you here. I'm a software developer at Internshala and my job is to take care of the website and the android app as well.<br> I fall in love too easily. First there was Android, then came the Neural networks followed by Kotlin and now I'm happily in a realtionship with the art of filmmaking and photography(it's been only a month but it's thrilling!).<br> Take a look at my work so far. You can open any of the appropriate social channels for more information.
46+
<p id="about_me">
4847
</p>
4948

5049
</div>
@@ -56,8 +55,8 @@ <h3>Shantanu <b><u>J</u></b>ohri</h3>
5655
</div>
5756

5857

59-
<footer class="footer">
60-
<p>Copyright 2018. J.</p>
58+
<footer class="footer" >
59+
<p id="footer_note"></p>
6160
</footer>
6261
</body>
6362
</html>

js/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$(document).ready(function(){
2-
2+
$('#about_me').load("https://raw.githubusercontent.com/hanuor/shanjohri/gh-pages/data/about-me.md");
3+
$('#footer_note').load("https://raw.githubusercontent.com/hanuor/shanjohri/gh-pages/data/footer-notes.md");
34
setBlinkingEffect();
45

56
});

0 commit comments

Comments
 (0)