m-elbeltagi / m-elbeltagi.github.io

This is the markdown used to generate my portfolio website (linked at the top of my GitHub profile), hosted on GitHub Pages.
0 stars 0 forks source link

Issues w/ HTML and lack of CSS styling breaking sidebar #1

Open boshd opened 1 year ago

boshd commented 1 year ago

Try this:

<div style="display: flex; flex-direction: column; align-items: center; text-align: center;">
  <div style="margin-bottom: 20px; font-size: 20px;">
    Data Science | Machine Learning | Physics
  </div>
  <div style="display: flex; justify-content: center; gap: 10px; margin-bottom: 20px;">
    <a href="https://linkedin.com/in/mohamed-elbeltagi-016995107" style="text-decoration: none; padding: 5px 10px; transition: background-color 0.3s ease, color 0.3s ease;">LinkedIn</a>
    <a href="/resources/Mohamed_Elbeltagi_Resume.pdf" style="text-decoration: none; padding: 5px 10px; transition: background-color 0.3s ease, color 0.3s ease;">My Resume</a>
    <a href="https://scholar.google.com/citations?user=Wv_oG8QAAAAJ&hl=en" style="text-decoration: none; padding: 5px 10px; transition: background-color 0.3s ease, color 0.3s ease;">My Publications</a>
  </div>
  <div style="margin-bottom: 10px;">
    <h3 style="margin: 0; font-size: 16px;">Languages:</h3>
    <p style="margin: 5px 0 0 0; font-size: 14px;">Python, SQL, JavaScript, C++, Java, HTML</p>
  </div>
  <div style="margin-bottom: 10px;">
    <h3 style="margin: 0; font-size: 16px;">Libraries/Tools:</h3>
    <p style="margin: 5px 0 0 0; font-size: 14px;">Pandas, scikit-learn, Matplotlib, PyTorch, Hugging Face Transformers, Apache Airflow, Jupyter Notebooks, Flask, AWS, GCP, Git, Selenium, Docker</p>
  </div>
</div>
boshd commented 1 year ago

@m-elbeltagi — This is with regards to _config.yml