Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunnn committed Nov 19, 2016
1 parent d369e44 commit 1ba9025
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -1,2 +1,15 @@
This is a GitHub Pages repository for arjunnn.github.io, my personal website.
You can see it live at http://arjun.ninja

# To Do:

- make it load faster
- cache assets
- optimize mahface.png
- remove jQuery dependency (why is it even there in the first place??)
- consider removing bootstrap dependency
- update bio. you're no longer in college
- add links to snapchat, twitter, & github
- new design for 2017(?)
- remove greeting from top of the page(?)
- update recent work
2 changes: 1 addition & 1 deletion assets/style.css
Expand Up @@ -60,7 +60,7 @@ position:center;
}
body{
margin: 1.5em;
font-family: 'Segoe UI', 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;
font-family: 'Segoe UI', 'San Francisco', 'Roboto', 'Arial', sans-serif;
/*text-decoration: none;*/
}
#github-logo
Expand Down
14 changes: 8 additions & 6 deletions index.html
Expand Up @@ -2,10 +2,10 @@
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="assets/javascript.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
<!-- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> -->
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/style.css">
<!-- <script type="text/javascript" src="assets/instatofeed.min.js"></script> -->
Expand Down Expand Up @@ -60,10 +60,12 @@ <h1 class="page-header"><strong>Arjun Munji</strong></h1>
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2 id="hello"><strong>Hello</strong></h2>
<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>.
<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>.
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>,
our college magazine. I also dabble in graphic design and <span class="link"><a href="https://instagram.com/arjun1894" target="_blank">photography</a></span>.
Sometimes I <span class="link"><a href="http://arjun.ninja/blog" target="_blank">blog</a></span>.</p>
Sometimes I <span class="link"><a href="http://arjun.ninja/blog" target="_blank">blog</a>.</span>
</p>
<blockquote>
(An Unmatched left paranthesis creates an unresolved tension that will stay with you all day.
<footer><a href="http://xkcd.com/859/" target="_blank">xkcd</a></footer>
Expand Down Expand Up @@ -136,7 +138,7 @@ <h2><strong>&nbsp;Recent Work</strong></h2>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6" id="footer">
<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>
<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>
</div>
<div class="col-sm-3"></div>
</div>
Expand Down

0 comments on commit 1ba9025

Please sign in to comment.