Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

University logos do not appear in education page #1319

Open
moritz-gerster opened this issue Sep 14, 2022 · 3 comments
Open

University logos do not appear in education page #1319

moritz-gerster opened this issue Sep 14, 2022 · 3 comments

Comments

@moritz-gerster
Copy link

moritz-gerster commented Sep 14, 2022

The doc gives the instructions:

To change the formal education details :
Add your institute images to assets -> images -> education-page folder

I added an image "TU.png" to 'assets -> images -> education-page folder' and updated education.html:

`

  <div class="timeline-img"></div>

  <div class="timeline-content timeline-card js--fadeInRight">
    <div>
        <div class="timeline-img-header" style="background-image: url('assets/images/education-page/TU.png'); background-repeat: no-repeat; background-size: auto; background-position: center top"></div>
    </div>
    <div class="date date2">2017-2020</div>
    <div class="alignment">
        <h3 class="timelineHeading2">Technische Universität Berlin</h3>
        <h6>Master of Science, Physics</h6>
        <li>Nonlinear dynamics and control</li>
        <li>Master's thesis on simulation of epileptic seizures</li>
    </div>
  </div>
</div>`

However, the logo does not appear on my website:
image

How can I add the logos?

@anushbhatia
Copy link
Collaborator

Hi @moritz-gerster actually we removed that feature because it was creating issue with responsiveness of the complete page. We can think about it for the next release.

@moritz-gerster
Copy link
Author

Thanks for letting me know @anushbhatia!

@ShwetaRajputsk
Copy link

is it hacktoberfest accepted? i wants to work on this please assign it to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants