diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-22 18:18:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 18:18:48 +0530 |
commit | e7ace945bb1260c306386d8e0cf22a821a7f7a77 (patch) | |
tree | eb859774dabbc0aa1c2ff31bb6fcce848b9f066a | |
parent | b16d25ba41888c5ee7115de869ddcdf373002122 (diff) |
Update index.html
-rw-r--r-- | index.html | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -60,8 +60,6 @@ </ul> </div> <script src="js/jquery.min.js"></script> - <script src="js/index.js"></script> - <script src="js/menu.js"></script> <!--<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>--> @@ -70,8 +68,8 @@ <section class="intro"> <!--Sections created by ckor https://twitter.com/ckor --> - <div class="content"><!--Changing Header by Austin Dudas--> - <div class="changing-title"><h1>Hi! I am Navan</h1></div> + <div class="content"> + <h1>Hi! I am Navan</h1> @@ -89,7 +87,18 @@ <section> <div class="content"> - <h1>Funnily, I learnt C# before HTML</h1> + <h1>I am familiar with the following languages: + <ul> + <li>C + <li>C++ + <li>HTML + <li>CSS + <li>JS + <li>Python (2 and 3 both) + <li>Bash & Batch + <li>Dart + <li>Ruby + </ul></h1> </div> </section> |