Skip to content

Commit

Permalink
Testing New Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddh-pramod committed Jan 26, 2024
1 parent 8651f4a commit 6cfb0a0
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,40 @@
type: home
---

<div class="row" id="about">
<div class="col-xs-12 col-md-4 order-0 order-md-1 portrait">
<img class="portrait-img" src="{{ site.url }}{{ site.baseurl }}/assets/img/logo.png" alt="Responsive image">
<div class="bg-light" id="news">
<center><h1><small>News</small></h1></center>
<br>
<div class="row" id="about">
<div class="col-xs-12 col-md-4 order-0 order-md-1 portrait">
<img class="portrait-img" src="{{ site.url }}{{ site.baseurl }}/assets/img/logo.jpg" alt="Responsive image">
<div class="bg-light" id="news">
<center>
<h1><small>News</small></h1>
</center>
<br>

{% for news in site.data.news %}
{% if news.link %}
<a href="{{ news.link }}" target="_blank">
{% for news in site.data.news %}
{% if news.link %}
<a href="{{ news.link }}" target="_blank">
{% else %}
<a href="#">
{% endif %}
{% endif %}
<div class="news-item">
<small class="text-secondary">[ {{ news.date }} ]</small><br>
{{ news.title }}
</div>
</a>
{% endfor %}

</div>
<br>
</div>
<br>
</div>

<div class="col-xs-12 col-md-8 order-1 order-md-0">
<div class="">
<h1 class="post-title display-5">Welcome to {{ site.lab.full_name }}</h1>
<div class="post-content">
<p>{% include about.md %}</p>
</div>
<br>
<div class="col-xs-12 col-md-8 order-1 order-md-0">
<div class="">
<h1 class="post-title display-5">Welcome to {{ site.lab.full_name }}</h1>
<div class="post-content">
<p>{% include about.md %}</p>
</div>
<br>
</div>

</div>

</div>

0 comments on commit 6cfb0a0

Please sign in to comment.