Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akarsh/akarsh.github.io
https://github.com/akarsh/akarsh.github.io
css3 html5 jquery js resume-website sass
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akarsh/akarsh.github.io
- Owner: akarsh
- License: mit
- Created: 2016-11-11T22:32:27.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T10:57:57.000Z (3 months ago)
- Last Synced: 2024-08-25T11:53:43.544Z (3 months ago)
- Topics: css3, html5, jquery, js, resume-website, sass
- Language: JavaScript
- Homepage: http://akarsh.github.io/
- Size: 9.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This website project fullfils the [project rubric](https://review.udacity.com/?_ga=1.189245867.12280332.1465333852#!/projects/2962818615/rubric) of the course [JavaScript Basics](https://classroom.udacity.com/courses/ud804)
## Contents
This repository includes the following files:
* **index.html**: The main HTML document. Contains links to all of the CSS and JS resources needed to render the resume, including resumeBuilder.js.
* **js/helper.js**: Contains helper code needed to format the resume and build the map. It also has a few function shells for additional functionality. More on helper.js further down.
* **js/resumeBuilder.js**: This file is empty. You should write your code here.
* **js/jQuery.js**: The jQuery library.
* **css/style.css**: Contains all of the CSS needed to style the page.
* **README.md**: The GitHub readme file.
* **images/standard_image.png**: Profile picture of Akarsh Seggemu.## Credits
Udacity and course instructors i.e. Cameron Pittman and James Williams
FOSS community