{"id":15062398,"url":"https://github.com/engjurado/profile-card","last_synced_at":"2025-04-10T13:33:17.088Z","repository":{"id":256790642,"uuid":"849614440","full_name":"EngJurado/profile-card","owner":"EngJurado","description":"This project is a web application built with Astro to create a profile card featuring social media links.","archived":false,"fork":false,"pushed_at":"2024-10-07T20:16:23.000Z","size":2197,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:12:41.992Z","etag":null,"topics":["astro","website"],"latest_commit_sha":null,"homepage":"https://engjurado.github.io/profile-card/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EngJurado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T23:19:27.000Z","updated_at":"2025-02-07T22:19:20.000Z","dependencies_parsed_at":"2024-09-13T04:01:50.268Z","dependency_job_id":"5e5017a8-7fe3-4809-bb86-fcd7e9fca25c","html_url":"https://github.com/EngJurado/profile-card","commit_stats":null,"previous_names":["engjurado/profile-card"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngJurado%2Fprofile-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngJurado%2Fprofile-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngJurado%2Fprofile-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngJurado%2Fprofile-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngJurado","download_url":"https://codeload.github.com/EngJurado/profile-card/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225717,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","website"],"created_at":"2024-09-24T23:35:23.532Z","updated_at":"2025-04-10T13:33:17.065Z","avatar_url":"https://github.com/EngJurado.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Profile Card\n\n![Astro](https://img.shields.io/badge/astro-%232C2052.svg?style=for-the-badge\u0026logo=astro\u0026logoColor=white)\n![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n\n## Overview\n\nThis project is a web application built using Astro, designed to create a profile card with social media links. It includes various components and utilities to build a responsive and interactive user interface. The template allows for easy integration of multiple social links, enhancing user connectivity.\n\n![mockup](https://github.com/EngJurado/profile-card/blob/main/mockup.jpg)\n\n## Folder Structure\n\n```\nsrc/\n├── components/\n│   └── Card.astro\n├── images/\n│   └── profile.webp\n├── layouts/\n│   └── Layout.astro\n└── pages/\n    └── index.astro\n```\n\n### Components\n- **components/Card.astro**: A card component used to display the profile card with social media links.\n\n### Images\n- **images/profile.webp**: The profile image used in the profile card.\n\n### Layouts\n- **layouts/Layout.astro**: The layout component for the application.\n\n### Pages\n- **pages/index.astro**: The main landing page of the application.\n\n## Customization\n\nEdit this data in src/pages/index.astro\n\n- **`title`**: This change will be reflected in the browser tab.\n- **`description`**: This is a metadata tag used to provide a brief description of your page in search engines.\n- **`name`**: Enter your name here.\n- **`position`**: Enter your job position here.\n- **`about me`**: Write a brief description of who you are and what you do. It's recommended to keep it under 540 characters.\n- **`linkedin`**, **`github`**, **`telegram`** and **`x`**: Enter the URLs to your personal pages here.\n- **`cvLink`**: Provide the URL to your resume in PDF format for download or insert it in /public/files/resume-cv.pdf\n- **`profileImage`**: Upload your professional profile picture here.\n\nTo use more social links, copy and paste this block of code in /src/components/Card.astro file in the position of your desire inside the card.\n\n```sh\n\u003ca href={twitterx} class=\"hover-text\" target=\"_blank\"\u003e\n    \u003cspan class=\"tooltip-text\" id=\"fade\"\u003e\n        Twitter/X\n    \u003c/span\u003e\n    \u003ci class=\"bi bi-twitter-x\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n````\nChange the icon by modifying **`bi-new-icon`** to an icon from the [Bootstrap Website](https://icons.getbootstrap.com).\n\nThen rename the variable newSocialLink in **`\u003ca href={newSocialLink} class=\"hover-text\" target=\"_blank\"\u003e`**, and add the new variable in **`const {name, position, aboutMe, linkedin, github, telegram, twitterx, newSocialLink, cvLink } = Astro.props;`**.\n\nAdd the new variable in /src/pages/index.astro below the existing social links.\n\n```sh\n\u003cCard\tname=\"Carlos Jurado\"\n    position=\"Bioengineering | Brain modulation | Artificial Intelligence\"\n    aboutMe=\"Dedicated Bioengineer with expertise in medical devices and neuromodulation, pursuing a Master’s in AI. Experienced at Medtronic in surgical support, neurostimulator programming, and patient safety. Strong analytical skills and problem-solving abilities drive my commitment to innovation and continuous improvement in healthcare.\"\n    linkedin=\"https://www.linkedin.com/in/engjurado/\"\n    github=\"https://github.com/EngJurado\"\n    telegram=\"https://telegram.me/engjurado\"\n    twitterx=\"https://x.com/EngJurado\"\n    cvLink=\"/files/resume-cv.pdf\"\n/\u003e\n```\n\n## Setup and Usage\n\n1. **Clone the repository**:\n   ```sh\n   git clone https://github.com/EngJurado/profile-card\n   cd project-name\n   ```\n\n2. **Install dependencies**:\n   ```sh\n   npm install\n   ```\n\n3. **Run the development server**:\n   ```sh\n   npm run dev\n   ```\n\n4. **Build for production**:\n   ```sh\n   npm run build\n   ```\n\n5. **Preview the production build**:\n   ```sh\n   npm run preview\n   ```\n\n## Contributing\nFeel free to submit issues and pull requests. Contributions are welcome!\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengjurado%2Fprofile-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengjurado%2Fprofile-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengjurado%2Fprofile-card/lists"}