{"id":26406294,"url":"https://github.com/anastasios3/anastasios-tatarakis-cv-mk-ii","last_synced_at":"2026-04-12T09:04:48.008Z","repository":{"id":245726936,"uuid":"819066308","full_name":"Anastasios3/Anastasios-Tatarakis-CV-Mk-II","owner":"Anastasios3","description":"A responsive portfolio website showcasing my web development skills and experiences. Built with HTML, CSS (Sass), and JavaScript, it features a modern design, smooth animations, and easy navigation. The project highlights my work experience, education, and specializations, offering a comprehensive view of my professional background.","archived":false,"fork":false,"pushed_at":"2025-02-18T08:54:59.000Z","size":17599,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-18T09:37:13.828Z","etag":null,"topics":["bootstrap","css3","git","html5","javascript","sass"],"latest_commit_sha":null,"homepage":"https://anastasios3.github.io/Anastasios-Tatarakis-CV-Mk-II/","language":"SCSS","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/Anastasios3.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T17:19:53.000Z","updated_at":"2025-02-18T08:55:03.000Z","dependencies_parsed_at":"2024-11-14T17:18:54.531Z","dependency_job_id":"1925e398-da2e-4233-8c7e-1943ba7c08af","html_url":"https://github.com/Anastasios3/Anastasios-Tatarakis-CV-Mk-II","commit_stats":null,"previous_names":["anastasios3/anastasios-tatarakis-cv-mk-ii"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FAnastasios-Tatarakis-CV-Mk-II","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FAnastasios-Tatarakis-CV-Mk-II/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FAnastasios-Tatarakis-CV-Mk-II/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anastasios3%2FAnastasios-Tatarakis-CV-Mk-II/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anastasios3","download_url":"https://codeload.github.com/Anastasios3/Anastasios-Tatarakis-CV-Mk-II/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075644,"owners_count":20393980,"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":["bootstrap","css3","git","html5","javascript","sass"],"created_at":"2025-03-17T17:19:10.349Z","updated_at":"2026-04-12T09:04:48.002Z","avatar_url":"https://github.com/Anastasios3.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anastasios Tatarakis CV Mk II\n\n![image](https://github.com/Anastasios3/Anastasios-Tatarakis-CV-Mk-II/assets/117446378/3f3ff23e-5cda-4744-b411-b06ef5a05a8b)\n\n## Overview\n\nAnastasios Tatarakis CV Mk II is a personal portfolio and CV website designed to showcase my skills and experiences in web development. The website features a clean, modern aesthetic with sections dedicated to work experience, education, and specializations. It is built using HTML, CSS (with Sass for advanced styling), and JavaScript. The site is fully responsive, ensuring an optimal viewing experience on all devices.\n\n## Features\n\n- **Responsive Design**: Ensures optimal viewing on all devices using a mobile-first approach.\n- **Modern Aesthetic**: Clean design with smooth animations and interactive elements.\n- **Easy Navigation**: Intuitive layout with clearly defined sections for easy navigation.\n- **Rich Media Integration**: Incorporates fonts, videos, and images to enhance the user experience.\n- **Advanced Styling with Sass**: Modular and maintainable CSS using Sass.\n\n## Technologies Used\n\n\n\n- **HTML5**: Markup language for structuring the content.\n- **CSS3**: Styling language for designing the content.\n- **Sass**: CSS preprocessor for more advanced and maintainable styling.\n- **JavaScript**: Programming language for interactive elements.\n- **jQuery**: JavaScript library for easier DOM manipulation.\n- **FontAwesome**: Icon library for adding scalable vector icons.\n- **Bootstrap**: Front-end framework for responsive design (optional).\n- **Git**: Version control system for tracking changes.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (for running local server and Sass compiler)\n- [Git](https://git-scm.com/) (for cloning the repository)\n\n### Steps\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/Anastasios3/Anastasios-Tatarakis-CV-Mk-II.git\n   cd Anastasios-Tatarakis-CV-Mk-II\n   ```\n\n2. **Install Dependencies**\n\n   Install Sass globally if it's not already installed:\n\n   ```bash\n   npm install -g sass\n   ```\n\n3. **Compile Sass to CSS**\n\n   Navigate to the project directory and compile the Sass files:\n\n   ```bash\n   sass assets/sass/main.scss assets/css/main.css\n   ```\n\n4. **Run a Local Server**\n\n   Use a local server to view the project. One simple method is to use the [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) in Visual Studio Code, or use a lightweight local server like `http-server`.\n\n   If using `http-server`, install it globally:\n\n   ```bash\n   npm install -g http-server\n   ```\n\n   Then run it in the project directory:\n\n   ```bash\n   http-server\n   ```\n\n   Open your browser and go to `http://localhost:8080` (or the port specified by the server).\n\n## Usage\n\nNavigate through the sections of the website to explore different aspects of my professional background. Each section provides detailed information and interactive elements for an engaging user experience.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Feedback\n\nYour feedback is invaluable to the development of this project. Please check out the repository and let us know what you think. Any suggestions or insights are greatly appreciated.\n\n## Repository\n\nYou can find the repository at [Anastasios Tatarakis CV Mk II](https://github.com/Anastasios3/Anastasios-Tatarakis-CV-Mk-II).\n\nThank you for your time and interest in my CV and portfolio!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fanastasios-tatarakis-cv-mk-ii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanastasios3%2Fanastasios-tatarakis-cv-mk-ii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanastasios3%2Fanastasios-tatarakis-cv-mk-ii/lists"}