Skip to content

Commit

Permalink
Merge pull request #13 from hdballestan/12-clean_home_page
Browse files Browse the repository at this point in the history
Clean home page and adding links to the social media
  • Loading branch information
hdballestan authored May 28, 2024
2 parents 7392d3f + d072b1a commit 8646beb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ courses:
- {name: 'Stellar Structures', url: 'stellar-structures'}

social:
- {icon: 'github', link: 'https://github.com/'}
- {icon: 'twitter', link: 'https://twitter.com/'}
- {icon: 'instagram', link: 'https://instagram.com/'}
- {icon: 'linkedin', link: 'https://linkedin.com/in/'}
- {icon: 'github', link: 'https://github.com/hdballestan'}
# - {icon: 'twitter', link: 'https://twitter.com/'}
# - {icon: 'instagram', link: 'https://instagram.com/'}
- {icon: 'linkedin', link: 'https://www.linkedin.com/in/hever-ballesta-6227b7199/'}

contacts:
- {name: 'Dr. Academia', title: 'Professor', department: 'Physics & Astronomy', institution: 'Some University', institution_address: '1 Main Street, Canada', phone: '(000) 000-0000', email: '[email protected]', office: 'Science Building 505', image: 'assets/img/contact.jpg'}
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row">
<div class="col-md-6 text-end social-media-icons">
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="ms-3 fs-5"><i class="fab fa-{{ item.icon }}"></i></a>
<a href="{{ item.link }}" target="_blank" class="ms-3 fs-5"><i class="fab fa-{{ item.icon }}"></i></a>
{% endfor %}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.background-image {
background-image: url('images/home.jpg');
background-image: url('');
background-size: cover;
background-position: center;
position: absolute;
Expand All @@ -42,7 +42,7 @@

<div class="container">
<div class="background-image"></div>
<h3 class="fw-bold text-center">Welcome!</h3>
<h3 class="fw-bold text-center">Welcome!</h3><br><br>
<p class="text-justify">Welcome to OTBB. This project is designed to provide anyone, anywhere <a href="#footnote"></a>, with a space to express their outrage and, through it, to help others. How many times have you come across a scientific article, book, blog, etc., that showed research you found very interesting but <strong>NOT how they arrived at it</strong>?</p>

<p class="text-justify">This is quite annoying to me because if 10 people around the world are researching the same topic, it's likely that all 10 of them will have to take a pencil and paper and re-do the equations step by step, or use a computer to re-do a program that achieves the same results (if that's even possible, I don't trust peer review 100%).</p>
Expand Down

0 comments on commit 8646beb

Please sign in to comment.