Skip to content

Commit

Permalink
Update content, reduce cringe
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthKolekar committed Mar 18, 2021
1 parent 3dc97a6 commit c2ad96f
Showing 1 changed file with 11 additions and 34 deletions.
45 changes: 11 additions & 34 deletions source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Greetings Visitor! and welcome to the home page of Parth (that is me).
</p>
<p>
I am an undergraduate student, pursuing my B. Tech. in Computer Science at International Institute of Information Technology. I am currently a Student Systems Administrator in my university.
I am a Site Reliability Engineer.
</p>
<p>
I &hearts; FOSS, Linux, Networks, Systems Administration, and full-stack web development.
Expand All @@ -82,40 +82,22 @@
<div class="color-white" style="font-size: 1.4em; display: flex; flex-direction: column;">
<h4>I am proficient in... </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Git VCS </li>
<li style="min-width: 50%;"> Linux Administration </li>
<li style="min-width: 50%;"> Man Pages &#9786; </li>
<li style="min-width: 50%;"> Python (Python 3 &hearts;) </li>
<li style="min-width: 50%;"> Shell Scripting (zsh > bash) </li>
<li style="min-width: 50%;"> Virtualization (OpenVZ, libvirt, lxc) </li>
<li style="min-width: 50%;"> Python </li>
<li style="min-width: 50%;"> Java </li>
<li style="min-width: 50%;"> Shell Scripting </li>
<li style="min-width: 50%;"> Virtualization </li>
</div>
<h4>I have experience in... </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> C </li>
<li style="min-width: 50%;"> C++ </li>
<li style="min-width: 50%;"> Django </li>
<li style="min-width: 50%;"> Git (and by extension, GitHub) </li>
<li style="min-width: 50%;"> HTML </li>
<li style="min-width: 50%;"> Java </li>
<li style="min-width: 50%;"> JavaScript (Vanilla - without bloat) </li>
<li style="min-width: 50%;"> Nagios </li>
<li style="min-width: 50%;"> Perl </li>
<li style="min-width: 50%;"> PHP </li>
<li style="min-width: 50%;"> Python2 / Python3 </li>
<li style="min-width: 50%;"> SQL </li>
</div>
<h4>I know how to work in... </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Java </li>
<li style="min-width: 50%;"> Perl </li>
<li style="min-width: 50%;"> PHP </li>
<li style="min-width: 50%;"> Puppet </li>
<li style="min-width: 50%;"> SQL </li>
</div>
<h4>I can't work in... </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Nothing like that exists &#9786; </li>
</div>
</div>
</div>
<hr style="width: 80%;" class="color-neon" />
Expand All @@ -126,23 +108,18 @@
<div class="color-white" style="font-size: 1.4em; display: flex; flex-direction: column;">
<h4> Operating System </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Ubuntu LTS (with Gnome3) </li>
<li style="min-width: 50%;"> CentOS (for servers) </li>
<li style="min-width: 50%;"> Ubuntu LTS </li>
<li style="min-width: 50%;"> CentOS </li>
</div>
<h4> Text Editors </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Sublime Text 3 (with plug-ins) </li>
<li style="min-width: 50%;"> Vim (for when hax0r 133tness is required) </li>
<li style="min-width: 50%;"> Visual Studio Code (with plug-ins) </li>
<li style="min-width: 50%;"> IntelliJ Idea </li>
<li style="min-width: 50%;"> Vim </li>
<li style="min-width: 50%;"> Visual Studio Code </li>
</div>
<h4> Version Control System </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Git (with GitKraken for visualization) </li>
</div>
<h4> Terminal </h4>
<div style="margin: 0.5em; padding: 0.2em; display: flex; flex-wrap: wrap">
<li style="min-width: 50%;"> Zsh with custom blend of prezto </li>
<li style="min-width: 50%;"> Terminator Terminal Emulator </li>
<li style="min-width: 50%;"> Git </li>
</div>
</div>
</div>
Expand Down

0 comments on commit c2ad96f

Please sign in to comment.