From 6dc385cdac3990d8d029c8d487683e1f93b1ab28 Mon Sep 17 00:00:00 2001 From: Nikhil Bhirud <12810336+nbhirud@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:53:15 -0400 Subject: [PATCH 1/2] resume stuff --- .gitignore | 158 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 16 +++-- resume/resume.html | 17 +++++ 3 files changed, 184 insertions(+), 7 deletions(-) create mode 100644 .gitignore create mode 100644 resume/resume.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e95395a --- /dev/null +++ b/.gitignore @@ -0,0 +1,158 @@ +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### WebStorm+all template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + diff --git a/index.html b/index.html index d841ab1..f10e7b7 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,10 @@ - - - Welcome to my Test site - - -

Welcome to my Test page

- + + + + + Welcome to my Test site + + +

Welcome to my Test page

+ \ No newline at end of file diff --git a/resume/resume.html b/resume/resume.html new file mode 100644 index 0000000..a9dbb8f --- /dev/null +++ b/resume/resume.html @@ -0,0 +1,17 @@ + + + + + Nikhil Bhirud's resume + + +

Nikhil Bhirud's resume

+ +

Unable to display PDF file. Download + instead.

+
+ + + From f160f625be7b8bd366e3fba8511c06603e43d40c Mon Sep 17 00:00:00 2001 From: Nikhil Bhirud <12810336+nbhirud@users.noreply.github.com> Date: Sun, 21 Apr 2024 15:59:36 -0400 Subject: [PATCH 2/2] formatting --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c360605..2755dd8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,4 @@ - -Welcome - - - - - +Welcome This site will be accessible from here: https://mypage.nbhirud.com/