README.md (3833B)
1 # BubbleCV Template 2 3 This is a professional CV template inspired by the legendary secret agent James Bond. 4 BubbleCV is designed to effectively showcase your skills, work experience, education, and contact information in a sleek and impactful manner. 5 6 ## Key Features 7 8 <img src="assets/BubbleCV.png" alt="BubbleCV example" align="right" width="420" /> 9 10 - Personal Image – The template allows you to include a personal image in your CV, adding a touch of professionalism and personalization. 11 12 - Timeline – You can use the timeline feature to display the dates of your employment history or educational background, providing a clear and organized overview. 13 14 - Fully Customizable – With just a single parameter, you can change the size of all elements in the template. This flexibility allows you to manipulate your CV to accommodate all the necessary information on single page. Additionaly, all elements are parameterized, enabling you to adjust margins, spaces, and column ratio effortlessly. 15 16 - Easy Extensibility – You have the option to upload your own [resources](resources/), such as icons, to further personalize your CV and make it unique to your style. 17 18 - Configurable Colors – The bubbles in the template can be easily changed with a single line of code. By adjusting the RGB color parameters, you can customize the appearance to suit your preferences. 19 20 - Functionalities for Content Management – The template provides functions that facilitate the easy addition of features and the management of content, ensuring a seamless CV creation process. 21 22 Feel free to explore and make use of the BubbleCV Template to create a standout CV that captures the attention of potential employers or clients. 23 Open the template in [Overleaf](https://www.overleaf.com/latex/templates/bubblecv/bcynnjktwqsx) and start working on your own resume. 24 25 26 ## Functions 27 28 - `\begin{cv}[<avatar>][<avatar_scale>]{<name>}{<description>}`: Creates the main CV environment with optional parameters for avatar image and scale. It also includes the name and description of the individual. 29 30 - `\cvsection[<icon>][<icon_scale>]{<section_title>}`: Creates a new section with an optional icon and scale parameters. It helps in organizing different parts of the CV, such as Profile, Work Experience, Education, etc. 31 32 - `\begin{cvevent}[<start_date>][<end_date>]`: Begins a new work experience or educational event. Optional start and end dates can be specified to indicate the duration of the event. 33 34 - `\cvname{<name>}`: Displays the name of the event. 35 36 - `\cvdescription{<description>}`: Provides a brief description of the work experience or educational event. 37 38 - `\cvsidebar`: Changes the column from the main to the sidebar. 39 40 - `\cvitem[<fa_icon>][<fa_icon_scale>]`: Creates an item in the sidebar with an optional icon and scale parameter. The full list of FontAwesome icons is available at [this link](https://mirrors.ibiblio.org/CTAN/fonts/fontawesome/doc/fontawesome.pdf). 41 42 - `\cvskill{<skill>}{<level_name>}{<level_value>}`: Displays a skill and its corresponding proficiency level. 43 44 - `\cvseparator[<spacing>]`: Inserts a 1mm vertical space. An optional parameter can be provided to specify the number of repetitions, allowing you to adjust the spacing as needed. 45 46 47 ## License 48 49 This CV template is provided under the [Creative Commons CC BY 4.0](LICENSE) license. You are free to use, modify, and distribute the template for personal or professional purposes, as long as you acknowledge the original source. 50 51 52 ## Contribution 53 54 Contributions are very welcome. 55 Please ensure the proposed feature/bugfix works fine with pdflatex engine before you submit a merge request. 56 57 58 ## Issues 59 60 If you encounter any problems, please leave [issue](../../issues/new), along with a detailed description. 61 62 63 ## Build 64 65 ``` 66 latexmk -c 67 latexmk -pdf main.tex 68 ```