Skip to content

Commit

Permalink
Merge pull request #93 from WSU-4110/Sapana
Browse files Browse the repository at this point in the history
Sapana
  • Loading branch information
SapanaPandey authored Nov 19, 2024
2 parents e5173b3 + e9dfa1f commit 47e4c7c
Show file tree
Hide file tree
Showing 17 changed files with 112 additions and 0 deletions.
Binary file not shown.
Binary file modified Backend/category/artcategories/__pycache__/admin.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/artcategories/__pycache__/apps.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/artcategories/__pycache__/models.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/artcategories/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/artcategories/__pycache__/views.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Backend/category/category/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/category/__pycache__/settings.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/category/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file modified Backend/category/category/__pycache__/wsgi.cpython-39.pyc
Binary file not shown.
96 changes: 96 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@
"lint": "next lint"
},
"dependencies": {

"@react-google-maps/api": "^2.20.3",
"axios": "^1.7.7",
"firebase": "^10.14.1",
"leaflet": "^1.9.4",

"dotenv": "^16.4.5",
"axios": "^1.7.7",
"firebase": "^10.14.1",
"firebase-admin": "^13.0.0",

"next": "^14.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
9 changes: 9 additions & 0 deletions src/app/portfolio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,15 @@ export default function Portfolio() {
<h2>Business Location</h2>
<div className="map-box">
{/* Mini-map or location content goes here */}

<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2949.9842084360585!2d-83.18184352326212!3d42.32153557119643!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x883b349109787615%3A0x5d1bcd26a0b4d1aa!2s4710%20Horger%20St%2C%20Dearborn%2C%20MI%2048126!5e0!3m2!1sen!2sus!4v1731987936453!5m2!1sen!2sus" width="380"
height="350"
style={{ border: '0' }}
allowFullScreen
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
></iframe>
</div>

{/* Social Media Links Section */}
Expand Down

0 comments on commit 47e4c7c

Please sign in to comment.