Skip to content

Commit

Permalink
Merge pull request #1 from hetkpatel/stage
Browse files Browse the repository at this point in the history
v1.0.0 - First version
  • Loading branch information
hetkpatel authored Jan 22, 2024
2 parents 19a1e21 + 719e5f8 commit 42bb815
Show file tree
Hide file tree
Showing 37 changed files with 1,552 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
45 changes: 45 additions & 0 deletions .metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.

version:
revision: "b0366e0a3f089e15fd89c97604ab402fe26b724c"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: android
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: ios
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: linux
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: macos
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: web
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: windows
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c

# User provided section

# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# het_patel
Portfolio website for Het Patel
# Het Patel's Portfolio

Welcome to my personal portfolio website! This repository hosts the code for my portfolio, showcasing my skills, projects, and experiences.

## Contact

If you would like to get in touch with me, feel free to reach out through the provided contact information. I'm open to opportunities, collaborations, or just a friendly chat.

- Email - [email protected]
- LinkedIn - [in/hetkp](https://linkedin.com/in/hetkp)
- GitHub (you're already here...) - [@hetkpatel](https://github.com/hetkpatel)

---

Thank you for visiting my portfolio! 🚀
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:flutter_lints/flutter.yaml
Binary file added assets/hetPatel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/Inter-Black.ttf
Binary file not shown.
Binary file added fonts/Inter-Bold.ttf
Binary file not shown.
Binary file added fonts/Inter-ExtraBold.ttf
Binary file not shown.
Binary file added fonts/Inter-ExtraLight.ttf
Binary file not shown.
Binary file added fonts/Inter-Light.ttf
Binary file not shown.
Binary file added fonts/Inter-Medium.ttf
Binary file not shown.
Binary file added fonts/Inter-Regular.ttf
Binary file not shown.
Binary file added fonts/Inter-SemiBold.ttf
Binary file not shown.
Binary file added fonts/Inter-Thin.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Bold.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-ExtraLight.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-ExtraLightItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Italic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Light.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-LightItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Medium.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-MediumItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Regular.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-SemiBold.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-SemiBoldItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Thin.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-ThinItalic.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-Bold.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-Italic.ttf
Binary file not shown.
Binary file added fonts/SpaceMono-Regular.ttf
Binary file not shown.
Loading

0 comments on commit 42bb815

Please sign in to comment.