Git Product home page Git Product logo

almeida-cv's Introduction

Hi 👋 I'm Inês

I'm currently working as a Launchpad developer at Canonical.
I am a full-stack Software Engineer with a Master's in Biomedical Engineering.
My latest project is Beers and Boomerangs - A VR chaotic cooking game where kangaroos try to steel your beer. Silly? Yes. Also a lot of fun to develop!


https://github.com/ineesalmeida

GitHub stats

almeida-cv's People

Contributors

b0ch3nski avatar bard avatar bbertatum avatar breucode avatar eshjordan avatar fallshare avatar ineesalmeida avatar melkor333 avatar michalrogowski avatar njkevlani avatar zhg7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

almeida-cv's Issues

Sidebar on left side creates gap between border and column

Screenshot 2024-04-30 at 9 37 39 PM

When using the theme as a git submodule, and the following in the hugo.toml/config.toml:

languageCode = "en-us"
defaultContentLanguage = "en"
enableRobotsTXT = false
enableEmoji = true
disableKinds = ["page", "section", "taxonomy", "term", "RSS", "sitemap"]

baseURL = "https://cv.example.org/"
title = "Example - CV"
#googleAnalytics = ""

[params]
enableMetaTags = true
colorLight = "#fff"
colorDark = "#666"
colorPageBackground = "#ddd"
colorPrimary = "#e3bfb8"
colorSecondary = "#aaa"
colorIconPrimary = "#fff"
colorIconBackground = "#e3bfb8"
colorRightColumnBackground = "#eceef1"
colorRightColumnHeadingText = "#f68d2e"
colorRightColumnBodyText = "#58595b"
colorRightColumnIconPrimary = "#fff"
colorRightColumnIconBackground = "#eceef1"
pages = 1
# Set this param to 'true' to swap the bar positions
swapColumns = true

[module]
    [[module.imports]]
        path = "github.com/ineesalmeida/almeida-cv"
        disable = false

The following appears on the side bar.

I can also see this on other pages that use your theme as a template. For example: https://jinli.io/en/cv/

Education tab getting cut while printing

I have built the theme and customised it. Even the localhost site looks fine but when i am printing it to export to pdf the last column gets cut. I have tried with different page sizes to same issue https://imgur.com/a/BcsL9xg
You can see that the site in localhost shows the education coloums but not while priting

Chenge color of font

I'm trying to change the color of the colorPrimary with is in #e3bfb8 but no matter how a chenge this variable the font keeps with the same color.

Use additional FontAwesome icons?

I am attempting to use additional font awesome icons but they are showing up as empty squares.

The Code:

    - Icon: fas fa-linkedin
      Info: linkedin.com/in/name
    - Icon: fas fa-github
      Info: github.com/name

The result:
image

Some customization issues

Hi Inês,

Thank you for the amazing CV template. Really like it. I'm doing some changes based on your template. But had some customization issues. Here is my semi-finished cv. And if it's necessary, you can find my git here.

When it's convenient, should you be so kind to help me out.🙏

To be clear, I have no prior knowledge about HTML and CSS... The only experience I have is the academic website I built on the top of another Hugo template. So bear with me if my questions does not make too much sense.

❓1: How to add side section title for Contacts? (something like the pic below)
CleanShot 2021-01-25 at Safari浏览器CV | Gang Yao00 17 09

💡What I tried to do:

  1. Made contact info independent from the BasicInfo section
BasicInfo:
  FirstName: Gang
  LastName: Yao
  Photo: img/avatar.jpg

Contacts:
  - Icon: fas fa-envelope
    Info: gangyao[@]um[.]es
  - Icon: fas fa-globe
    Info: gangyao.me
  - Icon: fas fa-map-marker-alt
    Info: Spain
  1. Copied the code from Skills partials, pasted into Contacts partials, and made some relevant changes
{{ if .Site.Data.content.Contacts }}
<div class="sideSection">
    <div class="sideSection__heading">
        <h2 class="sideSection__title">{{ i18n "contact" }}</h2>
    </div>
    <div class="sideSection__content">
        <ul class="contact">
            {{ range .Site.Data.content.Contacts }}
            <li class="contact__item">
                <i class="{{ .Icon }}"></i><span>{{ .Info | safeHTML }}</span>
            </li>
            {{ end }}
        </ul>
    </div>
</div>
{{ end }}

❌ Results: fail to render the title


2 How to change the title of Education section? (Something like the pic below)
CleanShot 2021-01-25 at Safari浏览器CV | Gang Yao00 36 03

💡What I tried to do: I planed to build a customized section called "Publications", but I think it is difficult for me to do it, so I decided to make some changes on the top of the Education section in the original template:

  1. Simply changed the {{ i18n "education" }} to {{ i18n "publications" }} did not work;
  2. I then used search and replace function to replace all education strings (including content.ymal, partials, and scss) with publications. Didn't work either.

Results: my attempt failed again


3 How to space out two items in Education (or my customized Publications) section?
💡What I tried to do: I would like to see there is some space between two items in Eduction section because the original one is quite compact (see the last screenshot).

  1. I followed the __experience Component and add display: block to the __education Component (to the best of my knowledge...)
.education {
    &__item {
        display: block;
        @include avoid-break;
    }
}

Results: my attempt failed again


4 How to change uppercase and font size in Experience section?
💡What I tried to do: I wanted to change the uppercased job title to normal characters.

  1. Find the CSS of job title in __experience Component
&__position {
        text-transform: uppercase;
        font-size: 1.3rem;
        color: $color-grey-dark;
    }
  1. Change text-transform: uppercase; to text-align: left;
    &__position {
        text-align: left;
        font-size: 1.3rem;
        color: $color-grey-dark;
    }

Results: my attempt failed again

Very sorry for the long post.

Add a Certifications section

Hello,
I think a nice addition would be a certifications section. I work in infosec and usually we have quite a few certs that may look like:
Sec+, CISSP, CEH, ..etc. Adding a place under Diplomas for professional certifications that renders similarly would be helpful. Or having an option to define the Certificate company and name such as "Comptia - Sec+, Pentest+", "ISC2 - CISSP, CISA".

Best regards,
Aaron Nilsen

Print to PDF only shows text

Hi,
I like this theme and want to use it but I am facing an issue.
I got the website to render properly online in the browser but when I try to print it I only get the text. Am I missing some config?
I made sure to enable the Background Graphics option. I used Hugo Extended to build it. There were no errors during the build and hugo server -D

Website Link: Example - CV
Repo Link: resume-pdf-test

This is what I get when I try to print
example cv print

What do I do to get the PrintToPDF working. This is a very useful theme for having an updated resume on the fly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.