Skip to content

Commit 1ba9025

Browse files
committed
added todo
1 parent d369e44 commit 1ba9025

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
This is a GitHub Pages repository for arjunnn.github.io, my personal website.
22
You can see it live at http://arjun.ninja
3+
4+
# To Do:
5+
6+
- make it load faster
7+
- cache assets
8+
- optimize mahface.png
9+
- remove jQuery dependency (why is it even there in the first place??)
10+
- consider removing bootstrap dependency
11+
- update bio. you're no longer in college
12+
- add links to snapchat, twitter, & github
13+
- new design for 2017(?)
14+
- remove greeting from top of the page(?)
15+
- update recent work

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ position:center;
6060
}
6161
body{
6262
margin: 1.5em;
63-
font-family: 'Segoe UI', 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;
63+
font-family: 'Segoe UI', 'San Francisco', 'Roboto', 'Arial', sans-serif;
6464
/*text-decoration: none;*/
6565
}
6666
#github-logo

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<head>
33
<meta charset="UTF-8">
44
<script type="text/javascript" src="assets/javascript.js"></script>
5-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
6-
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
5+
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
6+
<!-- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> -->
77
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
8-
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
8+
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> -->
99
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,700italic' rel='stylesheet' type='text/css'>
1010
<link rel="stylesheet" href="assets/style.css">
1111
<!-- <script type="text/javascript" src="assets/instatofeed.min.js"></script> -->
@@ -60,10 +60,12 @@ <h1 class="page-header"><strong>Arjun Munji</strong></h1>
6060
<div class="col-sm-3"></div>
6161
<div class="col-sm-6">
6262
<h2 id="hello"><strong>Hello</strong></h2>
63-
<p>I am a <abbr title="Computer Science">CS</abbr> undergrad at <span class="link"><abbr title="Keshav Memorial Institute Of Technology">KMIT</abbr></span>.
63+
<p>
64+
I am a <abbr title="Computer Science">CS</abbr> undergrad at <span class="link"><abbr title="Keshav Memorial Institute Of Technology">KMIT</abbr></span>.
6465
I live in Hyderabad, India. I manage the design & development of <span class="link"><a href="http://kmit.in/emagazine" target="_blank">kMITRA</a></span>,
6566
our college magazine. I also dabble in graphic design and <span class="link"><a href="https://instagram.com/arjun1894" target="_blank">photography</a></span>.
66-
Sometimes I <span class="link"><a href="http://arjun.ninja/blog" target="_blank">blog</a></span>.</p>
67+
Sometimes I <span class="link"><a href="http://arjun.ninja/blog" target="_blank">blog</a>.</span>
68+
</p>
6769
<blockquote>
6870
(An Unmatched left paranthesis creates an unresolved tension that will stay with you all day.
6971
<footer><a href="http://xkcd.com/859/" target="_blank">xkcd</a></footer>
@@ -136,7 +138,7 @@ <h2><strong>&nbsp;Recent Work</strong></h2>
136138
<div class="row">
137139
<div class="col-sm-3"></div>
138140
<div class="col-sm-6" id="footer">
139-
<p class="footer">&copy; 2015 <a href="http://arjun.ninja">Arjun Munji</a> | Hosted on GitHub <a id="heart" href="https://github.com/arjunnn/arjunnn.github.io/" target="_blank"><img id="github-logo" src="http://arjun.ninja/assets/GitHub-Mark-32px.png" alt="gh-logo"></a></p>
141+
<p class="footer">&copy; 2016 <a href="http://arjun.ninja">Arjun Munji</a> | Hosted on GitHub <a id="heart" href="https://github.com/arjunnn/arjunnn.github.io/" target="_blank"><img id="github-logo" src="http://arjun.ninja/assets/GitHub-Mark-32px.png" alt="gh-logo"></a></p>
140142
</div>
141143
<div class="col-sm-3"></div>
142144
</div>

0 commit comments

Comments
 (0)