{"id":35253043,"url":"https://github.com/harrystaley/fend_resume","last_synced_at":"2026-04-08T19:31:53.876Z","repository":{"id":86180097,"uuid":"48273331","full_name":"harrystaley/FEND_Resume","owner":"harrystaley","description":"This repository contains a project for building a professional resume using HTML, CSS, and JavaScript as part of the Udacity Front-End Nanodegree. It includes structured learning resources and scripts to automate the creation and styling of your resume.","archived":false,"fork":false,"pushed_at":"2025-04-13T12:38:42.000Z","size":3855,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T13:59:24.218Z","etag":null,"topics":["css","design","frontend","html","javascript","js","layout","markup","nanodegree","node","resume","styles","udacity","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrystaley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2015-12-19T07:44:59.000Z","updated_at":"2025-04-13T12:38:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d834c3ce-3f4b-4084-bdf0-a9fc13f1a75f","html_url":"https://github.com/harrystaley/FEND_Resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harrystaley/FEND_Resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2FFEND_Resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2FFEND_Resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2FFEND_Resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2FFEND_Resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrystaley","download_url":"https://codeload.github.com/harrystaley/FEND_Resume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrystaley%2FFEND_Resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css","design","frontend","html","javascript","js","layout","markup","nanodegree","node","resume","styles","udacity","web"],"created_at":"2025-12-30T07:05:40.299Z","updated_at":"2026-04-08T19:31:53.869Z","avatar_url":"https://github.com/harrystaley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FEND_Resume\n\n## Overview\n\nThe `FEND_Resume` repository is part of the Udacity Front-End Nanodegree program. It is designed to help learners build a professional resume using web technologies such as HTML, CSS, and JavaScript. The project not only focuses on the fundamentals of web design and development but also emphasizes the importance of a visually appealing and structured resume.\n\n### Project Structure\n\nThe repository is organized as follows:\n\n- `index.html`: The main HTML document that serves as the entry point of the resume.\n- `css/`: This directory contains the CSS files that style the resume.\n  - `main.css`: The primary stylesheet for the resume.\n- `js/`: This directory holds JavaScript files that add interactivity to the resume.\n  - `resumeBuilder.js`: Contains the logic to dynamically build the resume content.\n- `assets/`: Contains images and other assets used by the resume.\n- `docs/`: Documentation related to the project, including guidelines and references.\n\n## Setup and Installation\n\nTo get started with the `FEND_Resume` project, follow these steps:\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/FEND_Resume.git\n   ```\n2. **Navigate to the project directory:**\n   ```bash\n   cd FEND_Resume\n   ```\n3. **Open the `index.html` in a web browser to view the resume.**\n\n### Dependencies\n\nThis project primarily uses vanilla HTML, CSS, and JavaScript. However, it is recommended to have the latest version of a modern web browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge for the best viewing experience.\n\n## Usage\n\nTo use this project, simply open the `index.html` file in a web browser. If you wish to customize the resume:\n\n- Edit the `index.html` to change the structure of the resume.\n- Modify the `css/main.css` to alter the design and layout.\n- Update `js/resumeBuilder.js` to adjust the content dynamically loaded into the resume.\n\n## Contributing\n\nContributions to the `FEND_Resume` project are welcome. If you have suggestions to improve or add new features, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Create a new Pull Request.\n\nPlease make sure your contributions adhere to best practices for web development and are properly tested.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. This means you are free to use, modify, and distribute the project as long as you include the original license.\n\n---\n\nFor more details on the Udacity Front-End Nanodegree and other projects, please visit [Udacity's website](https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrystaley%2Ffend_resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrystaley%2Ffend_resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrystaley%2Ffend_resume/lists"}